@charset "UTF-8";
@import "reset.css";


/* CSS Document */


/*
	----------------------------
	HTML SELECTORS
	____________________________
*/


body { background: #333; font:14px/21px Helvetica, Arial, sans-serif; color: #333; margin: 0; padding: 0; }
a { color: #ccc; text-decoration: underline; }
a:hover { color: #fb2b2b; }
h1, h2 { font-size: 26px; line-height: 28px; font-weight: normal; letter-spacing: -1px; color: #fff; }
h3 { font-size: 18px; font-weight: normal; margin: 8px 0; }
h4 { font-size: 14px; font-weight: normal; margin: 0; }
h5 { font-size: 12px; font-weight: normal; margin: 0; }
ul { margin-left: 20px; }
ol { margin-left: 36px; }


/*
	----------------------------
	LAYOUT
	____________________________
*/


#wrapper {
	width: 100%;
	height: 100%;
}
#main { width: 640px; float: left; }
#main > p, #main > div { margin-left: 7px; }
#sidebar { width: 280px; float: right; }
#sidebar ol { margin: 12px 0 12px 22px; }
/*
	----------------------------
	PAGE/SECTION SPECIFIC
	____________________________
*/


#video-controls { width: 333px; }
#video-controls a { color: #ddd; text-decoration: underline; }


/*
	----------------------------
	UTILITY CLASSES
	____________________________
*/


.black-15 { background: url(../media/black-15-trans.png); color: #fff; padding: 4px 12px; margin: 24px 0; }
.black-35 { background: url(../media/black-35-trans.png); color: #fff; padding: 4px 12px; margin: 24px 0; }
.black-50 { background: url(../media/black-50-trans.png); color: #fff; padding: 4px 12px; margin: 24px 0; }
.black-65 { background: url(../media/black-65-trans.png); color: #fff; padding: 4px 12px; margin: 24px 0; }
.black-85 { background: url(../media/black-85-trans.png); color: #fff; padding: 4px 12px; margin: 24px 0; }


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



#header {
	margin: 0 0 0em;
	padding: 0em 0 0px;
	position: absolute;
	width: 100%;
	background: url(../images/wrap_bg.png) repeat;
}

#header h1 {
	float:left;
}

#header .heder_in {
	margin: 0px auto;
	width: 950px;
}

#header .heder_in h1 a {
	height: 100px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 203px;
	background: url("../images/logo.png") no-repeat;
	float: left;
}

/* ヘッダーナビ部分 */
#header ul#header_navi {
	overflow: hidden;
	list-style:none;
	float:right;
	height: 1%;
	margin: 65px 0px 0px;
	padding: 0px;
}
#header ul#header_navi li {
	float: left;
	margin:0 5px 0 0;
}
#header ul#header_navi li a {
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#header ul#header_navi li#navi_movie a {
	width: 64px;
	background: url("../images/navi_movie.png") no-repeat;
}
#header ul#header_navi li#navi_profile a {
	width: 65px;
	background: url("../images/navi_profile.png") no-repeat;
}
#header ul#header_navi li#navi_art a {
	width: 30px;
	background: url("../images/navi_art.png") no-repeat;
}
#header ul#header_navi li#navi_works a {
	width: 54px;
	background: url("../images/navi_works.png") no-repeat;
}
#header ul#header_navi li#navi_blog a {
	width: 48px;
	background: url("../images/navi_blog.png") no-repeat;
}
#header ul#header_navi li#navi_contact a {
	width: 68px;
	background: url("../images/navi_contact.png") no-repeat;
}
#header ul#header_navi li#navi_link a {
	width: 30px;
	background: url("../images/navi_link.png") no-repeat;
}
#header ul#header_navi li a:hover {
	background-position: 0 -40px !important;
}


#header .description { font-size: 13px; }
#header a { text-decoration: none; }
#header a:link, #header a:visited { color: #000; text-shadow: 0 1px 2px #fff; }
#header a:hover, #header a:active, #header a:focus { color: #3A525C; }

#header .description {
	margin: 95px 0 0;
	color: #666;
	float: left;
}


#newsbox {
	height: 1%;
	float: right;
	margin: 25px 0px 0px 10px;
	overflow: hidden;
}

#news{
	width:260px;
	padding: 0px;
	height: 80px;
}

#footer {
	margin: 0px;
	padding: 5px 0px;
	position: absolute;
	width: 100%;
	background: url(../images/wrap_bg_2.png) repeat;
	bottom: 0px;
}


#footer .foot_in {
	margin: 0px auto;
	width: 950px;
}

#footer .Copyright {
	font-size:10px;
	color:#828282;
	margin: 0px;
	padding: 0px;
}
