/*文字コード設定
@charset "SHIFT_JIS";*/

@import "cmn.css";
@import "nav.css";


/*ヘッダ*/
#header {
	text-align: left;
	}
#header h1 {
	border-left: none;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	display: inline;
	}
	#header h1 img {
		border: none;
		}
#header span#link2login {
	font-size: 85%;
	margin-left: 170px;
	color: #eba3b6;

	}
#header span#link2login a {
	padding-left: 13px;	background: url(../common/arrow_right.gif) left center no-repeat;

	}

#topicpath {	margin-top: 6px;	margin-left: 0px;	}
	#topicpath li {
		display: inline;
		font-weight: bold;
		font-size: 85%;
		}
	#topicpath li a {
		text-decoration: none;
		font-weight: normal;
		padding-right: 13px;
		background: url(../common/topicpath.gif) right center no-repeat;
		}
#topicpath li a:link {		text-decoration: none; }
#topicpath li a:active {	text-decoration: none;	}
#topicpath li a:hover {		text-decoration: none;	}
#topicpath li a:visited {	text-decoration: none;	}

.section {
	margin-bottom: 15px;

	}

/*見出*/
h1 {
	padding-left: 10px;
	border-left: solid 9px #ffffff;
	color: #B5AF0B;
/*
	border-left: solid 9px #fe0fa8;
	color: #c19f40;
*/
	}
h2 {
	margin-bottom: 10px;
	padding: 2px;
	padding-left: 5px;

	border: dotted 1px #E6E8DB;
	background: #3A3A38;
	color:#ffffff;
/*
	border: dotted 1px #c19f40;
	background: #fffde4;
	color:#c19f40;
*/
	}

h3 {
	margin-bottom: 10px;
	color: #87A900;

/*
		color: #fe0fa8;
*/
	}
h3 span {
	font-size: xx-small;
	}

h4 {
	margin-bottom: 10px;
	padding: 2px;
	padding-left: 5px;
	border-left: solid 5px #ffffff;
	border-bottom: solid 1px #ffffff;
	background: #A8AC90;
	color: #ffffff;
/*
	margin-bottom: 10px;
	padding: 2px;
	padding-left: 5px;
	border-left: solid 5px #c19f40;
	border-bottom: solid 1px #c19f40;
	background: #fffde4;
	color: #c19f40;
*/
	}

/*ニュース日付*/
.date {
	margin-bottom: 10px;
	}
/*本文*/
p {
	margin-bottom: 5px;
	}

/*イメージ関連*/
#contents img {
	padding:2px 2px 2px 2px;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	background-color:#ffffff;
	background-position:95% bottom;
	}
img.btn_image {
	border-top:#E6E8DB;
	border-right:#E6E8DB;
	border-bottom:#E6E8DB;
	border-left:#E6E8DB;
	background-color:#E6E8DB;
	}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
.imagearea {
	display: inline;
	float: left;
	margin-right: 10px;
	}

/*ページ下部リンク*/
#pageup{	font-size: 80%;	text-align: right;	}
#pageup a {	padding-left: 13px;	}
.link2top {	float: left;	background: url(../common/arrow_top.gif) left center no-repeat;	}
.link2prev {	background: url(../common/arrow_left.gif) left center no-repeat;	margin-right: 10px;	}
.link2next {	background: url(../common/arrow_right.gif) left center no-repeat;	}

.privateform {
	display: inline;
	float: left;
	/*margin-right: 2px;*/
	}
#formtable {
	margin-bottom: 10px;
	}
	#formtable dt {
		width: 20%;
		margin-bottom: 5px;
		float: left;
		}
	#formtable dd {
		margin-left: 25%;
		padding-left: 10px;
		margin-bottom: 5px;
		border-left: solid 1px #fff;
		}
		#formtable dd span {
			font-size: 80%;
			color: lightblue;
			}

/*forBlog*/
.calener {
	margin: 0px 5px;
	}
	.calender th,
	.calender td {
		font-size: 90%;
		text-align: left;
		width: 20px;
		}

/*for modules*/
div#navi div#release {
	text-align: center;
}
div#navi div#release h2#releaseinfo {
	height: 29px;
	color: #3A3A38;
	border: none;
	background: url(../img/releaseinfo.gif) left top no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	margin-bottom: 10px;
	}

/*for BLOG*/
#writersarea {
	text-align: right;
	font-size: 80%;
	padding: 2px;
	border-top: dotted 1px #c19f40;
	}
#pagetopnavigation {
	text-align: center;
	font-size: 80%;
	border: dotted 1px #fffde4;
	}