@charset "utf-8";

body {
	margin:0;
	padding:0;
	background: #eee;
}

h1, h2 h3, h4, h5, h6, h7, h8 {
	margin:0;
	padding:0;
}

a { text-decoration: none ;}
a:link { color:BLUE; }
a:visited { color:PURPLE; }
a:hover { color:RED; text-decoration:underline; }

@font-face {
	font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	src: local('フォントファミリー名');
	src: url('フォントファイルのurl');
}

#wrapper {
	width:800px;
	background: white;
}

#header {
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	background: white;
}

#address {
	padding-top:10px;
	padding-right:10px;
	float: right;
	color: #666;
	font-size: 12px;
	font-style: nomal;
	text-align: right;
}

#navigation {
	clear: both;
	background: white;
}

#pagebody {
	clear: both;
	width:700px;
	background: white;
	padding-top:10px;
	padding-left:100px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

#info {
	float: left;
	width: 200px;
	padding-left:10px;
	color: #666;
	font-size: 12px;
	font-style: nomal;
	background: white;
}

#info table {
	margin-top: 5px;
	width: 150px;
	border: #d6d6d6 1px dotted;
}

#content {
	float: left;
	width: 400px;
	color: black;
	font-size: 13px;
	line-height: 150%;
	font-style: nomal;
	background: white;
}

.scrollsell {
	overflow:auto;
	width:400px;
	height:360px;
	color:black;
	background-color:white;
	scrollbar-base-color:#666;
}

#pagetitle {
	width: 400px;
	color: black;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	border-bottom: black 1px solid;
	margin-bottom: 5px;
	background: white;
}

h3 {
	font-size: 13px;
	font-style: bold;
	margin-bottom: 2px;
}

#subarea {
	float: right;
	width: 250px;
	padding:5px;
	margin-top:20px;
	margin-right:20px;
	color: #333;
	font-size: 12px;
	font-style: nomal;
	background: white;
	background-color: rgba(255,255,255,0.8)
}

#footer {
	clear: both;
	padding-left:10px;
	color: white;
	font-size: 10px;
	font-style: nomal;
	background: #000;
}

strong {
	color: #c00;
}

.date{
	font-size: 10px;
	font-weight: nomal;
	color: gray; 
}




.url{
	font-size: 9px;
	line-height: 150%;
	color:GRAY; 
}

.category{
	font-size: 10px;
	line-height: 150%;
	color:BLACK; 
}

.s4{
	font-size: 14px;
	line-height: 150%;
}

.s3{
	font-size: 12px;
	line-height: 150%;
}

.s2{
	font-size: 11px;
	line-height: 150%;
}

.s3x{
	font-size: 12px;
	line-height: 125%;
}

.s2x{
	font-size: 11px;
	line-height: 125%;
}
