@charset "Shift_JIS"; 		/* 文字コードセット */

* {

	margin: 0px; /* 各ブラウザの独自解釈をリセット */

	padding: 0px;

}

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, img, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}

html{overflow-y:scroll;height:100%;}

body{
	font-size:14px;
	background-color:#EBEBEB;
	color:#666666;
	line-height:150%;
	font-weight:normal; /* 背景 */
	text-align:left; /* IE5.5以前用中央揃え */
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
}

#wrapper_daichotogo {
	width:900px;
	margin:0 auto;
	padding:0 0 50px 0;
	background-color:#FFF;
	}
	
div#wrapper_daichotogo a:link {
	color: #009900;
	font-weight:bold;
	text-decoration:underline;
	}
div#wrapper_daichotogo a:visited {
	color: #009900;
	font-weight:bold;
	text-decoration:underline;
	}
div#wrapper_daichotogo a:hover {
	color: #009900;
	font-weight:bold;
	text-decoration:none;
	}
div#wrapper_daichotogo a:active {
	color: #009900;
	font-weight:bold;
	text-decoration:none;
	}

/* 見出し */
h1 {
	margin:0;
	padding:0;
	}
h2 {
	margin-bottom:10px;
	}

	


/* コンテンツ
---------------------------------------------------- */
#contents_inner {
	background:url(../../images/daichotogo/txt_bg_top.jpg) no-repeat top;
}
#contents_inner strong {
	color:#009900;
	font-weight:bold;
}

#txt_inner_top {
	width:706px;
	margin:0 auto;
	padding:30px 30px 0 30px;
	text-align:right;
	font-size:12px;
	line-height:130%;
}

#txt_inner {
	background:url(../../images/daichotogo/txt_bg.jpg) no-repeat bottom;
	width:706px;
	margin:0 auto 30px auto;
	padding:0 30px 50px 30px;
}


#daichotogo_date {
	width:760px;
	margin:0 auto;
}

#daichotogo_date p {
	margin:0 0 20px 20px;
}


.m_b10 {
	margin-bottom:10px;
}


/* フロート対策
---------------------------------------------------- */

.clear{

	clear:both;

}

.box-clear:after{

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}



.box-clear{

    display:inline-block;  /* MAC IE用　*/

    min-height:1%;  /* IE 7用 */

}



/*--MAC IEは非適用→ \*/

* html .box-clear{height: 1%;}

.box-clear{display: block;}

/*--ここまでMAC IEは非適用 */
