@charset "utf-8";

/*
  WFRGSS スタイルシート copyright (C) 2008 WHITE-FLUTE
*/

em{
	font-style:normal;
	font-weight:bold;
}
strong{
	font-style:normal;
	font-weight:bold;
	color:#660000;
}
strong.red{
	color:#ff0000;
}

hr{
 	border-width:1px;
	border-color:#000099;
	border-style:dashed none none none;
}

pre {
	margin:0;
	padding:0;
	width:100%;
	border-style:dashed;
	border-color:#339999;
	border-width:1px;
	color:#000000;
	background-color:#f8fafa;
}
dt{
	font-weight:bold;
	border-width:1px;
	border-style:none none dashed none;
	margin:0 0 2px 0;
	padding:2px 0;
	border-color:#e9eaed;
	color:#110000;
	background-color:#fafbfe;
}
dd{
	margin:0 0 1em 0;
	padding:0;
}
a{
	text-decoration:underline;
}
a:link{
	color:#336699;
}
a:visited{
	color:#009966;
}
a:hover{
	color:#003300;background-color:#ccffcc;
}
a:active{
	color:#003300;background-color:#ccffcc;
}
a[id]{
	color:inherit;
	text-decoration:none;
	background-color:inherit;
}
a[name]{
	color:inherit;
	text-decoration:none;
	background-color:inherit;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	text-decoration:none;
}

html,div{
	margin:0;
	padding:0;
	color:#000000;
	background-color:#ffffff;
}

p{
	text-indent:1em;
	margin: 0 0 0.5em 0;
}


.logo{
	display:block;
	position:absolute;
	top:0;
	left:0;
	background-image:url("img/WFRGSSlogo.jpg");
	background-repeat:no-repeat;
	width:200px;
	height:100px;
	border-style:hidden;
	text-indent:-10000em;
}

.userheader{
	position:absolute;
 	width:100%;
	height:100px;
	top:0;
	left:0;
	color:#ffffff;
	background-color:#5582c4;
	text-indent:240px;
	background-image:url("img/WFRGSSTitle.jpg");
	background-repeat:no-repeat;
	background-position:200px 0;
	z-index:5;
}

.userheader h1{
	font-size:150%;
	margin:30px 0 0 0;
}

.sidebar{
	position:absolute;
	top:100px;
	left:0;
	width:200px;
	height:330px;
 	background-image:url("img/WFRGSSMenuBase.jpg");
	background-repeat:no-repeat;
}

.sidebar ul{
 	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
}

.sidebar li{
	margin:0;
	padding:0;
	position:absolute;
	left:0;
}

.sidebar a{
 	display:block;
	position: absolute;
	width:190px;
	height:20px;
	background-repeat:no-repeat;
	text-indent:-10000em;
	left:0;
}

.sidebar a:hover{
	background-position: left bottom;
}

.menu01{
	background-image:url("img/WFRGSSmenu01.jpg");
	top:10px;

}

.menu02{
	background-image:url("img/WFRGSSmenu02.jpg");
	top:40px;

}

.menu03{
	background-image:url("img/WFRGSSmenu03.jpg");
	top:70px;

}

.menu04{
	background-image:url("img/WFRGSSmenu04.jpg");
	top:100px;

}

.menu05{
	background-image:url("img/WFRGSSmenu05.jpg");
	top:130px;

}


body{
	margin:120px 0 0 0;
	padding:0;
	color:#000000;
	background-color:#ffffff;
}

#body{
	margin:120px 40px 1em 240px;
 	position:relative;
	height:1%;
}

h2{
	font-size:100%;
	margin:1.5em 0 0.5em -2px;
	background-image:url("img/H2_2.png");
	background-repeat:no-repeat;
	background-position:right top;
	border-style:solid none;
	border-width:1px;
	border-color:#009999;
	color:#ffffff;
	background-color:#5582c4;
	padding:5px 0 5px 2px;
	width:100%;

}

h3{
	font-size:100%;
	margin:1.5em 0 0.5em -2px;
	border-style:solid none dashed none;
	border-width:1px;
	border-color:#009999;
	color:#ffffff;
	background-color:#7ba8e9;
	padding:5px 0 5px 2px;
	width:100%;
	background-image:url("img/h3_2.png");
	background-repeat:no-repeat;
	background-position:right top;

}

h4{
	font-size:100%;
	margin:1.5em 0 0.5em -2px;
	border-style:solid none dashed none;
	border-width:1px;
	border-color:#009999;
	color:#000000;
	background-color:#ccffff;
	padding:5px 0 5px 2px;
	width:100%;
	background-image:url("img/h4_2.png");
	background-repeat:no-repeat;
	background-position:right top;

}

h5{
	font-size:100%;
	margin:1.5em 0 0.5em -2px;
	border-style:solid none dashed none;
	border-width:1px;
	border-color:#009999;
	color:#000000;
	background-color:#ffffff;
	padding:5px 0 5px 2px;
	width:100%;

}

.topnavi{
	text-align:right;
}

.userfooter, .adminmenu{
	margin:1em 40px 1em 240px;
	height:1%;
	clear:both;
}

address{
	font-style:normal;
}

img {
	border-width:0;
	border-style:hidden;
}

ol{
	margin:0 0 0.5em 40px;
	padding:0;
	line-height:125%;
	z-index:1;
	position:relative;
	top:0;
	left:-24px;
	marker-offset:16px;
}
ul{
	margin:0;
	padding:0;
	line-height:125%;
	z-index:1;
	position:relative;
	top:0;
	left:-24px;
	list-style-image:url("img/WFRGSSnlist1.png");
	marker-offset:16px;
}
ul ul, ol ul{
	margin:0;
	position:relative;
	top:0;
	left:0;
	list-style-image:url("img/WFRGSSwlist1.png");
}
ol ol, ul ol{
	margin:0;
	position:relative;
	top:0;
	left:0;
}
li{
	clear:both;
	margin-left:24px;
}

.outline{
	height:1%;
	background-color:#f9fafe;
	color:#330000;
	margin:0 -40px;
	padding:2px 40px 0.5em 40px;
}

.outline ul{
	list-style-image:url("img/WFRGSSnlist2.png");
}
.outline ul ul{
	list-style-image:url("img/WFRGSSwlist2.png");
}

.leftimg{
	display:block;
	float:left;
	margin:0 20px 20px 0;
	padding:0;
}
.rightimg{
	display:block;
	float:right;
	margin:0 0 20px 20px;
	padding:0;
}

.detailpage{
	clear:both;
	width:100%;
	margin:0px;
	padding:2px 0;
	font-weight:bold;
	text-align:right;
	line-height:140%;
}

.attribute{
	clear:both;
	width:100%;
	margin:0 0 0 -5px;
	padding:2px 0 2px 5px;
	border-style:dashed none none none;
	border-color:#cc6699;
	border-width:1px;
}

.type{
 	font-size:100%;
	margin:-0.5em 0 0.5em -2px;
	border-style:solid none dashed none;
	border-width:1px;
	border-color:#009999;
	color:#000000;
	background-color:#ffffff;
	padding:3px 0 3px 2px;
	width:100%;

}

.comment{
	clear:both;
	margin:0 40px 0 200px;
	padding:0 0 0 40px;
	text-align:left;
}

.commentbody{
	margin:10px -40px 0 -40px;
	padding:2px 40px 2px 40px;
	background-color:#fefafb;
	color:#001100;
	text-align:left;
}

.bbsTextPart{
	margin:0 -40px;
	padding:0 40px;
	border-style:none none solid none;
	border-width:1px;
	border-color:#336699;
}

input, textarea{
	font-size:0.85em;
	clear:both;
}
input[name="inputFeedMessage"]{
	width:60%;
}

input[name="inputPostAuthor"]{
	width:20%;
}
input[name="inputMailAddr"]{
	width:24%;
}
input[name="inputComment"]{
	width:40%;
}
input[name="inputSiteAddr"]{
	width:64%;
}

.button1,button{
	background-color:#556699;
	color:#ffffff;
	border-color:#ccccdd #9999aa #000044 #333366;
	border-style:solid;
	border-width:2px;
	font-size:85%;
	margin:0;
	padding:2px 0.5em;
	font-weight:bold;
}

div#body form{
	width:auto;
}
div#body .comment{
	margin:0.5em -40px 0 -40px;
	padding:0.5em 40px 2px 40px;
	color:#001100;
	border-color:#aa6699;
	border-style:solid none none none;
	border-width:1px 0 0 0;
}

div#body .comment .commentBody{
	margin:0;
	padding:2px 0px 2px 40px;
}

div#body .comment .commentBody hr{
	margin:0 -40px 0 0;
}

.bbsTextPart h4{
	font-size:100%;
	margin:0 -40px;
	color:#000000;
	background-color:#ffccff;
	padding:2px 40px 2px 40px;
	border-style:solid none;
	border-width:1px;
	border-color:#cc9999;
	background-image:url("img/h4_1.png");
	background-repeat:no-repeat;
	background-position:right top;
}

.bbsDate{
	background-color:#ede9ea;
	color:#330000;
	margin:0 -40px;
	padding:2px 40px;
}

.bbsBody{
	line-height:135%;
	margin:0;
	padding:0.5em 0;
}

form[name="coolForm"] .commentBody{
	margin:0 0 0 -40px;
	padding:0;
	color:#000000;
	background-color:#eedde6;
	text-align:right;
}

form[name="coolForm"] .commentBody hr{
	display:none;
	border-style:hidden;
}

table{
	border-collapse:collapse;
	border-style:solid;
	border-width:2px;
	border-color:#336699;
	margin:0.5em 0;
	padding:0;
	border-spacing:0;
	background-color:#422332;
	color:#fafefb;
}
thead{
	background-color:#336699;
	color:#fefafb;
}
tbody{
	background-color:#fefafb;
	color:#000000;
}
th{
	font-weight:bold;
	text-align:left;
	padding:0.2em;
	border-style:none;
}
td{
	font-weight:normal;
	text-align:left;
	padding:0.2em;
	border-color:#336699;
}

.centerbox{
	text-align:center;
}

.reset{
	clear:both;
}

.category,.floatbox ,.messagebox{
	width:100%;
}

.nav{
	clear:both;

}

.mark{
	color:#cc0000;
}

.mark2{
	color:#669988;
}

.new{
	font-weight:bold;
	color:#ff6699;
}
.update{
	font-weight:
	bold;color:#6699ff;
}
.recommendation{
	font-weight:
	bold;color:#ff6699;
}
.mutual{
	font-weight:bold;
	color:#6699ff;
}

