@charset "UTF-8";
/* CSS 毎日コミュニケーション */


body {
	background: url(../img/body_bg.gif) repeat-x #1a1a1a;
	font-size: 12px;
	color: #FFF;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	}

p {
	line-height: 1.5em;
	padding: 5px 0;
	margin: 0;
	}
	
dl {
	clear: both;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	}
	
dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 6em;
	}
	
dd {
	margin-left: 6em;
	padding: 0;
	}
	
h1,h2,h3 {
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	;
	}

h4 {
	font-size: 16px;
	line-height: 2em;
	font-weight: normal;
	margin:0;
	padding: 0;
	text-align: center;
	width: 800px;
	}
h5 {
	font-size: 18px;
	line-height: 1em;
	font-weight: Bold;
	margin:0;
	padding: 0;
	text-align: center;
	width: 800px;
	}
	
a, a:link {
	color: #6c5a44;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	text-align: center;
	}
	
.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
	}

#wrapper {
	background: url(../img/wrapper_bg.gif) repeat-y;
	margin: 0 auto;
	width: 800px;
	}
	
#header {
	background: url(../img/header_bg.jpg) repeat-x;
	height: 85px;
	text-align:right;
	}

#content_wrap2{
	margin: 0 auto;
	padding: 15px 0;
	text-align: Center;
	width: 800px;
	}

		
#content {
	background:url(../img/content_bg.gif) repeat-x;
		height: 160px;
	text-align:right;
	}
	

#content_wrap {
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
	width: 800px;
	}
	

	
#footer {
	background: #b12901;
	font-size: 10px;
	padding: 8px;
	text-align: center;
	}
	
#head_logo {
	float: left;
	padding: 15px 0 0 20px;
	width: 150px;
	text-align:left;
	}
	
#header h1 {
	font-size: 24px;
	font-weight: normal;
	}

#header h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0 0;
	}
	
#head_right {
	float: right;
	width: 500px;
	padding: 10px;
	}
	
/* =============== MENU BAR ================= */
#menubar {
	margin: 0 auto;
	background: url(../img/menubar_bg.gif) repeat-x;
	height: 55px;
	}
	
#menubar_wrap {
	margin: 0 auto;
	text-align: Center;
	/*width: 800px;*/
	}
	
#menubar a {
	display: block;
	height: 40px;
	float: Left;
	padding: 15px 0 0 15px;
	width: 145px;
	}
	
*html #menubar a {/*IE6*/
	width: 144px;
	}
	
#menubar a:hover {
	background-position: 0 -55px;
	text-decoration: none;
	}
	
.menu_a {
	background: url(../img/menu_btn_bg.gif) no-repeat;
	}
	
.menu_b {
	background-image: url(../img/menu_btn_bg_b.gif);
	}

*html .menu_b {/*IE6*/
	background-image: url(../img/menu_btn_bg_b.gif) right;
	}

#menubar h2 {
	color: #5b0000;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 3px;
	margin: 0;
	text-align: center;
	}	
	
/* =============== MAIN VIS================= */

#main_vis {
	margin: 0 auto;
	background: url(../img/main_vis_bg.gif) repeat-y center;
	text-align: center;
	}
	

div.concept div{
	display:table-cell;
	vertical-align:top;
	}

* html div.concept div{/* IE 6 */
	display:inline;
	zoom:1;
	}

*:first-child+html div.concept div{/* IE 7 */
	display:inline;
	zoom:1;
	}

.concept_text {
	padding-left: 20px;
	width: 420px;
	}
	
*html .concept_text {/*IE6*/
	width: 420px;
	}
	
.concept h2 {
	background: url(../img/ttl_concept_bg.gif) no-repeat;
	height: 50px;
	margin-bottom: 10px;
	padding: 10px 0 0 50px;
	}
	
.concept h3 {
	font-size: 13px;
	line-height: 1.5em;
	padding: 0 0 10px 40px;
	}
	
.concept p {
	padding: 0 40px;
	}
			
