@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background-color:#4292b6;
}

/* --* link *-- */
a:link{
	color:#a10808;
	text-decoration:underline;
}
a:visited{
	color:#a10808;
	text-decoration:underline;
}
a:hover{
	color:#F30;
	text-decoration:underline;
}
/* --* link *-- */


#header_bg{
	width:auto;
	height:50px;
	background-color:#000;
	background-repeat:repeat-x;
}
#header{
	width:900px;
	height:50px;
	margin:0 auto;
}
#main_container{
	width:900px;
	height:auto;
	margin:0 auto;
}
#gentei_bg{
	width:900px;
	height:80px;
	background-image:url(../images/design_cut_05.jpg);
	background-repeat:no-repeat;
}
#out_link01{
	width:250px;
	height:15px;
	font-size:12px;
	color:#a10808;
	font-weight:bold;
	text-decoration:underline;
	padding-left:430px;
	padding-top:2px;
}

#ost_bg{
	width:470px;
	height:70px;
	background-image:url(../images/design_cut_12.jpg);
	background-repeat:no-repeat;
}
#out_link02{
	width:300px;
	height:15px;
	font-size:12px;
	color:#a10808;
	font-weight:bold;
	text-decoration:underline;
	padding-left:120px;
}

#footer_bg{
	width:auto;
	height:50px;
	background-color:#000;
	background-repeat:repeat-x;
}
#footer{
	width:900px;
	height:50px;
	margin:0 auto;
}
#footer_copyright{
	text-align:right;
	font-size:10px;
	color:#FFF;
	line-height:50px;

}
