　charset "shift_jis";"

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(imagf/bg.gif);
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

input {
	background: #f5f5f5;
}

.color {
	color: #1540ef;
}



/*メイン画像（画像の両サイドを設定しています）
------------------------------------------------------------------*/
#main-img {
	background: url(imagf/bg.gif) no-repeat;
	padding-right: 10px;
	padding-left:10px;
	position: relative;
}



/*h1タグ設定
------------------------------------------------------------------
■font-sizeで文字の大きさを指定しています。
■leftとtopの数値を変更してh1の位置の微調整ができます。
■colorで文字色を指定します。
------------------------------------------------------------------*/
#main-img h1 {
	position: absolute;
	font-size: 20px;
	color: #00FFFF;
	font-weight: normal;
	left: 20px;
	top: 10px;
}



/*コンテナー 横幅調整　wide　PXでバランスとる
------------------------------------------------------------------*/
#container {
	margin: 0px auto 20px;
	width: 912px;
	text-align: left;
}



/*コンテンツ（メイン、サブの両ブロックの外側）
------------------------------------------------------------------*/
#contents {
	background: url(imagf/contents_bg.gif) no-repeat;
	padding-top: 30px;
	padding-bottom: 50px;
}



/*）
------------------------------------------------------------------*/
ul#menu li {
	display: inline;

	
}



/*（右側公告）
------------------------------------------------------------------*/
#main {
	float: right;
	width: 500px;
	display: inline;
	margin-right: 1px;
}

#main h2 {
	line-height: 25px;
	background: url(imagf/midashi_base.gif)   no-repeat;
	height: 60px;
	font-size: 100%;
	padding-left: 32px;
}

#main h3 {
	line-height: 25px;
	background: url(imagf/aaaaru.gif)   no-repeat;
	height: 60px;
	font-size: 100%;
	padding-left: 32px;
	}
#main p {
	padding: 0.5em 10px 1em;
}



/*（左側ブロック）
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 226px;
	display: inline;
	margin-left: 37px;
}

#sub p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/*サブコンテンツ内、表示 
メニュー
------------------------------------------------------------------*/
#sub .submenu {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 5px solid #1540ef;
	margin-bottom: 20px;
	border-right: 1px solid #1540ef;
	border-left: 1px solid #1540ef;
}

#sub .submenu e{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 5px solid #1540ef;
	margin-bottom: 20px;
	border-right: 1px solid #1540ef;
	border-left: 1px solid #1540ef;
}
#sub .submenu a {
	color: #1540ef;
	text-decoration: none;
	border-bottom: 1px dotted #1540ef;
	display: block;
	width: 224px;
}

#sub .submenu a:hover {
	background: #f5f5f5;
}

/*サブコンテンツ内、サブメニュー下の公告コーナー
------------------------------------------------------------------*/
#sub .menubottom  {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 5px solid #1540ef;
	margin-bottom: 5px;
	border-right: 1px solid #1540ef;
	border-left: 1px solid #1540ef;
}
#sub .menubottom 11{
	border-right: 1px solid #1540ef;
	border-bottom: 5px solid #1540ef;
	border-left: 1px solid #1540ef;
	padding-right: 5px;
	padding-left: 5px;
	width: 14px;
}




/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
		padding-top: 20px;
	padding-bottom: 20px;
}



/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
