@charset "UTF-8";
/* CSS 毎日コミュニケーション */



body {
	background: #f2f2f2;/*薄いグレ－*/

	color: #000;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	}

p {/*段落*/
	line-height: 1.5em;
	margin-left:10px;
	}

dl {/*定義リスト*/
	clear: both;
	line-height: 2em;
	}

dt {/*定義リストの用語*/
	clear: both;
	float: left;
	width: 6em;
	}

dd {/*定義リストの用語の説明*/
	margin-left: 6em;
	}

.dl_bottom {
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
	}

a {/*link要素*/
	color:  #03f;
	text-decoration: none;
	}

a:link {/*link要素*/
	color:  #03F;
	text-decoration: none;
	}

a:hover {
	color: #09C;
	}

.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
	}

/*-------------------box構造定義-----------------------*/
#wrapper {
	margin: 0 auto;
	width: 810px;
	}


/*　========== HEADER ===========　*/
#header {
	background: url(../img/header_bg.gif) no-repeat;
	/*background-color:white;*/
	background-position:50% 0%;
	height: 105px;
	padding-right: 15px;
	text-align: right;
	}

#header img {
	float: left;
	padding: 40px 0 0 20px;
	}

#header h1 {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	padding: 10px 0;
	}

#header div {
	margin: 15px 0 0;
	color: #666;
	}

/*　=========contentwrap============　*/
#content_wrap {
/*	background: url(img/content_bg.gif) repeat-y;*/
	text-align: left;
	width: 810px;
	margin: 0px;
	float: left;
	}

/*　=========menubar============　*/
#title_bar {
/*	display:block;
	width: 800;
	height:75;*/
	margin: 0 0 0px 0px;
	padding:0 0 0 10px;
	background:url(img/menubar_bg.gif) no-repeat;
	}

#title_bar h2 {
	color: #666;
	padding-top: 0px;
	margin:0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}

/*　=========content============　*/
#content {
	background: url(../img/content_bg.gif) repeat-y;
	padding: 0px;
	clear: both;
	width: 810px;
	float: left;
	}

/*　==========cont_center===========　*/
#cont_center {
	clear: both;
	float: center;
	margin-right:auto;
	margin-left:auto
	}

#cont_center h1 { /* 本文の見出し1 */
	background-image:none;
	background-repeat:no-repeat;
	font-size: 25px;
	color:#666;
	background-color: #FFF;
	border-top-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-style: double;
	border-top-color: #A4C842;
	border-bottom-color: #A4C842;
	border-left-color: #A4C842;
	border-right-color: #A4C842;
	width: 800px;
	margin-top:auto;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:auto;
}