/*初期設定*/

.clear {
	clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*基本
---------------------------------------------------------------*/
body {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
	color: #444444;
	text-align:justify;
	text-justify:distribute;	
}

a:link, a:visited, a:hover ,a:active {
	color:#009900;
}

img {
	vertical-align: bottom;
}

#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}



/*色・スタイル
---------------------------------------------------------------*/
.red {
	color: #FF0000;
}
.red-b {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

.green {
	color: #006600;
}
.green-b {
	font-size: 13px;
	font-weight: bold;
	color: #006600;
}

.orange {
	color: #FF6600;
}
.orange-b {
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.blue {
	color: #0033FF;
}
.blue-b {
	font-size: 13px;
	font-weight: bold;
	color: #0033FF;
}


.headline {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mini {
	font-size: 11px;
}


.border {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.border td {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.border-no, .border-no td {
	border: none;
	}

/*ヘッダー部分
---------------------------------------------------------------*/
#header {
	width: 900px;
	position: relative;
}
h1 {
	text-align: right;
	position: absolute;
	top: 15px;
	right: 0px;
	font-size: 11px;
}
h2 {
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
}

#menu {
	width: 900px;
	margin-top: 10px;
}
#menu li {
	float: left;
}

#navi {
	position: absolute;
	top: 48px;
	right: 0px;
}
#navi li {
	float: left;
}

/*フッター部分
---------------------------------------------------------------*/
#footer {
	width: 900px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 5px;
}


#datebank {
	float:left;
	width: 900px;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.f-1 {
	float: left;
	padding-right: 30px;

}

.f-2 {
	width: 508px;
	background-color: #F2F2F2;
	display: block;
	float: left;
	padding: 10px 15px;
}

#copyright {
	width: 900px;
	height: 30px;
}
.fc-1 {
	font-size: 11px;
	letter-spacing: 0em;
}
.fc-2 {
	position: absolute;
	bottom: -94px;
	right: 7px;
}

/*センター部分
---------------------------------------------------------------*/
#center {
	width: 900px;
}

/*メイン
----------------------------------*/

#main {
	width: 670px;
	float: left;
}

.h3text {
	background-image: url(../images/h3text.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 655px;
	display: block;
	font-size: 23px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

.h3mini {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*ページの先頭へ
----------------------------------*/
#main .a-top {
	background-image: url(../images/a-top.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
	text-align: right;
	display: block;
	color: #006600;
	margin-top: 15px;
}

/*前のページに戻る
----------------------------------*/
.back {
	background-image: url(../images/allow4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	float: left;
}
.next {
	background-image: url(../images/allow3.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	float: right;
}

/*サイド
----------------------------------*/
#side {
	float: right;
	width: 200px;
	margin-top: 15px;
}
.sidenavi li {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
.news {
	padding: 10px;
}
.news a {
	border-bottom: 1px dotted #009900;
	color: #009900;
}
.news-naiyo {
	padding-bottom: 3px;
}

#recommend {
	padding: 10px;
}
#recommend h6 {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	margin-bottom: 3px;
}
#recommend .jump {
	font-weight: bold;
	color: #006600;
}
#recommend p {
	font-size: 12px;
	color: #666666;
	margin-bottom: 5px;
}
