@charset "utf-8";
/* CSS Document */


/* 共通部分 */
.layout {
	padding:0;
	margin:0;
	background-image:url(../images/bgindex.jpg);
	background-repeat:repeat-x;
}
.headerlayout {
	margin:0 auto;
	background-image:url(../images/press/headerpress.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:300px;
}
.headtopmenu {
	width:600px;
	float:right;
	height:80px;
	padding:10px 0 0 0;
}
.mainleft {
	width:190px;
	padding:10px 0 0 0;
	float:left;
	height:180px;
}
.footterright {
	background-image:url(../images/lineindex.jpg);
	background-repeat:repeat-x;
	height:50px;
	margin:0 0 0 190px;
	padding:0;
}
/* 共通部分ここまで*/
.right {
	float:right;
	width:608px;
	margin:20px auto;
	border-left:solid 1px #CCCCCC;
}
.clear {
	clear:both;
}
.titlecommon {
	margin:0 50px 20px 30px;
	color:#004186;
	font-size:14px;
	font-weight:bold;
}
/*　プレスリリース内容*/

#release {
	margin:60px auto 40px auto;
}
#release li a {
	font-weight:500;
	color:#004186;
	font-size:10px;
}
.press {
	list-style-image:url(../images/press/detail.gif);
	margin:0 auto;
	padding:15px 0 15px 20px;
	font-size:10px;
	color:#999999;
	border-bottom:dashed 1px #000099;
	width:500px;
}
.titlecommon {
	margin:0 50px 20px 30px;
	color:#004186;
	font-size:14px;
	font-weight:bold;
}
/*プレスリリース年度*/

ul#yearmenu {
	padding:0;
	width:500px;
	margin:0 auto;
}
ul#yearmenu li {
	padding:0;
	margin:0;
	float:left;
	width: 150px;
	list-style-type: none;
}
ul#yearmenu li a {
	font-size: 12px;
	color:#808080;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}
ul#yearmenu li a:hover {
	color:#D3D3D3;
	font-weight:bold;
}
