/* 2010.03.25 */

/*
1. Normalize
2. Global settings
3. Structure -- framework
4. Structure -- Header
5. Structure -- Contents
6. Structure -- Sidebar
7. Structure -- Footer
*/

/* ------------------------------------
1. Normalize
-------------------------------------*/
html, body, div, a, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre,img, 
ol, ul, li, dl, dt, dd, 
span, abbr, acronym, address, cite, code, del, dfn, em, ins, kbd, q, samp, strong, sub, sup, var, 
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, 
applet, object, iframe, embed, 
tt,strike,s,small,font, big {
	margin: 0;
	padding: 0;
	border :0;
	outline: 0;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:link, a:visited, a:hover, a:active {
	border: 0;
}
a img, :link img, :visited img, a:link img, a:hover img, a:visited img, a:active img {
	border: 0;
}
ul, ol, li {list-style: none;}

/* ------------------------------------
2. Global settings
-------------------------------------*/

html {
	height:100%;
	background-color: #c0eaf4;
}

body {/*color stuff*/
	background: url(../images/common/bg.gif) repeat-x #FFFFFF;
	color:#888888;
	font: 12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* ************ Linkage ************ */
a, a:link, a:visited, a:active {
	color: #93d3e8;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:hover img {
	border-bottom: none;
}

/* ************ Headings ************ */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {clear: both;}

h1#title_img {
	margin-top: 5px;
}

h2#h2title {
	width:571px;
	margin:0 auto;
}

h3#h3title {
	width:558px;
	margin:10px auto;
}

/* ********** Common stuff ********** */
p, pre, ol, ul, dl {
	font-size: 100%;
}

address, cite {
	font-style: normal;
}

/* ************ Useful *********** */
.hide {
	display: none;
}
.clear {
	clear: both;
}

/* ********** Clearfix ************ */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}


/* ------------------------------------
3. Structure -- framework
-------------------------------------*/
#wrapper {
	width:100%;
	margin: 0 auto;
	background: url(../images/common/wrapper_bg.gif) top center no-repeat;
}

* html #wrapper { /* for IE6 */
	text-align:center;
}

#headewrap {
	width: 904px;
	position:relative;
}

#contentwrap {
	width: 807px;
	margin: 0 auto;
	text-align:left;
}

#contents{
	position:relative;
}

#footwrap {
	width: 100%;
	height: 60px;
	margin:0 auto;
	clear: both;
	background: #e3f2f6;
	border-bottom:solid 200px #c0eaf4;
}

* html #footwrap {
	text-align:center;
}


/* ------------------------------------
4. Structure -- Header
-------------------------------------*/
h1#title_img {
	margin-left: 5px;
}

div.headerleft {
	float:left;
	width:370px;
}

div#headerright {
	float:right;
	width:400px;
	padding:10px;
}

div.headlinkwrap {
	width:343px;
	height:27px;
	float:right;
	margin-right: 5px;
}

ul#headlink {
	width:343px;
	height:27px;
	list-style:none;
	padding:0;
	overflow: hidden;
}

ul#headlink li {
	float:left;
}

li#headlink_li01 a {
	background:url(../images/common/link_access.gif) no-repeat;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding-top:27px;
	width:114px;
}

li#headlink_li02 a {
	background:url(../images/common/link_info.gif) no-repeat;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding-top:27px;
	width:114px;
}

li#headlink_li03 a {
	background:url(../images/common/link_sitemap.gif) no-repeat;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding-top:27px;
	width:114px;
}

li#headlink_li01 a:hover, 
li#headlink_li02 a:hover, 
li#headlink_li03 a:hover {
	background-position:0 -27px;
}

div.group {
	width:153px;
	height:34px;
	list-style:none outside none;
	float:right;
	margin-right:5px;
	overflow: hidden;
}

div.grouplink a {
	background:url(../images/common/group.gif) no-repeat;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding-top:34px;
	width:153px;

}

div.grouplink a:hover {
	background-position:0 -34px;
}

/* ------------------------------------
5. Structure -- Contents
-------------------------------------*/
h2#archive-title {
	font-weight: bold;
	border-bottom: 1px solid;
}

div.contents_bgtop {
	width:807px;
	height:31px;
	background: url(../images/common/contentbg_top.gif) top no-repeat;
}

div.contents_middle {
	background: url(../images/common/contentbg_middle.gif) top repeat-y;
	min-height: 1em; /*IE7のfloatはみ出しの解決*/
}

/*\*/ /* ie6のfloatのはみ出しの解決*/
* html div.contents_middle { 
    height: 1em;
}
/**/

div.contents_right {
	width:600px;
	float:right;
	margin:0;
	_padding-left:10px;
	text-align:left;
}

div.topimage {
	width:562px;
	height:340px;
	margin:0 auto;
	position:relative;
}

div.imgunder {
	position:absolute;
	width:562px;
	height:337px;
	top: 0px;
	left: 0px;
}

div.imgcover {
	position:absolute;
	width:562px;
	height:337px;
	top: 0px;
	left: 0px;
}

div.top_bottom {
	width:562px;
	margin:0 auto;
}

div.news {
	width:350px;
	background:url(../images/news/newshead.gif) top left no-repeat;
	padding-top:30px;
	float:left;
	margin-left: 15px;
}

div.newsside_banner {
	width:168px;
	float:right;
}

div.newsbox {
	width:325px;
	padding:2px 5px;
	border-bottom:dotted 1px #CCCCCC;
}

div.newsleft {
	width:65px;
	float:left;
}

div.newsright {
	width:255px;
	float:right;
}

div.newsdays {
	color:#00CCFF;
}

div.newstext01, div.newstext02 {
	font-size:12px;
}

div.news2 {
	width:350px;
}

div.news2top {
	width:339px;
	height:11px;
	background:url(../images/news/atten_top.gif) top center no-repeat ;
	margin-top:20px;
}

div.news2middle {
	width:339px;
	background:url(../images/news/atten_middle.gif) center repeat-y;
}

div.news2bottom {
	width:339px;
	height:6px;
	background:url(../images/news/atten_bottom.gif) top center no-repeat;
}

div.atterea {
	width:339px;
}

p.attitle {
	color:#FF0000;
	padding:5px 15px;
	font-size:11px;
}

p.attext {
	padding:3px 15px 10px 15px;
	font-size:11px;
	line-height:1.25em;
	text-align:justify;
}

table.cnttbl {
	border:medium none;
	border-collapse:separate;
	border-spacing:1px;
	width:100%;
}

table.cnttbl th {
	background:none repeat scroll 0 0 #ECF9FD;
	border:1px solid #BCDAE4;
	padding:6px 10px;
	vertical-align:center;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	white-space: nowrap;
}
table.cnttbl th a {
	color:#888888;
	font-weight:bold;
	text-decoration: underline;
}

table.cnttbl tr.title th {
	text-align:center;
}

table.cnttbl td {
	background:none repeat scroll 0 0 #FBFDFD;
	border:1px solid #BCDAE4;
	padding:6px 10px;
	vertical-align:center;
	letter-spacing:2px;
	line-height:17px;
}


table.nenkan td {
	padding:15px 15px;
}

table.nenkan th {
	padding:15px 30px;
	font-size:130%;
	white-space: nowrap;
}

ul.cntul, ul.numul{
	padding:5px 0 10px 20px;
}

ul.cntul li {
	list-style-type: square;
	margin: 7px 0 0 10px;
	padding:0;
}
ul.numul li {
	list-style-type: decimal;
	margin: 7px 0 0 10px;
	padding:0;
}

div.kazyou {
	border-left:6px solid #BCDAE4;
	padding-left:8px;
	margin-bottom:15px;
	margin-top:15px;
	font-size:120%;
	font-weight: bold;
}

div.title {
	border-left:6px solid #BCDAE4;
	padding-left:8px;
	margin-bottom:15px;
	font-weight: bold;
}

/* ------------------------------------
6. Structure -- Sidebar
-------------------------------------*/
div.contentsleft {
	width:200px;
	float:left;
}

div.sidemenu {
	width: 179px;
	height:100%;
	margin-left: 20px;
}

div.sidemenu_top {
	width:179px;
	height:10px;
	margin:0 auto;
	padding:0;
	background: url(../images/common/sidebg_top.gif) top no-repeat;
}

div.sidemenu_middle {
	width:179px;
	margin:0 auto;
	padding:0;
	background: url(../images/common/sidebg_middle.gif) top repeat-y;
	min-height: 1em; /*IE7のfloatはみ出しの解決*/
	padding-bottom:100px;
}

/*\*/ /* ie6のfloatのはみ出しの解決*/
* html div.sidemenu_middle { 
    height: 1em;
}

div.sidemenu_bottom {
	width:179px;
	height:11px;
	background: url(../images/common/sidebg_bottom.gif) top no-repeat;
	clear:both;
}


div.gohome {
	width:165px;
	height:51px;
	list-style:none outside none;
	padding:0;
	overflow: hidden;
	margin: 0 auto;
}


div.homelink a {
	background:url(../images/common/side_home.gif) no-repeat;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding-top:51px;
	width:165px;
	background-position:0 0;
}

div.homelink a:hover {
	background-position:0 -51px;
}

div.sidelinkwrap,
div.side2erea {
	width:164px;
	margin:0 auto;
}

*html div.gohome,
*html div.sidelinkwrap,
*html div.side2erea {
	margin-left:7px;
}

ul#sidemenulist {
	margin:0;
	padding:0;
	list-style:none;
}

ul#sidemenulist li {
	margin:0;
	padding:0;
	width:145px;
	/*height:48px*/
	/*overflow:hidden;*/
}

li#sidelink_li01 a.sidetitle {
	background:url(../images/common/side_menu01.gif) no-repeat;
}

li#sidelink_li02 a.sidetitle {
	background:url(../images/common/side_menu02.gif) no-repeat;
}

li#sidelink_li03 a.sidetitle {
	background:url(../images/common/side_menu03.gif) no-repeat;
}

li#sidelink_li04 a.sidetitle {
	background:url(../images/common/side_menu04.gif) no-repeat;
}

li#sidelink_li01 a.sidetitle,
li#sidelink_li02 a.sidetitle,
li#sidelink_li03 a.sidetitle,
li#sidelink_li04 a.sidetitle {
	width:164px;
	display:block;
	height:0 !important;
	_height:48px;/* for IE6 */
	overflow:hidden;
	padding-top:48px;
}

/* ClearFix */

ul#sidemenulist {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul#sidemenulist:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



div.sidebanner {
	width:164px;
	height:53px;
	margin:0 auto;
	overflow:hidden;
}

li#sidelink_li01 a:hover, 
li#sidelink_li02 a:hover, 
li#sidelink_li03 a:hover,
li#sidelink_li04 a:hover {
	background-position:0 -48px;
}

li#sidelink_li01 a.stay,
li#sidelink_li02 a.stay,
li#sidelink_li03 a.stay,
li#sidelink_li04 a.stay {
	background-position:0 -48px;
}

div.starlink {
	margin-left:10px;
	padding:0;
	width:150px;
	list-style:none;
	_position:relative;/* for IE6 */
}

div.starlink01{
	margin: 5px 0;
	width:140px;
	height:15px;
	display:block;
	background:url(../images/common/point.gif) no-repeat;
	background-position:left center;
	text-align: left;
	font-size: 12px;
	padding-left:15px;
	color:#666666;
}

div.starlink01 a:hover {
	color:#FF9900;
}
div.starlink01 a {
	color:#888888;
}

/* ClearFix */

ul#starlink {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul#starlink:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


div.side2erea {
	/*position:relative;*/
	width:164px;
	height:53px;
	overflow:hidden;
}


div.sidebanner01 a {
	background:url(../images/common/sidebanner01.gif) no-repeat;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding-top:53px;
	width:164px;
}

div.sidebanner02 a {
	background:url(../images/common/sidebanner02.gif) no-repeat;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding-top:53px;
	width:164px;
}

div.sidebanner03 a {
	background:url(../images/common/sidebanner03.gif) no-repeat;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding-top:53px;
	width:164px;
}

div.sidebanner04 a {
	background:url(../images/common/sidebanner_right01.gif) no-repeat;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding-top:53px;
	width:164px;
}

div.sidebanner05 a {
	background:url(../images/common/sidebanner_right02.gif) no-repeat;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding-top:53px;
	width:164px;
}

div.sidebanner06 a {
	background:url(../images/common/sidebanner_right03.gif) no-repeat;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding-top:53px;
	width:164px;
}

div.sidebanner01 a:hover,
div.sidebanner02 a:hover,
div.sidebanner03 a:hover,
div.sidebanner03 a:hover,
div.sidebanner04 a:hover,
div.sidebanner05 a:hover,
div.sidebanner06 a:hover {
	background-position:0 -53px;
}


/* ------------------------------------
7. Structure -- Footer
-------------------------------------*/

div#footer {
	width:800px;
	margin:0 auto;
}

div.footerleft {
	width:410px;
	margin-top:10px;
	padding-left:10px;
	float:left;
	text-align:left;
}

div.footerright {
	width:350px;
	margin-top:10px;
	padding-right:5px;
	float:right;
}


ul#footlinklist {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}

ul#footlinklist li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	font-size: 10px;
}


ul#footlinklist li a {
	padding: 3px 5px;
	display: block;
	position: relative; /* for IE6 */
	color: #66CCFF;
	text-decoration: underline;
}

ul#footlinklist li a:hover {
	color: #FFCC00;
}

/* ClearFix */

ul#footlinklist {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul#footlinklist:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

p.copyright {
	margin-top:10px;
	color:#999999;
}

p.address {
	text-align:right;
	font-size:14px;
}

div.phonefax {
	width:350px;
	padding-right:10px;
	float:right;
}

div.phone {
	font-size:20px;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	color:#11b0e3;
	float:right;
}

div.textbox {
	width:558px;
	padding:5px;
	margin:0 auto;
}

p.pbox {
	letter-spacing:2px;
	line-height:17px;
}
