@charset "utf-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrap {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}

#container {
	width: 90%; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
} 
#header {
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	color: #FFFFFF;
} 
.header_left {
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.header_right {
	float: right;
	margin-top: 20px;
	margin-right: 5px;
}
#header h1 {
	margin: 0; 
	padding: 10px 0;
}
.captionBlock {
	margin: 0px;
	width: auto;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #34a2e5;
	border-left-color: #34a2e5;
	border-bottom-width: thin;
	border-left-style: solid;
	padding-left: 10px;
	font-size: small;
}

#Menu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: right;
}

#Menu ul {
	width: auto;
	height: 20px;
	background-color: #FFFFFF;
}
#menuTitle {
	font-size: small;
	color: #666666;
	background-image: url(../images/titleMenu_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
}

#Menu ul li {
	float: right;
	list-style-type: none;
}

	
#subMenu {
	height: 20px;
	width: 905px;
	background-image: url(../images/submenu_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	font-size: x-small;
	color: #666666;
	}

#subMenu li {
	float:left;
	list-style-type: none;
	height: 20px;
	width: 90px;
}

#subMenu ul a {
	display:block;
	line-height:2.5em;
	height:20px;
	color: #666666;
	float: left;
	}

#sidebar1 {
	float: right;
	width: 220px;
	padding-top: 5px;
	background-color: #a6baff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	list-style-type: none;
}
#sidebar1    ul  {
	text-align: left;
	width: 200px;
	list-style-type: none;
	margin-right: 10px;
}
#sidebar1  li {
	list-style-type: none;
}


#searchBox {
	text-align: left;
	float: left;
	width: 200px;
	padding: 5px;
}
.searchWindow {
	float: left;
	height: 20px;
	width: 120px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
}
.searchBtn {
	float: right;
	text-align: right;
	width: 25px;
}
#movie {
	background-color: #FFFFFF;
	height: 334px;
	width: 898px;
	text-align: center;
	border: thin solid #6699FF;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
	color: #FFFFFF;
}


#mainContent {
	margin: 0 26% 0 10px;
	font-size: small;
	color: #999999;
} 

#footer {
	background-image: url(../images/footer_img.gif);
	background-repeat: repeat-x;
	font-size: small;
	color: #999999;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer p {
	margin: 0;
	padding-top: 10px;
}

/* 再使用できる各種クラス */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 1.5em;
}
</style>
[if IE]>
<style type="text/css"> 
#sidebar1 { padding-top: 30px; }
</style>
<![endif].visual {
	float: left;
	padding: 5px;
}
.string {
	background-image: url(../images/string.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 20px;
}
.stringEnd {
	background-image: url(../../images/string_end.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 20px;
}

