@charset "utf-8";

/*--------------------------------------------
タグセレクタ・ブラウザスタイル初期化
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

h1,h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align  : left;
	font-style: normal;
	font-weight: normal;
}

ul, ol, dl, dt, dd {
	list-style: none;
}

span, img {
	border: none;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}

body{
	color: #333;
	font-size: 12px;
	line-height: 140%;
	background-color: #030133;
	background-image: url(../images/body_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo,  'ＭＳ Ｐゴシック', Osaka, Verdana, Arial, Helvetica, sans-serif;
}

a {
	/*\*/
	overflow: hidden;/*Firefoxでインデントで消したリンク要素の枠を解消*/
	/**/
}


/*--------------------------------------------
強制的にclearするセレクタ
--------------------------------------------*/
.clear {
	display: block;
	clear: both;
	line-height: 0px;
	font-size: 1px;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
	min-height: 1%;
}

/*Hides from MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*Hides from MacIE */


a {
color:#005689;
text-decoration:none;
}

a:visited{
color:#164974;
text-decoration:none;
}

a:hover{
color:#005689;
text-decoration: underline;
}

/*--------------------------------------------
共通部分
--------------------------------------------*/
div#container {
	width: 950px;
	margin: 0 auto;
}

div#container h1 {
	font-size: 10px;
	margin: 0;
	color: #FFF;
	text-align: right;
}

div#container div#header {
	margin-bottom: 10px;
}

div#container div#header p.logo {
	float: left;
}

div#container div#header p.headerRight {
	float: right;
	padding-top: 5px;
	padding-left: 10px;
}

div#container div#header p.headerRight a:hover img {
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}

div#container div#content {
	width: 948px;
	border: 1px solid #ca950b;
}

div#container div#content div.contentBottom {
	padding: 45px 35px 25px 35px;
}

div#container div#content div.contentBottom div.contentBT {
	padding: 0 50px 30px 20px;
}


div#container div#content div.contentBottom div.contentBT table {
	width: 100%;
	margin: 0 50px 20px 20px;
	border: 1px solid #956a0b;
	border-collapse: collapse;
}

div#container div#content div.contentBottom div.contentBT table th {
	width: 140px;
	border: 1px solid #956a0b;
	border-collapse: collapse;
	background-color: #faf8cf;
	text-align: center;
	color: #663300;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}

div#container div#content div.contentBottom div.contentBT table td {
	border: 1px solid #956a0b;
	border-collapse: collapse;
	padding: 7px 30px;
	font-weight: bold;
	font-size: 14px;
	color: #663300;
	background-color: #FFF;
	line-height: 170%;
}

div#container div.bottom {
	margin-top: 20px;
}

div#container div.bottom p.btLeft {
	float: left;
	color: #FFF;
	font-size: 10px;
}

div#container div.bottom p.btRight {
	float: right;
}


/*--------------------------------------------
新規追加
--------------------------------------------*/
div#container div#content div.newBtn{
	width: 535px;
	padding-left: 10px;
	margin: 0 auto;
}

div#container div#content div.newBtn a:hover img {
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}

div#container div#content div.newBtn p.newBtnLeft {
	width: 220px;
	float: left;
}

div#container div#content div.newBtn p.newBtnRight {
	width: 220px;
	float: right;
}

.mt20 {
	margin-top: 20px;
}

.alignRight {
	text-align: right;
	margin-right: 15px;
	margin-top: 10px;
}

.alignRight a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.alignRight a:hover {
	color: #FFF;
	text-decoration: underline;
}

.alignCenter {
	text-align: center;
	margin-top: 10px;
}

.alignCenter a:hover img {
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}

.px10 {
	font-size: 10px;
	margin-top: 30px;
	color: #666px;
	padding: 0 0 10px 20px;
}
