@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : module.css
 Style Info : ‹¤’Ê—v‘f‚ÌŠî–{Ý’è

11px = 85%		12px = 93%		13px = 100%		14px = 108%
15px = 116%		16px = 123.1%	17px = 131%		18px = 138.5%
19px = 146.5%	20px = 153.9%	21px = 161.6%	22px = 167%
23px = 174%		24px = 182%		25px = 189%		26px = 197%
=================================================================== */

/*----------------------------------------------------------------
	‹¤’Ê
----------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body.home{
	color: #fff;
	background: #000;
}
body {
	color:#333;
	font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	/font-family: "ƒƒCƒŠƒI", Meiryo, "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	word-break:normal;
	word-wrap:break-word;
	min-width:980px;
}
/* for IE6, 7 */
input, textarea {
 /font-family:"‚l‚r ƒSƒVƒbƒN", "MS Gothic", "Osaka|“™•", Osaka-mono, monospace;
}
#searchBtn1 {
  padding:0px;
  border:none;
}
h1, h2, h3, h4, h5, h6, dt {
	font-weight: bold;
}
em {
	color: #C00;
	font-weight: bold;
	font-style: normal;
}
textarea {
	resize: vertical;
}
address {
	font-style: normal;
}
a, a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	text-decoration:  underline;
	color: #00F;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
img {
	line-height:1;
	font-size:0;
	vertical-align:top;
	height:auto;
}

/* form—v‘f
----------------------------------------------------------- */
input, textarea {
	padding:7px 7px;
	border-radius:2px;
	margin:0 0 5px 0;
	border:none;
}
.jInput {
	border: 1px solid #eee;
}
.jFocus {
	outline: medium none !important;
	background-color: #fff !important;
	border-color: #6ddeff !important;
}
.jFocus {
	box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
	-moz-box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
	-ms-box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
	-o-box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
	border-color: rgba(82, 168, 236, 0.75) !important;
}
input[type="radio"], input[type="checkbox"] {
	margin-right:5px;
	vertical-align:baseline;
	border-style:none;
}
label {
	margin-right:15px;
}
/* page—v‘f
----------------------------------------------------------- */
div#page {
	font-size: 100%;
	text-align: left;
	width:100%;
	overflow:hidden;
	position:relative;
}
.inner {
	width: 960px;
	margin: 0 auto;
	padding: 0;

}
/* header—v‘f
----------------------------------------------------------- */
#logo {
  margin-top:34px;
}
#header {
  width:100%;
  text-align:center;
  overflow:hidden;
  z-index: 99999;
  background-color: transparent;
  transition:all 180ms ease-out 0s;
}

/* mainVisual—v‘f
----------------------------------------------------------- */
div#mainVisual {
  position:relative;
  background:#cc00cc;
  color:#ffff00;
  width:620px;
  display:block;
  margin:10px auto;
  padding:10px;
}
/* gNavi Style—v‘f
----------------------------------------------------------- */
#gNavi {
	overflow:hidden;
	clear:both;
	margin: 10px auto;
}
#gNavi ul {
	margin: 0 auto;
	overflow: hidden;
 	*zoom: 1;
}
#gNavi li {
	display:inline;
	word-wrap:normal;
}

#gNavi li a:hover {
}
.navArea {
	float:right;
}
/* contents—v‘f
----------------------------------------------------------- */
div#contents {
	overflow: hidden;
	word-break: normal;
	word-wrap: break-word;
 *zoom: 1;
}
div#contents .inner {
	width: 960px;
	margin: 0 auto;
 *zoom: 1;
}
#contents .pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
	clear: both;
}
.home div#contents .inner {
	width:1000px;
}
/* crumbs—v‘f
----------------------------------------------------------- */
#crumbs {
  font-size:108%;
  text-align: right;
  padding:15px 0px 20px 0px;
}
#crumbs li {
	display: inline;
}
#crumbs li a {
  color:#02689d;
}
.pankuzu {
	font-size:13px;
	margin-bottom:10px;
}
.pankuzu br {
	display:none;
}

/* main—v‘f
----------------------------------------------------------- */
div#main {
  float:left;
  width:730px;
  font-size: 108%;
  line-height: 180%;
}


.subTtl01 {
	font-size:130%;
	margin:0 0 40px 0;
	padding:5px 0;
	text-align:center;
	background-color:#e0e1ff;
	border-bottom:3px solid #6666ff;
}
.subTtl02 {

}


/* ‹¤’Ê—v‘f
----------------------------------------------- */
article section {
	clear:both;
}
section{
	margin:30px 0px;
}
.page article section {
  
}
.home article {
  
}
article p, article dl, article ul, article ol {
	margin-bottom: 1.2em;
}
ul.nl li {
	list-style-type: disc;
	margin-left: 2em;
}
ol.nl li {
  list-style-type: decimal;
  list-style-position:inside;
}

.txtL {
	text-align: left;
}
.txtR {
	text-align: right;
}
.txtC, .imgC {
	text-align: center;
}
.imgC {
	margin:0 auto;
	display:block;
}
a.block-link {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:-999px;
	display:block;
	background/*\**/:#fff\9;
	filter:alpha(opacity=0);
	opacity:0;
}

span.link {
	font-size: 14px;
	vertical-align: 6px;
	font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#02689d;
	text-decoration:underline;
}
a.link {
	text-decoration:underline;
	color:#02689d;
}
a.link:hover {
	text-decoration:none;
}
/* Image Style
----------------------------------------------- */
.imgArea {
	overflow:hidden;
	margin-bottom:15px;
}
.imgR {
	float: right;
	margin: 0 0 0 15px;
}
.imgL {
	float: left;
	margin: 0 15px 0 0;
}
.textArea {
	overflow: hidden;
}
.img img, .map {
	border: 1px solid #CCC;
	padding:1px;
}
.map {
	margin-bottom: 5px;
}
.alignleft {
	clear:left;
	float: left;
	margin:0 15px 0 0;
}
.alignright {
	clear:right;
	float: right;
	margin:0 0 0 15px;
}
.aligncenter {
	clear:both;
	display:block;
	margin:0 auto 15px;
}
/* ƒe[ƒuƒ‹‹¤’ÊŽw’è
----------------------------------------------- */
table {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
}
th, td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
th {
  background-color: #EDEDEF;
}
/* ƒy[ƒW•ªŠ„ƒiƒr
------------------------------------------------------------ */
#main .wp-pagenavi{
	padding:35px 0px;
  margin:30px 0px;
	text-align:center;
	overflow:hidden;
  clear:both;
}

#main .wp-pagenavi a,#main .wp-pagenavi span{
	padding:7px 15px;
	background:#fff;
	color:#555;
	margin-right:5px;
	text-decoration:none;
	border:1px solid #ccc;
}

#main .wp-pagenavi span{
	background:#d60000;
 	color:#fff;
}

#main .wp-pagenavi .pages{
	background:#d60000;
	color:#fff;
	margin-right:20px;
}

#main .wp-pagenavi a:hover{
	background:#d60000;
	color:#fff;
  text-decoration:none;
}

#main .wp-pagenavi .alignleft{
	margin-top:0;
	margin-bottom:0;
	float:none;
	vertical-align:middle;
  display:inline-block;
  max-width:30%;
}

#main .wp-pagenavi .alignleft a{
	border:none;
	color:#02689d;
	text-decoration:underline;
}

#main .wp-pagenavi .alignleft a:hover{
	background:0 0;
	color:#000000;
	opacity:.8;
	filter:alpha(opacity=80);
}

#main .wp-pagenavi .center{
	margin-top:0;
	margin-bottom:0;
	float:none;
  display:inline-block;
}

#main .wp-pagenavi .center a{
	background:#d60000;
	color:#fff;
}

#main .wp-pagenavi .center a:hover{
	opacity:.8;
	filter:alpha(opacity=80);
}

#main .wp-pagenavi .alignright{
	margin-top:0;
	margin-bottom:0;
	float:none;
	vertical-align:middle;
  display:inline-block;
  max-width:30%;
}

#main .wp-pagenavi .alignright a{
	border:none;
	color:#02689d;
	text-decoration:underline;
}

#main .wp-pagenavi .alignright a:hover{
	background:0 0;
	color:#000000;
	opacity:.8;
	filter:alpha(opacity=80);
}
#main .wp-pagenavi .previouspostslink,#main .wp-pagenavi .nextpostslink {
  background:#eee;
}

/* side—v‘f
----------------------------------------------------------- */
#side {
  padding-top:30px;
	width: 230px;
	float: left;
}

/* footer—v‘f
----------------------------------------------------------- */
#footer {
	clear:both;
	width:100%;
	margin-bottom:10px;
	color:#59493f;
	font-size:15px;
}
#footer p.copyright {
	text-align:right;
	clear:both;
	padding-top:20px;
}

#footer .pageTop {

}
#footer a {
}
#footer ul {
	font-size:13px;
}
.home #footer,.home #footer ul li a {
	color:#fff;
}
 
#footer li {
	display: inline;
	margin-right:5px;
}
#copyright {
	clear: both;
  display:inline-block;
}
#copyright p {
  display:inline;
}
#footer ul.children {
	display:none;
}



/* Šî–{ƒNƒ‰ƒX
----------------------------------------------------------- */
/* clearfix */
.clearfix {
	width: 100%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#main .imgArea:after, .clearfix:after {
	height:0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.ovfl {
	overflow:hidden;
}
.clear {
	clear:both;
}
.clear hr {
	display:none;
}
.mc {
	font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", "‚l‚r ‚o–¾’©", "MS PMincho", serif;
 /font-family:"‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;
}
.pc_none { /*ƒXƒ}ƒzƒTƒCƒg•\Ž¦’²®@PCƒTƒCƒg‘¤‚Å‚Í•\Ž¦‚µ‚È‚¢*/
	display:none !important;
}
#side nav{
	width:176px;
}
#side nav ul{
	background:#cecfff;
}
#side nav ul{
	padding:5px 0px;
}
#side nav ul li{
	background:url(../img/bullet031.gif) no-repeat center left;
	padding-left:18px;
	margin:0px 0px 5px 2px;
}
nav h3{
	background:#6666ff;
	color:#fff;
	padding:5px;
	text-align:center;
}
h3.subTtl01{
	color:#ff00ff;
	font-weight:bold;
	font-size:108%;
}
h4{
    font-size: 120%;
    margin: 5px 0px;
}
.mod-ol{
	margin:15px 40px;
}
.itemtList ul{
	width:760px;
	overflow:hidden;
}
.itemtList li{
	width:160px;
	margin-right:30px;
	margin-bottom:20px;
	float:left;
}
.itemtList li span{
	display:block;
	/*text-align:center;*/
}
.itemtList li a{
	text-align:center;
	color:#333;
}
.itemtList li img{
	max-width:100%;
	max-height: 200px;
	margin:0 auto;
}
/*”­yƒ}ƒbƒg‚Ì“Á‘IE‹†‹É‚Ìƒ}ƒbƒgƒVƒŠ[ƒY‚Ìƒ^ƒCƒgƒ‹*/
.itemtList li.mat_catetitle {
	width:100% !important;
}
.h3_mattitle {
	color:#990000;
	background-color:#fff;
	font-size:180%;
	font-weight:bold;
	text-align:left;
}


/*•¶Žš‘•ü*/
.bold {
	font-weight:bold;
}
.red {
	color:red;
}
.purple {
	color:#cc00cc;
}
.brown {
	color:#cc0000;
}
.green {
	color:#009900;
}
.pink {
	color:#ff00ff;
}
.blue {
	color:#0000ff;
}
.red_a a {
	color:red;
}
.green_a a {
	color:#009900;
}
.fs12 {
	font-size:120%;
}
.fs15 {
	font-size:150%;
}
.bg_pink {
	background-color:#FFE0E0;
}
.bd_b {
	border-bottom:1px dashed #333;
	margin-bottom:30px;
	padding-bottom:30px;
}

/*ƒ}[ƒWƒ“*/
.mt_10 { margin-top:10px;}
.mb_10 { margin-bottom:10px;}
.mb_20 { margin-bottom:20px;}
.p_15 {padding:15px;}
.p_5 {padding:5px;}