/***********************************************/
/* style2.css                                  */
/* Use for index.html                          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {margin: 0; padding: 0;
		color: #333;
		text-align:left; font-size: 100%;
		font-family: "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
		line-height: 120%;	
		background-color: #eee;}

#container { width: 720px;
		margin: 5px auto; padding: 0;
		border: 1px solid #888;
		background-color: #fff;}	

#header { width: auto;height:21px;
 		margin: 0; padding: 0;
		color: #000; font-size: 14px;line-height: 100%;
		border-bottom: 1px solid #999;
		background-color: #ddd;}
	.he_l { float :left; width: 60%; padding: 4px 0 0 10px ;text-align:left; letter-spacing: 0.2em;}
	.he_r { float :right; width: 35%; padding: 4px 10px 0 0;text-align:right; letter-spacing: 0.2em;}

#bottom { clear: both; width: auto;height:21px;
 		margin: 0; padding: 0;
		color: #069; font-size: 14px;line-height: 100%;
		border-top: 1px solid #999;
		background-color: #fff;}
	.fo_l { float :left; width: 60%; padding: 4px 0 0 10px ;text-align:left; letter-spacing: 0.2em;}
	.fo_r { float :right; width: 35%; padding: 4px 10px 0 0;text-align:right; letter-spacing: 0.2em;}

#footer { clear: both; width: auto;height:21px;
 		margin: 0; padding: 0;
		color: #069; font-size: 14px;line-height: 100%;
		text-align:center; letter-spacing: 0.2em;
		border-top: 1px solid #999;
		background-color: #ddd;}
		
ul{ list-style-type: square;}

ul ul ul{
 list-style-type: none;}
li{ margin-left: -30px; list-style-type: none;}
li li{ margin-left: -20px; list-style-type: disc;}
/* -------------------------------------------------------------------------- up*/

#main{ width: auto; margin: 0; padding: 0;
		color: #000;
		text-align: left; line-height: 130%;	
		background-color: #fff;}

.titl { color:#000000; font-size:100%; line-height: 100%;padding: 0; font-weight:bold;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/***********************************************/
/* box                                       */

.box_l { float :left; width : 50%;
	padding: 10px 0px 5px 0px; margin-left: 0;
	background-color: #ffffff;}

.box_r { float :right; width : 50%;
	padding: 10px 0px 5px 0px; margin-left: 0;
	background-color: #ffffff;}

.waku_br {height:10px;}	

.null {height:10px;}	

/***********************************************/
/* link                                        */

a:link, a:visited, a:hover { color: #006699; text-decoration: none;}

a:hover { text-decoration: underline;}