@charset "utf-8";
/* CSS Document */

/*ここから変更禁止*/
*{
margin:0;
padding:0;
}

.base{
width:800px;
margin:0 auto 0 auto;
position:relative;
}

/*ここまで変更禁止*/

/*ここからレイアウト*/
.header{
width:100%;
height:1.2em;
background-image:url("../images/bar.gif");
background-repeat:no-repeat;
background-position:bottom;
}

.content{
width:100%;
height:25em;
position:relative;
}

.navigation{
width:100%;
height:50px;
}

.footer{
width:100%;
height:1.2em;
background-image:url("../images/bar.gif");
background-repeat:no-repeat;
text-align:right;
}

/*ここまでレイアウト*/

/*ここからナビゲーションバーの指定*/

.menu li{
width:130px;
height:50px;
list-style:none;
float:left;
display:inline;
}

.menu li a{
width:130px;
height:50px;
display:block;
background-position:center top;
background-repeat:no-repeat;
text-indent:-9999px;
}

.menu li a:hover{
background-position:bottom center;
}

.menu1{
background-image:url("../images/button1.gif");
}

.menu2{
background-image:url("../images/button2.gif");
}

.menu3{
background-image:url("../images/button3.gif");
}

.menu4{
background-image:url("../images/button4.gif");
}

.menu5{
background-image:url("../images/button5.gif");
}

.home{
width:50px;
height:50px;
background-image:url("../images/home.gif");
}

#loaded{/*表示されているページのメニューが常にオンマウス*/
background-position:bottom center;
}

/*ここまでナビゲーションバーの指定*/

/*ここからコンテンツ内*/

.photo_copage{
width:50%;
height:100%;
position:absolute;
}

.cal1{
margin-top:3em;
position:relative;
margin-left:10px;
margin-right:30px;
float:left;
position:relative;
}

.cal2{
margin-top:3em;
}

.text{
width:50%;
height:100%;
position:absolute;
left:50%;
}

.subtext{
width:90%;
height:21em;
top:4em;
left:10%;
position:absolute;
}

.form{
width:200px;
height:50px;
display:block;
background-image:url("../images/form.gif");
background-position:top left;
margin:50px auto 0 auto;
position:relative;
}

.form:hover{
background-position:bottom left;
}

.table1{
font-size:12px;
margin-top:3em;
}

.leftcell{
width:100px;
line-height:30px;
color:#fff;
background-color:#722B24;
height:10px;
}


/*ここまでコンテンツ内*/

