/* スタイルシート */

@import "style.css";


.globalmenu_base {
	border-bottom-color: #344a8e;

}

.globalmenu_now {
	background-color: #344a8e;
}

#submenu {
	background-color: #344a8e;
}

h4 {
	margin:0px 1px 10px 5px;
	font-size: medium;
	border-bottom : 1px solid #344a8e;
	padding-bottom : 2px;
	padding-left : 1px;
	line-height:1.1em;
}

.content_title {
	clear: both;
	background-image: url(images/content_title_about.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
	padding-top: 2px;
	border: 0px;
	font-size:medium;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_text {
	padding-left:15px;
	}

.blue {
color:#0099FF;
margin-top:7px;
margin-bottom:7px;
}


/* プレスリリース本文
**********************************************************************/

div#pressrelease p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
div#pressrelease h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
div#pressrelease p.date {
	text-align: right;
}


/* プレスリリース インデックス
**********************************************************************/

dl.pressrelease dt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #435AA0;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
dl.pressrelease dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	background-image: url(images/linkicon.gif);
	background-repeat: no-repeat;
	background-position: left 0.25em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
