@charset "UTF-8";
/* 全体 */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*ヘッダー*/
#header{
	background: #7d0022; /*ヘーダーの背景色の指定*/
	background-repeat:repeat-x;/*背景画像を横に繰り返す指定*/
	background-position:top right;
	height:5px; /*ヘーダーの高さ*/
	box-shadow: 0 -10px 10px 8px rgba(0,0,0,1);
	top: 0;
	left: 0;
	position: fixed !important;
	position: absolute;
	width: 100%;
	z-index: 999;
}


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


#ft_menu{
	background-image:url(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:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 840px;
	margin: 0 auto;
	background: url(img/bg-shadow.png) 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;
}


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


#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;
	width: 980px;
	margin: 0 auto;
	background: url(img/bg-shadow.png) center top repeat-y;
}

#ft2 {
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #7d0022;
	background-repeat:repeat-x;/*背景画像を横に繰り返す指定*/
	background-position:top right;
	height: 70px;
	box-shadow: 0 10px 10px 8px rgba(0,0,0,1);
	bottom: 0;
	left: 0;
	position: fixed !important;
	position: absolute;
	width: 100%;
}

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

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

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


li {
    padding-left: 1em;
    text-indent: -1em;
}

.ind {
    padding-left: 1em;
    text-indent: -1em;
}

.deco {text-decoration: line-through;}
	
/* 文字 */
.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%;}

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

.t30 { font-size: 30px;}
.t28 { font-size: 28px;}
.t24 { font-size: 24px;}
.t22 { font-size: 22px;}
.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;}/*白*/

.ro {color: #7d0022;}/*ローズ*/
