@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	display:inline-block;
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
#container {
	margin:20px auto;/* ウィンドウを中央に寄せる */
	width:1000px;/* ウィンドウの幅を指定 */
	text-align:left;
}
#left {
	
	float: left;
	width: 200px;
	margin-right:15px;

}

#top {
	margin-bottom: 20px;
}


#right{
	float: right;
	width: 785px;
	min-height: 1000px;
}
#bottom {
	padding-top:40px;
	clear:both;
}
body{
	
	background-image: url("../img/top/top/header/back.jpg");
	background-repeat: no-repeat;
	background-position: center 20px;
	
}

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

		  header.css

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

#header h1 {

   color: gray;
   text-align: center;

}

#header img {

   text-align: center;

}

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

		  movie_request.css

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


#movie_request{
	position: relative;
    height: 330px;
	
}

#movie_request img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#movie_request iframe{
	position: absolute;
	top:87px;
	left: 20px;
}

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

		  leftsearch.css

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

#leftsearch{
	width:200px;
	border:2px solid #0168B7;
	margin-bottom: 20px;	
	
}

#leftsearch h2{
	background-color: #0168B7;
	padding:10px;
	text-align:center;

}

#leftsearch h3{
	background-color: #B9E3F9;
	padding:10px;
	font-size:115%;
}

#leftsearch ul{
	list-style:none;
	padding: 10px;
}

#leftsearch div{
	padding: 10px;
}
#leftsearch li{
	
	margin-bottom:10px;
}

#leftsearch li a{
	color: #666;
}



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

		  left_link.css

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

#left_link h4{
	color:#48882A;
	text-align:center;
	margin-top:10px;
	padding-bottom:5px;
}
/********************************

		  maintop.css

*********************************/
#area_map_button {
	vertical-align:top;
}

#area_map_button img{
	margin-bottom: -10px;
}


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

		banner.css

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

#banner{
	
	text-align:center;
}

#banner .bottom{
	margin-top: -2px;
}

#school_banner{
	position:relative;
	height: 150px;
	
}
#school_banner .bottom{
	position:absolute;
	top: 100px;
	left: 270px;
}

#school_banner .school_text{
	position: absolute;
	top: 20px;
	left: 30px;
	z-index:5;
	font-size: 30pt;
	color:#007cde;
	
	text-shadow:2px 2px 2px #fff,4px 4px 4px #666 ;	
	
	
	font-weight:900;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#banner_box_base{
	width: 780px;	
}
#banner_box1 {
	float: left;
	width: 240px;
	
}


#banner_box2 {
	float: left;
	width: 60px;
	text-align: center;
	padding-top: 10px;
}
#banner_box3 {
	float: right;
	width: 480px;
	text-align: left;
}
.banner_box{
	margin-top:10px;
	padding: 15px;
	line-height: 150%;
	border: 2px solid  #06C;
	text-align: left;
}
#banner_box4 {
	clear:both;	
	text-align:center;
	padding-top: 5px;
}



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

		pagination.css

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

#pagination_top{
	position:relative;
	text-align:left;
	margin-top: 10px;	
	margin-bottom:10px;
	height: 50px;
}

#pagination_bottom{
	position:relative;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 50px;
}

#pagination_top span, #pagination_bottom span{

	color:red;
	font-size: 160%;
	font-weight: bold;
}

.pagination li{
	position: relative;
	float: left;
	border: 1px solid #ccc;
	background-color: #E0E0E0;
	padding: 10px 12px;
	font-weight: bold;
	font-size: 100%;
}

.pagination li a{
	text-decoration: none;
	display: block;
	 zoom: 1;
}

.pagination li a:hover{
	color: #fff;
	font-weight: bold;
}

.pagination li.active{
	background-color: #fff;
}

.pagination{
	position:absolute;
	
	list-style-type:none;
}

#pagination_top .pagination{
	top:0px;
	right: 0px;
}

#pagination_bottom .pagination{
	top:0px;
	left: 0px;
}

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

		item.css

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

.item {
	position:relative;
	width: 780px;
	height: 237px;
	border: 5px solid #7CCEF4;
	margin-bottom:15px;
}

.item .photo{
	position:absolute;
	left:30px;
	top:17px;
	width:200px;
	height:165px;
}

.item .icon{
	position:absolute;
	left:255px;
	top:17px;
	width:225px;
	height:27px;
}

.item .name{
	position:absolute;
	left:255px;
	top:50px;
	width:493px;
	height:25px;
	font-size: 160%;
	font-weight: bold;
	border-bottom: dotted gray 2px;
}

.item .madori{
	color:#E95000;
	font-size: 100%;
}

.item .catch{
	position:absolute;
	left:255px;
	top:87px;
	width:493px;
	height:28px;
	color:#0167B7;
	font-size: 120%;
	font-weight: bold;
}

.item .box{
	position:absolute;
	left:255px;
	top:109px;
	width:498px;
	height:50px;
	background-image: url("../img/search/box.png");
}

.item .table{
	position:absolute;
	left:255px;
	top:168px;
	width:493px;
	height:54px;
}

.item .table td{
	white-space: nowrap;	
}

.item .detail{
	position:absolute;
	left:39px;
	top: 191px;
}

.item .movie{
	position:absolute;
	left:646px;
	top:10px;
}

.item .price{
	position:absolute;
	left:20px;
	top:8px;
	z-index:5;	
}

.item .price_unit{
	position:absolute;
	left: 150px;
	top: 30px;
}

.item .box table{
	position:absolute;
	left: 225px;
	top: 10px;
	width: 240px;	
}

.item .box td{
	padding-right:5px;
	padding-bottom:5px;
}

.item .blue_square{
	vertical-align: -20%;
	margin-right: 2px;
}	

.item .green_square{
	vertical-align: -20%;	
	margin-right: 2px;
}


.item .text_right{

	text-align:right;
}

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

		  linkbar.css

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

.linkbar{
	
	text-align: right;
	
}

.linkbar a{

	text-decoration: none;
}


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

		  campaign.css

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

.campaign {


	display:block;
	
	margin:20px auto;	
	text-align:center;
	

	
}
/********************************

		 no_found.css

*********************************/
.no_found{
	margin-top: 30px;
	text-align: center;
	
}


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

		  comapany.css

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

#company .box{
	padding-top: 30px;
	position:relative;
	text-align:center;
	height:120px;
}

#company .logo{
	position:absolute;
	top: 5px;
	left: 62px;
}

#company .raiten{
	position:absolute;
	top: 1px;
	left: 600px;
}

#company .company{
	position: absolute;
    top: 96px;
	left: 380px;
}

#company .shop{
	position: absolute;
	top: 77px;
	left: 633px;
}

#company .photo{
	position: absolute;
	top: 4px;
	left: 820px;
}

#company .copyright{
	text-align: center;
	margin-bottom: 20px;
}

#company .copyright img{
	padding-bottom: 10px; 
}


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

		  footer.css

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


#footer{
		clear: both;
	text-align: left;

	line-height: 160%;
	width:1000px;
	color:#666;
	background-color:#EBF3CF;	
}

#footer .body{
   	padding: 20px 40px; 
}

#footer .body strong{
	color: #437A29;
}


