/*-----------------------------------------------
 default style
-----------------------------------------------*/
* {
	margin:0;
	padding:0;
}

ul {
	list-style-type: none;
}

/*-----------------------------------------------
 Link Color Setting
-----------------------------------------------*/

a {
	color:#3399FF;
	text-decoration: none;
}

a img {
	border:none;
}

a:hover {
	color:#CC3333;
	text-decoration: none;
}

/*###################################################*/
/* block Setting*/
/*###################################################*/
/*-- Centering --*/
#outer
	{
	width:802px;
	background-color: #FFFFFF;
	margin:0 auto 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}

/*----------------------------------------*/
/*-- footer --*/
/*----------------------------------------*/
#foot
	{
	clear:left;
	background-color: #FFFFFF;
	height: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	}

/*----------------------------------------*/
/*-- header --*/	
/*----------------------------------------*/
#head
	{
	background-color: #FFFFFF;
	height: 50px;
	}
/*-- header --*/	
#headimg
	{
	background-color: #CCCCCC;
	height: 180px;
	margin-bottom: 8px;
	}

/*----------------------------------------*/
/*-- Sidemenu --*/
/*----------------------------------------*/
#menu
	{
	float:left;
	width:200px;
	background-color: #FFFFFF;
	}

/*-- Sidemenu Style --*/
#menu h2{
	font-size: medium;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 2px;
	}
	
	#menu h3{
	font-size: small;
	padding-left: 5px;
	}
	
	#menu ul{
	font-size: small;
	margin-bottom: 10px;
	color: #666666;
	}
	
	.s_arrow a{
	background-image: url(img/sal.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	}
	
	.s_arrow a:hover{
	background-image: url(img/salh.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	}

/*++++++++++++++++++++++++++++++++++++++++++*/
/*-- MainContent --*/
/*++++++++++++++++++++++++++++++++++++++++++*/
#main
	{
	float:left;
	width:600px;
	background-color: #FFFFFF;
	}

/*----------------------------------------*/
/*-- New Topics --*/

#topix{
	width: 570px;
	border: 1px dotted #99CCFF;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 1.1em;
}

/*-- New Topics style --*/

#topix h3{
	background-color: #99ccff;
	font-size: small;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#topix ul{
	font-size: small;
	line-height: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
}

/*----------------------------------------*/
/*-- Contents Area --*/

#content{
	width: 570px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 20px;
}

/*-- Entry Title --*/
#content h2{
	line-height: 1.1em;
	margin-bottom: 5px;
	border-left-color:#0066FF;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: large;
	border-left-width: 7px;
	border-left-style: solid;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
}

/*-- Entry Body --*/
#entry{
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #333333;
	padding-left: 10px;
}
		
#entry h1, #entry h2, #entry h3 {
	font-size: medium;
	line-height: 1.2em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 0px;
	color: #000055;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 1px;
}

#entry h4{
	font-size: medium;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	color: #000055;
	margin-bottom: 5px;
}
		
#entry h5, #entry h6{
	font-size: medium;
	color: #000055;
	margin-bottom: 1px;
}

#entry p{
	font-size: medium;
	line-height: 1.3em;
	color: #444444;
	margin-bottom: 10px;
}

#entry address{
	font-size: medium;
	line-height: 1.2em;
	color: #444444;
	margin-bottom: 5px;
	font-style: italic;
	padding-left: 5px;
}

#entry pre{
	line-height: 1.2em;
	color: #444444;
	background-color:#Faf1f2;
	margin-bottom: 5px;
	width: 550px;
	height: 70px;
	padding: 2px;
	overflow: auto;
}

#entry blockquote{
	margin-bottom: 10px;
	background-color: #ddddFF;
	background-image: url(img/quotebg.png);
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}

#entry blockquote * {
	line-height: 1.2em;
	color: #444444;
	padding-top: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 8px;
}

#entry ul{
	line-height: 1.2em;
	color: #444444;
	padding-bottom: 8px;
	padding-left: 33px;
	padding-right: 8px;
	list-style-type: disc;
}

#entry ol{
	line-height: 1.2em;
	color: #444444;
	padding-bottom: 8px;
	padding-left: 43px;
	padding-right: 8px;
	list-style-type: decimal;
}


/*-- Meta Data --*/
#postmetadata{
	margin-bottom: 40px;
	font-size: small;
	background-color: #EAEAEA;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

/*----------------------------------------*/
/*-- Sub Contents Area --*/

/*-- index.php right--*/	
	.main_right{
	float:right;
	width:465px;
	margin-left: 5px;
	margin-right: 10px;
	}

/*-- index.php left --*/	
.main_left{
	float:left;
	width:115px;
	padding-left: 5px;
}
	

/*++++++++++++++++++++++++++++++++++++++++++*/
/*-- TopPage Lyout --*/
/*++++++++++++++++++++++++++++++++++++++++++*/

/*-- home.php Lyout --*/
	.home_right
	{
	float:right;
	width:300px;
	}
	.home_left
	{
	float:left;
	width:300px;
	}

/*-- home.php Content style --*/

#home_content{
	width: 245px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	}

#home_content ul{
	line-height: 1.5em;
}

#home_content li{
	font-weight: bold;
	}

	.m_arrow a{
	background-image: url(img/mal.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	}
	
	.m_arrow a:hover{
	background-image: url(img/malh.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	}

/*-- home.php topics style --*/

#home_topics{
	width: 285px;
	border: 1px dotted #99CCFF;
	margin-left: 10px;
	margin-bottom: 20px;
	}

#home_topics h2{
	background-color: #99ccFF;
	font-size: small;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
#home_topics dl{
	font-size: small;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.1em;
	}
	
#home_topics dt{
	}

#home_topics dd{
	padding-left: 5px;
	margin-bottom: 1px;
	}
	
#home_topics p{
	font-size: small;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
/*++++++++++++++++++++++++++++++++++++++++++*/
/*-- Lyout Clears --*/
/*++++++++++++++++++++++++++++++++++++++++++*/

.clears{
  clear:both;
}



.boxbox{
	border: 1px dotted #888888;
	padding: 5px;
	margin-bottom: 3px;
}

.tyusyaku p{
	font-size: small;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
