* {
	padding: 0;
	margin: 0;
}

body {
	font: .8em Verdana, Arial, Sans-Serif; 
	line-height: 1.6em; 
	margin: 0
}

strong,em {
	font-weight:normal;
	font-style:normal;
}

b {
	color:#CFCFCF;
}

#wrap {	margin: 0 auto;	width: 70% }

/* ヘッダー設定 */
#top {
	margin: 0 auto;
	padding: 0;
	color: #666666;
	background: #FFFFFF url(../images/top.jpg) repeat-x top;
	height: 81px;
}
#top h1 { padding: 10px 0 0 25px; color: #FFFFFF; font-size: 140%; font-family: "trebuchet ms"; background: transparent;}
#top h2 { padding: 0px 0 0 25px; color: #CCCCCC; font-size: 80%; background: transparent;}
#top .padding { padding-top: 5px; }
#top .lefts {
	background: transparent url(../images/topl.jpg) no-repeat left; 
	height: 81px; 
}
#top .rights {
	background: transparent url(../images/topr.jpg) no-repeat right;
	float: right;
	height: 81px;
	width: 18px;
}

/* 検索ボックス */
#search { float: right;  padding: 10px 25px 0 0;  }

#search input.text {
	border: 1px solid #EEEEEE;
	display: inline;
	margin-top: 5px;
	width: 120px;
	height: 12px;
	font-size: 10px;
}
#search input.searchbutton {
	border: 0;
	background: transparent;
	color: #FFFFFF;
	cursor: pointer;
	font: bold 0.8em Arial, Arial, Sans-Serif
}

#subheader {
	clear: both; 
	border-top: 1px dotted #888888;	
	border-bottom: 1px dotted #888888;
	background: #E5E5E5;
	color: #666666;
	padding: 1em;
	margin: 15px 8px 10px 8px;	
}
#subheader a { text-decoration: none; border-bottom: 1px dashed #0066B3; } 
 
/* トップメニュー */
#topmenu {
	margin: 0px 8px 0 8px; 
	padding: 0;
	background: url(../images/menu.jpg) repeat-x top;
	height: 35px;		
}
#topmenu .lefts {
	background: url(../images/menul.jpg) no-repeat left; 
	height: 35px; 
	padding-left: 5px;
}
#topmenu .rights {
	background: url(../images/menur.jpg) no-repeat right;
	float: right;
	height: 35px;
	width: 8px;
}
#topmenu li a {
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	padding-right: 15px;
	text-decoration: none;
	background: transparent;
	font-weight: bold;
}
#topmenu li a:hover {
	color: #F89511;
	text-decoration: none;
}
#topmenu li {
	padding: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 35px;
	white-space: nowrap;
	list-style-type: none;
	width: auto;
	background: url(../images/sep.gif) no-repeat top right;
}

#main { background: #FFFFFF; margin: 25px 0 15px 0; color: #666666; }

#main #rightside {
	width: 220px;
	float: right;
	background: #FFFFFF;
	margin-right: 8px;
	color: #666666;
} 

#main #rightside .box {
	background: #F2F2F2;
	margin-bottom: 10px;
	padding: 5px;
	color: #666666;
}

#main #rightside h2 {
	font: bold 1.0em Arial, Arial, Sans-Serif; 
  background: #CDCDCD url(../images/greyc.gif) no-repeat top right;
	height: 18px;
	padding: 3px;
	color: #3D3940;
}


/* メインコンテンツ */
#leftside {
	padding-left: 8px;
	color: #555555;
	background: #FFFFFF;
	margin-right: 255px;
	margin-left: 8px;
}
#leftside h2 { color: #333333; text-indent: 17px; background: #FFFFFF url(../images/head.gif) no-repeat left; margin:0px 0px 10px 0px;}
#leftside p { padding: 0 0 1em 0;}
#footer {
	clear: both;
	background: #FFFFFF url(../images/footer.jpg) repeat-x;
	height: 46px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 75%;
	color: #666666;
}
#footer p  { padding: 5px; }
#footer .rside { float: right; display: inline; padding: 5px; text-align: right}

a { color: #003399; background: inherit; text-decoration: none }
h1 { font: bold 1.9em Arial, Sans-Serif }
h2 { font: bold 1.2em Arial, Sans-Serif; padding: 0; margin:0px 0; }
h3 { font: bold 1em Arial, sans-serif; color: #666666; border-bottom:1px solid #cccccc;}
h3 a{ color: #336699; text-decoration:none;}
h3 a:hover{ color: #F89511; text-decoration:none;}
ul { padding: 0; margin: 0}
li { list-style-type: none }
.date { border-top: 1px solid #E5E5E5; text-align: right; margin-bottom: 25px; margin-top: 5px;}
#main #leftside .date a, #main #rightside a { border: 0; text-decoration: none; }

.comment .date { text-align: left; border: 0;}	


#breadcrumbs {
	float: left;
	padding-left: 8px;
	padding-top: 0px;
	font: bold .8em Arial, Arial, Sans-Serif; 
	color: #666666;
	width: 100%;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#leftside #txt {width: 85%; height: 10em; padding: 3px 3px 3px 6px; margin-left:0em;}
#leftside textarea { border: 1px solid #BBBBBB; width: 85%;  }

#main #leftside fieldset { float: left; width: 95%; border: 1px solid #CCCCCC; padding: 10px 8px; margin: 0 10px 8px 0; background: #FFFFFF; color: #000000; }
#main #leftside fieldset p { width: 95%; }
#main input { padding: 3px; margin: 0; border: 1px solid #BBBBBB; }
p { margin-top: 5px; }
.comment { background: #FFFFFF; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #CCCCCC; }
.commentsbox { background: #FFFFFF; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #CCCCCC; }
