﻿@charset 'utf-8';

/*---------------------------------------------------------
  ASTAKATORI CSS : index
----------------------------------------------------------*/

object,embed {
	vertical-align:top;
	}
	
/* visual */
#main #visual {
	background: #161616;
	/*
	min-height: 400px;
	height: auto !important;
	height: 400px;
	*/
}
#main #visual #attention p.text {
	background: #5A7C88;
	text-align: center;
	padding: 4px;
	font-size: 10px;
	color: #FFFFFF;
}
#main #visual #attention p.text a {
	color: #990100;
	text-decoration: underline;
}

/* button */
#topbtn_block {
	padding: 15px 0;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	background: url(../img/index/topbtn_bg.gif);
	text-align: center;
	clear: both;
}

#topbtn_block ul {
	margin: 0 0 0 15px;
}

#topbtn_block li {
	float: left;
}

/* bottom */
#main #bottom {
	color: #CCCCCC;
	background: #161616;
	padding-top: 20px;
}
#main #bottom h2.title {
	padding-bottom: 5px;
}
#main #bottom dl.renewal {
	background: url(../img/index/info_line.gif) repeat-x 0px 100%;
}
#main #bottom dl.renewal dt {
	color: #496872;
	background: url(../img/index/info_line.gif) repeat-x 0px 0px;
	float: left;
	padding: 0.6em 0.4em;
	clear: left;
}
#main #bottom dl.renewal dd {
	background: url(../img/index/info_line.gif) repeat-x 0px 0px;
	padding: 0.6em 0.4em;
	margin-left: 5.5em;
}
* heml #main #bottom dl.renewal dd {
	height: 1px;
}
#main #bottom dl.renewal a {
	color: #CCCCCC;
	text-decoration: underline;
}
#main #bottom dl.renewal a:hover {
	color: #FFFFFF;
}

/* ----- ブログのnew個別指定 -------------------------------------- */


.new {
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: blink;
}

#main #bottom dl.renewal_blog {
	background: url(../img/index/info_line.gif) repeat-x 0px 100%;
}
#main #bottom dl.renewal_blog dt {
	color: #496872;
	background: url(../img/index/info_line.gif) repeat-x 0px 0px;
	float: left;
	clear: left;
	padding-top: 0.6em;
	padding-right: 0.4em;
	padding-bottom: 0.6em;
	padding-left: 0.4em;
	width: 120px;
}
#main #bottom dl.renewal_blog dd {
	background: url(../img/index/info_line.gif) repeat-x 0px 0px;
	padding: 0.6em 0.4em;
	margin-left: 5.5em;
}
* heml #main #bottom dl.renewal_blog dd {
	height: 1px;
}
#main #bottom dl.renewal_blog a {
	color: #CCCCCC;
	text-decoration: underline;
}
#main #bottom dl.renewal_blog a:hover {
	color: #FFFFFF;
}




/* bottomLeft */
#main .bottomLeft {
	width: 428px;
	height: 350px;
	float: left;
	padding-left: 15px;
	overflow: auto;
}

/* bottomRight */
#main .bottomRight {
	width: 428px;
	float: left;
	padding-left: 15px;
	position: relative;
}
#main .bottomRight ul.btn {
	position: absolute;
	top: 0px;
	right: 5px;
}
#main .bottomRight ul.btn li {
	display: inline;
	padding: 0px 5px;
	background: url(../img/index/btn_line.gif) no-repeat 0px 0px;
}
#main .bottomRight ul.btn li.leftSide {
	background: url(none);
}
#main .bottomRight ul.btn img {
	vertical-align: bottom;
}
