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

/*====Base setting====*/

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color:#222222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: justify;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}


h2,h3,h5,h6,p,ul,li {
	font-weight: normal;
	margin: 0;
	padding: 0;

	}
	
h1{
	margin: 0px;
	padding: 60px 0 0 10px;
}

#left h4{
	font-weight: bold;
	color: #2070C7;
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type:none;
	list-style-position: outside;
	}


table {
	border-collapse: collapse;
}

.clear {
	clear: both;
}

.aligncenter{
	text-align: center;
}

.alignright{
	text-align: right;
}

.alignleft {
	text-align: left;
}

/*====Link color setting====*/
a img {
	border: none;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
   color: #000;
   text-decoration:none;
}

a:hover {
	color: #666;
	text-decoration:underline;
}

a:active {
	color:#C30;
}


/* Generated via www.cssmenubuilder.com */

.menu {
	width:280px;
}

.menu li {
	margin:0 0 0 0;
	height:40px;
	display:block;
}

.menu li a {
	color: #FFFFFF;
	text-align:left;
	height:40px;
	padding:0px 25px;
	display:block;
	background:url('images/menu.png') 0px 0px no-repeat;
	text-decoration:none;
}

.menu li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background:url('images/menu.png') 0px -40px no-repeat;
	text-align: right;
}

.menu li a span {
	line-height:40px;
}

/*====ContentsSetting====*/

#main {
	width: 900px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 30px;
}
#contents {
	padding: 5px;
}

#head {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 900px;
	height: 100px;
	/*padding: 60px 0 0 0;*/
	margin: 0 0 10px 0;
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
}


#left {
	float: right;
	width: 590px;
	padding: 0 5px 0 10px;
}
#right {
	float: left;
	width: 280px;
}
#footer {
	background-color: #333333;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.desc {
	background-color: #FFFFFF;
	margin: 0px 5px 20px 5px;
	padding: 28px;
	border: 1px solid #CCC;
	text-align: center;
	position:relative;

	filter:progid:DXImageTransform.Microsoft.Gradient(Enabled=1,GradientType=0,StartColorStr=#FFFFFFFF,EndColorStr=#FFCCCCCC);
	background: -moz-linear-gradient(center bottom, #CCCCCC 0%,#ffffff 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCCCCC),color-stop(1, #ffffff));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	display: block;
}
.large {
	font-size: 1.3em;
	text-align: center;
	color: #06F;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #06F;
	margin-bottom: 15px;
}
.big {
	font-size: 1.8em;
	color: #2070C7;
}

.inquary{
	height: 100px;
	width: 560px;
	margin: 10px auto 10px auto;
	display: block;

}
.inquary a {
	background-image: url(images/inquary_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 100px;
	width: 560px;
	display: block;
}

.inquary a:hover {
	background-image: url(images/inquary_btn.jpg);
	background-position: left -100px;
}
.content {
	font-weight: bold;
	background-color: #FFFFFF;
	/*-css3_For FF GC Safari-*/
	-moz-border-radius: 10px 0px 10px 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	behavior: url(border-radius.htc);
	/*end css3-*/
	text-align: center;
	padding: 5px 0 5px 0;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	color: #333;
}
.inqiside {
	display: block;
	margin-bottom: 10px;
}


.inqiside a {
	background-image: url(images/inquary_side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 280px;
}


.inqiside a:hover {
	background-image: url(images/inquary_side.jpg);
	background-repeat: no-repeat;
	background-position: left -100px;
}
