/* CSS初期設定 */

*{margin:0;padding:0;}

h1{
	font-size:12px;
	margin:0;
	padding:4px;
	font-weight:normal;
	background:#bbb4ac;
	color:#FFF;
}

@charset "shift_jis";
/* 基本レイアウト・フォント装飾関連 */
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-dred { font-weight: bold ; color: #CC3300}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #009900}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}
.f-dred { color: #CC3300}
.f-blue { color: #0066CC}
.f-green { color: #009900}

/* レイアウト */
.t10k { font-size: 10px; color: #000000}		/* 黒 */
.t10r { font-size: 10px; color: #FF0000}		/* 赤 */
.t10w { font-size: 10px; color: #FFFFFF}		/* 白 */
.t10g { font-size: 10px; color: #666666}		/* 灰 */

.t12k { font-size: 12px ; color: #000000}		/* 黒 */
.t12w { font-size: 12px ; color: #FFFFFF}		/* 赤 */
.t12r { font-size: 12px ; color: #CC3300}		/* 白 */
.t12g { font-size: 12px ; color: #666666}		/* 灰 */

.t10_12 { font-size: 10px; line-height: 12px}
.t12_14 { font-size: 12px; line-height: 14px}
.t12_16 { font-size: 12px; line-height: 16px}

.t12b { font-size: 12px ; font-weight: bold}
.t12b-r { font-size: 12px ; font-weight: bold ; color: #CC3300}		/* 赤 */
.t12b-w { font-size: 12px ; font-weight: bold ; color: #FFFFFF}		/* 白 */
.t12b-g { font-size: 12px ; font-weight: bold ; color: #666666}		/* 灰 */

.t14g { font-size: 14px ; color: #666666}		/* 灰 */

.t14b { font-size: 14px ; font-weight: bold}
.t14b-r { font-size: 14px ; line-height: 120% ; font-weight: bold ; color: #FF3300}		/* 赤 */
.t14b-o { font-size: 14px ; line-height: 120% ; font-weight: bold ; color: #FF6600}		/* 橙 */
.t14b-w { font-size: 14px ; line-height: 120% ; font-weight: bold ; color: #FFFFFF}		/* 白 */
.t14b-gr { font-size: 14px ; line-height: 120% ; font-weight: bold ; color: #009900}		/* 緑 */
.t14b-g { font-size: 14px ; line-height: 120% ; font-weight: bold ; color: #666666}		/* 緑 */

.style8 {
	font-size: xx-large;
	padding-top:10px;
}

.t16b-w { font-size: 16px ; line-height: 140% ; font-weight: bold ; color: #FFFFFF}		/* 白 */

.e10 { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 10px}
.e12 { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 12px}
.e12b { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 12px; font-weight: bold}
.e12p { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 12px; font-weight: bold ; color: #FF3399}
.e14b {
	font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial",;
	font-size: 16px;
	font-weight: bold
}
.e14pink { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 14px; font-weight: bold ; color: #FF3399}
.e12w { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 12px; font-weight: bold ; color: #FFFFFF}
.dot {
	border: 1px dotted #FF0000;
	color: #FF0000;
	text-decoration: blink;
}
/* Space Setting
------------------------------------------------ */
.h-space2 { height: 2px}
.h-space3 { height: 3px}
.h-space5 { height: 5px}
.h-space7 { height: 7px}
.h-space8 { height: 8px}
.h-space10 { height: 10px}
.h-space15 { height: 15px}
.h-space20 { height: 20px}
.h-space25 { height: 25px}
.h-space30 { height: 30px}

.w-space2 { width: 2px}
.w-space5 { width: 5px}
.w-space7 { width: 7px}
.w-space8 { width: 8px}
.w-space10 { width: 10px}
.w-space13 { width: 13px}
.w-space15 { width: 15px}
.w-space20 { width: 20px}
.w-space25 { width: 25px}
.w-space30 { width: 30px}


/* page style
------------------------------------------------ */

.title{
	position:relative;
	width:950px;
	height:347px;
}

.movie{
	width:125px;
	position:absolute;
	bottom:15px;
	right:528px;
	text-align:right;
}

.movie a{
	color:#FFF;
	text-decoration:none !important;
}

.movie a:link{
	color:#FC6 !important;
}

.movie a:hover{
	color:#FC6 !important;
}

.movie span{
	font-weight:bold;
	font-size:12px;
	color:#009;
		
}

h3{
	width:730px;
	}
p{
	margin:5px 0;
	}
	
.link a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

ul.tour{
	display:block;
	width:160px;
	margin:0;
	padding:0;
}
ul.tour li{
	background:url(../images/arrow.gif) no-repeat;
	background-position:0 1px;
	list-style:none;
	display:block;
	margin:0;
	padding:0 0 10px 20px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

ul.tour li span{
	color:#F00;
}

ul.tour li span a{
	color:#F00;
}

ul.tour li span a:hover{
	color:#F60;
}

ul.tour li span a:active{
	color:#F60;
}

ul.tour li span a:visted{
	color:#F60;
}

.leftB{
	border-right:1px dotted #999;
}

.leftBT{
	border-right:1px dotted #999;
	border-top:1px dotted #999;
}

.leftBT2{
	border-left:1px dotted #999;
	border-top:1px dotted #999;
}

.leftT{
	border-top:1px dotted #999;
}

.left{
	border-top:1px dotted #999;
}

.leftR{
	border-right:1px dotted #999;
}
