/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, nav {
	margin:0;
	padding:0;
	border:0;
	font-size:98%;
	font-weight:normal;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}


/*共通
--------------------------------------*/
body {
	background: #006B33 repeat-x url(../common/shimo01.gif);
	font-size:1;
	padding:0;
	margin:0;
	border:0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
html{
	overflow-y:scroll;
	}
em{
	font-weight:bold;
	color: #0066CC;
	font-size:1em;
	margin:5px 0;
	padding:5px 0;
	}

.reset{
	clear:both;
	}	
a{
	color:#FF3300;
	}
a:link{
	color:#FF3300;
	text-decoration:underline;
	}
a:hover{
	color:#669900;
	text-decoration:underline;}
a:visited { color: #669900;}

ul{
	list-style-type: none!important;
line-height:2em;}
	
/*ヘッダー
--------------------------------------*/
#header{
	width:960px;
	height:80px;
	background:url(../common/header_back.gif) repeat-x;
	margin:0 auto;
	}
#header h1.logo{
	width:395px;
	height:80px;
	position: relative;
	left:0;
	top:0;
	float:left;
	}	
#header h2.rightcomment{
	width:400px;
	height:80px;
	float:right;
	background:url(../common/header02.gif) no-repeat right top;
	}

#imagephotoarea{
	width:960px;
	margin:0 auto;}
	
#buttonarea{
	width:960px;
	height:62px;	
	margin:0 auto;}
	
/*メイン
--------------------------------------*/
#container{
	width:960px;
	margin:0 auto;
	background:#ffffff;
	padding-bottom:30px;
	}

	
/*フッター
--------------------------------------*/
#footer{
	clear:both;
	width:100%;	
	background:#fccb00;
	border-top: #FFFFFF 1px solid;
	}
#footer p.copy{
	clear:both;
	text-align:center;
	line-height:30px;	
	font-size:0.7em;
	color: #669900;
	margin:0 auto;
	font-family:"Georgia", "Times New Roman", "Times","serif","ＭＳ Ｐゴシック";
	}
	
	
#footer .textmenu{
	width:940px;
	margin:0 auto;
	height:15px;
	color:#333333;
	}
#footer .textmenu ul{
	float:left;
	line-height:25px;}
#footer .textmenu ul li{
	display:inline;
	margin-right:1em;
	background: url(../common/img01.gif) no-repeat left;
	padding-left:13px;
	list-style-type:none;
	font-size:0.7em;	
	}
#footer .textmenu ul li a,a:link{
	color: #663300;
	text-decoration:underline;
	}


/* 共通バナー
--------------------------------------*/
.sabBannerArea{
	width:220px;
	padding-top:20px;
	background:#006B33;
	}
.sabBannerArea img{
	margin-bottom:5px;
	}