@charset "UTF-8";


*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	text-align: left;
	vertical-align: top;
	}

body {
	margin: 0 auto;
	background-color: #fff;
	}

img {
	vertical-align: top;
	border: none;
	}

.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	}


/*########################################*/


.s1 {
	font-size: 10px;
	}

.b1 {
	font-weight: bold;
	}


/* --- link --- */
a:link {text-decoration: underline;color: #0099ff;}
a:visited {text-decoration: underline;color: #0066cc;}
a:hover {text-decoration: none;color: #0066cc;}
a:active {text-decoration: underline;color: #0066cc;}


/*########################################*/


/*-- #main_body --*/
#main_body {
	margin: 0 auto;
	width: 950px;
	}


/* --- #header --- */
#header {
	height: 91px;
	background: url(../img/bg_header.gif) no-repeat center top;
	background-color: #00F;
	}

#header .c_logo {
	width: 345px;
	height: 91px;
	float: left;
	}
#header .c_logo p.c_logobox {
	padding: 22px 126px 44px 115px;
	width: 104px;
	height: 25px;
	}

#header .r_logo {
	width: 262px;
	height: 91px;
	float: left;
	}
#header .r_logo p.r_logobox {
	padding: 16px 20px 3px 20px;
	width: 222px;
	height: 72px;
	}

#header .r_banner {
	width: 343px;
	height: 91px;
	float: left;
	}
#header .r_banner p.r_bannerbox {
	padding: 25px 111px 46px 4px;
	width: 228px;
	height: 20px;
	}


/*-- #contents --*/
#contents {
	padding: 0px 25px 0px 25px;
	width: 900px;
	height: 500px;
	float: left;
	background: url(../img/bg_contents.gif) repeat-y center top;
	}
.adobe {
	border:none;
	padding: 350px 708px 120px 65px;
	width: 127px;
	background: url(../img/rockman9_top.jpg) no-repeat center top;
}
.a_care {
	text-align:center;
	font-size: 10px;
	line-height: 1.5em;
	color: #666;
}


/* --- #footer --- */
#footer {
	height: 170px;
	clear: both;
	background: url(../img/bg_footer.gif) no-repeat center top;
	}

#footer dl.navi dt {
	padding-top: 15px;
	width: 950px;
	height: 25px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	}
#footer dl.navi dd {
	padding: 8px 175px 105px 175px;
	width: 600px;
	height: 17px;
	}
#footer dl.navi ul li {
	float: left;
	list-style-type: none;
	}


/*########################################*/
