@charset "UTF-8";
/* 全体 */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

/*ヘッダー*/
#header{
	background-image:url(images/hd/head_base.jpg); /*ヘーダーの背景画像の指定*/
	background-repeat:repeat-x;/*背景画像を横に繰り返す指定*/
	background-position:top right;
	height:32px; /*ヘーダーの高さ*/
}


#menu{
	background-image:url(images/menu/menu1.jpg);
	background-repeat:repeat-x;
	height:61px;
}


#ft_menu{
	background-image:url(../tatami/images/ft/foot_menu1.jpg);
	background-repeat:repeat-x;
	height:56px;
}


.nav{
	position: relative;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 200px;
}


.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


#container {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 1090px;
	margin: 0 auto;
	background: url(images/bg.jpg) center top repeat-y;
}

#cont2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
}

a.menu:link {
	text-decoration: none;
	color: #666666;
}

a.menu:visited {
	color: #666666;
}

a.menu:hover {
	text-decoration:underline;
	font-weight: bold;
}


a img.css-hover{
opacity:1.0;
filter: alpha(opacity=100);
}

a:hover img.css-hover{
opacity:0.6;/*半透明度60%に設定*/
filter: alpha(opacity=60);/*半透明度60%に設定*/
}

a img{
border:none;
}


#footer {
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #000000;
	background-repeat:repeat-x;/*背景画像を横に繰り返す指定*/
	background-position:top right;
	height: 70px;
}

a.footer:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.footer:visited {
	color: #FFFFFF;
}

a.footer:hover {
	text-decoration:underline;
	font-weight: bold;
}

/* 文字 */
.gt {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.min {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.bw { color: #362e2b;}/*茶*/

.bk {color: #000000;}/*黒*/
.bk14 { font-size: 14px;color: #000000;}
.bk13 { font-size: 13px;color: #000000;}
.bk12 { font-size: 12px;color: #000000;}
.bk11 { font-size: 11px;color: #000000;}

.gy {color: #666666;}/*グレー*/
.gy14 { font-size: 14px;color: #666666;}
.gy13 { font-size: 13px;color: #666666;}
.gy12 { font-size: 12px;color: #666666;}
.gy11 { font-size: 11px;color: #666666;}

.gb {color: #646C7F;}/*ブルーグレー*/
.gb14 { font-size: 14px;color: #646C7F;}
.gb13 { font-size: 13px;color: #646C7F;}
.gb12 { font-size: 12px;color: #646C7F;}
.gb11 { font-size: 11px;color: #646C7F;}

.l70 { line-height: 70%;}
.l100 { line-height: 100%;}
.l120 { line-height: 120%;}
.l150 { line-height: 150%;}
.l170 { line-height: 170%;}
.l200 { line-height: 200%;}
.l230 { line-height: 230%;}
.l300 { line-height: 300%;}

.sp0 { letter-spacing: 0px;}
.sp1 { letter-spacing: 1px;}
.sp2 { letter-spacing: 2px;}
.xs { font-size: x-small;}
.xxs { font-size: xx-small;}

.t28 { font-size: 28px;}
.t24 { font-size: 24px;}
.t20 { font-size: 20px;}
.t18 { font-size: 18px;}
.t17 { font-size: 17px;}
.t16 { font-size: 16px;}
.t15 { font-size: 15px;}

.rd {color: #be141e;}/*赤*/

.wt {color: #FFFFFF;}/*白*/

.none { display: none;}
