@charset "shift_jis"


/*----------------ページ基本設定-------------*/


body{
	margin: 0;
	padding: 0;
	 
}

/*----------------ページ外枠全体-------------*/

#container{
	width: 700px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

/*----------------ヘッダートップ文字---------*/

#header_top{
	width: 700px;
	text-align: center;
	font-size: 12px;
}


/*---------------ヘッダーロゴ表示部分--------*/

#header{
	width: 700px;
	text-align: center;
}


/*---------------ナビメニュー-----------------*/

#nav{
	padding-top: 10px;
	width: 700px;
	height: 50px;
}

/*--------------メニューリンク部分-----------------*/

#nav ul,#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* #nav .home1{
	margin-left: 58px;
} */

#nav li{
	float: left;
	background-color: #30f;
	border: 1px outset #009 ;
	margin-right: 1px;
}


#nav a, #nav a:link, #nav a:visited {
	text-decoration: none;
	color: #fff;
	background: transparent;
	width: 130px;
	height: auto;
	text-align: center;
	padding: 2px;
	display: block;
	position: relative;
}

#nav a:hover{
	color: #30f;
	background-color: #fff;
	font-weight: bold;
	top: 1px;
}

/*----------------メイン本文------------------*/

#main{
	float: left;
	width: 450px;
}

h3{
	font-size:16px;
	background-color: #fcf;
	text-align: center;
}

p{
	font-size: 14px;
	letter-spacing: 1pt;
	line-height: 15pt;
	
}


/*---------------右サブ画面-------------------*/

#sub{
	float: right;
	width: 250px;
	text-align: center;
}



/*----------------フッター表示----------------*/
#footer{
	clear: both;
	padding-top: 20px;
	width: 700px;    /*  Windows判ＩＥ対策*/ 
	text-align: center;
	font-size: 12px;
}
/*------------------------------------------------*/

.s1{
	color: red;
}


#kinngaku dt{
	font-size: large;
	font-weight: bold;
}


