@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: 8px;
	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: 18px;
	line-height: 1.8em;
	letter-spacing: 1px;
	color: #39302c;
	font-family: 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
	border-top: #464646 4px solid;
    background: #fff url(images/bg.png) center 0 no-repeat;
}

h2 {
	padding: 1.5%;
	margin: 1% 0 1.5%;
	color: #39302c;
	font-size: 22px;
	line-height: 1.3;
	font-weight: bold;
	border-top: #005f90 2px solid;
	border-bottom: #fff 1px solid;
	background: #fff;
	box-shadow:			0 0 8px #f2f2f2;
	-webkit-box-shadow: 0 0 8px #f2f2f2;
	-moz-box-shadow:	0 0 8px #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
	background: linear-gradient(#fff, #f2f2f2);
}
	
h3 {
	margin: 0.5% 0 0.5%;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
	
a {
	color: #f6114b;
	text-decoration: none;
}
	a:hover { color: #55bdf2; text-decoration: underline;}

a.title {
	display: block;
	line-height: 1;
}

a.tuduki {
	width: 20%;
	padding: 7px 3px 6px 25px;
	margin: 1% 0;
	line-height: 1;
	display: block;
	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;
}

a.koushiki {
	width: 50%;
	padding: 13px 0 22px;
	text-align: center;
	margin: 1% auto;
	font-size: 20px;
	line-height: 1;
	display: block;
	color: #fff;
	font-weight: bold;
	background: url(images/nav_bg.png) 0 bottom repeat;
}


/* header
-------------------------------------------------------------- */
#head_wrap {
	width: 100%;
	padding: 0;
    background: #fff url(images/head_bg.png) 0 0 repeat-x;
}

header {
	width: 1050px;
	padding: 0 10px 0;
	margin: 0 auto 0;
	position: relative;
}
	#logo {
		width: 350px;
		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: 280px;
			height: auto;
			padding: 0;
			margin: 0;
			border: none;
			background: none;
		}

	h1 {
		width: 65%;
		padding: 0;
		margin: 0;
		font-size: 12px;
		line-height: 1.3;
		font-weight: normal;
		letter-spacing: 0.06em;
		display: block;
		text-align: left;
		position: absolute;
		top: 70px;
		right: 60px;
	}

/* nav
-------------------------------------------------------------- */
#nav_wrap {
	width: 100%;
	padding: 0 0 13px;
	background: url(images/nav_bg.png) 0 bottom repeat-x;
}

nav {
	width: 1060px;
	padding: 0 0 0;
	margin: 0 auto;
	list-style: none;
	border: none;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

nav li {
	padding: 0;
	margin: 5px 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	border: #fff 1px solid;
	background: #52caf7;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#fff));
	background: linear-gradient(#efefef, #fff);
}
nav li a {
	padding: 9px 15px 9px 23px;
	margin: 0;
	color: #39302c;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	display: block;
	background: url(images/arrow_002.png) 4px center no-repeat;
}
nav li a:hover {
	color: #39302c;
	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;
	background: #fff url(images/arrow_003.png) 4px center no-repeat;
}

nav li a span {
	display: block;
}

nav li.current-menu-item a {
	padding: 9px 15px 9px 23px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	box-shadow: none;
	background: #0ac2ef 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: #0ac2ef url(images/arrow_002.png) 4px center no-repeat;
}

/* wrapper
-------------------------------------------------------------- */
#wrapper_wrap {
}

#wrapper {
	width: 1040px;
	padding: 0 15px 0;
	margin: 0 auto 0;
	position: relative;
}

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

/* #Container
-------------------------------------------------------------- */
div#container {
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;
	overflow: hidden;
	border-bottom: #382b1f 2px solid;
}	
div#contents {
	width: 800px;
	margin: 0 0 5%;
	float: right;
}
div#cont_side {
	width: 220px;
	float: left;
	margin: 0 0 2%;
}

section {
	margin: 1% 0;
}


/* ランキング用
-------------------------------------------------------------- */
.lank001 {
	padding: 0 0 0 20px;
	font-weight: bold;
	background: url(images/seidebar_lank001.png) 0 center no-repeat;
}
.lank002 {
	padding: 0 0 0 20px;
	font-weight: bold;
	background: url(images/seidebar_lank002.png) 0 center no-repeat;
}
.lank002 {
	padding: 0 0 0 20px;
	font-weight: bold;
	background: url(images/seidebar_lank003.png) 0 center no-repeat;
}
.pichi_box {
	width: 100%;
	border: #efefef 1px solid;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
	.pichi_box th {
		padding: 1%;
		border-top: #fff 1px solid;
		border-right: #efefef 1px solid;
		border-bottom: #dfdfdf 1px solid;
		text-shadow: rgba(255,255,255,0.8) 0 1px 0;
	}
	.pichi_box td {
		padding: 1%;
		text-align: center;
		vertical-align: top;
		border-right: #efefef 1px solid;
	}
		.pichi_box td.tenjyou {
			padding: 0.2% 1.5% 0;
			font-size: 20px;
			line-height: 1.3;
			text-align: left;
			font-weight: bold;
			border-top: #005f90 2px solid;
			border-bottom: #efefef 2px solid;
			background: #fff;
			background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
			background: linear-gradient(#fff, #f2f2f2);
		}
		.pichi_box td.tenjyou small {
			font-size: 12px;
			line-height: 1.3;
			font-weight: bold;
			
		}
		.pichi_box td.sammary {
			border-top: #3f3f3f 2px solid;
			text-align: left;
		}

/* 要素
-------------------------------------------------------------- */
#contents p {
	margin-bottom: 18px;
	line-height: 1.8em;
	letter-spacing: 0.07em;
}

/* home
-------------------------------------------------------------- */
.home #wrapper{
	margin: 15px auto 0;
}

/* sidebar
-------------------------------------------------------------- */
#cont_side .side_box {
	padding: 6px 3px 7px 3px;
	margin: 0 0 5%;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#efefef));
	background: linear-gradient(#efefef, #efefef);
}
#cont_side .side_box h2 {
	padding: 10px 3px;
	border-top: #f3214e 2px solid;
}

	.dcjq-accordion {
		margin: 0 0 10px;
	}
	
	.dcjq-accordion ul,
	.dcjq-accordion ul li {
		margin: 0;
		padding: 0;
		border: none;
		list-style: none;
		background: #fff;
	}
	.dcjq-accordion ul a {
		padding: 8px 5px 8px 14px;
		text-decoration:none;
		font-weight: bold;
		display: block;
		color: #39302c;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #fff;
		position: relative;
		text-shadow: 1px 1px 1px #fff;
		background: #fff url(images/arrow_right.png) 4px center no-repeat;
		}
		.dcjq-accordion ul a:hover {
			color: #55bdf2;
			background: #fff url(images/arrow_right002.png) 4px center no-repeat;
			}
			
		.dcjq-accordion ul.sub-menu a {
			padding: 8px 5px 8px 22px;
			background: #fff url(images/arrow_nav.png) 13px center no-repeat;
		}
		.dcjq-accordion ul.sub-menu a:hover {
			background: #fff url(images/arrow_link002.png) 13px center no-repeat;
		}
		
	.dcjq-accordion ul a.dcjq-parent,
	.dcjq-accordion ul a.dcjq-parent:hover {
		padding: 8px 5px 8px 50px;
		background: #fff0f3;
		}
		
	.dcjq-accordion ul a .dcjq-icon {
		position: absolute;
		top: 50%;
		left: 14px;
		width: 34px;
		margin-top: -17px;
		height: 34px;
		background: url(images/arrow_grey_right.png) no-repeat 0 center;
		}
	.dcjq-accordion ul a.dcjq-parent.active .dcjq-icon {
		background: url(images/arrow_grey_down.png) no-repeat 0 center;
		}
	
/* footer
-------------------------------------------------------------- */
#nav_buid ul li {
	margin: 0 5px 0 0;
	float: left;
}
	#nav_buid ul li a {
		padding: 8px 0 8px 12px;
		display: block;
		line-height: 1.3;
		font-weight: bold;
		font-size: 11px;
		letter-spacing: 0.06em;
		background: url(images/mini_ar_hover.png) 4px center no-repeat;
	}
	#nav_buid ul li a:hover {
		background: url(images/arrow_link002.png) 4px center no-repeat;
	}

#foot_nav {
	background: none;
}
	#foot_nav li {
		border: #efefef 1px solid;
	}
	#foot_nav li a {
		border: #fff 1px solid;
	}
footer {
	padding: 2% 1% 0;
	margin: 3% 0 0;
	text-align: center;
	font-size: 10px;
	color: #39302c;
	font-weight: normal;
	border-top: #f2f2f2 2px solid;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
	background: linear-gradient(#fff, #f2f2f2);
}

	footer a {
		color: #39302c;
	}


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







