body {
	font-family:"メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;/* 文字のサイズ */
	background-color: #fafafa;
	margin: 0px;
	padding: 0px;
	text-align:center;
	}

html {	/* scroll ber */
	overflow-y: scroll;
	}

p {
	line-height: 170%;/* 行間 */
	font-size: 12px;
	color: #3f3f3f;
	letter-spacing: 0.2em;
	}

span {color: #cccccc;}
span.news {color: #535353; font-size: 10px; letter-spacing: 0.1em;}

br{letter-spacing: normal;}

img {border: 0;}

div.st {width: 800px; height: 20px; background-color: none;}
div.sb {width: 800px; height: 60px; background-color: none;}

/* リンク指定 */
	
a {
	color: black;
	text-decoration: underline; 
	outline: 0;
   	}
a:hover {
	color: #D90000;
	text-decoration: underline;
	}
		
a:hover img {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: #fff;
	}

/* table指定 */
table { border: 1px solid #000; }

td { 	/* テーブル背景色・文字サイズ */
	background-color: white;
	font-size: 13px;
	letter-spacing: 1px;
}

td.main {	/* 本文 */
   width: 800px;
   padding: 15px 148px;/* 上下・左右 */
}

td.c {	/* contact */
   width: 800px;
   padding: 5px 0px 5px 120px;/* 上下・左右 */
}

td.header {/* ヘッダーナビゲーション */
	background-color: white;
	width:800px;
	height:56px;
	text-align:left;
	padding-left:50px;
	padding-right:65px;
	padding-top:0px;
	border: 0;
	}

/* 下部ナビゲーションの指定 */
td.navi2 {	/* Back to Top余白設定 */
   padding: 12px 30px 15px 50px;/* 上右下左 */
   line-height:150% ; 
}

/* galleryの指定 */
p.g {	/* gallery.html menu */
	line-height: 200%;
	font-size: 12px;
	color: #3f3f3f;
	letter-spacing: 0.2em;
	}
p.c {text-align: center;/* gallery mein */
	}
a.g {
	color: #535353;
	text-decoration: none; 
	outline: 0;
   	}
a:hover.g {
	color: #D90000;
	text-decoration: underline;
	}
img.g {margin: 5px; border: 0;}
