*html body {	/*IE6だけに適用*/
	overflow-y:auto;
}

*+html body {	/*IE7だけに適用*/
	overflow-y:auto;
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #899067;
	font-size: 90%;
	line-height: 150%;
	text-align: center;
	color: #3F5138;
	font-family: "メイリオ", "Meiryo", Tahoma, Geneva, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	overflow-y:scroll;
}
#page {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
/*    border: 1px solid #999999;*/
	margin-bottom: 0px;
}
#header {
	background-color: #CFCFAF;
	color: #FFFFFF;
	padding: 10px 10px;
	margin: 0px;
	background-image:url("../img/top.gif");
	background-repeat:no-repeat;
	background-position:right top;
}
#topics {
	background-color: #CFCFAF;
	padding: 10px;
}
.main {
	border-right: 2px solid #CCCCCC;
	background-color: #CFCFAF;
	padding-top: 30px;
	padding-left: 30px;
	margin-top: 2px;
	padding-bottom: 10px;
}
.main p {
	margin-left: 30px;
	margin-bottom: 1em;
	margin-right: 30px;
}
.main ul {
	margin-left: 45px;
	margin-bottom: 1em;
	margin-right: 30px;
}
ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
li {
	margin-left: 20px;
	padding-left: 20px;
/*    margin-left: -20px;*/
/*    padding-left: -20px;*/
}

#foot {
	background-color: #667766;
	color: #FFFFFF;
	font-size: 70%;
	text-align: right;
	padding-right: 10px;
}
#maruc {
	font-size: 80%;
 
}
.notice {
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 1em;
	border: 1px dotted #CCCCCC;
}
strong {
	color: #CC3333;
}

.box {
	border-top: 1px dashed #667766;
}
 
.comment {
	margin-top: 20px;
}

h1 {
	font-size: 110%;
}
h2 {
	font-size: 110%;
	margin-bottom: 1em;
	margin-right: 30px;
	color: #744B4B;
}
h4 {
	margin-bottom: 1.5em;
}

a {
	font-weight: bold;
}

#header img {
	margin-bottom: 6px;
}

.main img {
/*    border-right: 12px solid #CFCFAF*/
	margin-right: 10px;
	margin-bottom: 10px;
	border: 4px solid #FFFFFF;
}

.comment_form img {
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px solid #FFFFFF;
}

a:link {
	color: #B46665;
}

a:visited {
	color: #B46665;
}

a:active {
	color: #66CC00;
}

a:hover {
	text-decoration: underline;
	color: #0066FF;
}

a img {
	border:none;
	text-decoration:none;
}

dl {
	margin: 0px;
	padding: 0px;
}

dt {
	font-weight: bold;
	margin-top: 1em;
	margin-left: 30px;
}

dd {
    margin-left: 3em;
	margin-left: 45px;
}

.imgbox {
	margin-bottom: 1em;
	margin-left: 60px;
}

.fbox {
    zoom: 100%;
}
.fbox:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.pager {
	margin-left: 5px;
}

.clear {
    clear: both;
}

table {
	margin: 5px 0px 5px 25px;
	border-collapse: collapse;
	width: auto;
}
table tr th {
	padding: 3px;
	border: 1px solid #899067;
	background: #FFF4DF;
	font-size: 90%;
}
table tr td {
	padding: 3px;
/*	border-left: 1px solid #FFCC66;
	border-right: 1px solid #FFCC66;
*/	border-top: 1px dotted #899067;
	border-bottom: 1px dotted #899067;
	font-size: 90%;
}

#left {
	width: 160px;
	float: left;
	padding: 5px;
}

#right {
	width: 680px;
	padding: 5px;
	float: left;
}

pre {
	margin: 5px 0px 5px 5px;
	padding: 10px 10px 5px;
	border: 2px dotted #899067;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	font-size: 95%;
}

html>body pre {
	overflow: hidden;
}

blockquote {
	clear:both;  /* 無くてもいい */
	margin:.5em 1em;
	padding:.5em;
	border: 2px dashed #899067;
}
blockquote > cite {
	margin-top: 5px;
	padding-left: 1em;    
	border-top: 1px solid #899067;
	text-align: right;
	display:block;
}

blockquote > cite:before {
	content: "- "; /* citeの前に-を加える */
}

blockquote > cite:after {
	content: " -"; /* citeの後ろに-を加える */
}
