@charset "Shift_JIS";
/* General
*******************************************************************************/
body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	font-size:85%;
    background: url(../images/haikei02.jpg) repeat;
	color: #663300;
	line-height: 130%;
    margin: 0px;
    padding: 0px;
	text-align:center;
}

h1{
	font-size:90%;
	color: #663300;
}


a {
	text-decoration: none;
	color: #663300;
}


img {
	padding: 0;
	margin: 0;
    border:none;
}


/* Layout
*******************************************************************************/
#wrap {
	width: 760px;
	background: url(../images/bg03.gif) repeat-y center top;
	text-align:left;
	margin:0 auto;
	padding-left:38px;
	border-top-style:dotted;
    border-top-width:5px;
    border-top-color:#999999;

}
 
#container {
	margin-top: 0px;
	width: 720px;
}


/* Header
*******************************************************************************/
#header {
	width: 720px;
	height: 90px;
	padding-bottom:10px;
}

/* 中央コンテンツ
*******************************************************************************/

#contents {
	position: relative;
}



/* メニュー
*******************************************************************************/
.menu {
	width: 162px;
	float: left;
	margin-right: 7px;

}

.tNavi {
	padding: 0px 0px;
}

.tNavi2 {
	padding: 0px 0px;
	border-bottom:1px solid #666666;
}

/* メイン
*******************************************************************************/
.main {
	float: right;
	width: 550px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
}


.navim{
	padding-top: 24px;
	padding-left: 10px;
	border-bottom-color: #99CC66;
	border-bottom-style: solid;
	background: url(../images/contenbg01.jpg) repeat-x top;
	font-size:120%;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	}	
	
.hidariji{
	padding-top: 10px;
	padding-left: 30px;
	}

.migiji{
	padding-top: 10px;
	padding-right: 30px;
	}

.section{
	padding-top: 4px;
	padding-left: 10px;
	background: url(../images/back01.jpg) repeat-x top;
	font-size:110%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	font-weight: bold;
	}	

	
.bun{
	vertical-align: middle;
	padding: 15px;
		}	

/* サンプルページ
*******************************************************************************/

.largeImage{
	border: solid 1px #ccc;
	width: 450px;
	height: 500px;
	margin-left:40px;
}
.thumbs img{
border: solid 1px #ccc;
width: 100px;
height: 100px;
}
.thumbs img:hover{
border-color: #FF9900;
}


/* リンク
*******************************************************************************/
.linksaki{
	margin-top: 5px;
	padding: 10px;
}

/* リンクページ
*******************************************************************************/

.mylink {
	width: 500px;
	background-color: #CCFF99;
	margin:10px 15px;
	padding: 5px;
	}	
	


.mylink span {
	color: #0066FF;
	font-size: 110%;
	text-decoration: underline;
	}		
	

/* Footer
*******************************************************************************/
.footer {
	clear: both;
	width: 720px;
    background: url(../images/bgfoot.jpg) repeat;
	margin-top: 8px;
	margin-bottom: 10px;
	height: 70px;
	border-top: 1px solid #CCCCCC;
	position: relative;
}

.footer .sitemap {
	position: absolute;
	width: 640px;
	left:40px;
	top: 10px;
	font-size: 85%;
	line-height: 120%;
}

.footer .sitemap a{
	text-decoration: underline;
}


