@charset "utf-8";
/* CSS Document */

* {
	font-size: small;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, 平成角ゴシック;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0.125em;
 }
	
h1 {
	position: absolute;
	top: -999pt;
	left: -999pt;
 }
h2 {
	position: absolute;
	top: -999pt;
	left: -999pt;
	font-size: 2em;
	margin-bottom:-12px;	
}
h3{
	position: absolute;
	top: -999pt;
	left: -999pt;
	font-size:1em;
}

h4 {
	font-size: 1.25em;
	background-image: url(img/h3_bg.png);
	color: #FFFF33;
	padding-left: 0.5em;
	letter-spacing: 0.5em;
}
.dash-box {
	border: 1px dashed #009900;
}
#container {
	width: 970px;
	margin: auto;
}
#navigation {
	background-color: #ECE9D8;
	padding: 8px;
	width: 160px;
	list-style-position: inside;
	list-style-type: circle;
	height: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}

#navigation a{
	text-decoration: none;
	
}

#navigation a:hover{
	background-color:#8f8;
	
}

#content_body{
	width: 780px;
	height: auto;
	float: right;
	
}

#header {
	background-color: #009900;
	color: #FFFFFF;
}
#footer {
	background-color: #009900;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	margin: auto;
}
#address {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
#header_logo {
	background-image: url(img/logo_ccs_kyuyo.jpg);
	height: 280px;
	width: 780px;
	margin: auto;
	background-repeat: no-repeat;
}
#pic_ccs_jikyu {
	background-image: url(img/pic_ccs_jikyu.gif);
	background-repeat: no-repeat;
	height: 364px;
	width: 529px;
	border: 1px solid #006600;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
li {
	list-style-position: inside;
}
.em_kyuyo {
	font-weight: bold;
	color: #009900;
	background-color: #FFFFFF;
}
.em_navi_title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}

.ln_deny { text-decoration: line-through; }

.em_pink {
	color: #FF33CC;
}
