@charset "UTF-8";
/* CSS Document */

/* =============== common ================= */

body {
	background: url(../img/body_bg.gif) repeat-x #FFF;
	color: #6D7979;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothーic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	}
	
p {
	color: #6D7979;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 2px;
	}
	
h1,h2,h3 {
	color: #7E0017;
	line-height: 1em;
	padding: 0;
	margin: 4px;
	margin-top:10px;
	}
	
h2 {
	font-size: 20px;
	font-weight: 400;
	}
	
a, a:link {
	color:  #6c5a44;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

td, th {
	line-height:1.7;
	color: #6D7979;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

dl {
	color: #6D7979;
	/* [disabled]margin-top: 0; */
	margin-top: 0.3em;
	margin-right: 0;
	margin-left: 2em;
	margin-bottom: 0;
	padding: 0;
	}
	
dt {
	clear:both;
	float: left;
	margin: 0;
	padding: 0;
	width: 8em;
	}
	
dd {
	margin-left: 8em;
	padding: 0;
	}

ul {
margin-top:0.3em;
margin-bottom:0.3em;
margin-right:1em;
}

img.honbun_photo{float:right;
margin: 5px;
padding: 2px;
border: 1px;}

blockquote {
	margin-bottom: 4px;
	margin-top: 4px;
}

/* =============== fragment ================= */

#wrapper {
	background: url(../img/wrapper_bg.gif) repeat-y;
	margin: 0 auto;
	width: 800px;
	}
	
#header {
	background: url(../img/header_bg.jpg) repeat-x;
	height: 75px;
	text-align:right;
	}
	
#main_contents {
	background: url(../img/wrap_bg2.png) center repeat-y;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 830px;
	}

#main_contents2 {
	padding: 20px 10px;
	margin: 0 32px;
	font-size:small;
	line-height:1.8em;
	}

#link {
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5ox;
}

#main_contetnst_left {
	float:left;
	width: 600px;
}

#main_contetnst_right {
	float:right;
	width: 170px;
}

#content {
	background:url(../img/content_bg.gif) repeat-x;
	}
	
#content_wrap {
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
	width: 800px;
	}
	
#footer {
	background: #b4bcbe;
	color: #FFF;
	font-size: 10px;
	padding: 8px;
	text-align: center;
	}

#two_lines_left {
	float: left;
	width: 360px;
	margin-left: 20px;
	
	}
	
#two_lines_right {
	float: right;
	width: 360px;
	margin-right: 20px;
	
	}

/* =============== HEADER ================= */

#head_logo {
	float: left;
	padding: 15px 0 0 15px;
	text-align:left;
	width: 225px;
	}
	
#header h1 {
	color: #6D7979;
	font-size: 12px;
	font-weight: normal;
	}

#header h2 {
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	}

#head_right {
	float: right;
	padding: 10px;
	width: 500px;
	}
	
/* =============== MENU BAR ================= */
#menubar {
	background: url(../img/menubar_bg2.gif) repeat-x;
	height: 55px;
	margin: 0 auto;
	text-align: center;
	}
	
#menubar_wrap {
	margin: 0 auto;
	width: 800px;
	}
	
#menubar a {
	display: block;
	float: left;
	height: 35px;
	padding: 20px 0 0;
	width: 114px;
	}
	
#menubar a:hover {
	background-position: 0 -55px;
	text-decoration: none;
	}
	
.menu_a {
	background: url(../img/menu_btn_bg2.gif) no-repeat;
	}
	
.menu_b {
	background-image: url(../img/menu_btn_bg_b2.gif);
	}

#menubar h2 {
	color: #7E0017;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 3px;
	}	

/* =============== main_contents ================= */

#main_contents a:link {
	color:#6D7979;
	text-decoration:none;
	border-bottom: 1px dashed;
}

#main_contents a:hover {
	color:inherit;
	text-decoration:none;
	bottom: 2px;
	position:relative;
	border-bottom:none;
}

#main_contents h1 {
	font-size: 24px;
	background: url(../img/title_bg.gif) no-repeat;
	text-align: center;
	border-bottom: 2px double #7E0017;
	border-top: 2px double #7E0017;
	margin-bottom: 1em;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 7px;
	padding-right: 7px;
}

#main_contents h2 {
	border-left: 1px solid;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom: 2px solid;
	border-top: 1px solid;
	font-size: 18px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 8px 1px 8px 20px;
	color: #666666;
	font-weight: bold;
}

#main_contents h3 {
	font-size: 16px;
	padding: 0.2em;
	padding-left: 6px;
	border-left: 0.7em solid #7E0017;
	margin-left: 10px;
	margin-bottom: 0.4em;
}

#main_contents h4 {
	font-size: 16px;
	text-align: center;
	background:rgba(221,221,221,1.00);
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	border-radius: 8px;
	-moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
}

#main_contents h5 {
	font-size: 14px;
	color: gray;
	padding: 0.2em;
	padding-left: 15px;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	margin-left: 10px;
	margin-bottom: 0.4em;
}

/* =============== class ================= */

.clear_both {
	clear: both;
	font-size: 1px;
	height: 1px;
	}

.right{
	padding-right: 10px;
	margin-bottom: 15px;
	text-align: right;
}

.content_h2 {
	background: url(../img/title_bg.gif) no-repeat;
	border-bottom: 1px solid #7E0017;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 4px;
	}

.readline {
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin: 0px;
	padding-top: 0.3em;
	padding-right: 10em;
	padding-bottom: 0.3em;
	padding-left: 10em;
	clear:both;
	}

.solid {
	text-align:center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	padding-top: 0.3em;
	padding-right: 10em;
	padding-bottom: 0.3em;
	padding-left: 10em;
	margin-left: 2em;
	pargin-right: 2em;
	clear:both;
	}

.float_right{
	float:right;
}

.float_left {
	float:left;
}

.line-b {
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.line-r {
	margin:0;
	padding:0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.line-rb {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.line-rb-light-gray {
	background-color: #E0E4EC;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #666;
	border-bottom-color: #666;
	white-space: normal;
	border-top-width: 1px;
	border-left-width: 1px;
	padding-left: 9px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #E1E1E1;
	border-left-color: #E1E1E1;
}

.line-rb-white {
	background-color: white;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #666;
	border-bottom-color: #666;
	white-space: normal;
	border-top-width: 1px;
	border-left-width: 1px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	line-height: 15pt;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #E1E1E1;
	border-left-color: #E1E1E1;
}

.line-rb-white-center {
	background-color: white;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #666;
	border-bottom-color: #666;
	white-space: normal;
	border-top-width: 1px;
	border-left-width: 1px;
	padding-left: 9px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	line-height: 15pt;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #E1E1E1;
	border-left-color: #E1E1E1;
}


.line-b2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 9px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.line-lb {
	padding-left: 9px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.lyric{
	font-size: small;
	padding-top: 0.6em;
	padding-bottom: 0.1em;
	padding-left: 2.3em;
	padding-right: 1.3em;
	line-height: 1.7;
	margin: 0em;
}

/* =============== links ================= */

#link a:link {
	color:  #6c5a44;
	text-decoration: none;
	border-bottom: 0px;
}

#link a:hover {
	text-decoration: none;
	bottom: 0px;
}
