@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	background-image: url(../image/bg.png);
	background-position: center top;
	background-attachment:fixed;
	background-repeat:repeat;
}
.nav1 {
	width:100%;
	margin: 0px;
	padding: 0px;
}
.globalMenu {
	margin:auto;
	width:980px;
	text-align:right;
	font-size:0.75em;
	padding:3px;
}
.globalMenu a {
	text-decoration:none;
}

.nav2 {
	width:100%;
	height:0px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}
.header {
	width:100%;
	border-top: 1px ridge #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-image:url(../image/hdbg03.png);
}
.title {
	width:1100px;
	height:100px;
	margin:auto;
	padding: 0px;
}
.base {
	width:980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0px;
}
.contents {
	float:left;
	margin:auto;
	padding-top:10px;
	width:980px;
	background-image: url(../image/bg_contents03.png);
}

.leftSide {
	margin: 0px;
	padding: 0px;
	width:200px;
	text-align:left;
	float:left;
}

.left_banner {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align:center;

}

.main {
	float:left;
	margin-left:10px;
	margin-right:5px;
	padding:0px;
	width:760px;
	text-align:left;
}

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


****************************************************************************************/
#leftMenu, #leftMenu * {
/* */
	margin:0px;
	padding:0px;
	text-decoration:none;
/* */
}

ul#leftMenu {
	margin:0px;
	padding:0px 10px;
	width:180px;
	float:left;
	list-style:none;
	text-align:left;
}

ul#leftMenu li {
	padding:0px 0px 6px 0px;
}

ul#leftMenu li a {
	display:block;
	padding:5px 18px;
	color:#111;
	/*
	font-weight:bold;
	*/
	text-shadow:1px 1px 1px #CCC;
	
	letter-spacing: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:6px;
	
	border:1px solid #66AA00;
	
	text-decoration:none;
	
	background-color:#FFF;
	
 	-webkit-box-shadow:inset 1px 1px 0px 0px #FEFFE1;
 	-moz-box-shadow:inset 1px 1px 0px 0px #FEFFE1;
 	box-shadow:inset 1px 1px 0px 0px #FEFFE1;
		
}

ul#leftMenu li a:hover {
	color:#111;
	text-shadow:1px 1px 1px #FFF;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #E4FFDB), color-stop(95%, #A6FF84) );
	background:-moz-linear-gradient( center top, #E4FFDB 5%, #A6FF84 95% );
	background:-ms-linear-gradient( top, #E4FFDB 5%, #A6FF84 95% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4FFDB', endColorstr='#A6FF84');;
	
 	-webkit-box-shadow:inset 1px 1px 0px 0px #92FF68;
 	-moz-box-shadow:inset 1px 1px 0px 0px #92FF68;
 	box-shadow:inset 1px 1px 0px 0px #92FF68;
}

ul#leftMenu li a#current {
	color:#111;
	text-shadow:1px 1px 1px #FFF;
	background-color:#FBFF62;
	border:1px solid #66AA00;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:6px;
	/*
	font-weight:bold;
	*/
	padding:5px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #E4FFDB), color-stop(95%, #A6FF84) );
	background:-moz-linear-gradient( center top, #E4FFDB 5%, #A6FF84 95% );
	background:-ms-linear-gradient( top, #E4FFDB 5%, #A6FF84 95% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4FFDB', endColorstr='#A6FF84');
	
 	-webkit-box-shadow:inset 1px 1px 0px 0px #92FF68;
 	-moz-box-shadow:inset 1px 1px 0px 0px #92FF68;
 	box-shadow:inset 1px 1px 0px 0px #92FF68;
}

ul#leftMenu li a#current:hover {
	color:#111;
	text-shadow:1px 1px 1px #FFF;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #E4FFDB), color-stop(95%, #A6FF84) );
	background:-moz-linear-gradient( center top, #E4FFDB 5%, #A6FF84 95% );
	background:-ms-linear-gradient( top, #E4FFDB 5%, #A6FF84 95% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4FFDB', endColorstr='#A6FF84');
	
 	-webkit-box-shadow:inset 1px 1px 0px 0px #92FF68;
 	-moz-box-shadow:inset 1px 1px 0px 0px #92FF68;
 	box-shadow:inset 1px 1px 0px 0px #92FF68;
}


#leftMenu, #leftMenu * {
/* */
	margin:0px;
	padding:0px;
	
/* */
}



h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 8px 30px;	
	color:#FFF;
	text-shadow:1px 1px 1px #111;
	background-color:#A6FF84;
	
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	font-style: normal;
	letter-spacing: 10px;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px 2px 2px 2px;
	border:1px solid #103900;
	
	border-radius:6px;
	
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #2DA200), color-stop(95%, #217900) );
	background:-moz-linear-gradient( center top, #2DA200 5%, #217900 95% );
	background:-ms-linear-gradient( top, #2DA200 5%, #217900 95% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2DA200', endColorstr='#217900');
	
 	-webkit-box-shadow:inset 1px 1px 0px 0px #92FF68;
 	-moz-box-shadow:inset 1px 1px 0px 0px #92FF68;
 	box-shadow:inset 1px 1px 0px 0px #92FF68;
}

h3 {
	margin-top:0px;
	margin-bottom:0px;
	padding-left:40px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../image/box_title1.png);
	background-repeat:no-repeat;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	height:30px;
	color:#FFF;
	text-shadow:1px 1px 3px #111;
	
}

h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 8px 20px;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px 2px 2px 2px;
	border:1px solid #55AA00;
	
	color: #555555;
	background-color:#FEF2DE;
	
	text-shadow:1px 1px 3px #FCF4F3;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size:1em;
	text-decoration:none;
	font-style: normal;
	font-weight:bold;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px 2px 2px 2px;
	border-radius:6px;
	
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #FFE9E1), color-stop(95%, #FFBF00) );
	background:-moz-linear-gradient( center top, #FFE9E1 5%, #FFBF00 95% );
	background:-ms-linear-gradient( top, #FFE9E1 5%, #FFBF00 95% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE9E1', endColorstr='#FFBF00');
 	-webkit-box-shadow:inset 1px 1px 0px 0px #FFECDD;
 	-moz-box-shadow:inset 1px 1px 0px 0px #FFECDD;
 	box-shadow:inset 1px 1px 0px 0px #FFECDD;
	text-shadow:1px 1px 3px #FCF4F3;
	background-color:#FFBF00;
	
	color:#333;
	letter-spacing: 10px;
}

h4.pr_movie {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 8px 20px;
	
	text-shadow:1px 1px 3px #FCF4F3;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size:1em;
	text-decoration:none;
	font-style: normal;
	font-weight:bold;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px 2px 2px 2px;
	border:1px solid #55AA00;
	border-radius:6px;
	
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #CA6F75), color-stop(95%, #800000) );
	background:-moz-linear-gradient( center top, #CA6F75 5%, #800000 95% );
	background:-ms-linear-gradient( top, #CA6F75 5%, #800000 95% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE9E1', endColorstr='#800000');
 	-webkit-box-shadow:inset 1px 1px 0px 0px #FABD8F;
 	-moz-box-shadow:inset 1px 1px 0px 0px #FABD8F;
 	box-shadow:inset 1px 1px 0px 0px #FABD8F;
	text-shadow:1px 1px 3px #333;
	background-color:#FFBF00;
	
	color:#FFF;
	letter-spacing:0px;
}

.footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	text-align: center;
	/*
	background-color:#FFFFFF;
	*/
	color: #ffffff;
	float: left;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #55AA00;
}

.copyright {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	text-align:left;
}


address {
	font-size:0.825em;
	font-style:normal;
	color:#555555;
	text-align:left;
	padding-top:5px;
	padding-bottom:10px;
}

address a {
	color:#555555;
	text-decoration:none;
	border-bottom:dotted 2px orange;
}

address a:hover {
	color:#ff8800;
}

ul {
	text-align:left;
	list-style-image:url(../image/listmark01.png);
	margin-left:15px;
	padding-left:10px;
	margin-top:0px;
}

li {
	line-height: 25px;
	padding-left:0.3em;
	font-size:0.95em;
	color:#555555;
	margin-bottom:5px;
	margin-left:1px;
}

td.basic {
	/* [disabled]border-left:solid 1px #CCCCCC; */
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;
	line-height: 1.5em;
	color: #555555;
}
td.basic_head {
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding:5px;
	line-height: 1.5em;
	color:#555555;
}
td.basic_head_last {
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding:5px;
	line-height: 1.5em;
	color:#555555;
}
td.basic_last {
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding:5px;
	line-height: 1.5em;
	color:#555555;
}

td.size {
	background-image: url(../image/side_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 500px;
	width: 200px;
}

td.main {
	width: 740px;
	padding: 0px;
}

td.box {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

td.lightbox {
	border: 1px solid #0066CC;
	padding: 10px;
}

caption.box {
	font-size: 1.25em;
	line-height: 36px;
	font-weight: bold;
	margin: 0px;
	text-indent: 2em;
	text-align: left;
	/*
	background-image: url(../image/box_title_red2.png);
	color: #FFFFFF;
	text-shadow:1px 1px 0px #8E3C74;
	background-repeat: no-repeat;
	letter-spacing: 10px;
	*/
	color:#FFF;
	letter-spacing: 10px;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px 2px 2px 2px;
	border:1px solid #103900;
	
	border-radius:6px;
	
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #2DA200), color-stop(95%, #217900) );
	background:-moz-linear-gradient( center top, #2DA200 5%, #217900 95% );
	background:-ms-linear-gradient( top, #2DA200 5%, #217900 95% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2DA200', endColorstr='#217900');
	
 	-webkit-box-shadow:inset 1px 1px 0px 0px #92FF68;
 	-moz-box-shadow:inset 1px 1px 0px 0px #92FF68;
 	box-shadow:inset 1px 1px 0px 0px #92FF68;
	
	text-shadow:1px 1px 1px #333;
}

h4.subject {
	margin:0px;
	padding:10px 18px;
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
	letter-spacing: 30px;
	text-shadow:1px 1px 1px #333;
	
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #2DA200), color-stop(95%, #217900) );
	background:-moz-linear-gradient( center top, #2DA200 5%, #217900 95% );
	background:-ms-linear-gradient( top, #2DA200 5%, #217900 95% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2DA200', endColorstr='#217900');
	
 	-webkit-box-shadow:inset 1px 1px 0px 0px #92FF68;
 	-moz-box-shadow:inset 1px 1px 0px 0px #92FF68;
 	box-shadow:inset 1px 1px 0px 0px #92FF68;
	
	color:#FFF;
	letter-spacing: 10px;
}
h5.subject {
	margin:0px;
	background:#397EF0;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	letter-spacing:1em;
}

.right-box {
	width:100%;
	margin:auto;
	text-align:right;
	background:#D3EAFC;
}

li.news {
	background-image:url(../image/bg_dot.gif);
}

.contact-box {
	float:right;
	margin:auto;
	width:23em;
	text-align:left;
	color:#333;
}
div.contact-box {
	padding-bottom:10px;
	background-color:#FFF;
	border: 10px solid #DDFFBB;
}
div.box p {
	background-image: url(../image/bg_dot.gif);
	line-height: 25px; 
	margin: 0px;
	padding: 0px;
	font-size: 0.95em;
}
p.space {
	margin:0px;
	padding:0xp;
}
p.space-half {
	margin:0px;
	padding:0xp;
	line-height:5px;
}
p.subject {
	font-weight:bold;
	text-align:left;
	padding:5px 0px 0px 15px;
	letter-spacing:0.1em;
}
p.sentence {
	text-align:left;
	padding:0px 5px;
	font-size: 0.80em;
	letter-spacing:0.1em;
}
p.contact-box {
	margin:0px;
	padding:0xp;
	line-height:1.5em;
	text-indent:15px;
}

span.subject {
	font-size: 1.15em;
	color: #F03;
	font-weight: bold;
}

.clearLeft {
	clear: left;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	/*
	background:#FFFFFF;
	*/
}
