/* CSS Document */
body {font-size: 13px;*font-size:small;*font:x-small;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}

body,form,
p,ul,ol,dl,dt,dd,
h1,h2,h3,h4,h5,h6 {margin: 0;padding: 0;}

body {
	border-left: solid 25px #66cc00;
	background-color: #f4fde1;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #555555;
	text-align:left;
	padding: 30px 0 0 0;
}

h1 a {
	background: url(../img/logo.gif) no-repeat;
	float: left;
	overflow: hidden;
	padding: 50px 0 0 0;
	height: 0px;
	width: 300px;
	font-size: 8px;
	border-top: solid 5px #66cc00;
	border-bottom: dotted 2px #66cc00;
}

h2{
	border-left: solid 15px #ffcc00;
	width: 770px;
	color: #ffffff;
	background-color: #66cc00;
	font-size: 14px;
	padding: 10px 0px 10px 15px;
	margin: 10px 0px 0px 0px;
}

h2 a:link {
	color: #CC0000;
}

h3{
	color: #66cc00;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0 5px 0;
	border-bottom: dotted 1px #66cc00;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}

th {
	padding-left: 5px;
	background-color: #ffcc00;
	color: #ffffff;
}

td {
	line-height: 200%;
	padding-left: 5px;
	background-color: #d1e8ff;
	color: #555555;
}

#content {
	width: 800px;
	clear: both;
	line-height: 130%;
	font-size: 13px;
	margin: 0 0 0 80px;
	padding: 10px 0px 5px 0px;

}

#container {
	clear: both;
	margin: 0 0 0 80px;
	padding: 20px 0px 20px 0px;
}

#linklist {
	width: 800px;
	line-height: 170%;
	clear: both;
	margin: 0 0 0 80px;
	padding: 10px 0px 5px 0px;
}

#linklist ul {
	list-style-image: url(../img/listmark.gif);
	margin-bottom: 8px;
}

#linklist li{
	color: #CC0000;
	margin: 0 0 0 20px;
}

#linklist li a{
	color: #ff0065;
}

#footer {
	clear: both;
	color: #ffffff;
	background-color: #66cc00;
	margin-top: 10px;
	padding:7px 15px;
	text-align: left;
	font-size: 10px;
}

#footer a{
	text-decoration: none;
	color: #ffffff;
}

#navi ul {
	list-style-type: none;
	margin-left: 324px;
	padding-top: 20px;
}

#navi a {
	text-decoration: none;
	color: #ff0065;
	font-weight: bold;
}

#navi a:hover{
	text-decoration: underline;
}

#navi li {
	float:left;
	margin-right: 1px;
	padding: 3px;
}

#guest_name a{
	color: #ff0065;
	font-weight:bold;
}

#guest_name_bold a{
	text-decoration: underline;
	color: #ff0065;
	font-size: 14px;
	font-weight:bold;
}

.guest_name_bold a{
	text-decoration: underline;
	color: #ff0065;
	font-size: 14px;
	font-weight:bold;
}

#question_naiyo a{
	color: #000000;
	text-decoration: none;
}

.topic_title {
	color: #66CC00;
	font-weight:bold;
}

.new_arrival {
	color: #ff0033;
	font-weight:bold;
}
.small {
	font-size: 10px;		
}
.no_result{
	font-size: 14px;
	font-weight: bold;
	color: #ff0033;
}
.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}
