@charset "shift_jis";

@import url(text_style.css);
@import url(frame_style.css);

/* LastUpdate:2010.9.29
--------------------------------------------------
	1.初期設定
	2.レイアウト
	3.ブロック設定
-------------------------------------------------*/



/*------------------------------------------------
　　初期設定
------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
  	font-size:14px;
  	font-family: "メイリオ", Verdana, "Times New Roman";
   	color: #333; 
	line-height:1.2;
   	text-align:center;
   	background: url(../images/bg.jpg) center top no-repeat;
	background-attachment:fixed;
}

hr{color:#98B3B1;}

h1,h2,h3,h4,h5,h6 { line-height:1.2; }
p,li,dt,dl { line-height:1.6em; }
ul li { list-style-type:none;}
p{
	text-align: left;
	line-height:2em;
	margin-bottom:30px;
}


a img { border:0; }


table{
   border-spacing:2px;
   margin:1.5em 0;
}

table th, table td{ 
	padding:0.3em 0.75em ;
	font-size:14px;
}


/* link sytle */
a:link {
   color: #FFFF00;
   text-decoration:none;
}
a:visited {
   color:#189B12;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#666;
}


/*------------------------------------------------
　　レイアウト設定
------------------------------------------------*/

#container{
	width: 720px;
	margin:0px auto;
	font-size:14px;
	background: #fff;
}
#header{
	padding-top:30px;
	margin-bottom:50px;
}
.contents{
	margin-bottom:90px;
}

#footer{
	padding:40px 0px;
	background-color:#000;
	color: #fff;
}


/*------------------------------------------------
　　ブロック設定
------------------------------------------------*/
h1{
	font-size:32px;
	text-align:center;
	color:#f00;
	line-height:1.4;
	margin-bottom:30px;
	font-family: 'メイリオ', Meiryo, Verdana, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  'ＭＳ Ｐゴシック', sans-serif;
}
	

.contents p{
	text-align: left;
	padding:0px 60px;
	line-height:2em;
	margin-bottom:30px;
}


/* サブキャッチ */
h2.sch001{
	width:570px;
	margin:0px auto 30px;
	padding:3px 0px 3px 30px;
	font-size:27px;
	font-weight:bold;
	text-align:left;
	line-height:1.4;
	color:#f00;
	border-bottom:1px solid #ccc;
	background: url(../images/simg001_sch.gif) left top no-repeat;
}

.ImgCenter01{
	text-align:center;
	margin:50px auto 50px;
}



ul{
	text-align:left;
	padding-left:30px;
}

ul li{
	list-style: none;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	background: url(../images/check.gif) left 8px no-repeat;
}



/* -- footer --*/

#footer address{
	text-align: center;
	font-size:12px;
}
#footer a{
	text-decoration:underline;
	color: #FFCC00;
}
