@charset "utf-8";
/* CSS Document */

body {
	font-size: 11px;
	left: 0px;
	top: 0px;
	font-weight: normal;
	letter-spacing:0.1em;
	color: #666666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height:1.5;
	margin: 0;
} 

a { color: #666; border:none } 
a:link { text-decoration:none;} 
a:visited { text-decoration: none; color: #666; } 
a:hover {text-decoration:none; color: #333;text-decoration:underline; }
a:active {text-decoration:none; color: #666; }

ul,li{
	margin:0;
	padding:0;
	list-style-type:none;
	border:none;
}

img{border:none;}

h1{font-size:10px;
	font-weight:normal;
}
	
	
h2{
	clear:both;
	font-weight:normal;
	font-size:14px;
	margin:5px 10px 0px;
	padding:0px;}
	
h3{
	width:100%;
	margin:5px;
	padding:5px 0 0 10px;
	font-size:16px;
	font-weight:300;
}

h4{
	margin:20px;
	font-size:14px;
}

h5{
		clear:both;
		margin:3px 0;
	
}

#wrapper{
	width:870px;
	margin:0 auto;
}

#header,#breadcrumb,#copy,#footer{width:850px;
}

#header{
	
	margin:20px auto 0px;
	height:60px;
	border-bottom:solid #999 1px;

}


.title{
	margin:3px 0px;
	padding:0px;
	font-size:11px;
}


#header ul{
	float:right;
	width:390px;
	height:10px;

	}

#header li,#footer li{
	float:left;
	font-size:10px;
	padding:0 5px;
	color:#999;
	background-image: url(../image/line_1px.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#breadcrumb{
	clear:both;
	margin:0 auto;
	height:18px;
}

.breadcrumb_list{
	font-size:11px;
	font-weight:normal;
	margin:3px 0 0 3px
}

#countainer{
	clear:both;
	width:980px;
	height:auto;
	margin:0px auto;
	padding:0px;
	

	}

#contents{
	width:780px;
	margin:0;
	float:left;
	border-right:solid 1px #CCC;
	margin-bottom:20px;
}

#category{
	width:150px;
	float:left;
	margin-right: 10px;
	
}

.category{
	width:140px;
	height:30px;
	border-bottom:dotted 1px #CCC;
	padding:10px 10px 0 10px;

}

#search{
	border:solid 1px #CCC;
	width: 150px;
	padding: 10px 0;
}


.category a { display: block;} 
.category a:hover { border:none; display: none; } 
.category a:link {display: block; } 
.category a:visited { display: block; } 
.category a:active {  display: block; }

#category_02{
	margin-top:50px;

}

#category_02 li{
	font-size:11px;
	list-style-type:disc;
	margin:5px 20px;
}


.line{
	clear:both;
	float:left;
	width:100%;
	height:7px;
	margin-top:7px;
	border-top:#D8D8D8 dashed 2px;
}

#footer{
	clear:both;
	margin:0 auto;
	text-align:right;
}

#footer h1{
	font-size:10px;
	color:#666;
	float:right;
	
}

#footer li{
	margin:0 auto 5px;
}


#copy{
	clear:both;
	height:16px;
	border-top:solid #999 1px;
	padding-top:5px;
}

