﻿/*============================================
ページ全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 	
	line-height:1.5;	
        	font-family: 'Open Sans', sans-serif;
	color:#333333;		
	list-style: none;
	text-decoration:none;
} 
body {
	background-color:#ffffff;	
	text-align:center;		
}
div#pagebody {
	width:960px; margin:0 auto;	
	background-color:#ffffff;		
}

.clear{
	clear:both;
}

/*============================================
languages
============================================*/
#languages{
	margin:0px 0px 0px 610px;	
	background:#ffffff;
	padding:1px 0 1px 0;
}

#languages ul{
	width:940px;
	margin:0 auto 0 auto;
}

#languages li a{
	width:80px;
	font-size:80%;
	font-weight:bold;
	border: 2px solid #669900;
	border-radius: 5px;
	display:block;
	padding:3px 0 3px 0;
	color:#003300;
	text-align:center;
	text-decoration:none;
}

#languages li a:hover{
	border: 2px solid #ccff00
}

#languages li{
	margin:0 1px 0 0;
	float:left;

}


/*============================================
Header-Navi
============================================*/
#header{
	width:960px;
}

#header img{ 
	width:960px;	
	vertical-align:bottom;
}

#nav{
	background:#ffffff;
	padding:0;
}

#nav ul{
	width:960px;
	margin:0 auto 0 auto;
}

#nav li a{
	width:159px;
	font-size:80%;
	font-weight:bold;
	background:#669900;
	display:block;
	padding:10px 0 10px 0;
	color:#003300;
	text-align:center;
	text-decoration:none;
}

#nav li a:hover{
	background:#ffffff;
}

#nav li{
	margin:0 1px 0 0;
	float:left;

}

/*============================================
Main Body 
============================================*/
div#container1{
	width:960px;
	margin:20px auto 20px auto;
}

/*============================================
Heading
============================================*/
div#heading{
	width:940px;
	margin:5px 10px 20px 10px;
}

#heading h1{
	border-bottom: 5px solid #669900;
	text-align:left;
	vertical-align:middle;
	margin:5px auto;
}

#heading img{
	width:46px;
	height:46px;
	vertical-align:middle;
	margin:5px 20px 10px 5px;
}


/*============================================
Description
============================================*/
div#description{
	width:920px;
	margin:5px 10px;
	text-align:center;
}

#description a{
	font-weight:bold;
	color:#0000cc;
	text-decoration:none;
}

#description a:hover{
	color:#008000;
}

/*============================================
Questionnaire
============================================*/
div#questionnaire{
	margin: 0 auto;
    	width: 600px;
    	padding: 1em;
    	border: 1px solid #CCC;
    	border-radius: 1em;
}

#questionnaire a{
	font-weight:bold;
	color:#000080;
	text-decoration:none;
}
#questionnaire p{
	text-align:left;
	text-indent:1em;
}
#questionnaire a:hover{
	color:#008000;
}
/*============================================
Body (left and right)
============================================*/
div#container2{
	width:960px;
	margin:20px auto 20px auto;
}

/*============================================
left全体
============================================*/
div#left{
	width:520px;
	float:left;
	margin:10px auto;	
}

#left img{
 	width: 500px;
	display: block;
	margin:5px 10px;
	float:left
}


/*============================================
Right全体
============================================*/
div#right{
	width:420px;
	float:right;
	margin:10px;
	text-align:left;	
}

#right p{
	font-weight:bold;
	font-size:120%;
	text-align:left;
}

#right dt{
	font-weight:bold;
	font-size:120%;
	text-align:left;
}

#right dd{
	font-size:100%;
	text-align:left;
	text-indent:1em;
	font-weight:bold;	
}

#right li{
	font-size:80%;
	text-align:left;
	font-weight:normal;
	list-style: disc !important;
	margin-left:30px;
	
}

#right a:hover{
	color:#008000;
}


/*============================================
Footer
============================================*/
div#footer {
	height:42px; 
        text-align:center;
	clear:both;				
	border-top: 2px solid #669900;
}

address {
	font-style:normal;			 
	font-size:small;			 
        border-top: medium solid #575757;
        margin: 10px 10px;
        padding: 5px;	
}