/*全体設定*/
    
body {
	background-image : url(../img/background.gif);
	background-position : top center;
	text-align : center;
	margin : 0px;
	padding : 0px; 
}

/*Pタグ*/
p {
	font-size : 13px;
}

/*LIタグ*/
li {
	font-size : 15px;
	list-style-type : none;
}

/*Aタグ*/
a:link {
	text-decoration : none;
	color: #009900;
}
a:visited {
	text-decoration : none;
	color: #663333;
}

a:hover {
	text-decoration : none;
	color : #66ff00;
}

/*見出しタグ*/
h1 {
	font-size : 17pt; 
	font-family : arial;
	margin : 0 0;
	padding : 0 0;
}
h2 {
	font-size : 15pt; 
	font-family : arial;
	margin : 0 0;
	padding : 0 0;
} 
h3 {
	font-size : 13pt; 
	font-family : arial;
	margin : 0 0;
	padding : 0 0;
} 

/*ラッパー*/   
#wrapper {
	margin : 0 auto;
	width : 700px;
	height : ;
	background-image : url(../img/wrapper_background.gif) ;
	background-repeat: repeat-y;
	text-align : left;
}
/*ヘッダー*/
#header {
	
}
/*コンテナ*/
#container {
	height : 100%;
	padding-bottom : 30px;
}

h2#menu {
	width : 145px;
	height : 50px;
	margin-top : 20px;
	margin-left : 25px;
	text-indent : -9999px ;
	background-repeat : no-repeat ;
	background-image : url(../img/menu.gif);
	text-decoration : none ;
	overflow : hidden ;
}
/*ナビ*/
#navi {
	float : left;
	width : 145px;
	height : 180px;
	margin-top : 5px;
	margin-left : 7px;
}
/*コンテンツ*/
#main {
	float : left;
	width : 470px;
	height : ;
	margin-left: 30px;
	margin-top : 0;
	margin-bottom : 10px;
}

#main h3 {
	width : 405px;
	height : 36px;
	margin-left : 28px;
	margin-top : 10px;
	padding-left : 33px;
	padding-top : 8px;
	background-image : url(../img/comment_header.gif);
	background-repeat : no-repeat;
}

#main div.comment {
	clear : both;
	width : 405px;
	margin-left :37px;
	line-height : 1.5em;
}
/*フッター*/
#footer {
	clear : both;
	width : 700px;
	height : 30px;
	margin : 0 auto;
	text-align : center;
	background-color : #555;
}

/*ナビゲーション内　イメージ変更*/
#navi dl li a {
	display : block;
	width : 140px;
	height : 45px;
	text-indent : -9999px ;
	background-repeat : no-repeat ;
	text-decoration : none ;
	overflow : hidden ;
}

/*ホーム*/
#navi dl li#navi_home a{
	background-image : url("../img/navi_home.gif");
	background-position : 0 0;
}
#navi dl li#navi_home a:active {
	background-image : url("../img/navi_home.gif");
	background-position : 0 -45px;
}
#navi dl li#navi_home a:hover {
	background-image : url("../img/navi_home.gif");
	background-position : 0 -90px;
}

/*イベント*/
#navi dl li#navi_event a{
	background-image : url(../img/navi_event.gif);
	background-position : 0 0;
}
#navi dl li#navi_event a:active {
	background-image : url(../img/navi_event.gif);
	background-position : 0 -45px;
}
#navi dl li#navi_event a:hover {
	background-image : url(../img/navi_event.gif);
	background-position : 0 -90px;
}

/*ランキング*/
#navi dl li#navi_ranking a{
	background-image : url(../img/navi_ranking.gif);
	background-position : 0 0;
}
#navi dl li#navi_ranking a:active {
	background-image : url(../img/navi_ranking.gif);
	background-position : 0 -45px;
}
#navi dl li#navi_ranking a:hover {
	background-image : url(../img/navi_ranking.gif);
	background-position : 0 -90px;
}

/*マップ*/
#navi dl li#navi_map a{
	background-image : url(../img/navi_map.gif);
	background-position : 0 0;
}
#navi dl li#navi_map a:active {
	background-image : url(../img/navi_map.gif);
	background-position : 0 -45px;
}
#navi dl li#navi_map a:hover {
	background-image : url(../img/navi_map.gif);
	background-position : 0 -90px;
}