@media all{
/*--------------------------------------------------------
  total設定
-------------------------------------------------------*/

/*背景画像設定*/
body{
	margin: 0;
	background: #FCFCFC;
	text-align: center;
}



/*文字設定*/
body,pre{
	font-family: "Meiryo UI", "メイリオ", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 11pt;
	color: #000;
}

pre{
	font-size: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
}


/*リンク色*/
a{ text-decoration: underline; }
a:link{ color: #1374d6; }
a:visited{ color: #1374d6; }
a:hover{ color: #ff4500; }


/*--------------------------------------------------------
  hタグ
--------------------------------------------------------*/

h1{
	z-index: 1;
	font-size: 150%;
	color: #000;
}


h2{
	clear: both;
	margin: 10px 0;
	padding: 0.2em 14px;
	line-height: 1.4em;
	font-size: 130%;
}


h3{
	clear: both;
	margin: 50px 0 30px 0;
	font-size: 1.7em;
	text-align: center;
	color: #ff0000;
	font-family: "メイリオ","Meiryo";
	font-weight: bold;
}


h4{
	clear: both;
	font-size: 1.5em;
	text-align: left;
	color: #000;
	margin-top: 10px;
	font-weight: bold;
}

h5{
	clear: both;
	margin: 5px;
	font-size: 1.5em;
	text-align: left;
	color: #000;
	text-decoration: underline;
}

h6{
	clear: both;
	margin: 15px 30px;	
	font-size: 2.9em;
	text-align: left;
	color: #ff0000;
	line-height: 1.5em;
	font-family: "メイリオ","Meiryo";
}


/*--------------------------------------------------------
   サイト全体の配置＆横幅
--------------------------------------------------------*/

/*サイト全体をセンタリング*/
div#container{
	margin: 0 auto;
	text-align: left;
}


/*■サイト全体の横幅*/
div#container,
div#header,
div#main{
	width: 720px;
	_width: 722px;
}


div#main-contents{
	width: 700px;
}




/*--------------------------------------------------------
  エリアの設定「コンテンツ全体」
--------------------------------------------------------*/
div#header{
	height: 30px;
	margin: 0 auto;
}


div#main{
	overflow: hidden;
	text-align: center;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: 1px solid #CDCDCD;
	margin: 0 auto;
	top: 30px;
}



/*--------------------------------------------------------
  エリア設定「本文」
--------------------------------------------------------*/

div#main-contents{
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}


/*本文内のPタグ*/
div#main-contents p{
	margin-bottom: 1.9em;
	padding: 0;
	line-height: 28pt;
}


/*本文内の線*/
div#main-contents hr{
	clear: both;
	margin: 0.5em 0 1.7em;
	_margin: 0 0 1.2em;
	padding: 0px;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #ccc;
}

*:first-child+html div#main-contents hr{ margin: 0 0 1.2em; }


.wid400{ width:400px!important;}
.list-none ul{ list-style-type: none!important;}



/*本文内のリストタグ--------------------------*/
div#main-contents ul,
div#main-contents ol{
	list-style-position: outside;
	margin: 0 30px 1.4em 60px;
}

div#main-contents ul{ list-style-type: circle;}
div#main-contents li{ line-height: 2.0em;
					  padding: 15px 10px;}

div#main-contents ul.io{ list-style-type: circle;}
div#main-contents li.io{ line-height: 1.0em;
					     padding: 10px 10px;
						 margin: 5px 0 0 0;}


/*定義タグ-----------------------------------*/
div#main-contents dl{
	margin-bottom: 4.2em;

}

div#main-contents dt{
	margin: 0;
	padding: 10px;
	background: url(../image/top1.png) no-repeat top left;
	color:#FFF;
	font-size: 15px;
}

div#main-contents dd{
	padding: 10px 35px;
	border: 1px solid #333;
}




/*--------------------------------------------------------
  エリア設定「フッター」
--------------------------------------------------------*/

div#footer{
	margin: 30px 0 0 0;
	clear: both;
	width: 100%;
	text-align: center;
}


div#footer #copyright{
	clear: both;
	width: 100%;
	margin-top: 1.0em;
	padding: 1.0em 0;
	line-height: 14pt;
	color: #000;
}


}

