@charset "Shift_JIS";
/* CSS Document */

/*------------------------------------------------------------
ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}
span{ vertical-align: top; }


/*Firefox対策*/
html{ overflow-y: scroll; }
body,x:-moz-broken { margin-left:-1px; }


/*
--------------------------------------------------
Desin
*/


#wapper{
	width:1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-right: 30px;
	padding-left: 30px;
}

#header{
	padding:0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6FF;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#inner-l{
	float:left;
	width:400px;
	padding-left:30px;
}

#inner-r{
	float:right;
	width:400px;
	padding-left:30px;
}

.footer{
	font-size:80%;
	text-align:right;
	margin-top: 10px;
}#news-l {
	width: 30%;
	float: left;
}
#news-r {
	float: right;
	width: 30%;
}
#news-m {
	float: left;
	width: 30%;
	margin-left: 45px;
}
#wapper #contents #inner-l ul .ichiran {
	float: none;
	display: inline;
}
#wapper #contents #inner-l .ichiran-ul {
	list-style-type: disc;
	font-size: 11px;
	line-height: 18px;
	margin-left: 20px;
}
.footer_text {
	font-size: 80%;
	float: none;
	text-align: center;
}
body {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
h2 {
	font-size: 16px;
	background-color: #CFF;
	border: 1px solid #6FF;
	margin-top: 20px;
}
ul {
	list-style-type: none;
}
h3 {
	font-size: 12px;
}
#wapper #contents #category-lists #inner-l h3 a {
	margin-left: 10px;
}
#wapper #contents #category-lists #inner-r h3 a {
	margin-left: 10px;
}
