@charset "UTF-8";



body {
	color: #444444;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;color: #000000;font-size: 15px;
	background: url(images/index/back.gif);	/*壁色と壁紙画像設定*/
        
}

h1,h2,p,dt,dd {
	margin: 0px;
	padding: 3px;
}
ul {
	list-style-type: none;
	text-align: left;
	margin-top: 0px;
}

img {
	border: none;
}

.color1 {
	color: #cc0000;
}
.color2 {
	color: #0033FF;
	
}

.mini{
	color: #0033FF;

}

#main ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}



/*全般のリンク設定
---------------------------------------------------------------------------*/
a {
	color: #cc9900;	/*リンク色*/
}

a:hover {
	color: #993366;	/*カーソルオーバー時の色*/
	
}



/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	margin: auto;
        padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	background : url(images/index/main_back.gif) repeat-y;	
	text-align: left;
	width: 900px;

}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
        background: url(images/index/header.jpg) no-repeat;	
 	top:0px;       
        width: 900px;
	height: 427px;
	position:  absolute;
       
}

/*ロゴ画像の配置位置設定*/
#header #logo {
        position: absolute;
	top: 0px;	/*ヘッダー画像に対して上から25pxの位置*/
	right: 0px;	/*ヘッダー画像に対して右から0pxの位置*/
        left: 0px;
}

/*h1タグ設定*/
#header h1 {
        font-size: 11px;	/*文字サイズ*/
	position: absolute;
	top: 28px;		/*ヘッダー画像に対して上から20pxの位置*/
	right:10px;	/*ヘッダー画像に対して左から10pxの位置*/
	color: #FFFFFF;	/*文字色*/
	font-weight: bold;
	word-spacing:10px;
}


/*メインメニュー（メイン画像上のメニュー）
---------------------------------------------------------------------------*/
ul#menu li{
	height: 55px;
	width: 150px;
       
}

/*メニュー画像の透明度設定*/
ul#menu li a img {
	filter: Alpha(opacity=100);
	opacity: 1.0;
}

/*メニュー画像の透明度設定（カーソルオーバー時）と位置を少しずらす設定*/
ul#menu li a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
	position: relative;
	
}

/*メニュー１(menu1.gif)画像の位置設定*/
#menu1 {
	position: absolute;
	left: 0px;		/*ヘッダー画像に対して左から2pxの位置*/
	bottom: 1px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー２(menu2.gif)画像の位置設定*/
#menu2 {
	position: absolute;
	left: 150px;	/*ヘッダー画像に対して左から152pxの位置*/
	bottom: 1px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー３(menu3.gif)画像の位置設定*/
#menu3 {
	position: absolute;
	left: 300px;	/*ヘッダー画像に対して左から302pxの位置*/
	bottom: 1px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー４(menu4.gif)画像の位置設定*/
#menu4 {
	position: absolute;
	left: 450px;	/*ヘッダー画像に対して左から452pxの位置*/
	bottom: 1px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー５(menu5.gif)画像の位置設定*/
#menu5 {
	position: absolute;
	left: 600px;	/*ヘッダー画像に対して左から602pxの位置*/
	bottom: 1px;	/*ヘッダー画像に対して下から10pxの位置*/
}

/*メニュー６(menu6.gif)画像の位置設定*/
#menu6 {
	position: absolute;
	left: 750px;	/*ヘッダー画像に対して左から752pxの位置*/
	bottom: 1px;	/*ヘッダー画像に対して下から10pxの位置*/
}


/*メインコンテンツ（左側）
---------------------------------------------------------------------------*/
#main{
	float: right;
	width: 600px;
	margin-left: 15px;
	margin-top: 450px;
	padding-bottom: 30px;
		
	padding-right: 5px;
       
}

#main p {
	font-size: 100%;
	color: #666666;
	margin-top:15px;
        
	padding-bottom:5px;
}
#main a {
	color: #444444;	/*リンク色*/
	text-decoration:none;
}

#main a:hover {
	color: #888888;	/*カーソルオーバー時の色*/
	text-decoration:underline;
}

/*メインコンテンツ（中）
---------------------------------------------------------------------------*/
#main1{
	clear:left;
	width: 850px;
	margin-right: 25px;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right:30px;
	overflow: hidden;
}
#main1 a {
	color: #444444;	/*リンク色*/
	text-decoration:none;
}

#main1 a:hover {
	color: #888888;	/*カーソルオーバー時の色*/
	text-decoration:none;
}



/*サイドコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;
	text-align: center;
	width: 270px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-top: 450px;
	font-color: #000000;

}

#side p {
	text-align: center;
	font-size: 100%;
	color: #000000;
	padding: 7px 2px 7px 2px;
	border: 1px solid #F9DA7D;
	margin-top: 20px;
	margin-bottom:15px;
}

#side a {
	color: #000000;	/*リンク色*/
	
}

#side a:hover {
	color: #000000;	/*カーソルオーバー時の色*/
	
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	margin-top: 5px;
	background: url(images/index/advice_plan.gif) no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top:50px;
}

#main dl a {
	color: #cc9900;	/*リンク色*/
	text-decoration:underline;
}

#main dl a:hover {
	color: #993366;	/*カーソルオーバー時の色*/
	
}	

#main dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	color: #cc0000;		/*文字色*/
}

#main dd {
	font-size:100%;   
	color: #222222;		/*文字色*/
	border-bottom: 1px solid #CCCCCC;	/*説明文の下に1pxの直線(solid)を#ccccccの色で入れる。*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta {
	width: 550px;
	border-collapse:collapse;
	border: 1px solid #97B83A;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}

.ta td, .ta th{
	padding: 10px 5px;
	border: 1px solid #97B83A;
}

.ta th{
	width: 150px;
	text-align: center;
	background: #f0f5e1;
}

.ta .tamidashi{
	width: auto;
	text-align: center;
	background: #b6d365;
	color: #FFFFFF;
}
---------------------------------------------------------------------------*/
.top2 {
	color: #222222;
	margin-right: 50px;
	margin-left: 10px;
	padding-top: 30px;
	margin-bottom: 20px;
	padding-bottom:5px;
	line-height:20px;
	text-align: left;
}

.top2 P{
	
	text-align: left;
	font-size: 100%;
	margin-bottom:10px;

}



/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer {

	background: url(images/index/footer.gif) no-repeat bottom;	
	width: 900px;
	height:50px;
	position: relative;
	
	padding-bottom:  0px;


	
}
