@charset "shift_jis";


/*共通設定
■文字サイズを変更したい場合、body項目内のfontにある「12px」を変更する。
■strong(強調文字)色を変更したい場合、strong項目内の「#993300」を変更する。現在は赤色になっている。
----------------------------------------------------------------------------------*/
body {
	color: #2D4B0A;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	background-color: #dfdda5;
	background-image: url(bgsub.gif);
	background-repeat: repeat;
	background-position: top;
}




a:link {
	color: #003300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8B710E;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}





h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}

strong {
	color: #993300;
	font-weight: normal;
}

p {
	padding-bottom: 5px;
	padding-top: 5px;
}





/*ヘッダー
■h1タグの文字色を白以外にしたい場合、#header-container h1項目内にある「#FFFFFF」を変える。
■h1タグの文字サイズを変更したい場合、#header-container h1項目内にある「11px」を変える。
----------------------------------------------------------------------------------*/
#header-container {
	width: 780px;
	text-align: left;
}







/*コンテナー
----------------------------------------------------------------------------------*/
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: left;
}



/*メインコンテンツ
----------------------------------------------------------------------------------*/
#main {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}



#main h1 {
	color: #003300;
	font-size: 16px;
	font-weight: bold;
	background-image: url(h1-back.gif);
	background-repeat: no-repeat;
	height: 35px;
	background-position: left top;
	padding-left: 30px;
	padding-top: 10px;
	margin-top: 4px;
	margin-left: 5px;
}



#main h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-style: italic;
	color: #660033;
	background-image: url(h2-back.gif);
	font-weight: bold;
	height: 30px;
	font-variant: normal;
	padding-top: 12px;
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 15px center;
}


#main h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	color: #666633;
	background-image: url(images/title_h3.gif);
	font-weight: bold;
	height: 30px;
	font-variant: normal;
	padding-top: 8px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left center;
}





/*フッター
----------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 780px;
	margin: auto;
}


/*clearfix（変更しないこと）
----------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container {
	display: block;
	text-decoration: none;
}


/* Hides from IE-mac \*/
*html #menu { height: 1%; }
tr {
	background-color: #FFFFCC;
}
table {

}

.t1 {
	background-color: #FFCC66;
}
.title {
	background-color: #CC9933;
	color: #330000;
}

th {
	background-color: #FFFFCC;
	border: 1px solid #FFCC66;
	margin: 0px;
	padding: 2px;
}
td {
	background-color: #FFFFFF;
	border: 1px solid #FFCC66;
	padding: 2px;
	margin: 0px;
}
