body,td,th {
	font-size: 12px;
	color: #585858;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	letter-spacing: 1pt;
	text-align:left;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
    border:0;
}
* {
	margin: 0;
	padding: 0;
}

/* h tags

---------------------------------------------------------------------*/

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 42px;
}

h2 {
	float:left;
}

h3 {
	margin: 0;
	padding: 0;
	float:left;
}

/* base

---------------------------------------------------------------------*/
#out {
    background-image:url(../base/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:100%;
    display: block;
    clear: both;
    overflow: hidden;
	}
#out2 {
    background-image:url(../base/bg_bk.jpg);
	background-repeat:repeat-x;
	background-color:#333;
	width:100%;
    display: block;
    clear: both;
    overflow: hidden;
	}
	
#header {
	width: 100%;
	height:77px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}
	
#topmenu {
    height:30px;
	text-align:left;
}
#topmenu ul {
	list-style: none;
	margin: 0px;
}

#topmenu li {
	float: left;
	text-align:left;
	height:30px;
    list-style: none;
    color:#FFF;
}
    
/* 一覧に戻る＆パン

---------------------------------------------------------------------*/

#contents_top {
   height:30px;
   text-align:right;
   width:900px;
   margin-bottom:15px;
}

.btn_back {
   float:left;
   text-align:left;
   height:22px;
   width:90px;   
}

#contents_outline {
	width: 900px;
	height:auto;
	
}

/* TOPに戻る

---------------------------------------------------------------------*/

#contents_bottom {
   text-align:left;
   height:22px;
   width:900px;
   padding-top:50px;
}

.btn_top {
   float:right;
   text-align:right;
   height:22px;
}

#bottom {
width: 900px;
height:100px;
text-align:right;
margin:auto;
background-color:#000;
}

#bottom ul {
	list-style: none;
	margin: 0;
	width:900px;
	padding:0;
}

#bottom li {
	float: left;
	text-align:right;
	height:27px;
    list-style: none;
}

/* pan

---------------------------------------------------------------------*/
.pan {
   font-size:10px;
   color:#666;
	padding-top:5px;
}

.pan a:link {
	color: #0099FF;
	text-decoration: underline;

}

.pan a:visited {
	color: #0099FF;
	text-decoration: underline;
}

.pan a:hover {
	color: #0066CC;
	text-decoration: none;
}

.pan a:active {
	color: #0099FF;
	text-decoration: none;
}


.pan2 {
   font-size:10px;
   color:#999;
	padding-top:5px;
}

.pan2 a:link {
	color: #0099FF;
	text-decoration: underline;

}

.pan2 a:visited {
	color: #0099FF;
	text-decoration: underline;
}

.pan2 a:hover {
	color: #0066CC;
	text-decoration: none;
}

.pan2 a:active {
	color: #0099FF;
	text-decoration: none;
}



/* base

---------------------------------------------------------------------*/


