@charset "UTF-8";

/* ------------ページ全体------------ */
body {
	margin: 0px;
	text-align: center;
	background-image: url(/img/back.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}

textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}

a {
	color:#003399;
	text-decoration:underline;
}

a:hover {
	color:#003399;
	text-decoration:underline;
}


H1{
	text-align:left;
	margin: 5px 0px 0px 15px;
}


H2{
	width:100%;
	height:20px;
	margin:0px 0px 5px 0px;
	padding:3px 0px 0px 5px;
	text-align:left;
	background-image: url(/img/bk_h2.gif);
	color:#003399;
	font-family:"ＭＳ Ｐゴシック", "TBPゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size:14px;
}

H3{
	text-align:left;
	margin:0px 0px 0px 0px;
	font-size:14px;
	color:#222222;
}

/* ドット線 */
.border{
	width:100%;
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	background-image: url(/img/ln_dot.gif);
	background-repeat:repeat-x;
}

/* リスト */
ul{
	margin: 0px;
	padding:0px;
	text-align:left;
	list-style-position:outside;
	list-style-image:url(/img/icon_arrow1.gif);
	list-style-type: none; 
	line-height:140%;
}

li{
	margin:0px 5px 0px 20px;
	padding:5px 0px 0px 3px;
	text-align:left;
	vertical-align:text-top;
}

/* 回り込み禁止 */
.clear {
	clear: both;
}

/* 画像ー */
img.files {
	float: left;
	border: 0px;
	margin: 0px 25px 25px 0px;
	padding: 0px 0px 0px 0px;
}

img.pop {
	border: 0px;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
}

/* ------------各部------------ */

/* --コンテンツ表示部　背景白-- */

#whiteback {
	width:770px;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	overflow: hidden;
}

#whiteback:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #whiteback {
	height: 1em;
	overflow: visible;
}
/**/

/* --ヘッダー部分-- */

#header_title {
	width:740px;
	margin:15px;
	text-align:right;
	background-image: url(/img/sitetitle.gif);
	background-repeat:no-repeat;
}


/* --ナビゲーション部分-- */

#menuback {
	width:740px;
	margin:15px 15px 0px 15px;
}


/* --メインコンテンツ全体-- */
#bkcontents {
	width:740px;
 	height:100%;
	margin:0px 15px 0px 15px;
	background-image: url(/img/bk_contents.jpg);
	background-repeat:repeat-y;
	overflow: hidden;
}

#bkcontents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #bkcontents {
	height: 1em;
	overflow: visible;
}
/**/

/* コンテンツ本文部分 */

#contents {
	float:left;
	width:555px;
	margin:10px 10px 10px 0px;
	overflow: hidden;
	text-align:left;
	line-height:170%;
	color:#222222;
	font-size:12px;
}


/* テキスト */
.contents_tx10 {
	text-align:right;
	line-height:140%;
	font-size:10px;
	color:#222222;
}

.contents_tx10l {
	text-align:left;
	line-height:140%;
	font-size:10px;
	color:#222222;
}

.contents_tx12 {
	text-align:left;
	line-height:170%;
	font-size:12px;
	color:#222222;
}

.contents_tx1214 {
	text-align:left;
	line-height:140%;
	font-size:12px;
	color:#222222;
}

.contents_tx12r {
	text-align:right;
	line-height:170%;
	font-size:12px;
	color:#222222;
}

.contents_pstx12g {
	text-align:left;
	line-height:120%;
	font-size:12px;
	color:#555555;
}

/* 注意テキスト */
.contents_red {
	text-align:left;
	line-height:170%;
	font-size:12px;
	color:red;
}

/* サイドメニュー */
#sidemenu {
	float:right;
	width:145px;
	margin:15px 0px 10px 0px;
	padding:0px 15px 0px 10px;
	overflow: hidden;
	text-align:left;
	color:#444444;
	font-size:12px;
	line-height:140%;	
}

/* カレンダー */
#calendarBox {
	margin:0px 0px 15px 0px;
	text-align:left;
}

.calendarhead {
	padding:0px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
}

.calendar {
	color:#222222;
	font-size:12px;
	font-weight:normal;
	line-height:140%;
	text-align:center;
}

table.calendar{
	border-collapse: separate;
	empty-cells:hide;
}

td.calendarDay{
	padding:0px 2px;
}


/* --フッター部分-- */
#footer{
	width:740px;
	margin:0px 15px 0px 15px;
	background-image: url(/img/footer_bar.gif);
	background-repeat:repeat-x;
	overflow: hidden;
}

#footer:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #footer {
	height: 1em;
	overflow: visible;
}
/**/

/* ページトップ */
#pagetop {
	margin:20px 0px 5px 0px;
	width:740px;
	text-align:right;
	font-size:10px;
	vertical-align:text-bottom;
}

/* カウンター */
#counter {
	float:left;
	margin:5px 0px 0px 0px;
	text-align:left;
	font-size:10px;
}

/* コピーライト */
#copyright {
	float:right;
	margin:5px 0px 0px 0px;
	text-align:right;
	font-size:10px;
}
