@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: #000 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: #000;
	font-family: 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
	border-top: #464646 4px solid;
	background: #efede7;
}

header {
	position: relative;
	background: #605d5d;
}

	h1 {
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 11px;
		line-height: 2;
		font-weight: normal;
		color: #e8ede9;
		letter-spacing: 0.08em;
		display: block;
		text-align: center;
	}

h2 {
	padding: 2% 2% 1.7% 6%;
	margin: 0 0 1.5%;
	font-size: 23px;
	color: #3e3c3c;
	line-height: 1.3;
	border-top:		#000 1px solid;
	border-bottom:	#000 1px solid;
	background: #fff url(images/h2.png) 0 center no-repeat;
}
	
h3 {
	margin: 2% 0;
	line-height: 1.5;
	font-size: 18px;
	font-weight: normal;
	display: block;
}
	
a {
	color: #000;
	text-decoration: none;
}
    #bigcontents a {text-decoration: underline;}
	a:hover { color: #d56464; text-decoration: underline;}
    a.catt {
    	padding: 5px 0 5px 35px;
        margin: 5px 0 0;
        line-height: 1;
        display: block;
		background: url(images/yaji_001.png) 5px center no-repeat;
    }
        a.catt:hover { #background: url(images/yaji_001.png) 5px center no-repeat;}
/* nav
-------------------------------------------------------------- */
.nav_wrap {
	background: #111;
}

nav {
	width: 820px;
	padding: 0 180px 0 0;
	margin: 0 auto;
	list-style: none;
	border: none;
	position: relative;
}

	#logo {
		width: 180px;
		display: block;
		vertical-align: top;
		position: absolute;
		top: 15px;
		right: 5px;
	}
		#logo a {
			line-height: 1;
			font-size: 1px;
			display: block;
		}
		#logo img{
			width: 180px;
			height: auto;
			padding: 0;
			margin: 0;
			border: none;
			background: none;
		}

nav li {
	padding: 0;
	margin: 8px 6px 10px 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
nav li a {
	padding: 6px 15px 6px 23px;
	margin: 0;
	color: #e8ede9;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;
	display: block;
	border-bottom: 3px #e8ede9 solid;
}
	nav li a:hover {
		color: #d56464;
		text-decoration: none;
		border-bottom: 3px #d56464 solid;
	}

nav li.current-menu-item a {
	color: #d56464;
	text-decoration: none;
}
	nav li.current-menu-item a:hover {
		color: #d56464;
		border-bottom: 3px #d56464 solid;
	}

/* keyvisial
-------------------------------------------------------------- */
.keyvisial {
	text-align: center;
	position: relative;
}

/* searchform
-------------------------------------------------------------- */
#search-bar {
	width: 30%;
	font-size: small;
	text-align: left;
	position: absolute;
	top: 132px;
	left: 370px;
}
#search-bar .search input.mado {
	width: 65%;
	border: none;
	padding: 5px;
	margin: 0 5px 0 0;
	line-height: 1;
	font: inherit;
	vertical-align: middle;
	color: #111;
	display: inline-block;
	border: 1px solid #efefef;
    background: url(images/bg_white.png) 0 0 repeat;
}
#search-bar #searchsubmit {
	width: 25%;
	padding: 10px 1px 9px;
	margin: 0;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	font-family: 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
	background: #d56464;
}
#search-bar #searchsubmit:hover {
	background: #faffed;
	color: #535b35;
}

/* #maincontents-------------------------------------------------------------- */
div#maincontents {
	width: 1000px;
	padding: 0 0 0;
	margin: 1% auto 0;
	position: relative;
	overflow: hidden;
    -webkit-box-shadow: 0px 0px 7px 2px #c3c8cc;
    -moz-box-shadow: 0px 0px 7px 2px #c3c8cc;
    box-shadow: 0px 0px 7px 2px #c3c8cc;
	border-bottom: #382b1f 2px solid;
    background: #fff;
}	
div#bigcontents {
	width: 71%;
	padding: 0 0 0 1%;
	margin: 1% 0 5%;
	float: left;
}
div#sidemenu {
	width: 25%;
	padding: 0 1% 0 0;
	margin: 1% 0 2%;
	float: right;
}

/* TOP　details
-------------------------------------------------------------- */
details {
    width: 47%;
    padding: 1%;
    margin: 0 1% 0 0;
    float: left;
	display: block;
    vertical-align: top;
    background: #6fcfee;
}
    details h3 {
        width: 90%;
        display: inline;
        font-size: 0.9rem;
        font-weight: normal;
        cursor: pointer;
        color: #fff;
    }
        details a {
            display: block;
            font-size: 0.8rem;
            letter-spacing: 0.02em;
            color: #fff;
        }
        details a:hover {color: #fff; text-decolation;}
    details {
    }

.sum {
	padding: 0 0 10px;
	margin: 1% 0;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	background: #efefef;
}
	.sum h3 {
		padding: 10px;
		margin: 0;
		color: #000;
	}
	.sum h3 a {
		padding: 1px 0 0 20px;
		color: #000;
        text-decoration: none !important;
		display: block;
		background: url(images/yaji_001.png) 4px center no-repeat;
	}
	.sum div {
		padding: 1%;
		font-size: small;
		margin: 0 1%;
		border-radius:			3px;
		-moz-border-radius:		3px;
		-webkit-border-radius:	3px;
		background: #fff;
	}


/* 要素
-------------------------------------------------------------- */
section {
	margin: 1%;
}

#bigcontents p {
	margin: 1% 0 2%;
	line-height: 1.8em;
	letter-spacing: 0.07em;
}

/* sidebar
-------------------------------------------------------------- */
#sidemenu ul {
	padding: 1%;
	margin: 0 auto 1%;
	background: #dbdeb8;
}
	
    #sidemenu h2 {
        padding: 2% 2% 1.7%;
        margin: 0 0 1.5%;
        font-size: 1rem;
        color: #f7f9e0;
        line-height: 1.3;
        border:		none;
        background: none;
    }
    
	#sidemenu .ichiran {
		padding: 2%;
		margin: 0;
		font-size: 20px;
		color: #000;
		line-height: 1.2;
		border: none;
		box-shadow: none;
	}

	#sidemenu li {
		margin: 0 0 1px;
	}
	#sidemenu li a {
		padding: 15px 0 15px 20px;
		display: block;
		line-height: 1.3;
		letter-spacing: 0.06em;
		color: #576447;
		background: #f7f9e0 url(images/arrow_lanking.png) 2% center no-repeat;
	}
	#sidemenu li a:hover {
		color: #d56464;
		background: #fff url(images/arrow_lanking.png) 2% center no-repeat;
	}
    #sidemenu .sub-menu a {
		padding: 8px 0 8px 20px;
		margin: 0 0 0 2%;
		background: url(images/arrow_001.png) 2% center no-repeat;
    }
    #sidemenu .sub-menu a:hover {
		background: url(images/arrow_002.png) 2% center no-repeat;
    }
	
/* footer
-------------------------------------------------------------- */
footer {
	padding: 0;
	margin: 1% 0 1%;
	text-align: center;
	font-size: 0.7rem;
	font-weight: normal;
}


/* back_topPage
-------------------------------------------------------------- */
.back_topPage {
	margin: 2% 1% 1.5%;
    text-align: right;
}
.back_topPage a{
	font-size: 0.6rem;
	font-weight: bold;
}

/* align
-------------------------------------------------------------- */
.alignright {
	float: right;
}
.alignleft {
	float: left;
}


/* 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;
	}






