@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td{
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 14px;
	font-family:'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	font-style:normal;
}
	* html body {
		font-size: 0.92em;
		text-align: center;
	}

/*iPhone用*/
body {
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,ol,li {
	list-style: none;
}
div,ul,li,.clearfix {
	zoom:1;
}
div:after,ul:after,li:after,dl:after,dt:after,dd:after,.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.001em;
	line-height: 0;
}
fieldset{
	border: 0;
}
select option {
	padding : 0 5px;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}

body{
/*	color: #484848;*/
	color: #333;
	overflow-y: scroll;
}
	* html body{
		overflow-y: scroll;
	}
	*+html body{
		overflow: hidden;
	}

img{
	vertical-align: top;
}

a {
	color: #075590;
	text-decoration: underline;
	overflow: hidden;
}
	* html a {
		overflow: visible;
	}
	*+html a {
		overflow: visible;
	}
a:hover {
	color: #075590;
	text-decoration: none;
}
a img{
	border: none;
}

table {
	border-collapse: 0;
}
th,td {
	border-collapse: collapse;
}
strong{
	font-weight: bold;
}
input{
	padding: 0.1em;
	vertical-align: middle;
}
input[type="text"], input[type="password"]{
	height: 1.5em;
	line-height: 1.5em;
	border: 1px solid #a8a8a8;
}
input[type="checkbox"],
input[type="radio"]{
	padding: 0;
	vertical-align: baseline;
}
	*+html input[type="checkbox"],
	*+html input[type="radio"]{
		vertical-align: 0;
	}
input[type="submit"]{
	padding: 0.3em;
	line-height: 1;
}
	*+html input[type="submit"]{
		padding: 0.3em 0.1em 0.2em;
	}
select {
	padding: 0;
	vertical-align: baseline;
	font-size: 13px;
	border: 1px solid #a8a8a8;
}
	* html select{
		vertical-align: middle;
	}
	*+html select{
		vertical-align: -0.2em;
	}
select option{
	padding : 0 5px;
}
textarea {
	padding: 0.1em;
	line-height: 1.2em;
	vertical-align: middle;
	border: 1px solid #a8a8a8;
}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb40{margin-bottom: 40px !important;}
	@media screen and (-webkit-min-device-pixel-ratio:0) {/*Safari 3以上, Chrome*/
		.mb40 {
			margin-bottom: 40px;
		}
}


.mt01 {
	margin-top: 3px;
}

.ml08 {
	margin-left: 8px;
}

/*---------------------------------------
共通
---------------------------------------*/
p {
	text-align: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

#list_box {
	width: 27px;
	height: 139px;
	position:fixed;
	right: 0;
	top: 86px;
}

#pankuzu {
	width: 926px;
	margin: 0 auto;
	background: url('../images/img_bg_01.jpg') left top repeat-x;
	/padding: 0;/*IE6,7*/
	/margin-top: -17px;
}

#pankuzu ul {
	padding-top: 10px;
	padding-left: 9px;
}

#pankuzu ul li{
	float: left;
	font-size: 60%;
}

.pageTop{
	text-align: right;
	padding: 20px 0 20px 617px;
	float: right;
}

.f_red {
	color: #ff0000;
	font-weight: bold;
}

.center {
	text-align: center;
}


/*---------------------------------------
フォント類
---------------------------------------*/
.count {
	color: #d22020;
	margin-left: 10px;
	font-size: 98%;
}

.new {
	background: #cc0001;
	color: #ffffff;
	font-size: 70%;
	padding: 1px;
	margin-right: 4px;
}

.new02 {
	color: #cc0001;
	font-size: 70%;
	margin-right: 4px;
	font-weight: bold;
}

.clear {
	clear: both;
}

/*---------------------------------------
アドセンス用　2014/06/13 kimura add
---------------------------------------*/
/*以下バナー　ダブル用レイアウト*/
#adArea {
	margin : 0 auto;
	margin-top : 15px;
	margin-left : 30px;
	margin-right : 30px;
	padding : 5px;
//	width : 800px;
}

#adArea2 {
	float : left;
	margin-top : 15px;
	width : 723px;
}


#adArea ul {
	margin : 0 auto;
//	width : 820;
}

#adArea ul li {
	float : left ;
	display : block;
	width : 400px;
	margin : 0 5px;
	padding-left : 5px;
}

#adArea2 ul li {
	float : left ;
	display : inline-block;
	width : 350px;
	margin : 0 5px;
	padding-left : 5px;
}



