@charset "UTF-8";
/* HTML 5 elements
---------------------------------------- */
html {
	-webkit-text-size-adjust: none;
}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* reset
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
	padding: 1px;
	margin: 0;
	border: 1px solid #eaecec;
	background-color: #fff;
}

.bgnone {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

ul,li{
	list-style-type: none;
	margin: 0;
}

table {
	width: 100%;
	margin: 1.5% 0 2%;
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 0;
	margin-top: 10px;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border: none;
	border-top: #4c1100 1px solid;
}

br {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1;
}

/* body
-------------------------------------------------- */
body{
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #5d5d5d;
	font-family: 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
	border-top: #464646 4px solid;
	background: url(images/bg.png) 0 0 repeat;
}

#wrapper {
	width: 950px;
	padding: 0 10px 0;
	margin: 0 auto 0;
	position: relative;
    background: #fff;
}

header {
	position: relative;
}
	#logo {
		width: 250px;
		height: 65px;
		margin: 15px 0 15px;
		display: inline-block;
		vertical-align: top;
	}
		#logo a {
			line-height: 1;
			font-size: 1px;
			display: block;
		}
		#logo img{
			width: 250px;
			height: auto;
			padding: 0;
			margin: 0;
			border: none;
			background: none;
		}

	h1 {
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 12px;
		line-height: 1.3;
		font-weight: normal;
		color: #70ae1a;
		letter-spacing: 0.06em;
		display: block;
		text-align: right;
		position: absolute;
		top: 15px;
		right: 15px;
	}

h2 {
	padding: 5px 0 3px 0;
	margin: 0 0 1%;
	color: #000;
	font-size: large;
	line-height: 1;
	font-weight: bold;
}
h2 {
	padding: 1.5% 2%;
	margin: 1% 0 1.5%;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
	border-left: #0c638c 6px solid;
	border-top-right-radius:			5px;
	-moz-border-top-right-radius:		5px;
	-webkit-border-top-right-radius:	5px;
	border-bottom-right-radius:			5px;
	-moz-border-bottom-right-radius:	5px;
	-webkit-border-bottom-right-radius:	5px;
	background: 383838;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9d6ea), to(#70ae1a));
	background: linear-gradient(#a9d6ea, #70ae1a);
}
	
h3 {
	margin: 2% 0;
	line-height: 1.5;
	font-size: 18px;
	font-weight: normal;
	display: block;
}
	
a {
	color: #0c638c;
	text-decoration: none;
}
	a:hover { color: #ff7800; text-decoration: underline;}
/* search-bar
-------------------------------------------------------------- */
#search-bar {
	width: 35%;
	font-size: small;
	text-align: right;
	position: absolute;
	top: 45px;
	right: 0;
}
#search-bar .search input.mado {
	width: 70%;
	border: 1px inset #D8D8D8;
	padding: 0;
	margin: 0;
	line-height: 1;
	font: inherit;
	vertical-align: middle;
	color: #888;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#search-bar #searchsubmit {
	width: 21%;
	padding: 6px 1px 7px;
	margin: 0;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #c8c3b8;
}
#search-bar #searchsubmit:hover {
	background: #70ae1a;
}

/* nav
-------------------------------------------------------------- */
nav {
	padding: 0 5px;
	margin: 0 auto;
	list-style: none;
	border: none;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background: #a9d5ea;
}

nav li {
	padding: 0;
	margin: 5px 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	border: #fff 1px solid;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9d5ea), to(#0c638c));
	background: linear-gradient(#a9d5ea, #0c638c);
}
nav li a {
	padding: 6px 15px 6px 23px;
	margin: 0;
	color: #FFC;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;
	display: block;
	background: url(images/arrow_001.png) 4px center no-repeat;
}
nav li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 5px #fdebc0;
	box-shadow:			0 0 8px #fff inset;
	-webkit-box-shadow: 0 0 8px #fff inset;
	-moz-box-shadow:	0 0 8px #fff inset;
}

nav li a span {
	display: block;
}

nav li.current-menu-item a {
	padding: 6px 15px 6px 23px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	box-shadow: none;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background: #0c638c url(images/arrow_002.png) 4px center no-repeat;
}
nav li.current-menu-item a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 5px #fff;
	box-shadow:			0 0 5px #fff inset;
	-webkit-box-shadow: 0 0 5px #fff inset;
	-moz-box-shadow:	0 0 5px #fff inset;
	background: #0c638c url(images/arrow_002.png) 4px center no-repeat;
}

/* keyvisial
-------------------------------------------------------------- */
.keyvisial {
	text-align: center;
}

/* #Container
-------------------------------------------------------------- */
div#container {
	margin: 1% 0 0;
	padding: 1% 0 0;
	position: relative;
	overflow: hidden;
	border-bottom: #382b1f 2px solid;
}	
div#contents {
	width: 720px;
	margin: 0 0 5%;
	float: left;
}
div#cont_side {
	width: 220px;
	float: right;
	margin: 0 0 2%;
}

section {
	margin: 1%;
}

.sum ul {
	padding: 0 0 10px;
	margin: 1% 0;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	background: #efefef;
}
	.sum ul h3 {
		padding: 10px;
		margin: 0;
		color: #000;
	}
	.sum ul h3 a {
		padding: 1px 0 0 20px;
		color: #000;
		display: block;
		background: url(images/yaji_001.png) 4px center no-repeat;
	}
	.sum ul .cont {
		padding: 10px;
		font-size: small;
		margin: 0 10px;
		border-radius:			3px;
		-moz-border-radius:		3px;
		-webkit-border-radius:	3px;
		background: #fff;
	}

/* トップの２カラム用
-------------------------------------------------------------- */
.banner {
	width: 48%;
	float: left;
}

.top_text {
	width: 50%;
	float: right;
}

/* ２カラム用　pichi_box
-------------------------------------------------------------- */
.coulmn h3 {
	font-weight: normal;
	padding: 5px;
	color: #0c638c;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
    background: #a9d5ea;
}
.pichi_box {
	width: 48%;
	float: left;
}
.pichi_box_right {
	width: 48%;
	float: right;
}

/* 要素
-------------------------------------------------------------- */
#contents p {
	margin: 3% 1%;
	line-height: 1.8em;
	letter-spacing: 0.07em;
}

/* サーチ　seach.php
-------------------------------------------------------------- */
.search a {
	display: block;
}

.search a.tuduki {
	width: 20%;
	padding: 7px 3px 6px 25px;
	line-height: 1;
	font-weight: bold;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background: #FFC url(images/arrow_003.png) 4px center no-repeat;
}


/* sidebar
-------------------------------------------------------------- */
#cont_side .side_box {
	padding: 0 0 2%;
	margin: 0 0 5%;
	border: #d9a3a9 1px solid;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa555), to(#ff7800));
	background: linear-gradient(#ffa555, #ff7800);
}
	
	#cont_side .ichiran {
		padding: 14px 2px 14px 4%;
		margin: 0;
		font-size: 20px;
		color: #fff;
		line-height: 1.2;
		border: none;
		box-shadow: none;
	}

	#cont_side ul.ichiran_list li {
		background: #fff;
		margin: 0 10px 1px;
	}
	#cont_side ul.ichiran_list li a {
		padding: 8px 0 8px 20px;
		display: block;
		line-height: 1.3;
		color: #ff7800;
		font-weight: bold;
		letter-spacing: 0.06em;
		background: #fff url(images/arrow_002.png) 4px 10px no-repeat;
	}
	#cont_side ul.ichiran_list li a:hover {
		color: #42adb1;
		background: #fffad2 url(images/arrow_001.png) 4px 10px no-repeat;
	}

	
/* footer
-------------------------------------------------------------- */
#nav_buid ul li {
	margin: 0 5px 0 0;
	float: left;
}
	#nav_buid ul li a {
		padding: 8px 0 8px 20px;
		display: block;
		line-height: 1.3;
		color: #8c480c;
		letter-spacing: 0.06em;
		background: url(images/arrow_002.png) 4px 10px no-repeat;
	}
	#nav_buid ul li a:hover {
		color: #ff7800;
		background: url(images/arrow_003.png) 4px 10px no-repeat;
	}

#foot_nav {
	background: none;
}

footer {
	padding: 2% 1%;
	margin: 3% 0 0;
	text-align: center;
	font-size: 10px;
	color: #0c638c;
	font-weight: normal;
	border-top-left-radius:			6px;
	-moz-border-top-left-radius:	6px;
	-webkit-border-top-left-radius:	6px;
	border-top-right-radius:		6px;
	-moz-border-top-right-radius:	6px;
	-webkit-border-top-right-radius:6px;
    background: #a9d5ea;
}


/* align
-------------------------------------------------------------- */
.alignright {
	text-align: right;
}
/* span
-------------------------------------------------------------- */
span.red {
	color: #F00;
}
span.hissu {
	color: #F00;
	font-weight: bold;
}

/* goTop
-------------------------------------------------------------- */
.goTop {
	margin: 1% 0 0;
}
.goTop a{
	color: #212521;
	font-size: 10px;
	font-weight: bold;
}

/* page_navi
-------------------------------------------------------------- */
.page_navi {
	margin: 3% 0;
	line-height: 1;
	color: #7f7f7f;
}
	.page_navi span.page-numbers {
		padding: 3px 0 3px 3px;
		margin: 0 3px 3px 0;
		border: #CCC 1px solid;
		display: inline-block;
	}
	.page_navi a.page-numbers {
		padding: 4px 5px;
		margin: 0 3px 3px 0;
		border: #efefef 1px outset;
		display: inline-block;
		font-weight: bold;
		color: #fffea4;
		border-radius:			6px;
		-moz-border-radius:		6px;
		-webkit-border-radius:	6px;
		background: #4c1100;
	}
	.page_navi a.page-numbers:hover {
		background: #fffea4;
		color: #42adb1;
		border: #efefef 1px inset;
	}
	
	.page_navi span.current,
	.page_navi span.dots {
		border: none;
		color: #42adb1;
		font-weight: bold;
	}







