﻿@charset "utf-8";


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html{
	text-align:center;
	background:url("../img/common/mainbg.jpg") repeat-x #b19ba5;
    min-width:100%;
}

body{
	font:12px/1.4 verdana, Hiragino Maru Gothic Pro, "ＭＳ Ｐゴシック",  Osaka, sans-serif;
	line-height: 150%;
	text-align:center;

	margin:0 auto;
	}

*+html body{font-size:85%}

* html body{font-size:100%}



/***********************************************/
/* layout divs                                 */
/***********************************************/

#head{
	background:url("../img/common/mainbg.jpg") repeat-x #b19ba5;
	margin:0 auto;
	width:960px;
}

#headcont{
	width:960px;
	margin:0 auto;
	position:relative;
	line-height:0;
}

#contwrap { /* only index */
	background:url("../img/common/tablebg.jpg") repeat-x;
}


#cont{
	width:960px;
	margin:0 auto;
	position:relative;
}


#footcont{
	background-color:#687BDF;
	width:100%;
	clear:both;
	margin:0;padding:0;
}

#foot{
	width:930px;
	margin:0 auto;
	padding:15px 15px 5px;
	height:20px;
	position:relative;
	background-color:#687BDF;
	line-height:0;
	_line-height:1.0;
	clear:both;
	/overflow:hidden;
}


#cont #aside-left{
	float:left;
	display:inline;
	width:200px;
}

#cont #contwrap{
	width:740px;
	float:right;
	display:inline;
	background:url("../img/common/contbg.png") repeat-y;
}

#cont #main{
	float:left;
	display:inline;
	_width:540px;
	width:500px;
	background:#ffffff;
	padding:0 20px;
	height:100%;
}

#cont #aside-right{
	float:right;
	display:inline;
	width:180px;
	margin:20px 0 0 20px;
}

#cont .sec-h2 {
	margin:0 0 20px 0;
}

#cont .sec-h3 {
	padding:0 0 15px 0;
	margin:15px 0 15px 0;
}

#cont .sec-h4 {
	padding:0 0 5px 0;
	margin:10px 0 5px 0;
}

#cont p {margin:5px 0}


#topLink {
position: fixed;
width:120px;
height:30px;
bottom:-8px;
_bottom:-3px;
right: 30px;
margin:0;padding:0;
line-height:0;
}

#topLink a{
line-height:1;
vertical-align:top;
}

#topLink:hover {
bottom: -5px;
}



/***********************************************/
/* #head style                                 */
/***********************************************/

div#head h1 {
	text-align:left;
}

#head .help{
   position:absolute;
   top:68px;
   right:0;
   text-align:left;
   width:250px;
   line-height:1.2;
   
}

#head .help a{
   position:absolute;
   top:5px;
   right:220px;
}

#head .help form{
   position:absolute;
   top:0;
   right:0;
}


#head #gnav {
width:960px;
}

#head #gnav:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden}


#head #gnav li{
float:left;
display:inline;
}

#head input.search{
width:150px;
color:#000;	
}




/***********************************************/
/* #main style                                 */
/***********************************************/

body#top {background:none;}

#cont .mention{
	_width:960px;
	width:920px;
	padding:20px;
	background-color:#fff;
	margin-top:25px;
	font-size:117%;
}

#cont #main h2 , #top #cont h2{
  background:url("../img/common/h2bg.jpg") no-repeat;
  padding:1px 0 0 10px;
  height:23px;
  margin:0 0 10px 0;
  font-size:150%;font-weight:700;
}

#cont #main h3 {
	font-size:150%;
	font-weight:700;
	margin:20px 0 10px 0;
	height:20px;
}

#cont #main h4 {
	font-size:134%;
	font-weight:700;
	margin:0 0 0px 0;
}

#cont #main h5 {
	font-size:117%;
	font-weight:700;
	margin:0 0 0px 0;
}


#cont #main .topicpath{
	margin:20px 0 20px 00px;
}

#cont #main table tr th {
    width:100px;	
}

#cont #main table{
    margin:0 0 30px;	
}

#cont #main ul{
	margin:10px 0;
}

#cont .to_detail{
	text-align:right;
	margin-top:30px;
}

/***********************************************/
/* #aside style                                */
/***********************************************/


#cont #aside-left .localnav {
    width:160px;
	margin:40px 20px 0;
	overflow:hidden;
	text-align:center;
	display:block;
}

#cont #aside-left .localnav li{
	border-top:1px solid #000;
	text-align:left;
	margin:-1px 0 0 0;
	width:160px;
	padding:10px 0;
	display:block;
}



#cont #aside-right .sec {
    background-color:#f5f5f5;
	width:140px;height:140px;
	padding:10px;
}

#cont #aside-right .sec-social {
	margin-top:10px;
}

/***********************************************/
/* #foot style                                 */
/***********************************************/


#foot .help {
	float:left;
	display:inline;
	text-align:left;
	color:#ffffff;
	font-weight:700;
	
padding-bottom:10px;
}


#foot .help a{
	color:#ffffff;
	font-weight:700;
	line-height:1;
}

#foot .help a:link{color:#ffffff;text-decoration:none;}
#foot .help a:visited{color:#ffffff;text-decoration:none;}
#foot .help a:hover{color:#ffffff;text-decoration:underline;}
#foot .help a:active{color:#ffffff;text-decoration:none;}


#foot address{
float:right;
display:inline;
color:#ffffff;
text-align:right;
margin-bottom:10px;
line-height:1;
}



/***********************************************/
/* index                                       */
/***********************************************/


#top #cont{
	padding-top:15px;
	background-color:#687BDF;
}

#top #cont ul{
	margin: 0px -15px 0 0;
	padding:0 0 0 15px;
	width:960px;
}

#top #cont ul li{
	position:relative;
	float:left;
	display:inline;
	width:260px;
	height:260px;
	margin-right:15px;
	padding:20px;
	text-align:left;
	background-color:#ffffff;
	line-height:140%;
}


#top #cont ul li li , #top #cont ul li ul{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	float:none;
	display:block;
}



#top #cont ul li table th{
	width:60px;
}

#top #cont ul:after{
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    font-size:0;
}

#top #cont dl dt{
}

#top #cont dl dd{
	padding-left:60px;
	margin-top:-18px;
}


#top #cont .to_detail{
	position:absolute;
	top:240px;
	right:20px;
}


