/* CSS Document */

/*初期化*/
html{color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}legend{color:#000;}

/*レイアウト大枠*/
body{
	margin:0px;
	background:url(../image/bg01.gif) repeat-y center top;
	text-align:center;
	font-family : "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
}

#container{
	clear:both;
	text-align:left;
	margin:0 auto;
	padding:0 auto;
	width:730px;
	margin-top:10px;
}
div#header{
	background:url(../image/common/head.gif) no-repeat center top;
	width:760px;
	height:162px;
	text-align:left;
	margin:0 auto;
	position:relative;
	padding-top:5px;
}
#main{
	float:right;
	width:515px;
	margin-top:15px;
}
#side{
	float:left;
	width:200px;
	margin-top:15px;
}
#footer{
	clear:both;
	width:760px;
	text-align:left;
	margin:0 auto;
	padding:0 auto;
	
}
p{
	line-height:1.6;
}
a{
	color:#66c;
}
a:visited{
	color:#66c;
}
a:hover{
	color:#00c;
}
hr{
	border:none;
	height:10px;
	background:url(../image/bg-dot.gif) repeat-x left 50%;
	margin:0px;
}
/*ヘッダー・コンテンツ ディテール*/
h1{
	background:url(../image/common/logo.gif);
	width:270px;
	height:80px;
	text-indent:-1000em;
	padding:0;
	margin:7px 0 0 5px;
}
h1 a{
	width:270px;
	height:80px;
	position : absolute;
	top:5px;
	left:7px;
}
#header p{
	font-size:12px;
	line-height:1.2;
	padding:7px 15px 0;
	margin-bottom:1px;
	color:#000;
}


div#header #gmenu {
	background: #666;
	position: relative;
	list-style:none;
	overflow: visible;
	height:30px;
	font-size:12px;
}
div#header #gmenu li {
	float: left;
	line-height:30px;
	margin-left:0;
	margin-right:0;
}
div#header #gmenu a {
	background: #666;
	color: #fff;
	display: block;
	margin: 0 -1px;
	padding: 0px 8px;
	text-decoration: none;
	font-weight:normal;
}
div#header #gmenu a:hover {
	background:#ffc;
	color: #666;                
}                   
.path{
	padding:8px 8px 8px 20px;
	font-size:12px;
	background:url(../image/ico03.gif) no-repeat 0px 6px;
}
.path a, .path a:visited{
	text-decoration:none;
	color:#333;
}
.path a:hover{
	color:#66c;
}
/*メイン・コンテンツ ディテール*/
#main h2{
	color:#000;
	padding:4px 0px 4px 1em;
	font-weight:bold;
	border:solid #ffb0b0;
	border-width:1px 1px 1px 12px;
	
}
#main h3{
	padding:8px 5px 8px 1.5em;
	background:url(../image/ico04.gif) no-repeat left 8px;
	font-weight:bold;
	font-size:90%;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	
}
#main h4{
	color:#f99;
	font-size:14px;
	font-weight:bold;
	padding-left:1em;
	margin:8px 0px;
	
}
#main p{
	padding:1em 0 1em 1em;
	font-size:90%;
}
#main blockquote{
	font-size:12px;
	margin:5px 1em;
	padding:1em;
	border:1px solid #ccc;
	line-height:1.5;
}
/*画像左回りこみ*/
.imgleft{
	float:left;
	width:auto;
	padding-left:1em;
	margin-right:15px;
	margin-top:1em;
	padding-bottom:8px;
}
/*画像右回りこみ*/
.imgright{
	float:right;
	width:auto;
	padding-left:1em;
	margin-left:15px;
	margin-top:1em;
	padding-bottom:8px;
}
.clr{
	margin-top:35px;
	clear:both;
}
/*サイドメニュー ディテール*/
#side dl{
	margin-bottom:15px;
}
#side dt{
	background:#ffb0b0 url(../image/bg-triangle.gif) no-repeat right top;
	font-size:14px;
	font-weight:bold;
	padding:6px 8px;
	color:#000;
}

#side dd{
	display:list-item;
	list-style:none;
	font-size:13px;
	background:url(../image/bg-dot.gif) repeat-x left bottom;
}
#side dd a{
	display:block;
	text-decoration:none;
	padding:6px 6px 6px 20px;
	color:#000;
	background:url(../image/ico02.gif) no-repeat 4px 50%;
}
#side dd a:hover{
	color:#66c;
	padding:6px 6px 6px 24px;
	background:url(../image/ico02.gif) no-repeat 8px 50%;
}
#footer .copy{
	font-size:11px;
	text-align:center;
	border-top:8px solid #666;
	background:#ffb0b0;
	padding:12px;
	color:#000;
}
#footer .links{
	padding:30px 15px 30px 15px;
	text-align:center;
	font-size:12px;
}
#footer .links a,#footer .links a:visited{
	text-decoration:none;
	color:#333;
}
#footer .links a:hover{
	text-decoration:underline;
}
