﻿/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#006633;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF00CC;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
	font-size: 13px; /* モダンブラウザ */
	*font-size: small; /* IE 7 */
	*font: x-small; /* IE 6以下 */
	font-family:'ＭＳ Ｐゴシック', sans-serif;
}
p,th,td,li{
	font-size:14px;
	/*font-size:90%;
	font:80%;*/
}
p.hi{
       line-height: 200%; 
}
body{
	text-align:center;
}

/*■基本レイアウト*/
#container{
	width:500px;
	margin:auto;
	text-align:left;
	}
#contents{
	margin:10px 0 0 0;
	clear:left;
	zoom:100%;
	}
#contents:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	}

/***その他のページ***/
#sub_page{}
#sub_page h1{
	font-size:20px;
	line-height:30px;
	height:30px;
	color:#FF0000;
	font-weight:normal;
	text-indent:20px;
	text-align: center; 
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
#sub_page h2{
	background:url(../img/btn02.gif) no-repeat center left;
	text-indent:15px;
	font-size:110%;
	line-height:1.4em;
	vertical-align:top;
	color:#006633;
	margin:16px 0 0 0;

#sub_page div.typeA{
	padding:2px 2px 2px 2px;
	}
#sub_page div.typeA p{
	margin:0px 0px 0px 0px;
	line-height:150%;
	}
