/* CSS Document */
@charset "shift_jis";

/*---------------------------------------------------------*/
/*    default                                              */
/*---------------------------------------------------------*/
table,td,tr,h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd,form {
margin:0;
padding:0;
font-size:12px;
}
img {border:none;}
li {list-style:none;}

/*---------------------------------------------------------*/
/*    link anchor                                          */
/*---------------------------------------------------------*/
a{
color:#2C7CA3;
}
a:hover{
color: #FF6600; text-decoration: none;
}

/*---------------------------------------------------------*/
/*    body                                                 */
/*---------------------------------------------------------*/
body{
font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
font-size:12px;
line-height:140%;
color:#666666;
text-arign:center;
}

/*---------------------------------------------------------*/
/*    wrap                                                 */
/*---------------------------------------------------------*/
#wrap{ text-align:left; margin:0px auto; width:947px; }

/*---------------------------------------------------------*/
/*    header                                               */
/*---------------------------------------------------------*/
#head{ width:947px; margin:0px auto 10px auto; }
#head_l{ width:311px; float:left;}
#head_r{ width:616px; float:left; padding:27px 10px 10px 10px; }

#head_l a{
	width: 311px;
	height:55px;
	background:url(../img/title_head.jpg) no-repeat;
	text-indent: -9999px;
	display:block;
}

/*---------------------------------------------------------*/
/*    contents                                             */
/*---------------------------------------------------------*/
#contents{
width:947px;
background:url(../img/bg_contents.gif) repeat-y;
}

/*---------------------------------------------------------*/
/*    pankuzu                                              */
/*---------------------------------------------------------*/
ul#pankuzu {
	padding:20px 0px 30px 0px;
}

#pankuzu li{
	float:left;
	font-size:14px;
	line-height:160%;
	padding:0px 0px 0px 5px;
}

#pankuzu a{
	padding-right:10px;
	background-image:url(../img/list_mark_prenge.gif);
	background-repeat:no-repeat;
	background-position:right;
}

/*---------------------------------------------------------*/
/*    page_top                                             */
/*---------------------------------------------------------*/
#page_top {
	margin:0px auto 40px auto;
	width:212px;
	height:30px;
	background:url(../img/btn_page_top.jpg) no-repeat;
	display:block;
	text-indent: -9999px;
	margin-bottom:40px;
}
#page_top:hover{
	margin:0px auto;
	padding-bottom:40px;
width:212px;
height:30px;
background:url(../img/btn_page_top_on.jpg) no-repeat;
display:block;
text-indent: -9999px;
}
/*---------------------------------------------------------*/
/*    copylight                                            */
/*---------------------------------------------------------*/
#copylight{
margin:0px auto;
width:910px;
height:50px;
background:url(../img/copylight.jpg) no-repeat;
display:block;
text-indent: -9999px;
padding-bottom:30px;
}
