body {
	font-family:ＭＳ Ｐゴシック;
	margin: 3px;
	background-color: #FFFFFF;
	text-align: center;
	color:#666666;
	font-size: 83%;
	line-height: 150%;  
	}

/***** anchor *****/

a {
	color:#663300;
	text-decoration:none;
	font-weight:bold;
}

a:link {
	color:#663300;
}

a:visited {
	color:#663300;
}

a:active {
	color:#663300;
}

a:hover {
	color:#993300;
	text-decoration:underline;
}

/***** *****/

h1 {
	}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	}

h3 {
	}

h4 {
	}

/***** subtitle *****/

.subtitle{
	border-left:solid 8px #ffcf00;
	margin-left:5px;
	padding-left:6px;
	line-height:21px;
	font-weight:bold;
	font-size:121%;
	color:#000000;
	background-color:#FFFFE0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	}

.subtitle2{
	border:1px dotted #999999;
	padding:3px;
	font-weight:bold;
}

/***** Title *****/
#titlebk {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:2px;
}

#titlemain{
	border:1px solid #442200;
	background-color:#442200;
	vertical-align:middle;
	text-align:center;
}

.titledoc{
	padding:5px;
	color:#FFFFFF;
	vertical-align:top;
	text-align:left;
	background-color:#604326;
}

.titledoc a{
	color:#FFFF66;
}

.titledoc a:link{
	color:#FFFF66;
}

.titledoc a:visited{
	color:#FFFF66;
}

.titledoc a:active{
	color:#FFFF66;
}

/***** Menu *****/

#menu{
	width:100%;
	line-height:normal;
}
	
#menu a{
	float:left;
	display:block;
	width:74px;
	background-image:   url("image/menu1.jpg");
	background-repeat:no-repeat;
	padding:3px 0px;
	text-align:center;
	color: #FFFF00;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover{
	background-image:   url("image/menu2.jpg");
	background-repeat:no-repeat;
	color:#FF0000;
}

/***** structure *****/

#container {
	line-height: 130%;
	text-align: left;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	}
	
#center {
	float: left;
	width: 75%;
	overflow: hidden;
	}

#right {
	float: left;
	width: 23%;
	overflow: hidden;
	border-left:1px solid #CCCCCC;
	}

#left {
	float: left;
	width: 23%;
	overflow: hidden;
	}

/***** content *****/

.content {
	padding: 3px;
	}
		
.content p {
	margin-bottom: 10px;
	}

.content blockquote {
	}

.content li {
	line-height: 150%;
	}

.content h3 {
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h4 {
	font-weight: bold;
	margin-bottom: 10px;
	}

.content strong {
	color:#444444;
}

.content p.posted {
	text-align: right;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	clear:both;
	}
	
/***** sidebar *****/

.sidebar {
	padding:3px 0px 0px 3px;
	}

.sidebar h4 {
	font-size: small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	font-size: small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-size: small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}
	
/***** Sub *****/

.sub2{
	width:95%;
	border:solid 1px #999999;
	background-color:#ffffff;
	padding:8px;
	margin:5px;
	margin-top:0px;
	text-align:justify;
	text-justify:distribute;
}

.sub3{
	width:95%;
	border:solid 1px #999999;
	background-color:#f0ffff;
	padding:8px;
	margin:5px;
	margin-top:0px;
	text-align:justify;
	text-justify:distribute;
}

.sub4{
	width:95%;
	border:solid 1px #999999;
	background-color:#fff0f0;
	padding:8px;
	margin:5px;
	margin-top:0px;
	text-align:justify;
	text-justify:distribute;
}

.sub5{
	border:solid 1px #999999;
	background-color:#f0ffff;
	padding:8px;
	margin:5px;
	margin-top:0px;
	text-align:justify;
	text-justify:distribute;
}

.sub6{
	border:solid 1px #999999;
	padding:8px;
	margin:5px;
	margin-top:0px;
	text-align:justify;
	text-justify:distribute;
}

.sub7{
	border:solid 1px #999999;
	background-color:#fff0f0;
	padding:8px;
	margin:5px;
	margin-top:0px;
	text-align:justify;
	text-justify:distribute;
}
	
/***** Mark *****/

.maru{
	color:#0000FF;
}

.box{
	color:#000066;
}

.kome {
	color:#FF0000;
	font-weight:bold;
	}

/***** image *****/

.imgright{
	float:right;
	margin:20px 0px 15px 15px;
}

.imgleft{
	float:left;
	margin:20px 15px 15px 0px;
}

/***** clear *****/

.clear
{
	clear:both;
}

/***** copyright *****/

#copyright {
	text-align:center;
	margin:70px auto;
	clear:both;
}