@charset "utf-8";
@import url("reset.css");





/*===== Base =====================================*/

body {
	font-size: 0.75em;
	line-height: 1.8em;
	background: #6FB92C url(../images/common/bg.gif) repeat-y;
	color: #333333;
	}
	
body,p,td,th {

    font-family:
	Georgia,
	'Times New Roman', 
	'Meiryo', 
	'メイリオ',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;
	}

th{
	font-weight: normal;
	}
	
a{
	color: #6FB92C;
	text-decoration: none;
	}
	
a:hover{
	color: #A3DD6F;
	}
	
a:visited, a:active, a:focus{
	color: #ABC292;
	}
	
p{
	margin:0 0 8px;
	color: #66AA28;
	}



/*===== Basic Layout =====================================*/


	
#page {
	width: 780px;
	margin-left: 30px;
	height: 100%;
	}
	
#header {
	height: 123px;
	width: 800px;
	background: url(../images/common/logomark.gif) no-repeat;
	}
#content {
	width: 540px;
	float: right;
	margin-right: 30px;
	margin-bottom: 50px;
	}
#sidebar {
	width: 180px;
	float: left;
	margin-top: 190px;
	margin-right: 30px;
	}
#sidebar ul {
	margin-bottom: 30px;
}

	
.copyright {
	margin-top: 50px;
	}


	

	
/*===== Header =====================================*/
	

#header h1 {
	margin-left: 70px;
	color: #999999;
	margin-bottom: 16px;
	font-size: 12px;
	}
	
.sitelogo {
	margin-top: 30px;
	margin-bottom: 80px;
	display: block;
	}
	



/*===== Navigation =====================================*/



ul#submenu  {
	list-style: square inside;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

ul#submenu li {
	}
	
ul#submenu li a {
	color: #FFFFFF;
	}



/*===== Topicpath =====================================*/


	
#topicpath {
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 15px;
	}
	
#topicpath p {
	font-size: 1em;
	color: #666666;
	display: inline;
	}
	
#topicpath a{
	color: #FFFFFF;
	padding: 1px 3px;
	background: #76AE00;
	}
	
#topicpath a:hover{
	color: #CCFF00;
	}
	
#topicpath a:visited, a:active, a:focus{
	color: #F0F0F0;
	}




/*===== Contents =====================================*/


#content h1 {
	font-size: 1.2em;
	margin-bottom: 45px;
	}
	
p.e-rubi {
	padding-top: 0.3em;
	border-top: 3px none #6FB92C;
	font: 2em Tahoma, sans-serif;
	color: #6FB92C;
	}

	
#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 12px;
	background: #FAFAFA;
	padding: 0.2em 0.2em 0.2em 0.8em;
	border-left: 3px solid #6FB92C;
	}
	
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 7px;
	}
	
#content .left {
	float: left;
	clear: both;
}

#content .block p {
	width: 350px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#content .block h4 {
	font-weight: bold;
}


#content .block {
	padding: 6px;
	margin-bottom: 8px;
	display: block;
	clear: both;
	border-top: 1px dotted #6FB92C;
}


#content .block2 ol {
	width: 350px;
	float: right;
	list-style: disc outside;
}

#content .block2 ol li {
	margin-left: 10px;
}

#content .block2 p {
	width: 350px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#content .block2 h4 {
	font-weight: bold;
}


#content .block2 {
	padding: 6px;
	margin-bottom: 8px;
	display: block;
	clear: both;
	border-top: 1px dotted #6FB92C;
}

#content .block2 .left a {
	color: #333333;
	padding-left: 15px;
	background: url(../images/common/plet-greenallow.gif) no-repeat 0px 2px;
}





/*===== Classes =====================================*/




	
.table-1{
	border-top: 1px dotted #CCCCCC;
	width: 540px;
	margin-bottom: 25px;
	}



.table-1 td, .table-1 th{
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}

.table-1 th {
	}
	
.table-1 td{
	}
.ol-1 {
	list-style: decimal outside;
	padding-left: 15px;
	margin-bottom: 20px;
}

.square-green {
	font-weight: bold;
	color: #6FB92C;
}




	
	
	
/*===== Others =====================================*/
	
.clear {
	clear: both;
	}

.hidden {
	display: none;
	}

.underline {
	}
.nolink-color a {
	color: #333;
}
