@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family:"EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;
	color: #999999;
	background: #f2f2f2;
	text-align:"center";/*　センタリングIE5対策　*/
}

a {
	color: #999999;
	text-decoration:underline;
}
a:visited {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration:none;
}
a:active {
	color:#990000;
	text-decoration:none;
}

img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 847px;
	background: #FFFFFF;
	margin: 0 auto;/*  左右方向EマEジンをautoに持EE*/
	text-align:left;/*　IE5対策　継承してしまぁEEで左揁Eに戻す　*/
}
#headerContainer {
	width: 100%;
	height:50px;
	vertical-align:middle;	
	border:#666666 solid 0.5px ;
	border-bottom:#999999
;}
#headerTop {
	width: 842px;
	padding:2px 0px 2px 5px;
	font-style:normal;
}
#headerLogo {
	float:left;
	padding:10px 0px 5px 10px;
}
#headerList{
	float:right;
	padding:15px 5px 0px 0px;
}	
#flashContents {
	clear:both;
	float:none;
	border:#666666 solid 0.5px ;
	width:100%;
}

/*globalNavi*/
#globalNav {
	clear:both;
	width: 100%;
	height: 20px;
	list-style-type: none;
	background: #000000 url(../images_others/global_nav.gif) left top repeat-x;	
	border:#666666 solid 0.5px ;
}
#globalNav li {
	float: left;
	width: 121px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:20px;
	padding-top: 20px;
	background-image: url(../images_others/global_nav.gif);
	color: #FFFFFF;
}

/*  背景画像E位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -121px 0; }
	#nav03 a { background-position: -242px 0; }
	#nav04 a { background-position: -363px 0; }
	#nav05 a { background-position: -484px 0; }
	#nav06 a { background-position: -605px 0; }
	#nav07 a { background-position: -726px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -20px; }
	#nav02 a.stay { background-position: -121px -20px; }
	#nav03 a.stay { background-position: -242px -20px; }
	#nav04 a.stay { background-position: -363px -20px; }
	#nav05 a.stay { background-position: -484px -20px; }
	#nav06 a.stay { background-position: -605px -20px; }
	#nav07 a.stay { background-position: -726px -20px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -40px; }
	#nav02 a:hover { background-position: -121px -40px; }
	#nav03 a:hover { background-position: -242px -40px; }
	#nav04 a:hover { background-position: -363px -40px; }
	#nav05 a:hover { background-position: -484px -40px; }
	#nav06 a:hover { background-position: -605px -40px; }
	#nav07 a:hover { background-position: -726px -40px; }


/* contents
---------------------------------------------*/
.contents {
	clear:both;
	color:#888888;
	background:#ffffff;
	border:#666666 solid 0.5px ;
	width:100%;
	line-height:200%;
	letter-spacing:0.2em;
}
.cap {
	font-size:90%;
	letter-spacing:0em;
}
.cap2 {
	font-size:100%;
	letter-spacing:0em;
}
.waku {
	padding:5px;
	border:solid 1px;
	border-color:#999999;
	background-color:#FFFFFF;
}
.wakuHyo {
	margin:10px;
	padding:5px;
	border:solid 1px;
	border-color:#999999;
	
  font-weight : normal;
}
.midashiPTN1 {
	font-size:120%;
	color:#0066CC;
	border-bottom:double 1px ;
	border-color:#999999;
	padding:0px 10px 0px 10px;
	margin:0px 5px 5px 5px;
	font-weight:bold;
}
.midashiPTN2 {
	font-size:100%;
	color:#0066CC;
	border-bottom:solid 1px ;
	border-color:#999999;
	padding:0px 0px 5px 0px;
	margin:20px 0px 5px 0px;
	font-weight:bold;
}
.nenpyo {
	list-style:none;
	font-size:90%;
	margin:0;
	padding-left:5px;
	padding-right:5px;
}
.newsMain {
	width:100%;
	float:left;
}


/*
------------------------------------*/
#news {
	float:left;
	color:#999999;
	background:#ffffff;
	width:200px;
	height:250px;
	border-right-style:dashed; 
	border-right-color:#666666;
	border-right-width:1px;
	padding-top:1em;
	padding-left:1.2em;
	margin-top:5px;
	margin-bottom:10px;
}
#co-style {
	float:left;
	color:#666666;
	background:#ffffff;
	width:390px;
	height:250px;
	padding-top:1em;
	padding-left:0.8em;
	margin-top:5px;
	margin-bottom:10px;
}
#toshin-kun {
	float:right;
	color:#666666;
	background:#ffffff;
	width:200px;
	height:250px;
	border-left-style:dashed; 
	border-left-color:#666666;
	border-left-width:1px;
	padding-left:1.5em;
	margin-top:5px;
	margin-bottom:10px;
}


/* form
---------------------------------------------*/
#inquiry {
	width: 650px; /* ボックスの幁E持EE*/
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 200px;
}
#inquiry th.must {
	border-left-color:#666666;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時EボEダーの色を指宁E*/
	background-color: #FFFFFF; /* フォーカス時E背景色を指宁E*/
}	


/* footer
---------------------------------------------*/
#footer {
	clear:both;
	color:#f3f3f3;
	background:#666666;
	width:100%;
	border:#666666 solid 0.5px ;
	text-align:center;
}
