@charset "utf-8";
/*------------------------------------------------------------

	DEFAULT CSS RESET

------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
} 
table {
	border-collapse:collapse;
} 
fieldset,img {
	border:0;
} 
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
} 
ol,ul {  
	list-style:none;
} 
caption {
	text-align:left;
} 
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/*------------------------------------------------------------

	DEFAULT SETTING

------------------------------------------------------------*/

html {
	font-size:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	font-size:84%;
	line-height:1.5em;
	font-family:"ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ Pro W3";
	background:#FFF url(/com_img/back.jpg) no-repeat center top;
	color:#333333;
}
a {color:#006699;text-decoration:underline;outline:0px;}
a:hover {text-decoration:none;}
.clr {clear:both;}
.blk {display:block;}
p {margin-bottom:0.8em;}
.p2 {margin:0;}
.p3 {margin-bottom:2em;}
strong {font-weight:bold;}
.fLeft {float:left; margin:0 15px 5px 0;}
.fRight {float:right; margin:0 0 5px 15px;}
.fL {float:left; margin:0;}
.fR {float:right; margin:0;}
.ore {color:#FF6600;}
.red {color:#F30;}
.txRight {text-align:right;}
.txCenter {text-align:center;}
.pgtop {width:100%; text-align:right; padding:1em 0 1em 0;}
.defUl {list-style:disc; padding:0 0 0 2em;}
.defOl {list-style:decimal; padding:0; margin:0 0 0.8em 3em;}
.lead {
	font-size:110%;
	line-height:1.6em;
}
.smaTx {font-size:84%;}
.mgt5 {margin-top:5px;}
.mgt10 {margin-top:10px;}
.mgt15 {margin-top:15px;}
.mgt20 {margin-top:20px;}
.mgb10 {margin-bottom:10px;}
.mgb20 {margin-bottom:20px;}
.mgb1em {margin-bottom:1em;}
.caption {font-size:84%; font-weight:normal; line-height:1.3em;}
.caution {font-size:11px; color:#FF3300;}
.pagetop {width:100%; padding-bottom:1em; text-align:right;}
.defBox h4{
	font-weight:bold;
}
/*テーブル関係はここにまとめてあります*/
.defTbl,
.noneTbl,
.comTbl {
	width:100%;
	margin-bottom:1em;
}
.newsTbl {
	width:100%;
}
/*デフォ*/
.defTbl,
.defTbl th,
.defTbl td {
	border:1px solid #E4E4E4;
}
.defTbl th,
.defTbl td {
	padding:5px;
}
.defTbl th {
	background-color:#F7F7F7;
	text-align:left;
}
/*ボーダー無し*/
.noneTbl th {
	padding:0 0 5px 0;
}
.noneTbl td {
	padding:0 0 5px 10px;
}
.noneTbl th {
	text-align:left;
	width:5em;
	white-space:nowrap;
}
/*企業情報*/
.comTbl th {
	width:150px;
	white-space:nowrap;
	text-align:right;
	padding:10px 10px 3px 0;
	border-right:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
}
.comTbl td {
	padding:10px 0 3px 10px;
	border-bottom:1px solid #E4E4E4;
}
/*ニュース一覧*/
.newsTbl th {
	width:5em;
	white-space:nowrap;
	text-align:left;
	padding:0 10px 5px 10px;
}
.newsTbl td {
	padding:0 10px 5px 0;
}

.blueUlBlk,
.blueUlLine {
	margin-bottom:1em;
}
.blueUlBlk {
	margin-top:-2px;
}
.blueUlLine {
	margin-top:-4px;
}
.blueUlBlk li,
.blueUlLine li {
	background:url(/com_img/ico_liblue.gif) no-repeat 3px 8px;
	padding:0 0 0.3em 12px;
}
.blueUlLine li {
	background:url(/com_img/ico_liblue.gif) no-repeat 3px 5px;
	display:inline;
	line-height:1.8em;
	padding-right:1em;
}
.txtSma {
	font-size:84%;
}
/*----------------------------------------------------------
	clearfix
----------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	overflow:auto;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/*------------------------------------------------------------

	COMMON CONTENTS

------------------------------------------------------------*/
#wrapper {
	width:100%;
}
#container {
	width:900px;
	margin:0 auto;
	padding:1px 0 20px 0;
}
#pankuzu {
	font-size:84%;
	line-height:1.3em;
	padding:0 0 5px 10px;
}
/*------------------------------------------------------------

	COMMON HEADER

------------------------------------------------------------*/
#header {
	width:900px;
	margin:0 auto;
	padding-top:23px;
}
#header #headerL {
	width:610px;
	float:left;
}
#header #headerL h1 {
	color:#557F8F;
	font-size:84%;
	line-height:1.2em;
	margin:0 0 5px 0;
}
#header #headerL p {
	padding:0;
}
#header #headerR {
	width:279px;
	float:right;
}
#header #headerR li {
	float:left;
	margin-left:16px;
	font-size:1px;
	line-height:1px;
}
#header #headerR .fst {
	margin-left:0;
}
#header #headerR form {
	display:block;
	padding-top:10px;
	width:100%;
}
#header #headerR form #shArea {
	width:220px;
	margin-right:5px;
}
/*MENU*/
#gMenu {
	width:900px;
	margin:0 auto 10px auto;
	padding:0 0 5px 0;
	background:url(/com_img/gmenu_back.gif) no-repeat 0 bottom;
}
#gMenu li {
	float:left;
	font-size:1px;
	line-height:1px;
}
#gMenu li a {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	height:38px;
}
#gMenu #gm01 a {
	background:url(/com_img/m01.jpg) no-repeat left top;
	width:130px;
}
#gMenu #gm02 a {
	background:url(/com_img/m02.jpg) no-repeat left top;
	width:129px;
}
#gMenu #gm03 a {
	background:url(/com_img/m03.jpg) no-repeat left top;
	width:129px;
}
#gMenu #gm04 a {
	background:url(/com_img/m04.jpg) no-repeat left top;
	width:128px;
}
#gMenu #gm05 a {
	background:url(/com_img/m05.jpg) no-repeat left top;
	width:128px;
}
#gMenu #gm06 a {
	background:url(/com_img/m06.jpg) no-repeat left top;
	width:128px;
}
#gMenu #gm07 a {
	background:url(/com_img/m07.jpg) no-repeat left top;
	width:128px;
}
#gMenu #gm01 a:hover,
#gMenu #gm02 a:hover,
#gMenu #gm03 a:hover,
#gMenu #gm04 a:hover,
#gMenu #gm05 a:hover,
#gMenu #gm06 a:hover,
#gMenu #gm07 a:hover,
#gMenu #gm01 a.here,
#gMenu #gm02 a.here,
#gMenu #gm03 a.here,
#gMenu #gm04 a.here,
#gMenu #gm05 a.here,
#gMenu #gm06 a.here,
#gMenu #gm07 a.here {
	background-position:0 bottom;
}
/*------------------------------------------------------------

	COMMON FOOTER

------------------------------------------------------------*/
#footer {
	width:900px;
	padding:10px 0 20px 0;
	border-top:1px solid #DDDDDD;
	margin:0 auto;
	clear:both;
}
#footer #footerInn {
	width:900px;
	padding:0 0 10px 0;
}
#footer #footerInn #footerInnL {
	width:540px;
	font-size:84%;
	line-height:1.3em;
	float:left;
}
#footer #footerInn #footerInnR {
	width:350px;
	float:right;
	text-align:right;
}
#footer #footerInn #footerInnR em {
	display:block;
	padding-bottom:1em;
	font-size:84%;
	line-height:1.3em;
}
#footer #footerInn ul li {
	display:inline;
}
#footer #footerInn2 {
	width:900px;
	border-top:1px solid #DDDDDD;
	padding:10px 0 0 0;
	text-align:center;
}
#footer #footerInn2 ul li {
	display:inline;
	font-size:84%;
}
#footer #footerInn2 ul .liLeft {
	margin-left:2em;
}
/*------------------------------------------------------------

	COMMON CONTENTS RIGHTSIDE

------------------------------------------------------------*/
#topJiyu {
	width:252px;
	border:1px solid #D2D2D2;
	padding:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
}
#topJiyuInn {
	width:236px;
	padding:8px;
}
#topJiyuTx {
	width:110px;
	float:right;
	font-size:84%;
	line-height:1.3em;
}
/*------------------------------------------------------------

	COMMON CONTENTS LEFTSIDE

------------------------------------------------------------*/
/*------------------------------------------------------------

	SEARCH GOOGLE

------------------------------------------------------------*/
#cse-search-results {
	width:800px;
	margin-left:20px;
}
.tplFls {
	visibility:hidden;
	display:none;
}
