@charset "utf-8";

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

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

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

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

body {
	color: #333;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	background-color: #E8E8E8;
	background-image: url(../img/bg.gif);
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

a:link {
	text-decoration: none;
	color: #0066FF;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #737373;
}

a:active {
	text-decoration: none;
}

div{
    zoom:1;/*for IE 5.5-7*/
}

div:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both; 
}

#page {
	padding: 30px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#header {
	padding-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #6A3B25;
}

#header h1 {
	font-size: 14px;
}

#contents {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}

#contents .pagenav {
	display: block;
	margin-bottom: 20px;
	font-size: 10px;
}

#contents h2 {
	font-size: 12px;
	color: #6A3B25;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
}

#contents .date {
	font-size: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9966;
	text-align: right;
	margin-bottom: 20px;
	padding-top: 5px;
}

#contents img {
	border: 1px solid #CC9966;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#contents .copy {
}

#contents ul#list {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC9966;
}

#contents ul#list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9966;
	padding: 10px;
	font-size: medium;
}

#contents ul#list li a {
	padding-left: 10px;
	font-weight: bold;
}

#contents ul#list li blockquote {
	font-size: 10px;
	padding-top: 7px;
}

#footer {
	clear: both;
	text-align: center;
	line-height: 2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6A3B25;
	padding-top: 10px;
}

#footer address {
	line-height: 2em;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

#footer .close {
	margin-bottom: 10px;
	font-size: 10px;
}

#footer .copy {
	padding-top: 10px;
}
