@charset "utf-8";
/* CSS Document */

body{
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	background-color:#696969;
	text-align:center;
	padding:0;
	margin:20px 0;
}

p{line-height:1.4;}

a{color:#333; text-decoration:none;}

a:hover{text-decoration:underline;}


#wrapper{
	background-image:url(img/wrapper.gif);
	background-repeat:repeat-y;
	width:760px;
	padding:0 20px;
	margin:0 auto;
}

h1{
	margin:0;
	padding:0;
	font-size:60px;
	text-shadow:3px 3px 3px #666;
	color:#333;
}

h2{ 
    background:#eee;  
    border-left:15px double #ccc;  
    padding:.2em .9em;
	margin:0;
	text-shadow:2px 2px 1px #666;
	color:#333;
} 

#menu{
	float:left;
	text-align:left;
	width:200px;
}

#main{
	float:right;
	text-align:left;
	width:560px;
}

#menu_v3{
	width:184px;
	margin:0;
}

#menu_v3 ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu_v3 li{
	list-style:none;
	display:block;
	background:url(img/menu_v3_bg.jpg) no-repeat;
	text-indent:20px;
}

#menu_v3 li a{
	list-style:none;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	height:41px;
	line-height:41px;
}

#menu_v3 li a:hover{
	background:url(img/menu_v3_h.jpg) no-repeat;
	height:41px;
	line-height:41px;
	color:#fff;
	text-decoration:none;
}

#menu_v3 li a.current, #menu li a:hover.current{
	list-style:none;
	display:block;
	background:url(img/menu_v3_h.jpg) no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	height:41px;
	line-height:41px;
}

#link{
	text-align:center;
	font-size:14px;
	margin:10px;
}

#footer{
	padding:30px 0 0 0;
	margin:0;
}
