/* CSS Document */

body{
	background-color:#ECECEC;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:active {color:#999; text-decoration:none;}
a:hover {color:#FFFFFF; background-color:#333333; text-decoration:none;}



h1{ 
	text-align:left;
	font-size:10px;
	margin-top:17px;
}

h2{
	margin:0px 0px 0px 0px;
	text-align:left;
	font-size:20px;
}

H2.title {
  border-top-color: #698AE2; /* 上枠の色 */
  border-bottom-color: #698AE2; /* 下枠の色 */
  padding: 2px; /* 余白の幅 */
  border-style: double; /* 枠の種類 */
  border-width: 4px 0px; /* 枠の幅 */
  line-height: 130%; /* 行の高さ */
}


#container {
	background-color:#CCCCCC;
	width:815px;
}


#footer {
	text-align:center;
	font-size:10px;
	line-height: 180%;
}


#peta {
	text-align:left;
	font-size:10px;
	line-height: 150%;
}



/* ---------- NAVI ---------- */

#NAVI {
	text-align:center;
	width:740px;
	height:34px;  
	margin: 0 0 0 0; 
}


#NAVI ul { 
	margin-left: 0; 
	padding :0; 
	list-style-type : none; 
}


#NAVI li { 
	display : inline; 
	padding :0; 
	margin:0 0px;
	float:left; 
}

#NAVI #menu_a_1 a {
	background-image:url(../img/navi/n_01.gif); 
	width:148px; 
	height:34px;
	background-repeat:no-repeat; 
	margin:0; 
	padding:0;
	display:block;
}

#NAVI #menu_a_1 a:hover {
	background-image:url(../img/navi/n_01_over.gif);
	width:148px; 
	height:34px;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	display:block;
}


#NAVI #menu_a_2 a {
	background-image:url(../img/navi/n_02.gif); 
	width:148px; 
	height:34px;
	background-repeat:no-repeat; 
	margin:0; 
	padding:0;
	display:block;
}


#NAVI #menu_a_2 a:hover {
	background-image:url(../img/navi/n_02_over.gif);
	width:148px; 
	height:34px;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	display:block;
}


#NAVI #menu_a_3 a {
	background-image:url(../img/navi/n_03.gif); 
	width:148px; 
	height:34px;
	background-repeat:no-repeat; 
	margin:0; padding:0;
	background-color:#fff;
	display:block;
}


#NAVI #menu_a_3 a:hover {
	background-color:#fff; 
	background-image:url(../img/navi/n_03_over.gif);
	width:148px; 
	height:34px; 
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	display:block;
}


#NAVI #menu_a_4 a {
	background-image:url(../img/navi/n_04.gif); 
	width:148px; 
	height:34px;
	background-repeat:no-repeat; 
	margin:0; 
	padding:0;
	display:block;
}


#NAVI #menu_a_4 a:hover {
	background-image:url(../img/navi/n_04_over.gif);
	width:148px; 
	height:34px;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	display:block;
}


#NAVI #menu_a_5 a {
	background-image:url(../img/navi/n_05.gif); 
	width:148px; 
	height:34px;
	background-repeat:no-repeat; 
	margin:0; 
	padding:0;
	display:block;
}


#NAVI #menu_a_5 a:hover {
	background-image:url(../img/navi/n_05_over.gif);
	width:148px; 
	height:34px;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	display:block;
}


.span1 {display:none;}






#text_bg{
	width:100%;
	background-color:#CCCCCC;
}




/* ---------- LIST ---------- */

.nolist	{
	list-style:dice;
	margin:0px 0px 0px 20px;
}

.list2	{
	list-style: square;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	line-height: 180%;
	font-size:12px;
}

.menulist	{
	list-style: circle;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 12px;
	line-height: 180%;
	font-size:11px;
}

#menulist_box {
	background-color:#FFFFFF;
}


/* ---------- TEXT ---------- */

.header_link{
	font-size:10px;
}

.text_black_12{
	font-size:12px;
	line-height: 180%;
	text-align:left;
}

.text_black_14{
	font-size:14px;
	line-height: 180%;
	text-align:left;
}

.text_black_12_2{
	font-size:12px;
	line-height: 180%;
}

.text_topic_12{
	font-size:12px;
	line-height: 180%;
	text-align:left;
}

.text_black_10{
	font-size:10px;
	line-height: 180%;
	text-align:left;
}


/* ---------- IMAGE ---------- */

.img_top_right{
	border: 0;
	margin-bottom: 5px;
}

.img_top_left{
	border: 0;
	margin-bottom: -4px;
}

.img_space{
	border: 0;
	margin-bottom: 15px;
}

.img_space_title{
	border: 0;
	margin-bottom: 5px;
}

.img_space_title_2{
	border: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}

.img_right{
	float:right;
	border: 0;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.img_left{
	float:left;
	border: 0;
	clear: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-top:0px;
}





/* ---------- TABLE ---------- */


#table {
	float:left;
    margin:0;
    padding:0px;
    border:0;
	width: 580px;
	height: 100%;
}

#table dl {
	background:#eee;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#table dt {
	float:left;
	clear:both;
	width:9em;
	padding:0.5em;
	_width:10em;
	white-space:nowrap;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#table dd {
	margin-left:10em;    /* = dt.width + dt.padding */
	padding:1ex;
	background:#fff;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

