@charset "utf-8";


/* top
------------------------------------------------*/



/* top header
------------------------------------------------*/
#header{
	border-bottom:1px solid #DC143C;
}



/* top content
------------------------------------------------*/
#main{
	background:url(../img/top_bg_img01.jpg) 0 0 repeat-x #FBDCE2;	
}

#main_content{
	width:850px;
	height:453px;
	margin:0px auto;
	padding:40px 0 0 20px;
	background:url(../img/top/top_bg.jpg) 0 0 no-repeat;	
}

#main_content .banner_01{
	width:323px;
	height:224px;
	margin:0;
	padding:0 0 30px 0;
	line-height:1.4em;
}

#main_content .banner_01 img{
	padding:0 0 5px 0;
}

#main_content .banner_02{
	width:323px;
	height:174px;
	font-size:0.9em;
	line-height:1.3em;
	display:block;
}


#main_content .banner_02 a{
	float:left;
	width:180px;
	height:62px;
	padding:112px 140px 0 10px;
	font-size:0.9em;
	line-height:1.2em;
	background:url(../img/top/top_banner_02.jpg) 0 0 no-repeat;	
	color:#333333;
	text-decoration:none;
}

/* Only FireFox 3 */
html>/**/body #main_content .banner_02 a, x:-moz-any-link, x:default{font-size:0.8em;}

#main_content .banner_02 a:hover{
	background:url(../img/top/top_banner_02.jpg) 0 -174px no-repeat;	
}


#main_content .banner_02 a .link{
	float:right;
	color:#3333CC;
	text-decoration:underline;
}


#main_content .banner_02 .btn_area .rightbox{
	float:left;
	width:100px;
	margin:0;
	padding:0px 0 0 0;
}

/*fooder
------------------------------------------------*/

#fooder{
	background:url(../img/top_bg_img02.jpg) 0 0 repeat-x #FFFFFF;	
}

