@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:#555;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   background:#fff;
   font-size:14px;
   color:#555;
}

br {
   letter-spacing:normal;
}

a , a:visited {
   color:#F60;
   text-decoration:none;
}

a:hover {
   color:#F00;
   text-decoration:underline;
}

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#container {
   width:950px;
   margin:0 auto;
   background:#fff;
}

div#header {
   width:950px;
   background:#fff;
   background:url(../images/bg_container.gif) no-repeat;
   padding:15px 0 0 0;
}

div#menu {
   width:950px;
}

div#contents {
   clear:both;
   width:950px;
   margin-top:5px;
}

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

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

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

div#footer {
   position:relative;
   clear:both;
   width:950px;
   padding:10px 0;
   margin-top:30px;
   border-top:4px solid #FF4300;
   text-align:center;
}
div#breadcrumb p {
	font-size:12px;
	margin:15px 3px 5px 3px;
}

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


/* ========HEADER CUSTOMIZE======== */
div#header {
	position:relative;
	margin-bottom:10px;	
}
div#header h1 {
   padding:0;
	margin:0;
}

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

div#header h1 a:hover {
   color:#ddd;
}
div#header p {
	font-size:12px;
	color:#666;
	position:absolute;
	top:2px;
	right:0px;
}


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

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

div#menu li a {
	display:block;
	padding:1px 0 1px 12px;
	text-align:left;
	width:173px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	margin-right: 6px;
	background:#FF4300;
}
div#menu li a:hover , div#menu li.over a {
	background:#000000;
}


/* 回り込み解除 */
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:950px;
	height:63px;
}
div#area_businessbnr p {
	text-indent:-99999px;
	margin:0;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */

div#main h2 {
	margin-top:30px;
	margin-bottom:15px;
	color:#666;
	width:658px;
	height:23px;
   padding:2px 0 0 16px;
   font-size:16px;
   font-weight:bold;
   line-height:1.4;
   background:url(../images/bg_h2main.gif) 0 5px no-repeat;
}

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

div#main h3 {
   margin:10px 0px 8px 0px;
   padding:0 5px 0 10px;
   font-size:14px;
	color:#FF7800;
	border-left:solid 5px #FF7800;
}
div#main h3.brown {
 	color:#884400;
	border-left:solid 5px #884400;
}

div#main h4 {
	border-bottom:#F60 1px solid;
	color:#F60;
	width:600px;
	display:block;
	margin:10px 3px;
}

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 5px 13px 5px;
   font-size:13px;/* 13px相当 */
   line-height:1.4;
   color:#555;
}

div#main ul,ol,dl{
   font-size:12px;
   margin:5px 0 8px -8px;;
}

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

div#main #newsarea {
	width:455px;
	height:120px;
	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;
   margin-top:10px;
}

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:0 0 5px 0;
}

div#sub1 li {
   margin:0 0 -2px 0;
	font-size:11px;
   line-height:1.8;
   list-style:none;
}
div#sub1 li a {
	border:#CCC 2px solid;
	width:165px;
	padding:5px 0 5px 10px;
	color:#FF4300;
	font-weight:bold;
	display:block;
}
div#sub1 li a:hover , div#sub1 li.over a{
	background:#FFF1D4;
	text-decoration:none;
}
div#sub1 li.yaji a{
	background:url(../images/bg_sidemenu_yaji.gif) 0 0 no-repeat;
	color:#FFF;
	text-decoration:none;
}

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;
}
div#footer a {
	color:#333;	
}

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

table.info tr td {
	border-bottom:1px #CCCCCC dotted;
	padding:2px 3px 4px 3px;
}
table.info {
	font-size:13px;
	width:749px;
	margin:0 5px;
}
table.info tr td span {
	color:#FCB60D;
}

table.nomal {
	border-collapse: collapse;
	border: solid 1px #AAA;
	font-size:12px;
}
table.nomal th,table.nomal td {
	border: solid 1px #AAA;
	padding:8px;
}
table.nomal th {
	text-align:left;
	color:#FF5100;
	background:#FEF8D1;
	padding:10px;
	font-weight:normal;
}
table.nomal th.top {
	text-align:center;
	color:#039;
	background:#FFF;
}

div#main a.yajimini {
	background:url(../images/bg_yajimini.gif) 0 0 no-repeat;
	width:126px;
	height:23px;
	padding:3px 0 0 25px;
	display:block;
	font-size:12px;
	color:#666;
}
div#main a.yajimini:hover {
	background:url(../images/bg_yajimini.gif) 0 -26px no-repeat;
	color:#FFF;
	text-decoration:none;
}
div#main p.comment {
	color:#666;
	font-size:12px;
}