body {
	font-family:MS UI Gothic;
	margin: 0px;
	padding:0px;
	background-color: #ffffff;
	color:#666666;
	font-size: 83%;
	line-height: 150%;
	}

/***** anchor *****/

a {
	text-decoration: none;
	font-weight:bold;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:active {
	color: #0000FF;
}

a:hover {
	color: #60A0E0;
	text-decoration: underline;
}

/***** *****/

h1 {
	font-size: 150%;
	font-weight: normal;
	}

h2 {
	font-size: 114%;
	font-weight: normal;
	}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	}

strong {
	color:#333333;
}

/***** structure *****/

#keyword {
	color:#CCCCCC;
}

#container {
	position:absolute;
	top:15px;
	left:2%;
	right:2%;
	width:95.6%;
	margin:0px;
	padding: 0px;
	background-color:#ffffff;
	text-align:left;
	}

#titlebk
{
	/*background-image:url(image/titlebk.jpg);*/
	background-repeat:repeat-x;
}

#descr
{
	text-align: center;
}

#center {
	margin:0px 178px 0px 0px;
	padding:0px 10px 0px 0px;
	}

#right {
	float: right;
	margin:0px;
	padding:0px;
	width: 178px;
	}

#copyright {
	text-align:center;
	margin:0px;
	padding:10px;
	clear:both;
}

/***** *****/

.content {
	margin:0px;
	padding:5px;
	width:95%;
}

.posted {
	text-align:right;
	clear:both;
}

/***** *****/

.sidebar {
	margin:0px;
	padding:5px;
}

.sidetitle {
	background-color:#e9e9e9;
	border-top:1px solid #ffffff;
	border-left:5px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	border-right:1px solid #ffffff;
	margin:10px 0px;
	padding:0px 0px 0px 5px;
	font-weight:bold;
}

/***** subtitle *****/

.subtitle {
	font-size:115%;
	font-weight: bold;
	padding:3px 0px 0px 10px;
	margin-bottom: 15px;
	background-image:url(image/subtitle.gif);
	background-repeat:repeat-x;
	background-position:top left;
	}

.subtitle2 {
	background-color:#0066FF;
	color:#FFFFFF;
	margin:1px;
	font-weight:bold;
}

/***** *****/

.clear {
	clear:both;
}

/***** sub *****/

.sub{
	border:solid 1px #cccccc;
	background-color:#fffff0;
	padding:0px;
	margin:0px;
	text-align:center;
}

.sub a{
	border:1px solid #ffffff;
	display:block;
	padding:3px;
	margin:0px;
	line-height:100%;
}

.sub a:hover{
	border:1px solid #ff8888;
}

.sub2{
	border:solid 1px #cccccc;
	background-color:#f0ffff;
	padding:0px;
	margin:0px;
}

.sub2 a{
	border:1px solid #ffffff;
	display:block;
	padding:3px;
	margin:0px;
	font-size:80%;
	line-height:110%;
}

.sub2 a:hover{
	border:1px solid #ff8888;
}

/***** mark *****/

.kome
{	color:#FF0000;
	font-weight:bold;
}

.maru
{
	color:#009900;
}

.enphgrn
{	color:#339966;
	font-weight:bold;
}

.enphredline
{
	font-weight:bold;
	border-bottom:2px solid #990000;
}

.command
{
	background-color:#000000;
	color:#FFFFFF;
	padding:15px;
	border:2px solid #999999;
}

.command strong
{
	color:#FFFFFF;
	font-weight:bold;
}

.adsense
{
	overflow:hidden;
	width:100%;
	margin:15px 0px;
}

.pgtitle{
	margin: 15px 0px 0px 15px;
	border-bottom:1px dotted #999999;
}

