﻿@charset "utf-8";

/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../images/content_bg.gif) left top repeat-y;
	padding-bottom: 4px;
}
#about {
	float: left;
        width: 495px;
}
#newsRelease {
	float: left;
	width: 246px;
	padding-left: 1px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	/* background: #3377AA; */
        background: #3399FF;
        font-size: 85%;
        padding-left: 16px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 726px;
}
#footer a {
        font-size: 85%;
        position: absolute;
	margin-top: -2px;
        left: 632px;
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FF0000;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about h4{
    color: #666666;
    font-size: 110%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

#about .section {
	margin: 12px 12px 0 12px;
	border-bottom: 1px solid #ccc;
}
#about .section p , #about .lastsection p {
	margin: 10px 0;
}
#about .section .link , #about .lastsection .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#about .lastsection {
	margin: 12px 12px 12px 12px;
	
}
 
#newsRelease dl {
	margin: 12px 12px 0px 12px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 5px;
}
#newsRelease a {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}