@charset "utf-8";
/* CSS Document */

@import "charactor.css";

/*-------------------------------------------------
Reset
-------------------------------------------------*/
html,div,img,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dd,dt,p{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight:normal;
	border:0px;
	list-style:none;
}


/*-------------------------------------------------
Common
-------------------------------------------------*/

/* Body */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0px;
	padding:0px;
	background:url(../img/common/bg.jpg) repeat-x #000;
	color:#333;
	text-align:center;
	font-size:62.5%;
}

/* Link */
a {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

/*-------------------------------------------------
Wrapper
-------------------------------------------------*/

#wrapper {
	width:940px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	line-height:180%;
}


/*-------------------------------------------------
Header
-------------------------------------------------*/

#header {
	height:85px;
	width:940px;
	background:url(../img/common/header.jpg) no-repeat;
	position:relative;
}

#header h1 a {
	position:absolute;
	background:url(../img/common/title.jpg) no-repeat;
	width:583px;
	height:54px;
	text-indent:-1000em;
	outline:none;
	top:15px;
	left:12px;
}

#header p {
	position:absolute;
	font-size:1.2em;
	width:330px;
	left:609px;
	top:36px;
}

#header img.lang {
	position:absolute;
	width:11px;
	height:19px;
	left:681px;
	top:11px;
}

#header ul {
	position:absolute;
	top:12px;
	left:695px;
	font-size:1.2em;
}

#header li {
	display:inline;
}

#header li a {
	color:#333;
}

/*-------------------------------------------------
Navigation
-------------------------------------------------*/
#navigation {
	position:relative;
	height:323px;
	width:241px;
	background:url(../img/common/menu.jpg) no-repeat;
}

#navigation li {
	display:inline;
}

#navigation li a {
	position:absolute;
	display:block;
	height:54px;
	width:241px;
	text-decoration:none;
	text-align:center;
	text-indent:-1000em;
	outline:none;
}

#navigation li.menu0 a {
	top:0px;
	background:url(../img/common/menu.jpg) no-repeat -0px -0px;
}

#navigation li.menu0 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -241px -0px;
}

#navigation li.menu1 a {
	top:54px;
	background:url(../img/common/menu.jpg) no-repeat -0px -54px;
}

#navigation li.menu1 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -241px -54px;
}

#navigation li.menu2 a {
	top:108px;
	background:url(../img/common/menu.jpg) no-repeat -0px -108px;
}

#navigation li.menu2 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -241px -108px;
}

#navigation li.menu3 a {
	top:162px;
	background:url(../img/common/menu.jpg) no-repeat -0px -162px;
}

#navigation li.menu3 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -241px -162px;
}

#navigation li.menu4 a {
	top:216px;
	background:url(../img/common/menu.jpg) no-repeat -0px -216px;	
}

#navigation li.menu4 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -241px -216px;
}

#navigation li.menu5 a {
	top:270px;
	height:53px;
	background:url(../img/common/menu.jpg) no-repeat -0px -270px;	
}

#navigation li.menu5 a:hover {
	background:url(../img/common/menu.jpg) no-repeat -241px -270px;
}



/*-------------------------------------------------
Contents
-------------------------------------------------*/

#contents {
	width:940px;
	margin:0px auto;
	zoom:100%;
	font-size:1.3em;
	background:url(../img/common/wrap_bg.jpg) repeat-y;
}

#contents:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#leftside {
	width:241px;
	float:left;
	background:#7E1919;
}

#movie {
	width:227px;
	height:187px;
	padding:7px;
	color: #7E1919;
	background-color: #C3BEA8;
	background-image: url(../img/common/movie_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*再生ボタン、停止ボタン*/
.play {
	padding:6px 0px 0px 87px;
}

.stop {
	padding:6px 0px 0px 0px;
}

#ad {
	color:#FFF;
}

#ad p {
	margin:5px 0px 10px 15px;
}

#ad p.largetext{
	font-size:120%;
}

#rightside {
	float:right;
	width:699px;
	background:#fff;
}

/*-------------------------------------------------
Footer
-------------------------------------------------*/

#footer {
	height:116px;
	width:940px;
	clear:both;
	background:url(../img/common/footer.jpg) repeat-x;
	margin:0px auto;
	text-align:left;
}

#footer ul{
	text-align:center;
	padding:25px 0px 10px 0px;
}

#footer li{
	font-size:1.2em;
	display:inline;
}

#footer li a{
	color:#333;
}

#footer p{
	text-align:center;
}
.center {
	padding-left: 16px;
}

