@charset "utf-8";

/* CSS reset */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}

/*共通 */
body{
	font-size:65%;
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka－等幅",sans-serif;
}

body div{
	margin:0 auto;
}

body p,body li,body dt,body dd{
	line-height:1.6em;
}


img{
	vertical-align: top;
}

a{
	color:#3366CC;
	text-decoration:underline;
}

a:hover{
	color:#CC0000;
	text-decoration:none;
}

a:hover img{
	filter:alpha(opacity=60);
  /*-moz-opacity:0.60;*/
  opacity:0.6;
}

a:hover img{
	filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
} 

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

.clearfix{
	display:inline-block;
}

/*Hides from IE-mac*/
* html .clearfix{
	height:1%;
}

.clearfix{
	display:block;
}
/*End hide from IE-mac*/



/*----------------------------------基本CSS---------------------------------------*/

/*ヘッダー*/
#header{
	width:920px;
	font-size:120%;
	overflow:hidden;
}

/*グランドナビゲーション*/
.wrap{
	background:url(img/top/navi_bg.jpg) repeat-x;
	height:45px;
	min-width:900px;
}

#gra-navi{
	clear:both;
	width:900px;
}

#gra-navi ul{
	overflow:hidden;
}

#gra-navi ul li{
	display:inline;
    float: left;
}

#gra-navi a{
	background-image:url(img/top/navi.jpg);
    height: 45px;   
    display: block;   
    text-indent: -9999px;   
    overflow: hidden;   
} 

#gra-navi:after{
	height:0; visibility: hidden; content: "."; display: block; clear: both;
}   
 
#gra-navi .gnavi01 a  { 
	background-position:0 0;
	width:166px;
}   
#gra-navi .gnavi02 a  { 
    background-position:-166px 0;
	width:248px;
}   
#gra-navi .gnavi03 a  {
    background-position:-414px 0;
	width:151px;
}   
#gra-navi .gnavi04 a  { 
    background-position:-565px 0;
	width:168px;
}
#gra-navi .gnavi05 a  { 
    background-position:-733px 0;
	width:167px;
}


#gra-navi .gnavi01 a:hover,#gra-navi .gnavi01a a  { 
	background-position:0 -50px;
	width:166px;
}   
#gra-navi .gnavi02 a:hover,#gra-navi .gnavi02a a {
    background-position:-166px -50px;
	width:248px; 
}   
#gra-navi .gnavi03 a:hover,#gra-navi .gnavi03a a {
    background-position:-414px -50px;
	width:151px;
}   
#gra-navi .gnavi04 a:hover,#gra-navi .gnavi04a a {
    background-position:-565px -50px;
	width:168px;
}
#gra-navi .gnavi05 a:hover,#gra-navi .gnavi05a a {
    background-position:-733px -50px;
	width:167px;
}


.wrap2{
	width:961px;
	background:url(img/top/main_bg.jpg) no-repeat;
}


/*フラッシュ*/
#flash{
	width:920px;
	height:338px;
	background:#FFE1E1;
}


/*コンテンツ*/
#content{
	width:920px;
	overflow:hidden;
	background:url(img/top/contects_bg.jpg) no-repeat;
	font-size:120%;
	padding-bottom:50px;
	border-bottom:#CCCCCC solid 1px;
	background-color:#fff;
}

#content2{
	width:920px;
	overflow:hidden;
	background:url(img/first/contects_bg_2.jpg) no-repeat;
	font-size:120%;
	padding-bottom:50px;
	border-bottom:#CCCCCC solid 1px;
	background-color:#fff;
	margin-top:10px;
	color:#666;
}

/*メインコンテンツ*/
#main-con{
	padding:38px 0 0 10px;
	width:655px;
	float:left;
}

#main-con2{
	padding:25px 0 0 10px;
	width:655px;
	float:left;
}

/*サブコンテンツ*/
#sub-con{
	width:230px;
	float:right;
}

#sub-con2{
	width:230px;
	float:right;
}


/*フッター*/
#footer{
	width:920px;
	padding:15px 0 50px 0;
	font-size:120%;
}


/*----------------------------------ここまで基本CSS---------------------------------------*/

/*ヘッダー*/
.head01{
	width:450px;
	float:left;
	padding-top:17px;
}

.head01_left{
	width:142px;
	float:left;
	}


	
.head01_right{
	width:302px;
	float:right;
	
	}




.head02{
	width:261px;
	float:right;
	padding-right:15px;
}


/*フラッシュ*/
#flash{
	
}


/*コンテンツ*/
#content{
	
}

/*メインコンテンツ*/
.main01{
	overflow:hidden;

	/*padding-top:20px;*/
	
}



.main02{
	/* padding-top:20px; */
}

.main03{
	overflow:hidden;
	padding:10px 10px 13px;
	background:url(img/top/main04.jpg) no-repeat;
}

.main03_1{
	width:270px;
	float:left;
}

.main03_2{
	width:200px;
	float:right;
}

.main04{
	padding:20px;
	border-left:#A1D043 solid 1px;
	border-right:#A1D043 solid 1px;
	border-bottom:#A1D043 solid 1px;
	margin-bottom:20px;
}

.pa-bo20{
	padding-bottom:20px;
}

.main05{
	background:#EAEAEA;
	padding:10px 5px 5px 5px;
	position:relative;
	margin-bottom:30px;
}

.main05_1{
	position:absolute;
	top:-10px;
	right:3px;
}

.main05_2{
	width:125px;
}

.main05_3{
	width:255px;
}

.main05 td{
	padding:5px;
	background-color:#FFF;
	border:#EAEAEA solid 8px;
	vertical-align:top;
	color:#666;
}

.main05 td p{
	padding:10px 0;
}

.te-ce{
	text-align:center;
}

.main06{
	padding:10px 20px;
	border-left:#A1D043 solid 1px;
	border-right:#A1D043 solid 1px;
	border-bottom:#A1D043 solid 1px;
}

.main06 dt{
	width:70px;
	float:left;
}

.main06 dd{
	margin-left:80px;
}

.main07{
	padding-top:30px;
}

.main07 dl{
	padding-top:10px;
}

.main07 dd{
	padding-bottom:5px;
}



/*サブコンテンツ*/
.sub01{
	clear:both;
	width:230px;
	height:378px;
	margin-bottom:15px;
}

.sub01 a{
	background-image:url(img/top/sub01.jpg);
	width:230px;   
    display: block;   
    text-indent: -9999px;   
    overflow: hidden;
	margin-bottom: 15px;  
} 

.sub01:after{
	height:0; visibility: hidden; content: "."; display: block; clear: both;
}   
 
.sub01 .gsub01 a  { 
	background-position:0 0;
    height: 378px;
}

.sub01 .gsub01 a:hover  { 
	background-position:0 -399px;
    height: 378px;
}

.sub01_2{
	clear:both;
	width:230px;
	height:378px;
	margin-bottom:15px;
}

.sub01_2 a{
	background-image:url(img/first/sub01_2.jpg);
	width:230px;   
    display: block;   
    text-indent: -9999px;   
    overflow: hidden;
	margin-bottom: 15px;  
} 

.sub01_2:after{
	height:0; visibility: hidden; content: "."; display: block; clear: both;
}   
 
.sub01_2 .gsub01_2 a  { 
	background-position:0 0;
    height: 378px;
}

.sub01_2 .gsub01_2 a:hover  { 
	background-position:0 -399px;
    height: 378px;
}


.sub02{
	background:#EEEEEE;
	padding:5px 10px 10px 10px;
}

.sub03{
	background:#EEEEEE;
	padding:10px 9px 10px 9px;
	margin-top:20px;
} 

.sub04{
	background:#fff;
	padding:5px;
	font-size:90%;
	border-left:#A4D147 solid 1px;
	border-right:#A4D147 solid 1px;
	border-bottom:#A4D147 solid 1px;
}

.sub05{
	background:#fff;
	padding:10px;
	font-size:90%;
	border-left:#E55F7D solid 1px;
	border-right:#E55F7D solid 1px;
	border-bottom:#E55F7D solid 1px;
	position:relative;
	width:190px;

}

.sub05 dd{
	font-weight:bold;
	}
	
.sub05_1{
	position:absolute;
	right:5px;
	bottom:0px;
}

.sub05_text{
	color:#F00
}

.sub06{
	background:#FFF;
	margin-top:10px;
	padding:10px;
	font-size:90%;
}

.sub06 img{
	padding-bottom:10px;
}

.ma35{
	margin:35px 0;
}

.sub07 img{
	padding-bottom:10px;
}

.sub07 p{
	padding-bottom:15px;
	color:#666;
}
 

/*フッター*/
.foot01{
	overflow:hidden;
	border-bottom:#EF4578 solid 3px;
	padding-bottom:10px;
}

.foot01 li{
	display:inline;
	float:left;
	padding:0 10px;
	border-right:#666666 solid 1px;
}

.foot01 a{
	color:#666;
	text-decoration:none;
}

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

.foot01 ul{
	border-left:#666666 solid 1px;
}

.foot02{
	overflow:hidden;
	padding-top:10px;
}

.foot02_1{
	width:150px;
	float:left;
}


/*イメージナビゲーション*/

#image-navigation a:hover img{
	filter:alpha(opacity=100);
  /*-moz-opacity:0.60;*/
  opacity:10.0;
}

#image-navigation a:hover img{
	filter: alpha(opacity=100);
  -moz-opacity:10.0;
  opacity:10.0;
} 


#image-navigation{
	width:920px;
	height:338px;
	overflow:hidden;
}
	
#image-navigation img {
  border:0;

}



#image-navigation li {
  height:95px;
}


	
#image-navigation ul li a {
  display:block;
  width:235px;
  height:95px;


}
.navi {
  width:235px;
  float:right;
  padding:30px 20px 0 0;

}
.navi-image {
  width:665px;
  float:left;
}

#image-navigation .navi-image { position:relative;}
#image-navigation .navi-image a { display:block; }
#image-navigation .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#image-navigation .navi-image a.active { z-index:10; }
#image-navigation .navi-image a.last-active { z-index:9; }


	

/*イメージナビゲーション終了*/



/* margin */
.ma-top10 { margin-top: 10px; }