*{
	margin:0;
	padding:0;
}
body{
	background:rgb(255,255,255);line-height:160%;font-size:12px;color:rgb(0,0,0);
	font-family:"メイリオ", "Meiryo",Verdana,'ＭＳ ゴシック','Osaka',Arial,sans-serif;
}

a:link{
	color:rgb(75,75,75);
	text-decoration:underline;
}
a:visited{
	color:rgb(75,75,75);
	text-decoration:underline;
}
a:hover{
	color:rgb(0,0,255);
	text-decoration:underline;
}
a:active{
	color:rgb(255,0,0);
	text-decoration:underline;
}

h1,h2{
	font-size:90%;
	color:rgb(70,70,70);
	margin-top:10px;
}

ul{
	list-style-type:none;
}
img{
	border-style:none;
}

#wrapper{
	background-color:rgb(255,255,255);
}

#header{
	width:100%;
	height:104px;
}
#header_position{
	width:950px;
	height:104px;
	margin-left:auto;margin-right:auto;
	border:0px solid rgb(0,0,0);
}
#header_logo{
	width:241px;
	height:62px;
	padding-top:20px;
	float:left;
	border:0px solid rgb(0,0,0);
}
#header_txt{
	width:414px;
	height:20px;
	padding-top:58px;
	margin-left:50px;
	float:left;
	border:0px solid rgb(0,0,0);
}

#header_navi{
	width:100%;
	height:71px;
	background:url(img/navi_bk.png) repeat-x;
}
#header_navi_position{
	width:950px;
	height:71px;
	margin-left:auto;margin-right:auto;
	border:0px solid rgb(0,0,0);
}
#header_navi ul{
	padding-top:13px;
}
#header_navi li{
	display: inline;
	margin-right:20px;
}

#contents_position{
	width:950px;
	margin-left:auto;margin-right:auto;
}
#contents{
	float:left;
	width:100%;
	background-color:rgb(255,255,255);
}

#contents_left{
	float:left;
	width:690px;
	padding:0 0 0 10px;
	background-color:rgb(255,255,255);
}
#contents_left_position{
	width:680px;
}

#contents_right{
	float:right;
	width:240px;
	background-color:rgb(255,255,255);
}
#contents_right_position{
	width:233px;padding:5px 0 0 0;
}

#footer{
	clear:both;
	height:158px;
	background:url(img/footer_bk.png) repeat-x;
}
#footer_position{
	width:950px;
	margin-left:auto;margin-right:auto;
}
#footer_position a:link{
	color:rgb(255,255,255);
	text-decoration:underline;
}
#footer_position a:visited{
	color:rgb(255,255,255);
	text-decoration:underline;
}
#footer_position a:hover{
	color:rgb(255,255,255);
	text-decoration:underline;
}
#footer_position a:active{
	color:rgb(255,255,255);
	text-decoration:underline;
}

.td1{
	border-right:1px solid rgb(75,75,75);
	border-bottom:1px solid rgb(75,75,75);
}

.p_mng{
	margin:0 0 0 20px;
}

.td_mng_tl{
	border-top:1px solid rgb(200,200,200);
	border-left:1px solid rgb(200,200,200);
}
.td_mng_tlr{
	border-top:1px solid rgb(200,200,200);
	border-left:1px solid rgb(200,200,200);
	border-right:1px solid rgb(200,200,200);
}

.td_mng_tl_g{
	background:rgb(245,245,245);
	border-top:1px solid rgb(200,200,200);
	border-left:1px solid rgb(200,200,200);
}
.td_mng_tlr_g{
	background:rgb(245,245,245);
	border-top:1px solid rgb(200,200,200);
	border-left:1px solid rgb(200,200,200);
	border-right:1px solid rgb(200,200,200);
}

.td_mng_tlb{
	border-top:1px solid rgb(200,200,200);
	border-left:1px solid rgb(200,200,200);
	border-bottom:1px solid rgb(200,200,200);
}
.td_mng_tlbr{
	border-top:1px solid rgb(200,200,200);
	border-left:1px solid rgb(200,200,200);
	border-right:1px solid rgb(200,200,200);
	border-bottom:1px solid rgb(200,200,200);
}


