@charset "utf-8";

/**
 * 法人 プレスリリース 1カラムフォーマット
 * 
 * @media screen
 * @version 1.0
 */

ul{}
ul li{ list-style: none;}

/*
----------------------------------------------------------------------
	info
----------------------------------------------------------------------
*/
div.info {
	/*margin-bottom: 20px;*/
	padding: 18px 30px 20px;
	width: 840px;
	margin: 0 auto;
}

div.info h1 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: 2px solid #0f8cc6;
	color: #00479D;
	font-size: 110%;
	line-height: 1.5;
	font-weight: bold;
}

div.info h3 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: 2px solid #0f8cc6;
	color: #00479D;
	font-size: 110%;
	line-height: 1.5;
	font-weight: bold;
}

div.info div.date {
	margin-bottom: 20px;
	text-align: right;
}

a.link {
	padding-left: 13px;
	background: url("../../../assets/img/icon_link_2.gif") no-repeat 0 4px;
}

a.window {
	padding-left: 20px;
	padding-right: 2px;
	background: url("../../../assets/img/icon_window.gif") no-repeat 4px 2px;
}

.title {
	margin-top: 1em;
	font-weight: bold;
}

/**
 * section
 */
div.section {
	margin-bottom: 30px;
}

div.section p {
	margin-top: 1.5em;
}

div.info q {
	display: block;
	margin: 4px 0;
	padding: 10px 15px;
	background: #f3f3f3;
	color: #444;
}

/**
 * aside
 */
div.aside {
	margin-top: 50px;
	padding-top: 1px;
	background: url("../../../assets/img/dotline.gif") repeat-x;
	font-size: 90%;
}

div.aside p {
	margin-top: 0.5em;
}


.content-menu {
	margin: 30px 0 20px 0;
	padding: 0 0 1px 0;
	list-style: none;
	font-size: 0.875em;
	line-height: 1.1;
	background: url("../img/menu_spt.gif") repeat 0 0 #F2F2F2;
	zoom: 1;
}
.content-menu:after {
	clear: both;
	display: block;
	content: "";
}
.content-menu li {
	float: left;
	border-left: 1px solid #e6e6e6;
}
.content-menu li a {
	display: block;
	padding: 9px 20px 0 25px;
	height: 21px;
	background: url("../img/icon_arrow_down.png") no-repeat 10px center;
	color: #1052a3;
	text-decoration: none;
	border-left: 1px solid #fff;
}
.content-menu li a:hover {
	text-decoration: underline;
}

