@charset "Shift-JIS";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#FFC;
}

#header{
	width:720px;
	height:170px;
	margin:0px auto;
	padding:30px 30px 0px 0px;
	text-align:right;
	color:#000;
	background-image:url(../img/bg_header.jpg);
}
#header_text{
	margin-top:10px;
	font-size:14px;
}
#container{
	width:750px;
	margin:0px auto;
	background-image:url(../img/bg_main.jpg);
	background-repeat:repeat-y;
}
#pankuzu{
	padding:10px 20px;
	font-size:13px;
}
#left{
	width:480px;
	padding:0px 20px 50px 10px;
	float:right;
}
#content{
	padding:15px;
	font-size:13px;
	line-height:18px;
	border:1px solid #ccc;
}
#right{
	width:220px;
	float:right;
}
#footer{
	height:60px;
	clear:both;
	text-align:center;
	font-size:13px;
	background-image:url(../img/bg_footer.jpg);
	background-repeat:no-repeat;
}
.box1{
	margin-bottom:50px;
}

h1{
	width:720px;
	height:30px;
	margin:0px auto;
	padding-top:10px;
	padding-left:30px;
	text-align:left;
	font-size:13px;
	line-height:30px;
	color:#000;
	background-image:url(../img/bg_top.jpg);
	background-repeat:no-repeat;
}
h2{
	
}
h3{
	height:25px;
	line-height:25px;
	margin:10px 0px 15px 0px;
	padding-left:40px;
	background-image:url(../img/left_title.jpg);
}
h4{
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:13px;
	background-image:url(../img/right_title.jpg);
}

h2 a{
	text-decoration:none;
	color:#F60;
}
ul{
	padding:10px;
	margin-bottom:20px;
	border:1px solid #ccc;
}
li{
	line-height:25px;
	list-style:none;
	font-size:13px;
	border-bottom:1px dotted #ccc;
}
img{
	border:none;
}
#right a{
	display:block;
	padding-left:17px;
	background-image:url(../img/list_mark.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#00F;
}
#right a:visited{
	color:#999;
}
#right a:hover{
	background-image:url(../img/list_mark2.gif);
	color:#F00;
	text-decoration:underline;


}
p{
	margin-bottom:20px;
}


