/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #F4F4F4;
	text-align:center;
}
a {
	text-decoration:none;
	color: #204060;
}
a:visited {
	text-decoration:none;
	color: #875a5a;
}
a:hover {
	text-decoration:none;
	color: #598686;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 745px;
	background: #e0e0f0;
	padding-top:20px;
	text-align:left;
	border-color:#a0a0a0;
	border-style:solid;
	border-width:1px;
}

#bottom{
color:#808080;
font-size:x-small;
text-align:center;
margin-top:15px;
height:33px;

}

#logo img{
padding-left:15px;
padding-bottom:15px;
}


/* ロゴとナビゲーション
---------------------------------------------*/
#globalNav{
	width:745px;
	}

#globalNav ul{
	list-style-type: none;
	margin:0;
	padding:0;
	height:32px;
	overflow:hidden;
}

#globalNav li {
	display: inline;
	float:left;
	margin:0;
	padding:0px;
	width:124px;
}

#globalNav li a {
	display:block;
	width:100%;
	padding:6px 0 8px 0;
	color: #FFFFFF;
	background: #204060 url(../images/style/global_nav_bg.gif) left top repeat-x;
	border-width:1px;
	border-style: solid;
	border-top-color:#526b84;
	border-left-color:#526b84;
	border-right-color:#102030;
	border-bottom-color:#102030;
	text-decoration:none;
	text-align:center;
}

#globalNav li a:hover{
	display:block;
	width:100%;
	padding:6px 0 8px 0;
	color: #ffffff;
	text-decoration:none;
	text-align:center;
	background: #404080 url(../images/style/global_nav01_bg.gif) left top repeat-x;
	border-width:1px;
	border-style: solid;
	border-top-color:#788fbc;
	border-left-color:#788fbc;
	border-right-color:#526b84;
	border-bottom-color:#526084;

}




/* メインイメージと２段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	margin-top:1px;
	padding-bottom: 30px;
	background-color:#ffffff;
	font-size:12px;
	background-color:#ffffff;
	background-image:url(../images/style/content_bg.gif);
}



#about {
	float: left;
	width: 495px;
	
}


#about .section ul {
	margin: 5px;
	margin-bottom: 20px;

}



#about .section li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
		font-size:100%;
		list-style-type:none;
		border-bottom: 1px solid #CCCCCC;

}






#newsRelease {
	float: left;
	width: 249px;
	padding-left: 1px;
}




#footer {
	clear: both;
	color: #FFFFFF;
	background: #406090 url(../images/style/title_bg.gif) left top repeat-x;
	height:15px;
}


/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/style/title_bg.gif) left top repeat-x;
}





#about h4, #newsRelease h4 {
    border-left:solid 8px #608080;
    border-bottom:solid 1px #608080;
    padding-left:10px;
	padding-top:5px;
	padding-bottom:3px;
	
	margin-bottom:15px;
    font-size:1em;
    color:#606060;
    text-transform:capitalize;
	
    }

#about .section {
	margin: 16px 16px 0px 16px;
}
#about .section p {
	margin: 5px 0;
	text-indent:1em
}
#about .section .link {
	background: url(../images/style/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #204060;
	margin-top: 10px;
}

#newsRelease .link {
	background: url(../images/style/arrow.gif) left center no-repeat;
	padding-left: 14px;
}


