@charset "utf-8";
/*** 全体設定用 ***/
html,body {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	background-color:#eeeeee;
}

/*** 共通指定用 ***/
body {
	background-position: center;
}
.waku-2 {
	border: 1px solid #999999;
	background-color: #E1EFEF;
}

pre {
	margin: 1em;
	padding: 1em;
}

/* 段落指定 */
p {
	text-indent: 0;
	margin-right: 0;
	line-height:1.6em;
}

/* 書体（共通）*/
textarea { 
	font-family: ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3, Osaka, Verdana, Arial, sans-serif;
}

/* リンク状態（共通）*/
a { /* 通常 */
	text-decoration: none;
	color: #333333;
}
a:hover { /* 選択中 */
	text-decoration: underline;
	color: #CC3333;
}
a:visited { /* 訪問済 */
	color: #CC3333;
	font-weight: normal;
}
a:active { /* 実行中 */
	color: #333333;
	font-weight: bold;
}

/*** レイアウト配置 ***/
 .font09 {
 font-family: "ＭＳ Ｐゴシック", "Osaka";
 font-size: 70%;
 line-height: 110%;
 text-decoration: none;
 }
 .font10 {
 font-family: "ＭＳ Ｐゴシック", "Osaka";
 font-size: 75%;
 line-height: 130%;
 color: #444444;
 text-decoration: none;
 }
.tx1 {
font-family: "ＭＳ Ｐゴシック", "Helvetica", "ヒラギノ角ゴ Pro W3";
font-size: 12px;
font-style: normal;
line-height: 17px;
color: #000000;
padding:0px 5px 0px 5px;
margin-left:0px;
}
.tx_s {
font-family: "ＭＳ Ｐゴシック", "Helvetica", "ヒラギノ角ゴ Pro W3";
font-size: 10px;
font-style: normal;
line-height: 17px;
color: #000000;
padding:0px 0px 0px 0px;
margin-left:0px;
}
.u15d15 {
padding: 15px 0px 15px 0px;
}
 .font12 {
 font-family: "ＭＳ Ｐゴシック", "Osaka";
 font-size: 80%;
 line-height: 140%;
 text-decoration: none;
 }
 .font16 {
 font-family: "ＭＳ Ｐゴシック", "Osaka";
 font-size: 100%;
 line-height: 150%x;
 text-decoration: none;
 }
 .font10-li10  {
 font-family: "ＭＳ Ｐゴシック", "Osaka";
 font-size: 10px;
 line-height: 10px;
 text-decoration: none;
 }
#g-container {
	width: 760px;
}

/* ヘッダー部指定 */
#g-header {
	height: 45px;
}

.g-header_s {
	width: 135px;
	height: 30px;
	float: left;
	padding-top: 15px;
}

.g-header_h {
	width: 373px;
	height: 25px;
	float: left;
	padding-top: 20px;
}

.g-header_t {
	width: 79px;
	height: 25px;
	float: left;
	padding-top: 20px;
}

.g-header_l {
	width: 173px;
	height: 35px;
	float: left;
	padding-top: 10px;
}

/* 文字サイズ変更指定 */
#g-type_size {
	height: 20px;
	text-align: right;
	font-size: 12px;
	padding-top: 3px;
}

/*** メニュータブ指定（共通部） ***/
#g-menu {
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #990017;
	height: 20px;
	background-image: url(../images/menu_bk.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 760px;
}

#g-menu ul {
	color: #999999;
	text-decoration: none;
	line-height: 1.8em;
	font-size: 12px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#g-menu ul li {
	text-align: center;
	display: block;
	float: left;
	height: 20px;
	width: 120px;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #CC9999;
	text-decoration: none;
}

#g-menu ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

#g-menu ul li a:hover { /* 選択中 */
	color: #999999;
	text-decoration: none;
}

/* フッター部指定 */

#g-footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 100%;
	float: left;
	margin-top: 30px;
}

.g-footer_s{
	width: 50%;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: left;
}

.g-footer_c{
	width: 50%;
	float: right;
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: right;
}
/*テキスト罫かこみ*/
.kakomi{
	padding:1;
	border:1px solid #666666;
	font-size:100%;
	white-space: nowrap;
	line-height: 1.6em;
	}
/************************/
table.chu{
width:580px;
border-top:1px solid #888888;
border-left:1px solid #888888;
border-right:1px solid #888888;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
empty-cells:show;
font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
font-size: 11px;
font-style: normal;
color: #000000;
margin-top:5px;
margin-bottom:5px;
margin:10 20 10 20px;
}
.chu th{
border-right:0px solid #888888;
border-bottom:1px solid #888888;
padding:2px 0px 2px 0px;
font-weight:normal;
line-height:17px;
}
.chu td{
border-right:1px solid #888888;
border-bottom:1px solid #888888;
padding:3px 2px 3px 4px;
line-height:17px;
}
