@charset "UTF-8";

/* ---------------------------------------------------------------------

#home {}
#company {}
#business {}
#jobs {}
#mailmag {}
#contact {}

#sitemap{}

#about{} このサイトについて
#privacy{} プライバシーポリシー
#copyright{} コピーライト



ハイライト背景　#ffe1a4
ハイライト背景OFF　#fff0d0
ハイライト背景ライン　#ffce68
--------------------------------------------------------------------- */





/* ================================================================
   基本構造
================================================================ */
#wrapper,
#header,
#contents,
.topicPath,
#footer{
	width: 800px;
	clear: both;
	float: none;}

#wrapper {
	margin: 0px auto;
	padding: 0px;}

#header{
	margin: 0px 0px 10px 0px;
	background: url(../imgs/back01_header.gif) no-repeat left bottom;
	font-size: 80%;}

.topicPath{
	font-size: 70%;
	color: #868686;
	line-height: 1.2;}

#contents{
	font-size: 83%;
	line-height: 1.3;}

#footer{
	margin: 50px 0px 15px 0px;
	font-size: 80%;}





/* ================================================================
   基本スタイル
================================================================ */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, legend, input, textarea, p, blockquote, address,
th, td{
	margin: 0;
	padding: 0;
}
body {
	font: 100%/1.05 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333;
	background: #666 url(../imgs/back00.jpg) repeat-y center top;
}
address, cite, code, dfn, em, var {	font-style: normal;	font-weight: normal;}
img,
a img {
	text-decoration: none;
	vertical-align: bottom;
	background: transparent;
	border: 0 none;
}
fieldset { border: 0 none; }
ul, ol { list-style: none; }
.hide { display: none; }
.cut{
	clear: both;
	float: none;
}

a:link,
a:visited  {	color: #005279;	text-decoration: none;}
a:hover,
a:active {	text-decoration: underline;	color: #cc3333;}




/* ================================================================
   header
================================================================ */
h1{
	float: left;
	width: 670px;
	padding-top: 5px;
	font-size: 80%;
	font-weight: normal;
}
#headerSubNavi{
	float: right;
	margin: 5px 0px;
	font-size: 80%;
}
#headerSubNavi a:link,
#headerSubNavi a:visited{
	padding-left: 10px;
	background: url(../imgs/icon04.gif) no-repeat left center;
	color: #333;
}
#headerSubNavi a:hover,
#headerSubNavi a:active{
	background: url(../imgs/icon03.gif) no-repeat left center;
	color: #cc3333;
}
#headerLogo{
	clear: both;
	margin: 5px 0px;
}
#headerLogo ul li.left{	float: left;}
#headerLogo ul li.right{	
	float: right;
	margin-top: 2px;
	margin-left: 4px;
}
#globalNavi{}
#globalNavi li{
	display: inline;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
#globalNavi li.last{	margin-right: 0px;}





/* ================================================================
   topicPath
================================================================ */
.topicPath a:link,
.topicPath a:visited{
	color: #868686;
	text-decoration: underline;
}
.topicPath a:hover,
.topicPath a:active{	color: #cc3333}
.topicPath a.top {
	margin-left: 10px;
}
.topicPath span.current{	color: #333;}
.pathTop{}
.pathBottom{
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}





/* ================================================================
   contents
================================================================ */
#contents {}
#contents h2.title {
	margin: 0px;
	padding: 25px 10px 4px 11px;
	border-bottom: 1px solid #c0c0c0;
	background: url(../imgs/back12.jpg) repeat-x left bottom;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.1;
}
/* -----------------------------------------*/
		#contents h2.title span {
	display: block;
	margin-right: 5px;
	border-left: 4px solid #999;
	line-height: 1.2;
	padding-left: 6px;
		}
		#contents h2.title span.mainTitle {
			font-size: 80%;
			font-weight: normal;
			padding-left: 6px;
		}
		#home #contents h2.title span.branchTitle,
		#company #contents h2.title span.branchTitle,
		#business #contents h2.title span.branchTitle,
		#jobs #contents h2.title span.branchTitle,
		#mailmag #contents h2.title span.branchTitle,
		#contact #contents h2.title span.branchTitle,
		#new #contents h2.title span.branchTitle,
		#topics #contents h2.title span.branchTitle,
		#about #contents h2.title span.branchTitle,
		#privacy #contents h2.title span.branchTitle,
		#copyright #contents h2.title span.branchTitle {
			padding-top: 0.2em;
			background: url(none);
		}
		#home #contents h2.title span {background: url(../imgs/h2_title_01.gif) no-repeat right center;}
		#company #contents h2.title span {background: url(../imgs/h2_title_02.gif) no-repeat right center;}
		#business #contents h2.title span {background: url(../imgs/h2_title_03.gif) no-repeat right center;}
		#jobs #contents h2.title span {background: url(../imgs/h2_title_04.gif) no-repeat right center;}
		#mailmag #contents h2.title span {background: url(../imgs/h2_title_05.gif) no-repeat right center;}
		#contact #contents h2.title span {background: url(../imgs/h2_title_06.gif) no-repeat right center;}
		
		#new #contents h2.title span {background: url(../imgs/h2_title_new.gif) no-repeat right center;}
		#topics #contents h2.title span {background: url(../imgs/h2_title_topics.gif) no-repeat right center;}
		#about #contents h2.title span {background: url(../imgs/h2_title_about.gif) no-repeat right center;}
		#privacy #contents h2.title span {background: url(../imgs/h2_title_privacy.gif) no-repeat right center;}
		#copyright #contents h2.title span {background: url(../imgs/h2_title_copyright.gif) no-repeat right center;}
/* -----------------------------------------*/
.content h3.title{
	margin-bottom: 15px;
	padding: 6px 5px 3px;
	border-bottom: 1px solid #e0e0e0;
	background: #f0f0f0 url(../imgs/back_title03.gif) repeat-x left top;
	font-size: 100%;
}
.content h3.blue{	background: #f0f0f0 url(../imgs/back_title02.gif) repeat-x left top;}
.content h3.orange{	background: #fff0d0 url(../imgs/back_title04.gif) repeat-x left top;}
.content h4.subtitle{
	margin-bottom: 0.5em;
	padding-left: 20px;
	background: url(../imgs/arrows01.gif) no-repeat 0px 0.3em;
	font-size: 100%;
}
.content .unit{
	margin-bottom: 25px;
	line-height: 1.4;
}
.content .unit p{ padding-bottom: 0.8em;}

.sideBox h4.title{
	padding: 6px 5px 2px;
	border-bottom: 1px solid #e0e0e0;
	background: #f0f0f0 url(../imgs/back_title03.gif) repeat-x left top;
	font-size: 85%;
	font-weight: normal;
}
.sideBox .unit{ margin-bottom: 10px;}
.sideBox .unitBox{
	padding: 5px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.sideBox #sideNews p{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #d0d0d0;
	font-size: 85%;
}
.sideBox #sideNews p span{	display: block;}
.sideBox #sideNews p.bottom{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	text-align: right;
}
.sideBox #sideNews p.bottom a:link,
.sideBox #sideNews p.bottom a:visited{
	padding-left: 15px;
	background: url(../imgs/arrows06.gif) no-repeat left center;
	line-height: 1.3;
}


/* ------------------------------------------ 
		one colmun
-------------------------------------------*/
.oneC #contents div.content{
	width: 780px;
	margin: 30px auto 0px;
	text-align: left;
}
.oneC #contents .content h3.title{
	width: 730px;
	margin: 0px auto 20px auto;
}
.oneC #contents div.content .unit{
	width: 740px;
	margin: 5px auto 25px auto;
}


/* ------------------------------------------ 
		two colmun
-------------------------------------------*/

/* content
-------------------------------------------*/
.twoC .content,
.twoC2 .content{
	display: inline;
	width: 575px;
	text-align: left;
}
.twoC .content{
	float: right;
	margin: 25px 10px 0px 0px;
}
.twoC2 .content{
	float: left;
	margin: 25px 0px 0px 10px;
}

/* sideBox
-------------------------------------------*/
.twoC .sideBox,
.twoC2 .sideBox{
	display: inline;
	width: 180px;
	text-align: left;
}
.twoC .sideBox{
	float: left;
	margin: 25px 0px 0px 10px;
}
.twoC2 .sideBox{
	float: right;
	margin: 25px 10px 0px 0px;
}
.sideBox ul.menu{
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
.sideBox ul.menu li{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #fff;
	background-color: #c8daf7;
	font-size: 85%;
}
.sideBox ul.menu li a:link,
.sideBox ul.menu li a:visited{
	display: block;
	padding: 0.4em 5px 0.4em 20px;
	background: #fff url(../imgs/arrows02.gif) no-repeat 5px 0.4em;
	color: #333;
}
.sideBox ul.menu li a:hover,
.sideBox ul.menu li a:active{
	background-color: #d8d8d8;
	color: #006699;
}
/* current */
.sideBox ul.menu li.current{
	display: block;
	padding: 0.4em 5px 0.4em 20px;
	background: #d8d8d8 url(../imgs/arrows03.gif) no-repeat 5px 0.4em;
	color: #069;
}
/* indent */
.sideBox ul.menu li.indent{
	display: block;
	padding: 0px;
	background: url(none);
}
.sideBox ul.menu li.indent a:link,
.sideBox ul.menu li.indent a:visited{
	padding: 0.4em 5px 0.4em 30px;
	background: #f0f0f0 url(../imgs/arrows04.gif) no-repeat 22px 0.7em;
	color: #333;
}
.sideBox ul.menu li.indent a:hover,
.sideBox ul.menu li.indent a:active{
	background-color: #d8d8d8;
	color: #069;
}
/* indentOpne */
.sideBox ul.menu li.indentOpen{
	display: block;
	padding: 0px;
	background: url(none);
}
.sideBox ul.menu li.indentOpen a:link,
.sideBox ul.menu li.indentOpen a:visited{
	padding: 0.4em 5px 0.4em 30px;
	background: #fff url(../imgs/arrows04.gif) no-repeat 22px 0.7em;
	color: #333;
}
.sideBox ul.menu li.indentOpen a:hover,
.sideBox ul.menu li.indentOpen a:active{
	background-color: #d8d8d8;
	color: #069;
}





/* ================================================================
   footer
================================================================ */
#footer a:link,
#footer a:visited{	color: #333;}
#footer a:hover,
#footer a:active{	color: #c33}
#footer ul{	margin: 0px 5px;}
#footer li{
	float: left;
	display: inline;
	margin: 8px 6px 5px 0px;
	padding-right: 6px;
	border-right: 1px solid #c0c0c0;
	font-size: 85%;
	line-height: 1.1;
}
#footer li.last{
	margin-right: 0px;
	padding-right: 0px;
	border: none;
}
#footer li.right{
	float: right;
	margin-right: 0px;
	margin-left: 5px;
	padding-right: 0px;
	border: none;
}
div#footerNavi{
	padding-bottom: 10px;
	background: url(../imgs/back02_footer.gif) repeat-x center bottom;
}
div#footerNavi{}
div#footerNavi li.right a:link,
div#footerNavi li.right a:visited{
	background: url(../imgs/icon02.gif) no-repeat left center;
	padding-left: 12px;
}
div#footerNavi li.right a:hover,
div#footerNavi li.right a:active{	background: url(../imgs/icon01.gif) no-repeat left center;}
ul#footerSubNavi{}
