body{
	font-size:13px;
	/*background:#D4FF00;*/
	color:#191919;
	/*font-family: 'Gothic MB101 Ultra JIS2004' ;*/
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*color:#333;*/
	height: 100%;
	word-wrap:normal;
	width: 100%;
    background: #f6f6f6;
}
h1, h1 img{ vertical-align:top; }
h1 img{ margin-top:10px; }

::selection {
background: #f1ff36;
color:#191919;
}
::-moz-selection {
background: #f1ff36;
color:#191919;
}
a{
	text-decoration: underline;
	color: #c30d23;
}
a:link {
	text-decoration: underline;
	color: #c30d23;
}
a:visited { text-decoration: underline;
	color:#c30d23;
}
a:hover { text-decoration: underline;
	color: #000000;
}

/* コンテンツ */
#content {
    padding-top: 30px;
}
#content_left {
    width: 674px;
    float: left;
}
#content_right {
    float: right;
    width: 260px;
}
.contents .tt {
    margin-bottom: 20px;
}
.contents .txt {
    line-height: 190%;
    letter-spacing: 1px;
}
/* 新着情報 */
#news_title {
    margin-bottom: 10px;
}
#news_content {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    padding: 10px 14px 5px 14px;
    width: 232px;
}
#news_content .dil-news-date {
    font-size: 11px;
}
#news_content .dil-news-line {
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
}
#news_content .tt {
    color: #c30d23;
    padding: 2px 0;
}
#news_content .tt a {
    color: #c30d23;
}
#news_content .dil-news-text {
    font-size: 12px;
}
/* footer */
footer {
    background: url(../img/nav_bg.jpg) repeat-x;
	position: fixed;
	bottom: 0;
    height: 76px;
    width: 100%;
}
footer nav {
    float: left;
}
footer nav ul li {
    float: left;
}
#footer_logo {
    float: right;
    padding-top: 10px;
}
#copyright {
    clear: both;
    float: right;
    margin-top: 20px;
    margin-bottom: 100px;
}
/* header */
#head_left {
    width: 209px;
    float: left;
    margin-top: 30px;
}
#head_right {
    width: 271px;
    float: right;
    margin-top: 30px;
}