/* -------------------------------------------------------------
   [0] 標準tagリンク指定 */
a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F0F0F0;
	padding: 0;
	margin: 0;
	letter-spacing: 3px;
	line-height: 120%;
}
.zero {
	letter-spacing: 1px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	height: 15px;
	width: 815px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	letter-spacing: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../imgages/t_ico.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 18px;
	width: 480px;
	padding-left: 8px;
	color: #666666;
	padding-top: 2px;
}
/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
#wrapper {
	text-align: left;
	width: 830px;
	margin: 0 auto;
	background: #FFFFFF url(../imgages/bg-container.jpg) repeat-y;
	padding: 0px;
}
#header {
	width: 830px;
	height: 300px;
	background: url(../imgages/header.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
}
#contents {
	width: 670px;
	padding: 0 80px;
}
#footer-inner {
	width: 830px;
	margin: 0 auto;
	background: url(../imgages/bg-footer-inner.jpg) no-repeat;
	height: 22px;
	text-align: center;
	padding: 8px 0px 0px;
	font-size: 12px;
	letter-spacing: 0px;
}
/* -------------------------------------------------------------
   [2] メニューレイアウトに関する指定 */
#menu {
	background-color: #EBEAE7;
	margin: 0px 1px 20px;
	height: 32px;
	width: 828px;
}
#menu_l {
	background-image: url(../imgages/m_left.jpg);
	float: left;
	height: 30px;
	width: 9px;
}
#menu_r {
	float: right;
	height: 30px;
	width: 819px;
}
#menu_c {
	float: left;
	height: 30px;
	width: 810px;
}
.menu_ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu_li {
	float: left;
	height: 30px;
	width: 135px;
	text-align: center;
}
#menu_li a {
	display:block;
	width: 135px;
	height: 20px;
	background-image: url(../imgages/menu_off.jpg);
	font-size: 10px;
	padding-top: 10px;
	text-decoration: none;
	color: #666666;
	letter-spacing: 4px;
}
#menu_li a:hover{
	width: 135px;
	height: 20px;
	background-image: url(../imgages/menu_on.jpg);
	font-size: 10px;
	padding-top: 10px;
}
#menu_mar {
	float: right;
	height: 30px;
	width: 9px;
	background-image: url(../imgages/m_right.jpg);
}
/* -------------------------------------------------------------
   [3] コンテンツ内個別指定 */
/* h2と同様 */
.title {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../imgages/t_ico.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 18px;
	width: 480px;
	padding-left: 8px;
	color: #666666;
	padding-top: 2px;
}
.sub_title {
	font-size: 110%;
	font-weight: normal;
	background: url(../imgages/bg_h3_001.jpg) no-repeat;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;

}
table {
	width: 600px;
	margin: 0 0 2em 2px;
}
.table td {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
	vertical-align: top;
}
.table td.tb {
	width: 260px;
	background-color: #FFF7B7;
}
.table td.tc {
	width: 300px;
	letter-spacing: 0px;
}
.table2 {
	width: 660px;
}
.table2 td {
	padding: 10px;
}
.table2 td.tb {
	width: 300px;
	text-align: left;
	background-color: #EBEBEB;
}

