@charset "UTF-8";

/* default elements */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 100%;
}

body{
	padding: 2% 0;
	font: normal 0.8em "Hiragino Kaku Gothic Pro","Hiragino Kaku Ghothic Pro W3","MS PGothic",sans-serif;
	background-image: url(images/background.gif);	
}

/* fonts */
p {
	margin: 0 20px 30px;
	line-height: 1.7em;
}
a {color: #0000CC;}
a:hover {color: #f93;}

h1,h2,h3,h4,h5,h6{ 
	font-weight:bold ;
	margin-bottom: 30px;	
}

h1 {
	line-height:1.5em;
	font-size: 1.3em;
	padding-left: 10px;
	margin-top:40px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 3px solid #cce08f;
	border-left:25px double #cce08f;
}

.top{
	margin-top:10px;
}

h2 { 
	font-size: 1em;  		  
	padding-left: 8px;
	margin-top: 40px;
	margin-left: 10px;
	border-bottom: 3px solid #cce08f;
	border-left: 20px solid #cce08f;
	line-height: 1.4em;	
}
	
h3{
	font-size: 1em;  		  
	padding-left: 4px;
	margin-left: 10px;
	line-height: 1.1em;
	border-left:5px solid #f93;
	margin-bottom: 10px;	
}
strong{
	font-weight: bold;
	color: #ce0000;
}


hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	height: 1px;
	border-top-color: #99cc33;
	margin-bottom: 40px;
}


.info{
	font-size: 0.9em;
	margin-bottom: 30px;
}

.bigo{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #f93;
}

.message{
	font-size: 1.1em;
	color: #f0f;
	text-align: center;
}

.question{
	font-weight:bold;
	color:#15669c;
	margin-bottom:10px;
	border-bottom-style: solid;
	border-bottom-color: #15669c;
	border-bottom-width: 1px;
}

.answer{
	font-size:0.9em;
	margin-bottom:40px;
	line-height:1.2em;
	}
	
span{
	color: red;
}

#container{
	background: #fefff5 url(images/container.gif) repeat-y 100%; 
	width: 780px;	
	margin: 0 auto;
	border-right: 1px solid #878788;
	border-left: 1px solid #878788;
	border-top: 8px solid #f93;
	height: auto;
	
}

#header{
	height: 148px;
	padding-top: 40px;
	padding-left: 30px;
	background: url(images/header.jpg) no-repeat;
	border-bottom: 10px solid #f93;
}

#header h1{
	display:none ;
}
	

#navi{
	width: 170px;
	float: left;
	display:inline;
	margin-right: 10px;
	margin-left: 20px;
	padding-top: 30px;
}

#navi li{
	line-height: 3em;
	list-style-type: none;
}

#navi li a{
	display: block;
	color: #723000;
	text-decoration: none;
	background: url(images/listmark.gif) no-repeat 4px ;
	list-style-type: none;
	padding-left: 24px;
}

#navi li a:hover{
	color: #15669c;
	font-size: 1.1em;
	background: url(images/listmark_over.gif) no-repeat 4px ;
}

#navi .link{
	background-color: #f9fceb;
	border: 1px solid #f93;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#navi .link p{
	font-size:0.9em;
	padding:0;
	margin: 0;
	line-height:2;
}


#main{
	width: 520px;
	float: right;
	display:inline;
	margin:30px ;
}

#main ul.menu{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:40px;
	border: 1px solid #cce08f;
	background-color: #f9fceb;
}

#main li.menu{
	margin-left: 10px;
	line-height:1.8em;
	display:inline;
	color: #723000;
	text-decoration: none;
	background: url(images/listmark_2.gif) no-repeat 4px ;
	list-style-type: none;
	padding-left: 24px;
}


#main ul{
	margin-bottom: 40px;
	margin-left: 40px;
	list-style-type: square;
}

#main li{
	line-height:1.4em;
	margin-bottom: 1.5em;
}

#main .li2{
	font-size: 1em;
	line-height:1.3em;
	margin-left: 10px;
	margin-bottom: 0.8em;
	list-style-type: none;
}

ol{
	font-size:1em;
	margin-bottom: 40px;
	margin-left: 40px;
}

dl{
	margin-bottom:30px;
}

dt{
	margin-bottom:10px;
}

dd{
	margin-bottom: 20px;
	margin-left: 2em;
}

#main .cl{
	margin-left: -1em;
	margin-bottom: 0;
}

.box{
	padding-top: 20px;
	border-width: 1px;
	margin: 5px;
	border-style: solid;
	border-color: #878788;
	background-image: url(images/box_background.gif);
	color: #15669c;
	padding-bottom: 0;
	padding-right: 10px;
}

.box hr{
	border-top: 1px dotted #f93;
	margin: 20px;
}

#footer{
	background: #ff9933;
	font-size:15px;
	color: #ccc;
	text-align: center;
	height: 23px;
	padding-top:7px;
	clear: both;
}

.clear {clear: both;}

img{
	display: block;
}

.pic{
	margin:10px;
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
}

.center{
	text-align: center ;
	margin: 0 auto 20px;
}


