@charset "utf-8";
/* CSS Document */


/* コンテンツ全体 */
* {
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-style: normal;
}
html {
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6,p,table,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #169ca1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* 主なコンテンツ */
body {
	height: auto;
	font: 62.5%/1.8em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #444;
	margin: 0 auto;
	background: url(../images/common/img_bg.gif) repeat;
}
#header,#contents,#footer {
	font-size: 1.2em;
	width: 868px;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #fff;
}
#header {
	padding-top: 11px;
}
#nav {
	width: 858px;
	height: 33px;
	padding: 5px;
	clear: both;
	background: url(../images/common/nav_over.gif) no-repeat 0 0;
}

#contents {
	padding-top: 18px;
}
#section {
	width: 671px;
	float: right;
}
#contents:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#contents {display: inline-table;}
/* Hides from IE-mac \*/
* html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */

#aside {
	width: 185px;
	float: left;
}
#footer {
	height: 52px;
	padding-top: 15px;
}

/* header,nav,footer各小コンテンツ */

#header h1 {
	width: 185px;
	height: 258px;
	float: left;
}
#header h1 a {
	width: 185px;
	height: 258px;
	display: block;
	overflow: hidden;
	padding: 0 0 15px;
}
#header-img {
	width: 668px;
	height: 258px;
	float: right;
	padding: 0 0 15px;
}
#nav li {
	width: 142px;
	height: 33px;
	float: left;
	list-style: none;
	padding-right: 1px;
}

#nav li#nav04 {width: 143px;}
#nav li#nav06 {padding-right: 0;}
#nav:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#nav {display: inline-table;}
/* Hides from IE-mac \*/
* html #nav { height: 1%; }
#nav { display: block; }
/* End hide from IE-mac */
.asideBox {
	border: solid 5px #cecece;
	margin: 0 0 10px;
}
.asideBox p {
	height: 28px;
	padding: 18px 0 20px 18px;
}

#section h2 {
	margin: 5px 0 15px;
}

#footer p {
	height: 52px;
	background: #64c2c5;
}
.txtLeft {text-align: left;}
.txtCenter {text-align: center;}
.txtRight {text-align: right;}
.txtIn {text-indent: 1em;}
.txtBold {font-weight: bold;}
.clear {clear: both;}

#pagenavi {
	text-align: center;
}
