@charset "utf-8";
/* CSS Document */


* {
    font-family: Meiryo, "メイリオ", Geneva, Arial, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
    vertical-align: 0;
}

h1, h2, h3, h4, th, dt, strong, a, #logo a, #footer ul li {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #5d4442;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 100%;
    line-height: 1.4;
}

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

p, dt, dd, th, td, li  {
    line-height: 1.8;
}

fieldset,img{ 
	border:0;
}



div#wrapper{
	margin:0px 0px 0px -80px;
}


/* ヘッダー */

div#header div#header_text{
	margin:auto;
	width:882px;/* width:900px; */
	height:18px;
	color: #CCC;
	padding:0px 0px 0px 18px;
	line-height: 1.5;
}

div#header div#header_inner{
	margin:auto;
	width:871px;/* width:900px; */
	clear:both;
	overflow:hidden;
	padding:0px 11px 0px 18px;
}

div#header div#header_inner div#header_inner_left{
	float:left;
}

div#header div#header_inner div#header_inner_right{
	float:right;
}

div#header div#header_inner div#header_inner_right ul{
	clear:both;
	overflow:hidden;
	list-style:none;
}

div#header div#header_inner div#header_inner_right ul li{
	float:left;
	padding:0px 5px 0px 0px;
}



/* article(記事) */

div#contents div#contents_inner div#article div#section_info{
    display:none;
}

div#contents div#contents_inner div#article div#section_news{
	clear:both;
	overflow:hidden;
}

div#contents div#contents_inner div#article div#section_news div#section_news_left{
	float:left;
	padding:50px 0px 0px 0px;
}

div#contents div#contents_inner div#article div#section_news div#section_news_right{
	float:right;
}

div#contents div#contents_inner div#article div#section_news div#section_news_right div.right{
    display:none;
}

div#contents div#contents_inner div#article div#section_news div#section_news_right div#section_news_topic{
	width:321px;
	height:244px;
	margin:5px 0px 0px 0px;
	padding:36px 30px 0px 30px;
}

div#contents div#contents_inner div#article div#section_news div#section_news_right div#section_news_topic dl{
    margin:0px 0px 0px 0px;
}

div#contents div#contents_inner div#article div#section_news div#section_news_right div#section_news_topic dl dt{
	font-size: 134%;
	padding:3px 0px 0px 20px;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	clear:both;
	overflow:hidden;
	width:301px;
}

div#contents div#contents_inner div#article div#section_news div#section_news_right div#section_news_topic dl dt span#news_topic_left{
	float:left;
} 

div#contents div#contents_inner div#article div#section_news div#section_news_right div#section_news_topic dl dt span#news_topic_right{
	color: #990000;
	font-size: 75%;
	float:right;
	padding:5px 0px 0px 0px;
} 

div#contents div#contents_inner div#article div#section_news div#section_news_right div#section_news_topic dl dd{
    margin:10px 0px 0px 0px;
}

div#contents div#contents_inner div#article div#section_link{
    display:none;
}

div#contents div#contents_inner div#article div.display_none{
	text-align: center;   
}



/* フッター */

div#contents div#contents_inner div#footer{
    display:none;
}


