@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url(../import.css);


/* CSS Document */

.left-img01 {
width:640px;
height:77px;
padding-bottom:10px;
}

.box01 .box01-left,
.box02 .box02-left {
float:left;
width:150px;
}

.box01 .box01-right,
.box02 .box02-right {
float:right;
width:470px;
}

.box01 {
height:115px;
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px dashed #CCCCCC;
}

.homepage-navi {
background-image:url(../../images/common/navi01.gif);
background-repeat:no-repeat;
background-position:0 0;
padding-left:30px;
}


/*------------right-menu----------------*/

#right-img02 {
margin-bottom:20px;
}

#right-img02 ul  {
	background-image:url(../../images/mountain/right-img02.jpg);
	background-repeat:no-repeat;
	width:202px;
	height:133px;
	/*margin-left:5px;*/
	text-align:center;
}

#right-img02 ul li a {
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	width:202px;
	vertical-align:top;	
}

#right-img02 #right-img02-0 a {
	height:37px;
}

#right-img02 #right-img02-1 a {
	height:46px;
}
#right-img02 #right-img02-2 a{
	height:46px;
}
#right-img02 #right-img02-0 a:active,
#right-img02 #right-img02-0 a:focus,
#right-img02 #right-img02-0 a:hover {
	background:url(../../images/mountain/right-img02.jpg) no-repeat -202px 0px;
}

#right-img02 #right-img02-1 a:active,
#right-img02 #right-img02-1 a:focus,
#right-img02 #right-img02-1 a:hover {
	background:url(../../images/mountain/right-img02.jpg) no-repeat -202px -37px;
}
#right-img02 #right-img02-2 a:active,
#right-img02 #right-img02-2 a:focus,
#right-img02 #right-img02-2 a:hover {
	background: url(../../images/mountain/right-img02.jpg) no-repeat -202px -83px;
}
.right-img03,
.right-img04,
.right-img05 {
width:202px;
height:50px;
background-color:#CCCCCC;
margin-bottom:10px;
}

.right-img06 {
width:202px;
height:38px;
}


/*------------txt_style----------------*/

.txt_style01 {
line-height:160%;
}

.txt_style01 a:link,
.txt_style01 a:hover {
text-decoration:underline;
}

.txt_style01 a:visitd,
.txt_style01 a:active {
text-decoration:none;
}

.txt_style02 {
display:block;
padding-bottom:10px;
font-weight:bold;
}


