@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
/* 画像の回り込み */
 *.float
      {
         float: left;
         margin-right: 1em;
      }
*.floatclear
      {
         clear: both;
      }
/* ***********/

body {
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(images/back.gif)
}

html {
	/*height: 100%;*/
}



li {
list-style:none;
}

#container {
	width: 800px;
	height:100%;
	/*height:900px;*/
	vertical-align:top;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20pt;
	background-color: #292ae6;
	margin-bottom: 0px;
	padding-bottom:0px;
}


#content_main{
	width: 800px;
	height: 100%;
	margin-bottom: 10px;
}

#content_main img{
	margin-top: 5px;
	margin-bottom: 5px;
}

#content_main h1{
font-size :20pt;	/* フォントサイズ */
font-weight : bold;	/* フォントの太さ */
color : white;	/* フォントの色 *//
margin-top: 0px;
margin-left: 10px;
margin-bottom:10px;
}

#content_main p{
font-size : 8pt;	/* フォントサイズ */
font-weight : bold;	/* フォントの太さ */
color : white;	/* フォントの色 *//
margin-top: 0px;
margin-left: 10px;
margin-bottom:5px;
}

#content_main h2{
font-size : 15pt;	/* フォントサイズ */
font-weight : bold;	/* フォントの太さ */
color : white;	/* フォントの色 *//
margin-top: 10px;
margin-left: 10px;
margin-bottom:10px;
}

#content_main h6{
font-size : 14pt;	/* フォントサイズ */
font-weight : bold;	/* フォントの太さ */
color : white;	/* フォントの色 *//
margin-top: 0px;
margin-left: 10px;
margin-bottom:5px;
}

#content_main h3{
font-size : 16pt;	/* フォントサイズ */
font-weight : bold;	/* フォントの太さ */
color : red;	/* フォントの色 */
background-color : #66ffff;	/* 背景の色 */
text-align : center;	/* テキストのセンタリング */
letter-spacing : 1px;	/* 文字間隔 */
padding-left : 10px;	/* 左側の余白 */
line-height : 1.5em;	/* 領域（行）の高さ＝フォントの１．５倍 */
width : 550px;	/* 横幅 */
margin-top: 10px;
margin-left: 10px;
margin-bottom:10px;
}

#footer {
	margin-top: 30px;
	height: 27px;
	clear: both;
	width: 800px;
	background-color: #000066;
	margin-bottom:0px;
}

#footer h6 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}




