@charset "Shift_JIS";

/*　taro write Ver.20071005　10/16現在はこれをメインに使用してください　*/

body {
	font-size: 90%;
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Arial";
	text-align: left;
	line-height:150%;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
}

a img {
	border-style:none;
}
 
a {
	color: #0066cc;
	text-decoration: underline;
}

a:visited {
	color: #7b1e7b;
	text-decoration: underline;
}

a:hover {
	color: #00ccff;
	text-decoration: underline;
}




/* ============================================ */
/* == レイアウト == */


#block-header {
	width: 779px;
	height: 0px;
	margin: 0;
}

#block-navi {
	clear: both;
	width: 779px;
	height: 49px;
	margin: 0;
	background: url(/r/static/img/common/bg_navi.gif) repeat-y;
}

#block-main {
	clear: both;
	width: 779px;
	margin: 0;
	padding: 0;
	background: url(/r/static/img/common/bg_main.gif) repeat-y;
}

#block-main-contents {
	clear: both;
	width: 750px;
	margin: 0px 0px 0px 13px;
	padding: 0;
	padding-bottom: 20px;
}
/* 高さが0になる場合の対策 */
#block-main-contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#block-footer {
	clear: both;
	width: 779px;
	margin: 0;
	padding: 0;
	/* margin-bottom: 30px; */
	background: url(/r/static/img/common/bg_main_foot.gif) no-repeat;
}



/* ============================================ */
/* == 全般 ==（2008.07.31　h1改変） */



h1 { font-size: 145%; font-weight: bold; margin: 0px 12px 0px 0px; padding-top: 8px; padding-bottom: 8px; padding-left: 14px;}

h2 {
	height: 18px;
	margin: 0px 0px 10px 0px;
	text-indent: -9999px;
	background: url(/r/static/img/common/bg_h2.gif) no-repeat;
}



h3 {
	margin: 0;
	padding: 0;
}
h3.h3-leftmark {
	height:20px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(/r/static/img/common/bg_h3_lm.gif) no-repeat;
}

h4 {
	display: block;
	width: 147px;
	margin: 20px 0px 10px 0px;
	color: #339933;
	border-bottom: 1px dashed #0f702d;
}

.notice {
	font-size: 85%;
}

strong {
	font-weight: bold;
}

.nomargintop {
	margin-top: 0;
}

.noline {
	border: none;
}

.text-red {
	color: #ff0000;
}

/* 疑似マーカー付きリスト */
p.marker {
	margin-left: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.marker:first-letter {
	margin-left: -1em;
}



/*  h2右端キャラ  */

.tanokun-h3-box {
	clear: both;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tanokun-h3-margin {
	margin-top: -78px;
}



/* ============================================ */
/* == ヘッダー == */


.block-header-logo {
	float: left;
	width: 220px;
	height: 58px;
}

.block-header-right {
	float: right;
	width: 80px;
	margin-left: 340px;
	padding-top: 20px;
	font-size: 85%;
}

.block-header-link {
	width: 70px;
	padding-left: 14px;
	background: url(/r/static/img/common/marker_type_a.gif) no-repeat;
	background-position: 0px 4px;
}



/* ============================================ */
/* == 上部ナビ == */


#block-navi-close {
	float: left;
	width: 168px;
	height: 34px;
	margin-top: 12px;
}

#block-navi-close a {
	display: block;
	width: 168px;
	height: 34px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(/r/static/img/common/btn_navi_close.gif) no-repeat;
}
#block-navi-close a:hover {
	background-position: 0px 0px;
}

#block-menu {
	float: left;
	width: 465px;
	height: 45px;
	margin-left: 130px;
}

#block-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#block-menu li {
	float: left;
	width :93px
	height: 45px;
	font-size: 85%;
	line-height: 12px;
	text-align: center;
}

#block-menu a {
	display: block;
	width: 93px;
	height: 25px;
	padding-top: 20px;
	color: #0066cc;
	background: url(/r/static/img/common/btn_navi.gif) no-repeat;
}
#block-menu a:hover {
	color: #00ccff;
	/* background-position: 0px -45px; */
}

#block-menu span.current {
	display: block;
	width: 93px;
	height: 25px;
	padding-top: 20px;
	color: #333333;
	font-weight: bold;
	background: url(/r/static/img/common/btn_navi.gif) no-repeat;
	/* background-position: 0px -90px; */
}

/* メニューのテキストが2行になる場合にパディングを調整 */
#block-menu a.doubleline {
	height: 30px;
	padding-top: 15px;
}

#block-menu span.current-doubleline {
	display: block;
	width: 93px;
	height: 30px;
	padding-top: 15px;
	color: #333333;
	font-weight: bold;
	background: url(/r/static/img/common/btn_navi.gif) no-repeat;
}



/* ============================================ */
/* == パンくず == */

#bread {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 85%;
	font-weight: bold;
}

#bread a {
	text-decoration: underline;
	font-weight: normal;
}
#bread a:hover {
	text-decoration: underline;
}



/* ============================================ */
/* == フッター == */

#block-foot-close {
	float: left;
	width: 168px;
	height: 40px;
	margin-top: 6px;
	margin-bottom: 26px;
}

#block-foot-close a {
	display: block;
	width: 168px;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(/r/static/img/common/btn_foot_close.gif) no-repeat;
}
#block-foot-close a:hover {
	background-position: 0px 0px;
}

#block-foot-gotop {
	clear: both;
	width: 750px;
	height: 33px;
	text-align: right;
	margin-left: 28px;
	margin-bottom: 6px;
	background: url(/r/static/img/common/foot_gotop_bg.gif) no-repeat;
}

#block-foot-menu {
	clear: both;
	height: 30px;
	font-size: 85%;
	margin-left: 28px;	
}

#block-foot-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#block-foot-menu li {
	float: left;
	margin-right: 15px;
	padding-left: 14px;
	background: url(/r/static/img/common/marker_footer_menu.gif) no-repeat;
	background-position: 0px 4px;
}

#block-foot-menu li.splitline {
	padding-left: 0px;
	background: none;
}

#block-foot-menu li.inq {
	background: url(/r/static/img/common/marker_type_a.gif) no-repeat;
	background-position: 0px 4px;
}

.block-foot-copyright {
	clear: both;
	font-size: 65%;
	text-align: right;
}

.block-foot-logo {
	clear: both;
	text-align: right;
}

.block-foot-end {
	clear:both;
	height:30px;
}


/* ============================================ */
/* == ページトップへ（枠内用） == */

.block-gotop {
	clear: both;
	width: 730px;
	height: 33px;
	text-align: right;
	margin-bottom: 20px;
	background: url(/r/static/img/common/foot_gotop_bg.gif) no-repeat;
}


/* ============================================ */
/* == リスト == */

/* 基本形（クリア） */
.ul-clear {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 右寄せ */
.ul-clear-r {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

/* 丸矢印 */
.list-round-arrow {
	padding-left: 14px;
	background: url(/r/static/img/common/marker_type_a.gif) no-repeat;
	background-position: 0px 2px;
}

/* 横並び */
.list-left {
	float:left;
	margin-right: 10px;
}






/* ============================================ */
/* == 表 == */

table {

}

th {
	text-align: center;
}

td {
	vertical-align: top;
}

.td_h {
	color: #30896a;
	font-size: 85%;
	background-color: #ededed;
}

.td_d {
	background-color: #f3f3f3;
}
.td_d02 {
	background-color: #f9f9f9;
}
.td_d-r {
	background-color: #f3f3f3;
	vertical-align: middle;
}
.td_d02-r {
	background-color: #f9f9f9;
	vertical-align: middle;
}

.td_d-w-r {
	background-color: #ffffff;
	vertical-align: middle;
	border: 1px solid #006633;
} /* 白地緑枠 */

.td_h-s {
	color: #30896a;
	vertical-align: middle;
	text-align: center;
	font-size: 85%;
	background-color: #ededed;
} /* 文字小中央寄せ（49等） */



/* == 下破線 == */

.block-dot-730 {
	clear: both;
	width: 730px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #c3c3c3;
}
/* 高さが0になる場合の対策 */
.block-dot-730:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.block-dot-375 {
	clear: both;
	width: 375px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #c3c3c3;
}
/* 高さが0になる場合の対策 */
.block-dot-375:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


















