@charset "utf-8";

/*----------------------------------------
 PAGE:/index
------------------------------------------
 import
----------------------------------------*/
 @import url(/common/css/import.css);
/*--------------------------------------*/

/* TOPページのみFLASHの横幅が大きいので、#contentの960pxのところを990pxに設定*/

body#indexPage #content{
	width:990px;
}

body#indexPage #mainWide{
	width:990px;
	height:480px;
	padding-top:50px;
	z-index:-1;
}

body#indexPage #main{
	padding-left:15px;　/*他のページの640pxと合わせるため*/
}

body#indexPage #sub{
	padding-right:15px;　/*他のページの270pxと合わせるため*/
}

#twitter{
	margin-top:40px;
}


div.clearer{
	clear:both;
}

body#indexPage mainWide{
	width:990px;
	height:480px;
}

/*------------ 水野作業（2010/06/27） --------------*/
.maT40{
	margin-top:40px;
}

div#main .maB0{
	margin-bottom:0px;
}

div.box{
	margin-bottom:60px;
}
div.box h1{
	margin-bottom:20px;
}
div.box ul li{
	float:left;
	padding-left:20px;
	padding-top:20px;
}
div.box ul li.first{
	float:left;
	padding-left:0;
}
div.box ul li img{
	border:solid 1px #CCC;
	padding:1px;
	margin-bottom:5px;
}

div.box ul li p{
	text-align:center;
	font-size:85%;
	width:145px;
}

div.box ul li a:link p {
	text-decoration:none;
}

body#indexPage div.box ul li a:link, body#indexPage div.box ul li a:visited,body#indexPage div.box ul li a:hover{
	text-decoration:none;
}

div.box01{
	margin-bottom:50px;
}
div.box01 h1{
	margin-bottom:30px;
}
div.box01 div#optionPic{
	width:640px;
}
div.box01 div#optionPic dl{
	float:left;
	width:265px;
}
div.box01 div#optionPic dl dt img{
	border:solid 1px #CCC;
	padding:1px;
}
div.box01 div#optionPic dl dd{
	text-align:center;
	margin:3px 0 0;
}
div.box div#optionPic ul{
	float:left;
	width:375px;
}
div.box01 div#optionPic li{
	float:left;
	padding-left:20px;
}
div.box01 div#optionPic li img,
div.box01 div#optionPic dd img{
	vertical-align:top;
}

div.box01 div#optionPic ul li dl{
	width:105px;
}

/*-- ホバー時の画像の枠線色かえ --*/
div.box ul li a:hover img, div.box01 div#optionPic dl dt a:hover img{
	border:solid 1px #EFB3B3;
	background-color:#EFB3B3;
}

/*-- 右メニュー --*/
body#indexPage #sub #news{
	margin-top:40px;
	width:270px;
/*	height:270px;*/
}
body#indexPage #sub #news h1{
	margin-bottom:20px;
}
body#indexPage #sub #news dl dt, body#indexPage #sub #news dl dd{
	padding:0 5px 5px;
	font-size:93%;
}
body#indexPage #sub #news dl dt{
	color:#e56464;
	font-weight:bold;
	padding:0 0 5px 0;
}
body#indexPage #sub #news dl dt{
	background:url(../images/new_line.gif) no-repeat top left;
	padding:15px 5px 5px;
}
body#indexPage #sub #news dl dt.fast{
	background:none;
	padding-top:5px;
}


body#indexPage #sub #news  dl dt a:link,
body#indexPage #sub #news  dl dt a:visited
{
	color:#E56464;
	text-decoration:none;
}

body#indexPage #sub #news  dl dt a:hover{
	text-decoration:underline;
}


body#indexPage #sub #news p{
	font-size:77%;
	color:#e345cb;
	text-align:right;
}
