@charset "Shift_JIS";



/*======================================



	基本設定



=======================================*/



* {

	margin: 0px;

	padding: 0px;

	line-height: 1.5;

}



body {
	background-color: #E6FFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #333;
}





/*======================================



	アンカー



=======================================*/



a:link {

	color: #0a3f73;

}



a:visited {

	color: #0a3f73;

}



a:hover {

	color: #FFFFFF;

}



#menu a:link {

	color: #0033FF;

	text-decoration:none;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: bold;

}



#menu a:visited {

	color: #0000FF;

	text-decoration:none;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: bold;

}



#menu a:hover {

	color: #fffffe;

	text-decoration:none;

}





/*======================================



	見出し



=======================================*/

h1{

	padding: 25px 0 5px 0;

	font-size: 25px;

	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;

	color: #fffffe;

	letter-spacing:0.2em;

	font-weight: normal;

	text-align: center;

}



h2 {

	font-size: 11px;

	font-weight: normal;

	letter-spacing:0.1em;

	font-family: Georgia, "Times New Roman", Times, serif;

	color: #0000FF;

}



h3 {

	font-size: 17px;

	font-family:Georgia, "Times New Roman", Times, serif;

	letter-spacing:0.3em;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	font-style: oblique;

}



h4 {

	height: 15px;

	line-height: 1.0;

	font-size: 15px;

	font-weight: normal;

	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;

	margin: 0 0 10px 0;

	padding: 0 7px;

	border-left: 15px solid #005E8B;

	color: #005E8B;

}





/*======================================



	リスト



=======================================*/



ul li{

margin: 0 0 0 2em;

}



ol li{

margin: 0 0 0 2.5em;

}



dt {

	font-weight: bold;

}

dd {

	margin-left: 1em;

}





/*======================================



	段落・水平線・イメージ



=======================================*/



p{

	margin: 0.1em 0 0.5em;

}



hr{

	border-width: 1px 0px 0px 0px; /* 太さ */

	border-style: dashed; /* 線種 */

	border-color: #cccccc; /* 線色 */

	height: 1px; /* IE用 高さ */

}



img {

	border: none;

}





/*======================================



	レイアウト設定



=======================================*/

#main,

#footer {

	color: #555;

	width: 700px;

	margin: auto;  /* Firefoxでセンタリング方法 */

	text-align: center;     /* IEでセンタリングさせる方法 */

}





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



#all {
	width: 700px;
	margin: 15px auto;  /* Firefoxでセンタリング方法 */
	text-align: center;     /* IEでセンタリングさせる方法 */
	border: thin ridge #00FFFF;
}





/* ----------　ヘッダー　------------- */



#header {

	width: 700px;

	color:#fff;     /* IEでセンタリングさせる方法 */

	background-color: #00FFFF;

}





/* ----------　タイトル　------------- */



#title{

	width: 500px;

	float:left;

}





/* ----------　メニュー部　------------- */



#menu {
	width: 160px;
	float:right;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #0000FF;
}



#menu p {

	height: 17px;

	vertical-align: middle;

	text-align: center;

	margin: 0px;

	background-image: url(img/menu.gif);

	background-repeat: no-repeat;

	background-color: #FFFFFF;

	background-position: center center;

	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";

	color: #000000;

	width: 160px;

	padding-top: 2px;

	padding-right: 0;

	padding-bottom: 2px;

	padding-left: 0;

}





/* ----------　メイン（左右 合わせた部分）　------------- */



#main {

	background-color: #F0FAFF;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}





/* ----------　メイン 記事部　------------- */



#kizi {
	text-align: left;
	width: 680px;
	height: 400px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}




/* ----------　フッター　------------- */



#footer {

	font-size: 9px;

	padding: 40px 0 0 0; 

	background-color: #B2D7E8;

}








/* ----------　著作権表示　------------- */



#copy {

	text-align: right;

	font-size: 9px;

	margin: 10px;

}

input {
	width: 160px;
	float: none;
	letter-spacing: normal;
	text-align: center;
	height: 24px;
	margin: 0px;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-image: none;

}
