@charset "utf-8";

body {
	background:url(../images/common/background.png);
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.2em;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#811304;
	}

#container {
	width: 770px;
	background:url(../images/common/background.png);
	background-color:#7E1304;
	margin-left:auto;
    margin-right:auto;
    text-align:left;
    width:770px;
	}

/*header Block*/

#header {
	width: 770px;
	height:65px;
	padding:0px 0px 5px;
	}

.logo {
	float:left;
	width:155px;
	background-image:url(../images/common/top-page.png);
	height:65px;
	}
	
#logo a {
	display:block;
	}

#logo a span {
	display:none;
	}

#helpmenu {
	float:left;
	width: 615px;
	height:65px;
	}

#helpmenu_box {
	background-image:url(../images/common/header.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	padding:33px 0px 18px;
	}

#header_list {
	float: right;
	margin: 0;
	text-align:right;
	font-size:14px;
	top: 2px;
	}

.header_li {
	display: inline;
	margin: 0 10px 0;	
	}

.header_li a{
	color:#FFFFFF;
	}

.header_li a:visited {
	color:#FFFFFF;
	}

/*main*/
#main {
	float: left;
	width:770px;
	background-image:url(../images/common/under02.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:23px;
	}

/*menu*/
#left {
	float: left;
	width: 196px;
	height: 500px;
	}

#menu_list {
/*
	float : left;
*/
	margin : 0px;
	padding : 0px;
	left : 0px;
	top : 0px;
	}

#menu {
	float: left;
	width: 160px;
	padding:0px 0px 0px 18px;
/*
	left: 18px;
	top: 10px;
*/
	}

.menu_parts {
	float: left;
	width: 160px;
	height: 31px;
	}

.menu_li {
	float: left;
	width: 160px;
	height: 31px;
	list-style-position: outside;
	list-style-image:none;
	list-style-type: none;
	}

a#aboutus {
	background:url(../images/common/btn01.png)
	}
		
a:hover#aboutus {
	background: url(../images/common/btn_over01.png)
		}

a#schedule {
	background:url(../images/common/btn02.png)
	}
		
a:hover#schedule {
	background:url(../images/common/btn_over02.png)
	}

a#member {
	background:	url(../images/common/btn03.png)
	}

a:hover#member {
	background:	url(../images/common/btn_over03.png)
	}

a#results {
	background:url(../images/common/btn04.png)
	}

a:hover#results {
	background:url(../images/common/btn_over04.png)
	}

a#music {
	background:url(../images/common/btn05.png)
	}

a:hover#music {
	background:url(../images/common/btn_over05.png)
	}

a#voice {
	background:url(../images/common/btn06.png)
	}

a:hover#voice {
	background:url(../images/common/btn_over06.png)
	}
	
a#supporter {
	background:url(../images/common/btn07.png)
	}

a:hover#supporter {
	background:url(../images/common/btn_over07.png)
	}

a#shopping {
	background:url(../images/common/btn08.png)
	}

a:hover#shopping {
	background:url(../images/common/btn_over08.png)
	}

a#voice_002 {
	background:url(../images/common/btn11.png)
	}
	
a:hover#voice_002 {
	background:url(../images/common/btn_over11.png)
	}
	
a#impression {
	background:url(../images/common/btn12.png)
	}
	
a:hover#impression {
	background:url(../images/common/btn_over12.png)
	}
	
#menu a span {
	display:none;
	}
	
#menu span {
	display:none;
	}

/*content*/
#contents {
	float: right;
	width: 556px;
	}

#contents span {
	display:none;
	}

.contents_paragraph {
	float: left;
	padding-bottom:18px;
	width: 556px;
	}

.contents_title	 {
/*
	float: left;
	width: 556px;
	height: 91px;
*/
	padding-bottom:18px;
	}	

#contents_pulldown {
	text-align:right;
	padding:0px 20px 5px 0px;
}

#contents_pulldown select {
	font-size:16px;
}

.paragraph_title {
	clear:both;
	padding-bottom:10px;
/*
	float: left;
	width:556px;
	height: 24px;
*/
	}

.paragraph_title　span {
	display:none;
	}	

.paragraph_text {
/*
	float: left;
*/
	width:556px;
	color:#FFFFFF;
	font-size:14px;
	}

/*return_top*/
#return_top	 {
	float:left;
	width: 556px;
	height:13px;
	padding:0px 0 10px;
	}	

.return_top {
	float:right;
	background-image:url(../images/common/return_top.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:102px;
	height:13px;
	}

#return_top a{
	display:block;
	color:#FFFFFF;
	}

#return_top a:visited {
	display:block;
	color:#FFFFFF;
	}

#return_top a span {
	display:none;
	}

/*footer*/
#footer {
	clear:both;
	width: 770px;
	text-align:center;
	background-image:url(../images/common/under.png);
	background-repeat:no-repeat;
/*
	border-top:1px solid #FFFFFF;
*/
	padding:0 0 10px;
	}

#footer p {
	padding :23px 0 18px;
	color:#FFFFFF;
	font-size:14px;
	text-align: center;
	}

/*usemapの場合の枠を消す*/
img {
	border:0px;
	}