﻿@charset "utf-8";

/*****RESET*****/
html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,
table,th,td,dl,dt,dd,blockquote,pre,hr{
	margin:0;
	padding:0;
}

img{
	border:0;
}

li{
	list-style:none;
}
/***** CLEARFIX *****/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	zoom:1;
}

/*:::::::common:::::::*/
body{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	background-color:#fff;
	color:#333;
	font-size:13px;
}
#wrapper{
	width:960px;
	margin:auto;
}

#back{
	width:960px;
}
#back p{
	bottom:30px;
	width:30px;
	height:30px;
	position:fixed;
	left:auto;
	margin:0 0 0 960px;
	background-image:url(images/back.jpg);
}
#back a{
	width:30px;
	height:30px;
	display:block;
}
#back a:hover{
	background-image:url(images/back2.jpg);
}

/*:::::::header:::::::*/

#header h1{
	font-size:15px;
	border-top:3px solid #808000;
	width:150px;
	font-weight:normal;
	padding-top:20px;
	padding-bottom:40px;
}

#hnav{
	font-size:12px;
	float:right;
	padding-top:25px;
	
}
#hnav p a{
	margin-right:50px;
	color:#555;
	text-decoration:none;
}
#hnav p a:hover{
	color:#808000;
}

/*:::::::content:::::::*/

#nav{
	margin:30px 50px;
	padding-bottom:80px;
	border-bottom:1px solid #808000;
}
#nav p{
	border-top:5px solid #000;
	padding:10px 0 15px 0;
	width:130px;
	text-align:center;
}
#nav li{
	font-size:18px;
	padding-top:12px;
}
#nav li a{
	color:#333;
	text-decoration:none;
}
#nav li a:hover{
	color:#808000;

}

.box{
	margin:50px 50px 300px 50px;
}

.box h2{
	font-size:30px;
}
.box dt{
	margin-top:30px;
	font-size:15px;
}
.box dd{
	padding-left:12px;
	margin:5px 0px 5px 15px;
	background-image:url(images/ank.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
}
.box a{
	color:#333;
}

.box a:hover{
	color:#ccc;
}
/*:::::::plus:::::::*/

#plus{
	margin-bottom:50px;
}


/*:::::::footer:::::::*/

#footer{
	border-top:3px solid #333;
}
#footer ul{
	border:1px solid #fff;
	margin:auto;
	width:320px;
}


#footer ul li{
	float:left;
	padding:25px;
}

#footer li a{
	color:#555;
	text-decoration:none;
}
#footer li a:hover{
	color:#808000;
}


#footer p{
	clear:both;
	font-size:10px;
	color:#808000;
	text-align:center;
}
