@import "btn.css";
@import "contents.css";

body{
	margin: 0px;
	padding: 0px;
	background:url(../img/common/back.jpg) repeat-x;
	background-position: center top;
	background-color:#000;
	line-height:1.5em;
	font-size:12px;
	font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
	color:#FFFFFF;
}

a:link {
	text-decoration: underline;
	color: #FFECB8;
}

a:visited {
	text-decoration: underline;
	color: #FFECB8;
}

a:hover {
	text-decoration: underline;
	color: #E4D1A2;
}

a:active {
	text-decoration: underline;
	color: #E4D1A2;
}

a:focus {
	outline:none;
}

p{
	margin:0px;
	padding:5px;
}

.font_14{
	font-size:14px;
}

.font_10{
	font-size:10px;
}

.cast_name{
	font-size:14px;
	font-weight:bold;
	color:#FFECB8;
}

a img{
	border:none;
}

h2{
	padding:0px;
	margin:0 0 10px 0;
	font-size:12px;
}

/***********************************/

#wrapper{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
}

/***************left_box********************/

#left_box{
	background:url(/img/common/leftmenu_back.png) no-repeat;
	width:180px;
	height:auto;
	padding:15px;
	float:left;
	overflow:hidden;
}

#logo_box{
	width:180px;
	height:180px;
	margin-bottom:20px;
}

#btn_box{
	width:180px;
	height:307px;
	margin-bottom:15px;
}

#left_sub{
	width:180px;
	height:auto;
	overflow:hidden;
}

#left_sub img{
	margin-bottom:5px;
}

#facebook_twitter{
	width:200px;
	height:auto;
	margin:0px 0px 5px 0px;
	overflow:hidden;
	float:left;
}
/***************right_box********************/

#right_box{
	width:770px;
	height:auto;
	float:right;
	overflow:hidden;
}

h1{
	width:755px;
	height:65px;
	background:url(../img/common/header.png);
	margin:0px;
	padding:15px 15px 0 0;
	text-align:right;
	font-size:13px;
	color:#000;
}

/***************footer********************/

#pagetop_box{
	width:120px;
	height:25px;
	padding:10px 0 0 880px;
	margin:0px auto;
}

#footer{
	width:100%;
	height:120px;
	background:url(../img/common/footer_back.jpg) repeat-x;
}

#footer_box{
	width:1000px;
	height:105px;
	background:url(../img/common/footer.jpg) no-repeat;
	text-align:center;
	margin:0px auto;
	padding-top:15px;
}

#footer_box a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer_box a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer_box a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}