@charset "euc-jp";
@import url("left.css");
@import url("space.css");
@import url("bootstrap.minfix.css");

@font-face {
	font-family: 'cinecaption';
	src: url('../common/font/cinecaption227.eot?') format('eot'),
	url('../common/font/cinecaption227.woff') format('woff'),
	url('../common/font/cinecaption227.ttf')  format('truetype'),
	url('../common/font/cinecaption227.svg#svgFontName') format('svg');
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;     
}
body {
	background-image: url(../../images/bg.png);
}

#search form.gsc-search-box {
  margin: 0;
}
#search input.gsc-input {
  margin-bottom: 0;
  height: 18px;
}
#search .gsc-search-button {
  /*display: none;*/
}
#search .gsc-branding {
  display: none;
}



h1,h2,h3,h4,p,img,table{
	/* [disabled]margin:0; */
	padding: 0;
}


.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}

#container {   
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;   
}

a img{
	border:none;
}

dl,dt,dd,ul,li{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

a:link{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
	color:#9C0;
}

a:visited{
	text-decoration:none;
	color:#000;
}


#screen {
	margin: 0 auto;
	text-align: left;
	padding-bottom: 170px;   
}

#header_bg {
	background-image: url(../../images/header_bg.png);
	background-repeat: repeat-x;
		background-position:bottom;

}

#header_bg #header {
	background-image: url(../../images/header_img.png);
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position:bottom;
	padding-top: 15px;
	height: 50px;
	padding-bottom: 15px;
}

#header_bg #header #header_right{
	float:right;
}

#header_bg #header #header_right .right_top{
}

#header_bg #header .text_link {
	font-size: 12px;
	color: #3c2900;
	vertical-align: bottom;
	padding-top: 6px;
	float:right;
}
#header_bg #header .text_link a {
	text-decoration: none;
	color: #3c2900;
}


#header_bg #header .fontsize {
	background-image: url(../../images/font_size.png);
	height: 25px;
	background-repeat: no-repeat;
	padding-left: 80px;
	margin-left: 25px;
		float:right;

}
#header .fontsize a {
	float: left;
	display: block;
	height: 25px;
	background-repeat: no-repeat;
	margin-left: 5px;
}

#header .fontsize .font_s {
	background-image: url(../../images/font_small.png);
	width: 21px;
}
#header .fontsize .font_m {
	background-image: url(../../images/font_midum.png);
	width: 23px;
}
#header .fontsize .font_l {
	background-image: url(../../images/font_large.png);
	width: 23px;
	display: block;
}

#header #logo {
	float: left;
	width: 400px;
	background-image: url(../../images/logo.png);
	height: 50px;
	display: block;
}
#header #logo a {
	width: 400px;
	height: 50px;
	display: block;
}
#header #search {
	text-align: right;
	width: 500px;
	padding-right: 10px;
	height: 20px;
	clear:both;
}


#dropmenu{
  list-style-type: none;
  width: 1080px;
  height: 35px;
  margin: 0 auto;
  padding: 10px 0;
  background: #33cc33;
  border-bottom: 0px solid #535d09;
  border-radius: 10px;
}
#dropmenu li{
  position: relative;
  width: 120px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  color:#FFFFFF;
  font-weight:bold;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li:hover > a{
  background:#0C6;
  background-image:url(../../images/icon_arrow.png);
  background-repeat:no-repeat;
  background-position:5px center;
  color: #FFFFFF;
  text-decoration:underline;
}
#dropmenu > li:hover > a{
  border-radius: 5px 5px 0 0;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 10px 0 0 0;
  border-radius: 0 0 10px 10px;
}
#dropmenu li:last-child ul{
  left: -60%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 150%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 10px 0 10px 25px;
  background: #95ed95;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  background-image:url(../../images/icon_arrow.png);
  background-repeat:no-repeat;
  background-position:5px center;
  color:#060;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 30px;
  /*border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;*/
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 5px 5px;
}
.navi div{
	float:left;
	
}



#contents {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
#contents #left {
	float: left;
	width: 195px;
	margin-right: 30px;
}

#contents #right {
	float: left;
	width: 855px;
}


#footer_bg {
	height: 170px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-image: url(../../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top: 40px;
}
#footer a {
	color: #3870a3;
	text-decoration: none;
}
#footer .ssl_logo {
	float: left;
	width: 135px;
	height: 80px;
}
#footer .footer_link {
	float: left;
	width: 945px;
	text-align: center;
	margin-top: 35px;
}
.shorui01 {
	text-align: center;
}
