﻿@charset "utf-8";

*{
	margin:0;
	padding:0;
    font-family: "Times New Roman","メイリオ","Meiryo",sans-serif;
}

img {
	border: 0;
    vertical-align:bottom;
}



/*ナビゲーションここから*/
#nav{
    width:100%;
    height:auto;
    background-color: rgb(240,210,201);
    margin-bottom: 40px;
}

#nav ul{
	width:980px;
	margin:0 auto; 
	list-style-type:none;
	overflow:hidden;
}

#nav ul li{
	float:left;
	width:196px;
	line-height:20px;
	text-align:center;
}

#nav ul li a{
    text-decoration: none;
    display:block;
    text-decoration:none;
    padding:17px 0 17px 0;
    color:rgb(0,0,0);
    font-weight: bold;
}

#nav ul li a:hover{
    background-color: rgb(229,148,147); 
    width:196px;
    height:auto;
}

/*ナビゲーションここまで*/





/*mainここから*/


main{
	width:960px;
	margin:0 auto; 
}



/*mainここまで*/






/*footer装飾ここから*/

footer{
	width:100%;
	height:auto;
	margin:0 auto;
	background-color:rgb(232,194,174);
	padding-top:20px;
}


.map_box{
	overflow:hidden;
    width:980px;
    margin: 0 auto;
}



.map_left{
	float:left;
	width:470px;
	padding-left:20px;
    text-align: left;
}

.map_left p{
    padding-bottom:10px;
    line-height: 25px;
}

.font{
    font-size:14px;

}

.map_center{
	float:left;
	width:280px;
    text-align: left;
    font-size:14px;
}

.map_right{
    float:left;
    width:190px;
    text-align: right;
    
}

.map_right img:hover{
    opacity: 0.7;
}

footer ul li{
    line-height: 30px;
    list-style:none;
}

footer ul li a{
	text-decoration: none;
}

footer ul li  a:hover {
	text-decoration:underline;
	color:rgb(167,31,42);
}


#copyright {
	padding:15px 0 15px 0;
	text-align: center;
}
#copyright small {
	font-size: 100%;
}


/*footer装飾ここまで*/

