@charset "utf-8";

/* 基本段組み */


#headerContainer {
	width: 100%;
	min-width: 960px;
	min-height: 0px;
}

header{
	width: 960px;
	height :118px;
	margin: 0 auto;
	text-align: left;
	background: url(../imgall/back.gif)  no-repeat top center;
}


#subNav{
	width:340px;
	height:25px;
	float:right;
	padding:0 10px 0 0;
}

#logo{
	float:left;
	width: 320px;	
	margin:40px 0 0;
}

#headerRight{
	float:left;
	width: 640px;	
	margin:38px 0 0;
}


#navGlobal{
	width:960px;
	height :69px;
	margin: 0 auto 12px;
	padding : 0;
}


#wrapper  {
 	position:relative; 
	z-index:90;
	width: 100%;
	background:url(../imgall/back_contents.png) top center no-repeat;
}

#wrapper02  {
 	position:relative; 
	z-index:90;
	width: 100%;
	margin: 0;
	background:url(../imgall/back_contents.png) top center no-repeat;
}


#container  {
 	position:relative; 
	z-index:99;
	width: 960px;
	margin: 0 auto 0;
	padding: 0 0 30px;
	text-align: left;
}

#contents-inner  {
	margin: 30px 0;
}

#contents-inner02  {
	margin: 35px 0;
}


#tree {
 	position:relative; 
	width:960px;
	height :20px;
	margin: 0 auto;
	padding:5px 0 10px;
}



#title {
	margin: 0 0 30px 0;
}



#maincontents{
 	position:relative; 
	display: inline;
	width:700px;
	margin: 0px 20px 0 0;
	padding : 0px;
	float:left;
}

#subcontents{
 	position:relative; 
	display: inline;
	width:240px;
	margin: 0px;
	padding : 0px;
	float:right;
}

footer{
 	position:relative; 
	margin: 0;
	padding :0;
}

#footerBox{
	border-top:4px solid #2660AD;
	width: 100%;
	margin:  0;
	padding :0;
	background:url(../imgall/footerback.gif) repeat-x;
}

#footer-inner{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}



#pageTop{
	width: 960px;
	height:23px;
	text-align: right;
	padding :0px;
}




/* 共通 */

a:link{color:#333333;}
a:visited{color:#333333;}
a:hover{color:#2660ad;}
a:active{color:#2660ad;}

.defaultspace03 a:link{color:#2660ad;}
.defaultspace03 a:visited{color:#2660ad;}
.defaultspace03 a:hover{color:#4481d1;}
.defaultspace03 a:active{color:#4481d1;}

p{line-height:1.7;}
p img,h1 img,h2 img,h3 img,h4 img{vertical-align: middle;}




img{
	margin: 0px;
	padding : 0px;
	border :none;

}

sup{
	vertical-align:middle;
	color:#ff0000;
}

input{
	background:#eee;
}


input:focus{
	background:#fff;
}

form{
	margin:0px;
	padding:10px;
	border:1px solid #ccc;
}

textarea{
	line-height:1.5;
	width:600px;
	height:300px;
}

.check{
	padding:10px 20px;
	background: #f3f3f3;
}

.contactForm{
	margin:40px 0;
}

.contactForm p{
	margin:10px 0;
}

.form-w input{
	width:350px;
}

option{
	width:100px;
}

li{
	list-style: none;
}



/* clearfix ---------------------------------------- */
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}




