@charset "utf-8";
/* CSS Document */

/*===============================================
●tablet.css 画面の横幅が1024pxまで
===============================================*/
@media screen and (max-width: 2400px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　
}
/*
#container{
    width:100%;
}*/
/* ～以下、画面の横幅が1024pxまでの場合のスタイル記入～*/


/*inner-------------*/
#inner{
	background-color:#FFC;
	width:100%;/*800px*/
	padding-bottom:20px;
	/*height:700px;仮の値*/
	display:inline;
	}


/*side------------------------------------*/
#side{
	width:238px;
	margin-right:4px;
	float:left;
	clear:both;
	 height:800px;
}

/*IE*/
*html #side{
	height:780px;
	}


/*upcominmg*/
#up{
	text-indent:-9999px;
	background-image: url(../images/up-ue.jpg);
	background-repeat: no-repeat;
	display: block;
	height:28px;
	}
	
* html #up{
	margin-bottom:-1px;
	}


.hako{
	background-image: url(../images/hako.jpg);
	background-repeat: repeat-y;
	display: block;
	width: 230px;
	padding-top: 2px;
	padding-left:4px;
	padding-bottom:2px;
	padding-right:4px;
	height:94px;
	/*height:104px;
	/*background-color: #ccc;*/
	}	


/*ph*/
#ph1{
	display:block;
	float:left;
	height:94px;
	width:94px;
	}


/*txt*/
.txt{
	float:right;
	font-family: "ヒラギノ角ゴ3";
	padding-bottom:8px;
	padding-top:7px;
	margin-left:5px;
	width:130px;
	/*background-color: #f00;*/
	}

/*contact-txt*/
.con-txt,.con-txt a{
	font-family: "ヒラギノ角ゴ3";
	color:#FFF;
	line-height:26px;
	font-size:12px;
	}

.con-txt a:visited{
	color:#999;
	}	

.con-txt a:hover{
	color: #004f00;
	text-decoration:none;
	}

.con-txt a:active { 
	color: #fff; 
	}	

	
/*upcoming------------------------*/
.d-tx{
	font-size:10px;
	color:#a6a3a3;
	font-weight:bold;
	/*width:130px;*/
	margin-bottom:4px;
	}


/*title*/
.t-tx a{
	font-size:12px;
	color:#151715;
	line-height: 15px;	/*margin-top:10px;*/
	}

.t-tx a:visited{
	color: #606660;
	}

.t-tx a:hover{
	color:#004f00;
	text-decoration:none;
	}
	
.t-tx a:active { 
	color: #fff; 
	}	
	

/*line*/
.sen{
	width:238px;
	background-image: url(../images/line.jpg);
	/*	padding-right: 2px;
	padding-left: 2px;*/
	display: block;
	background-repeat:no-repeat;
	height:1px;
	background-color:#0a0a0a;
	margin-top:0px;
	margin-bottom:0px;
	}

* html .sen{
	margin-bottom:-15px;//
	}

/**/
#sita{
	display:block;
	background-image: url(../images/sita.jpg);
	height:24px;
	width:238px;
	margin-bottom:90px;
	}

/*IE6*/
*html #sita{
	height:34px;
	}


/*container-----------------------*/		
#container{
	float:left;
	width: 558px;
	margin-bottom:90px;
	/*background-color: #0CC;*/
	}
	
/*IE6*/
*html #container{
	margin-bottom:50px;
	}

/*main--------------------------*/
#main {
    position:relative;
	width:558px;
	height: 150px;
	margin-bottom: 4px;
}



/*下層ページ*/
#main2{
	width:558px;
	height:200px;
	display:block;
	margin-bottom:4px;
	}


#banner{
	display: block;
	height:100px;
	width:558px;
	background-image: url(../images/banner1.jpg);
	margin-bottom: 4px;
	}	


/*--under construction--*/
#const{
	margin-top:120px;
	margin-left:125px;
	}


/*footer------------------*/
/*固定*/
#footer{
	margin :0 auto;
	width:800px;
	height:70px;
	margin-top:50px;
	background-color:#878987;
	clear:both;
	/*position: absolute;
    bottom: 0px;
	background-position:center bottom;
	background-attachment: fixed; 
    background: url(ft_bg.jpg) no-repeat left top;*/
}


.copyr{
	font-family: "Futura Lt BT";
	font-size: 14px;
	color: #FFF;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	letter-spacing:0px;
	/*background-color:#878987;	*/	
	}
	
}	