@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../img/bgimg.pn);
	background-position:center;
	background-repeat:no-repeat;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Helvetica, "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: center;
}

img {
    border-style:none;
}

a:link { color:#1B705C; }
a:visited { color:#1B705C; }
a:hover { color: #D2C661; }
a:active { color:#D2C661; }
a {
text-decoration: none;
font-weight :bold;
}

/* 基本色 黒 */
.font1 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	color:#000;
}

/* 基本色 黒 大 */

.font2 {
	font-size: 20px;
	font-weight:bold;
	font-style: normal;
	color: #000;
}

/* 基本色 黒 小 */
.font3 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	color: #000;
}

/* 強調色 赤 */
.font4 {
	font-size: 16px;
	font-style: normal;
	color:#C00;
}

/* 強調色 青 */
.font5 {
	font-size: 16px;
	font-style: normal;
	color:#036;
}

/* 強調色 青 */
.font6 {
	font-size: 18px;
	font-style: normal;
	color:#036;
}

/* 強調色 青 */
.font7 {
	font-size: 14px;
	font-style: normal;
	color:#036;
}



/* 全体 */

#wrapper { 
	width: 950px; 	
	margin: 0 auto; 
}

#wrapper:after {
content: "";
display: block;
clear: both;
height: 0;
max-height: 0;
visibility: hidden;
}

/* ヘッダー header */

#headerlogo{
	width:850px;
	height:150px;
	text-align:left;
    margin-left: auto;
    margin-right: auto;
	background-image:url(file:///Macintosh%20HD/Users/shugotokumaru/Desktop/%E3%83%88%E3%83%8E%E3%83%95%E3%82%A9%E3%83%B3/tonofon_nowHP/myounichikan/img/tonofeslogo.gif);
	background-repeat:no-repeat;
}


/* メイン main */

#main{
	width:950px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
    margin-left: auto;
    margin-right: auto;
}


/* ライン 茶色 */
hr {
   border-width: 1px 0px 0px 0px;
   border-style: solid;
   border-color: #5C3411;
   width:850px;
   height: 1px;
}

/* メニュー menu */





/* フッター footer */
#footerbanner {
	width:950px;
	height:71px;
	float:left;
	margin-top:10px;
	margin-bottom:180px;
	margin-left: auto;
 margin-right: auto;
 text-align:center;
 clear:left;
}

#footerlogo {
	width:950px;
	height:45px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-left: auto;
 margin-right: auto;
 text-align:center;
}

#footerinfo {
	width:950px;
	height:35px;
	font-size:11px;
	text-align:center;
	float:left;
	margin-left:auto;
	margin-right:auto;
}
