@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-image: url(../image/bg.png);
	background-position: center top;
	background-attachment:fixed;
	background-repeat:repeat;
}
.nav1 {
	width:100%;
	/*
	background-color:#FFFFFF;
	*/
	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/hdbg.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_contents.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;
	*/
	/* 上,右,下,左 */
	/* 上下,左右 */
	margin:0px;
	padding:0px 10px;
	width:180px;
	float:left;
	list-style:none;
	text-align:left;
}

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

ul#leftMenu li a {
	display:block;
	padding:5px 18px;
	color:#333333;
	background-color:#FBC66C;
	border:1px solid #EAAE8A;
	
	letter-spacing: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(10%, #FFF4EC), color-stop(90%, #FBC66C) );
	background:-moz-linear-gradient( center top, #FFF4EC 5%, #FBC66C 90% );
	background:-ms-linear-gradient( top, #FFF4EC 5%, #FBC66C 90% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4EC', endColorstr='#FBC66C');
	

 	-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;
	
}

ul#leftMenu li a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(10%, #FDFBEA), color-stop(90%, #F5EB95) );
	background:-moz-linear-gradient( center top, #FDFBEA 10%, #F5EB95 90% );
	background:-ms-linear-gradient( top, #FDFBEA 10%, #F5EB95 90% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFBEA', endColorstr='#F5EB95');
	background-color:#F5EB95;
}

ul#leftMenu li a#current {
	color:#333333;
	background-color:#FC736B;
	border:1px solid #FDB0AC;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	padding:5px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(10%, #FFECEC), color-stop(90%, #FDB0AC) );
	background:-moz-linear-gradient( center top, #FFECEC 10%, #FDB0AC 90% );
	background:-ms-linear-gradient( top, #FFECEC 10%, #FDB0AC 90% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFECEC', endColorstr='#FDB0AC');
	
 	-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;
}

ul#leftMenu li a#current:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(10%, #F9F3BF), color-stop(90%, #F0E160) );
	background:-moz-linear-gradient( center top, #F9F3BF 10%, #F0E160 90% );
	background:-ms-linear-gradient( top, #F9F3BF 10%, #F0E160 90% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFBEA', endColorstr='#F0E160');
	background-color:#F0E160;
}


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



h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 8px 30px;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px 2px 2px 2px;
	border:1px solid #FBC66C;
	
	color: #555555;
	background-color:#FEF2DE;
	
	text-shadow: 1px 0px 1px #FEF2DE;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size:1.4em;
	text-decoration:none;
	font-style: normal;
	font-weight: normal;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(10%, #FFF4EC), color-stop(90%, #FBC66C) );
	background:-moz-linear-gradient( center top, #FFF4EC 5%, #FBC66C 90% );
	background:-ms-linear-gradient( top, #FFF4EC 5%, #FBC66C 90% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4EC', endColorstr='#FBC66C');
	
	letter-spacing: 10px;
	
 	-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;	
}
h3 {
	margin-top:0px;
	margin-bottom:0px;
	padding-left:40px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px;
	color:#666666;
	background-image:url(../image/box_title_orange.png);
	background-repeat:no-repeat;
	font-size:1.25em;
	line-height:1.25em;
	font-weight:bold;
	height:40px;
}
.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: #FF9966;
}

.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/listmark.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 {
	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;
	*/
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px 2px 2px 2px;
	border:1px solid #FBC66C;
	
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(10%, #FFF4EC), color-stop(90%, #FBC66C) );
	background:-moz-linear-gradient( center top, #FFF4EC 5%, #FBC66C 90% );
	background:-ms-linear-gradient( top, #FFF4EC 5%, #FBC66C 90% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4EC', endColorstr='#FBC66C');
	
 	-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;
	
	color: #555555;
	background-color:#FEF2DE;
	letter-spacing: 10px;
}

h4.subject {
	margin:0px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #FBC66C;
	padding:10px 18px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
	letter-spacing: 30px;
	text-shadow: 1px 0px 1px #FEF2DE;
	
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(10%, #FFF4EC), color-stop(90%, #FBC66C) );
	background:-moz-linear-gradient( center top, #FFF4EC 5%, #FBC66C 90% );
	background:-ms-linear-gradient( top, #FFF4EC 5%, #FBC66C 90% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4EC', endColorstr='#FBC66C');
	
	color: #555555;
	
 	-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;
}
h5.subject {
	margin:0px;
	background:#003399;
	color:#FFFFFF;
	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:#CC66FF;

}

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

.contact-box {
	float:right;
	margin:auto;
	width:23em;
	text-align:left;
	color:#333333;
}
div.contact-box {
	padding-bottom:10px;
	/*
	background-color:#FFFFFF;
	*/
	border: 10px solid #F0F0F0;
}
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:#C03;
	font-weight: bold;

}

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