@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   background:#fff;
   color:#333;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:underline;
}

a:hover {
   color:#F33;
   text-decoration:none;
}

img {
   border:0;
}

a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
}


h1,h2,h3,h4,h5,h6 {
   margin:0;
}
p.breadcrumb {
	font-size:12px;
	margin:5px 0 -5px 0;
}
p.breadcrumb a {
	color:#069;	
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:860px;
   margin:0 auto;
   background:#fff;
   border-top:5px solid #0060B7;
   border-bottom:5px solid #0060B7;
}

div#header {
   width:860px;
   background:#fff;
}

div#menu {
   width:860px;
}

div#contents {
   clear:both;
   width:860px;
   margin-top:15px;
}

div#main {
	float:left;
	_float:right;
	width:656px;
	margin:0 0 0 17px;
	_margin:0 0 0 5px;
}

div#sub1 {
   float:left;
   width:185px;
}

div#sub2 {
   float:left;
   width:185px;
}

div#footer {
   position:relative;
   clear:both;
   width:820px;
   background:#ACC9E9;
   padding:10px 20px;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   padding:0;
   margin:15px 0 8px 0;
}

div#header h1 a {
   color:#000;
}

div#header h1 a:hover {
   color:#ddd;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   font-size:82%;/* 13px相当 */
   color:#333;
   list-style-type:none;
}

div#menu li a {
   display:block;
   padding:0;
	text-indent:-99999px;
	width:172px;
	height:23px;
}

div#menu li a#menu1 {
	background:url(../images/bg_menu.gif) 0 0 no-repeat;
}
div#menu li a#menu1:hover,div#menu li.over a#menu1{
	background:url(../images/bg_menu.gif) 0 -23px no-repeat;
}
div#menu li a#menu2 {
	background:url(../images/bg_menu.gif) -172px 0 no-repeat;
}
div#menu li a#menu2:hover,div#menu li.over a#menu2{
	background:url(../images/bg_menu.gif) -172px -23px no-repeat;
}
div#menu li a#menu3 {
	background:url(../images/bg_menu.gif) -344px 0 no-repeat;
}
div#menu li a#menu3:hover,div#menu li.over a#menu3{
	background:url(../images/bg_menu.gif) -344px -23px no-repeat;
}
div#menu li a#menu4 {
	background:url(../images/bg_menu.gif) -516px 0 no-repeat;
}
div#menu li a#menu4:hover,div#menu li.over a#menu4{
	background:url(../images/bg_menu.gif) -516px -23px no-repeat;
}
div#menu li a#menu5 {
	background:url(../images/bg_menu.gif) -688px 0 no-repeat;
}
div#menu li a#menu5:hover,div#menu li.over a#menu5{
	background:url(../images/bg_menu.gif) -688px -23px no-repeat;
}



/* 回り込み解除 */
div#menu ul:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

div#main_img p {
	display:none;
	margin:0;
}
div#area_businessbnr {
	background:url(../images/bnr_business.gif);
	width:860px;
	height:63px;
}
div#area_businessbnr p {
	text-indent:-99999px;
	margin:0;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#036;
}

div#main a:hover {
   border:0;
   color:#F33;
}

div#main h2 {
   margin-bottom:10px;
	color:#FFF;
	width:640px;
   padding:8px 0 8px 16px;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   line-height:1.4;
   background:url(../images/bg_h2main.jpg) no-repeat;
}

div#main h2.imgtyp,div#sub2 h2.imgtyp {
	background:none;
	border:none;
	padding:0;
}

div#main h3 {
   margin-bottom:5px;
   padding:6px 5px;
   font-size:88%;/* 14px相当 */
	background:url(../images/bg_h3.jpg) bottom left no-repeat;
	color:#19519d;
	width:656px;
}

div#main h4 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
   line-height:1.4;
}

div#main h5 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
   line-height:1.4;
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
   line-height:1.4;
}

div#main p{
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
   line-height:1.5;
   color:#333;
}

div#main ul,ol,dl{
   font-size:82%;/* 13px相当 */
}

div#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

div#main #newsarea {
	width:455px;
	margin-top:15px;
	border:1px solid #CCC;
}

div#main #newsarea ul {
	padding:0;
	margin:8px;
}

div#main #newsarea ul li {
	list-style-type:none;	
}

div#main #newsarea ul li span {
	margin-right:8px;
	color:#069;
	font-weight:bold;
}

/* ========SUB1 CONTENTS CUSTOMIZE======== */
div#sub1 .section {
   background:#FFF;
}

div#sub1 h2 {
   font-size:14px;/* 14px相当 */
   font-weight:bold;
   background:url(../images/bg_sub_h2.gif) no-repeat;
   width:184px;
   text-indent:15px;
   color:#fff;
	padding:1px 0;
}

div#sub1 ul {
   margin:0;
   padding:5px 0 1em 0;
}

div#sub1 li {
   margin:0;
	font-size:14px;
   line-height:1.8;
   list-style:none;
	border-bottom:#CCC 1px dotted;
}
div#sub1 li a {
	font-weight:bold;
	color:#06C;
	background:url("../images/bg_arrow.gif") 2px 4px no-repeat;
	padding-left:14px;
}
div#sub1 ul li ul {
	border-top:#CCC 1px dotted;
}
div#sub1 ul li ul li {
	border:none;
	line-height:1.5;
	font-size:12px;
	padding-left:10px;
}
div#sub1 ul li ul li a {
	font-weight:bold;
}
div#sub1 a img {
	margin-bottom:10px;	
}
div#sub1 li a.over {
	color:#555;
   background:url("../images/bg_arrow_over.gif") 2px 4px no-repeat;
}

/* ========SUB2 CONTENTS CUSTOMIZE======== */
div#sub2 .companyinfo {
	background:url(../images/bg_rightbox.jpg) no-repeat;
	margin-bottom:10px;	
}
div#sub2 .companyinfo p {
	font-size:12px;
	line-height:130%;
	margin:8px 5px 8px 10px;
}

div#sub2 a img {
	margin-bottom:10px;	
}

div#sub2 h2 {
   padding:3px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   background:#DEDDD0 url("../images/bg_sub_h2.gif") 0 0 repeat-x;
}

div#sub2 ul {
   margin:0;
   padding:5px 0 1em 1em;
}

div#sub2 li {
   margin:0;
   padding-left:18px;
   font-size:82%;/* 13px相当 */
   line-height:1.8;
   background:#DEDDD0 url("../images/bg_list.gif") 0 4px no-repeat;
   list-style:none;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   padding:10px;
   text-align:right;
   font-size:82%;/* 13px相当 */
}

div#totop a{
   padding:0 0 0 12px;
   background:url("../images/bg_totop.gif") 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
div#footer p {
	font-size:75%;
	margin:0;
}

address{
   text-align:left;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#333;
}
