@charset "utf-8";

/*コンテナ
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダ
---------------------------------------------------------------------------*/
header h1 {
	font: 24px 'Aldrich', sans-serif;
	text-align: center;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
header nav#menubar ul {
	height: auto;
	padding-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*メニュー１個ごとの設定*/
header nav#menubar ul li {
	float: none;
	border-right: 0;
}
header nav#menubar ul li a {
	line-height: 50px;
}
/*１個目のメニューの線の設定*/
header nav#menubar ul li:first-child {
	border-left: 0;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
header nav#menubar ul li {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#284571), to(#0e1e41));
	background-image: -webkit-linear-gradient(#284571, #0e1e41);
	background-image: linear-gradient(#284571, #0e1e41);
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
	text-align: center;
}
header nav#menubar ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
header nav#menubar ul li a:hover {
	background-color: #2f5184;
	color: #FFF;
}
header nav#menubar ul li:first-child {
	border-radius: 6px 6px 0 0;
}
header nav#menubar ul li:last-child {
	border-radius: 0 0 6px 6px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#main, #left {
	float: none;
	width: auto;
}
#main p {
	padding: 0;
}
#left ul li a {
	padding: 10px;
}

/*フッタ
---------------------------------------------------------------------------*/
footer {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#284571), to(#0e1e41));
	background-image: -webkit-linear-gradient(#284571, #0e1e41);
	background-image: linear-gradient(#284571, #0e1e41);
	color: #FFF;
	padding-top: 0;
	line-height: 1.2;
}
footer a {
	color: #FFF;
}

/*お知らせ
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	margin-bottom: 1em;
}
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*内容*/
#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 0;
}

/*ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.block article figure img {
	float: left;
	width: 40%;
	height: auto;
	margin-right: 10px;
}
#main section.block article p {
	margin-left: 0;
}
