@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding: 0px;
}
table { 
    border-collapse:collapse; border-spacing:0;
}

fieldset,img {
	border:0; 
	vertical-align:bottom;
}
img {
	border:0; 

}
address,caption,cite,scode,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul { 
    list-style:none; padding:0;
	margin:0;
}

caption,th {
	textron-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {content:'';}abbr,acronym { border:0;}

.clearfix{ display:block;} 
/*-------------------------------------*/
/* リンク文字 */
/*-------------------------------------*/
a{ color:#917CA3; text-decoration:underline; outline:none;}
a:hover{color:#FF9900; text-decoration:underline; outline:none;}

/*-------------------------------------*/
/* Body */
/*-------------------------------------*/
body{
	line-height: 1.8;
	background-color: #006;
	font-size:13px;
	margin:0px;
	padding:0px;
}

div#wrapper{
	width: 960px;
	margin: 0px auto 40px auto;
	text-align: left;
}

h1{
	font-size: 15px;
	color: #FFF;
	padding: 5px 0px 5px 10px;
	margin: 0px auto 0px auto;
}

/*-------------------------------------*/
/* ヘッダー */
/*-------------------------------------*/

div#heder{
	text-align: left;
	width: 960px;
	height: 250px;
	background-image: url(image/heder_2025_820.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-radius: 10px;
	margin:0px auto 0px auto;
	border-top-width: 1px solid #FFF;
	background-color: #FFF;
}

div#heder div#hederMessageBox{
	width: 332px;
	background: #fff;
	margin-left: 10px;
}

div#heder div#hederMessageBox strong{
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding: 30px 10px 10px 10px;
	text-align: center;
}

div#heder div#hederMessageBox div#bigcomment{
	font-weight: bold;
	font-size: 18px;
	color: #00C;
	background: #fff;
	text-align: center;
	padding-top: 5px;

}

div#heder div#hederMessageBox span{
	padding: 0 20px;
	display: block;
	line-height: 1.9;
	color: #666;
}

/*-------------------------------------*/
/* グローバルナビゲーション */
/*-------------------------------------*/
ul#gNavi{
	width: 950px;
	padding-left: 10px;
	background-color: #000066;
	background-image: url(image/bg_gNavi.gif);
}

ul#gNavi li{
	display: block;
	float: left;
	padding: 8px 0;
	margin-right: 10px;
	font-size: 17px;
	letter-spacing: 0.08em;
	font-weight: bold;
}

ul#gNavi li a{
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #aaa;
	display: block;
	padding-right: 10px;
}

ul#gNavi li a:hover{
	color: #a69e7b;
}

ul#gNavi li.access{
	width: 70px;
	text-align: center;
}

ul#gNavi li.first{
	padding-left: 16px;
	border-left: 1px solid #aaa;
}

/*-------------------------------------*/
/* メインコンテンツ */
/*-------------------------------------*/

div#mainContents{
	width: 928px;
	padding: 0 15px 45px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ddd;
	background-image: url(image/bg_index_contents.gif);
}

/*-------------------------------------*/
/* 左側コンテンツ */
/*-------------------------------------*/

div#leftContents{
	width: 180px;
	float: left;
	background-color: #eef0e7;
	padding-top: 15px;
}

.index_submenu {
	background-color: #009;
	height: 30px;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
	background-image: url(image/bg_left_submenu.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

div#leftContents ul#sNavi{
	display: block;
	border: 1px dotted #00C;
	padding-left: 10px;
	margin-bottom: 20px;
}

div#leftContents ul#sNavi li{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #fff;
	margin-left: 8px;
		}
		
.index_submenu_kigyou {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
	height: 20px;
	vertical-align: 18%;
	background-image: url(image/arrow_down_blue.gif);
	background-repeat: no-repeat;
	background-position: 70px;
}

.sNavifirst {
	margin-top: 5px;
}

.index_submenu_minji {
	font-size: 14px;
	font-weight: bold;
	color: #663;
	height: 20px;
	vertical-align: 18%;
	background-image: url(image/arrow_down_green.gif);
	background-repeat: no-repeat;
	background-position: 70px;
}
.index_submenu_other {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	height: 20px;
	vertical-align: 18%;
	background-image: url(image/arrow_down_yellow.gif);
	background-repeat: no-repeat;
	background-position: 60px;
}

div#leftContents ul#sNavi2{
	display: block;
	border: 1px dotted #00C;
	padding-left: 10px;
	margin-bottom: 20px;
		}
		
div#leftContents ul#sNavi2 li{
	display: block;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #fff;
	margin-left: 8px;
		}

/*-------------------------------------*/
/* 中央コンテンツ */
/*-------------------------------------*/
div#centerContents{
	width: 530px;
	margin-left: 20px;
	float: left;
	display: inline;
}

.index_souzokusoudan{
	text-align: center;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
 }
 
div#conceptBox {
	width: 100%;
	height: 580px;
	margin-top: 20px;
}

#souzokuBox {
	float: left;
	width: 259px;
	height: 600px;
	background-color: #FFF;
	background-image: url(image/index_conceptbox3.gif);
	background-repeat: no-repeat;
	padding: 7px 5px 7px 0px;
}

#souzokuBox h2 {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	height: 35px;
	font-size: 15px;
	background-image: url(image/conceptbox_title_blue.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	margin-left: 8px;
}

div#conceptBox strong{
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	text-align: center;
	color: #333;
	font-weight: bold;
	padding-left: 15px;
}

div#conceptBox strong .underline{
    border-bottom: dotted 1px #ff0000;
}

#souzokuBox ul{
padding-left: 10px;
line-height: 1.8;
}

#souzokuBox li {
	padding-top: 4px;
}

#souzokuBox p {
	font-weight: bold;
	color: #03F;
	padding-top: 10px;
	text-align: center;
}

#komonBox {
	float: left;
	width: 259px;
	height: 600px;
	background-color: #FFF;
	background-image: url(image/index_conceptbox3.gif);
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	background-repeat: no-repeat;
}

#komonBox h2 {
	font-weight: bold;
	text-align: center;
	height: 35px;
	font-size: 15px;
	background-image: url(image/conceptbox_title_orange.gif);
	color: #FFF;
	padding-top: 2px;
	background-repeat: no-repeat;
	margin-left: 8px;
}

#komontxt {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.85;
}

#komontxt p {
	font-weight: bold;
	color: #03F;
	text-align: center;
}

div#centerContents h3{
	font-size: 16px;
	letter-spacing: 0.08em;
	margin: 30px 0 15px;
	background-image: url(image/bg_ch.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#centerContents h3 span{
    background: url(image/bg_ch_top.gif) no-repeat top left;
	padding: 6px 0 6px 22px;
	display: block;
	font-weight: bold;
	line-height: 2.0;
	-moz-box-shadow:0 0 0.5px #ccc;
	-webkit-box-shadow:0 0 0.5px #ccc;
    text-shadow:1px 0 0.5px #fff;
}

#bengo {
	padding-left: 10px;
}

#bengo a {
	text-decoration: none;
}

.bengoimagebox {
	margin-left: 5px;
}

.bengoimagebox2 {
	float: left;
}


p.image, p.caption {
	text-align: center;
	margin: 5px;
}


/*-------------------------------------*/
/* 下段メールフォーム */
/*-------------------------------------*/

div#mailform{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}
 		
		
/*-------------------------------------*/
/* 右側コンテンツ */
/*-------------------------------------*/
div#rightContents{
	width: 178px;
	float: right;
	display: inline;
	color: #666;
	background-color: #eef0e7;
	padding-left: 8px;
}

div#topicsBox{
	padding-bottom: 10px;
}

div#rightContents h2{
    font-weight: bold;
    font-size: 14px;
    color: #006;
    margin-top: 20px;
}

div#topicsBox dt{
	color: #900;
	font-size: 11px;
	margin-top: 10px;
	font-weight: bold;
}

div#rightContents dd{
	line-height: 20px;
}

#linkbox {
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: 4px ridge #009;
	border-bottom: 4px ridge #009;
	line-height: 16px;
	margin-top: 10px;
}
#linkbox .company {
	font-size: 14px;
	font-weight: bold;
	color: #009;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#rightContents #info {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 18px;
}

#info .company {
	font-size: 14px;
	font-weight: bold;
	color: #009;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
		
#info dl dt {
	font-size: 11px;
	margin-top: 10px;
	font-weight: bold;
	color: #333;
}
.center {
	text-align: center;	
}
/*-------------------------------------*/
/*フッター */
/*-------------------------------------*/

div#footer{
	text-align: center;
	background: #333;
	clear: both;
	padding: 5px;
	color: #fff;
}
#topicsBox .clearfix dt img {
	vertical-align: middle;
}
#counter {
	padding-top: 30px;
	padding-left: 30px;
}

/*-------------------------------------*/
/* コンテンツを左に右に振り分ける */
/*-------------------------------------*/

/* float */
.fL { float : left; display: block;}
.fR {float : right;display: block;
}



/*//clearFix Coponents//*/
.clear {clear:both;}
.clearfix{ display:block;} 
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
 
.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

/*-------------------------------------*/
/*
imgタグを含む<a>タグにクラスとして指定することで、
ロールオーバー時にハイライト表示　＜グレー＞
*/
/*-------------------------------------*/

.innerBorder a:hover img {
	margin: -1px;
	border: solid 1px #ccc;
}

/**//* for IE6 *//**/
* html .innerBorder a:hover {
	zoom: 1;
}
	* html .innerBorder a:hover img {
		/* for BackCompat mode
			margin-left: -6px;
			margin-right: -6px;
		over here */
		float: left;
		position: relative;
	}
