@charset "utf-8";
/* CSS Document */

/*=======================================

基本設定です。

=======================================*/


/* Initialize -------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
body {
	background:#f5f5f5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: small;
	line-height: 1.5;
	text-align: center; /* ←IE用ページ中央寄せ指定 */
}
img {
	border: none;
	vertical-align: bottom;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border: none;
}
.hiddenObj {
	display: none;
}


/* Anchor -----------------------------*/

a:link {color:#0066FF; text-decoration: underline;}
a:visited {color:#0066FF; text-decoration: underline;}
a:hover {color:#0099FF; text-decoration: underline;}
a:active {color:#0099FF; text-decoration: underline;}


/* Wrap -------------------------------*/

div#wrap {
	width: 100%;
	background:url(../images/bg.gif) repeat-y center;
	margin: 0 auto; /* ←IE以外のブラウザ用ページ中央寄せ指定 */
	text-align: center; /* ←IE用ページ中央寄せ指定 */
}

/* Container -------------------------------*/

div#container {
	width:760px;
	margin: 0 auto; /* ←IE以外のブラウザ用ページ中央寄せ指定 */
	/*text-align: left;*/
}

/* Contents -------------------------------*/

div#contents div.lead {
	margin:50px 0px;
	text-align:center;
	font-size:1.2em;
}

div#contents div.notice {
	margin:20px 0 0 60px;
	text-align:left;
	font-size:1.1em;
}
div#contents div.notice h2 {
	background:#f1f1f1 url(../images/notice_bg_top.gif) no-repeat left top;
	width:620px;
	padding:10px 10px 0 10px;
	font-weight:bold;
}
div#contents div.notice p{
	background:#f1f1f1 url(../images/notice_bg_bottom.gif) no-repeat left bottom;
	width:620px;
	color:#c50909;
	padding:5px 10px 10px 10px;
}

div#contents div.linkbtn {
	margin:15px 0 0 60px;
	text-align:left;
}
div#contents div.linkbtn ul li{
	padding-top:15px;
}



/* Footer -------------------------------*/

div#footer{
	background:url(../images/footer_bg.gif) no-repeat center bottom;
	padding: 15px 0 20px 0;
	text-align:center;
}


/* Clear ------------------------------*/

.clr {clear: both;}

.clrfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clrfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clrfix {height: 1%;}
.clrfix {display: block;}
/* End hide from IE-mac */