@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,div,p,img,ul,li,span{margin:0; padding:0; border:none;}

.bottom{vertical-align:bottom;}

.center{text-align:center;}

.top{vertical-align:top;}

a{
	color:#CCCCCC;
	text-decoration:none;
}
a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

body{
	width:100%;
	height:100%;
	background-image:url(../img/all-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#FFFFFF;
	margin: 0px auto;
}

/* safari only \*/
html:\66irst-child body{
	background-image:url(../img/all-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
	font-size:12px;
	letter-spacing:-1px;
	line-height:95%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#FFFFFF;
	margin: 0px auto;
}
/* end */
	
.clear{
	clear:both;
}
/*基本設定*/

#base{
	width:900px;
	height:100%;
	text-align:left;
	margin: 0px auto;
	padding:0px;
	background-color:#FFFFFF;
}

/*ヘッダエリア*/

#header{
	width:900px;
	height:45px;
	text-align:left;
	margin: 0px auto;
	background-image:url(../img/hd-bg.jpg);
	background-repeat:no-repeat;
	padding:0px;
}

h1.logo{
	font-size:5px;
	float:left;
	margin: 0px;
	padding:0px;
	border:0px;
}

h2.top-sub{
	margin:0px auto;
	font-size:10px;
	font-weight:normal;
}

h2.top-sub2{
	margin:0px auto 5px;
	font-size:10px;
	font-weight:normal;
}

h2.all-sub{
	width:660px;
	height:22px;
	text-align:left;
	background-image:url(../img/common/sub-bg.jpg);
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 8px 0px 0px 30px;
}

h2.all-sub a{
	color:#FFFFFF;
	text-decoration:none;
}
h2.all-sub a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
h2.all-sub a:hover{
	color:#FFFFCC;
	text-decoration:underline;
}

.all-dtl{
	width:678px;
	background-image:url(../img/common/text-bg2.jpg);
	background-repeat:no-repeat;
	background-color:#272727;
	text-align:left;
	font-size:12px;
	line-height:140%;
	color:#FFFFFF;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	border-top-style:none;
	padding:5px 5px 3px;
	margin: 0px auto 10px;
}
.all-dtl a{
	color:#FFFF33;
	text-decoration:none;
}
.all-dtl a:visited{
	color:#FFFF33;
	text-decoration:none;
}
.all-dtl a:hover{
	color:#FFFFCC;
	text-decoration:underline;
}

.pan{
	text-align:right;
	float:right;
}

.sitenavi-area{
	float:right;
	margin:0px 5px 0px 0px;
}

.navi-text{
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
	padding: 5px 0px 10px;
}

html[xmlns] .navi-text{
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
	padding: 5px 0px 10px;
}

.hd-mail{
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
	padding:0px;
}
.hd-mail a{
	color:#FFFFFF;
	text-decoration:underline;
}
.hd-mail a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
.hd-mail a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}

/*メニューエリア*/
#menu-area{
	width:900px;
	text-align:left;
	margin: 0px auto;
}

ul.menu{
	width:890px;
	height:27px;
	background-image:url(../img/menu-bg.jpg);
	background-repeat:repeat-x;
	text-align:left;
	padding: 0px 0px 0px 10px;
	margin: 0px auto;
}

li.home-btn{
	height:11px;
	float:left;
	padding: 2px 7px 0px 0px;
	text-align:left;
	list-style-type:none;
}

li.bt1{
	width:115px;
	height:20px;
	float:left;
	margin: 4px 0px 0px;
	list-style-type:none;
}
li.bt1 a{
	width:115px;
	height:20px;
	display:block;
	background-image:url(../img/btn/btn1_1.jpg);
	background-repeat:no-repeat;
}
li.bt1 a:visited{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn1_1.jpg);
	background-repeat:no-repeat;
}
li.bt1 a:hover{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn1_2.jpg);
	background-repeat:no-repeat;
}

li.bt2{
	width:115px;
	height:20px;
	float:left;
	margin: 4px 0px 0px;
	list-style-type:none;
}
li.bt2 a{
	width:115px;
	height:20px;
	display:block;
	background-image:url(../img/btn/btn2_1.jpg);
	background-repeat:no-repeat;
}
li.bt2 a:visited{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn2_1.jpg);
	background-repeat:no-repeat;
}
li.bt2 a:hover{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn2_2.jpg);
	background-repeat:no-repeat;
}

li.bt3{
	width:115px;
	height:20px;
	float:left;
	margin: 4px 0px 0px;
	list-style-type:none;
}
li.bt3 a{
	width:115px;
	height:20px;
	display:block;
	background-image:url(../img/btn/btn3_1.jpg);
	background-repeat:no-repeat;
}
li.bt3 a:visited{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn3_1.jpg);
	background-repeat:no-repeat;
}
li.bt3 a:hover{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn3_2.jpg);
	background-repeat:no-repeat;
}

li.bt4{
	width:115px;
	height:20px;
	float:left;
	margin: 4px 0px 0px;
	list-style-type:none;
}
li.bt4 a{
	width:115px;
	height:20px;
	display:block;
	background-image:url(../img/btn/btn4_1.jpg);
	background-repeat:no-repeat;
}
li.bt4 a:visited{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn4_1.jpg);
	background-repeat:no-repeat;
}
li.bt4 a:hover{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn4_2.jpg);
	background-repeat:no-repeat;
}

li.bt5{
	width:115px;
	height:20px;
	float:left;
	margin: 4px 0px 0px;
	list-style-type:none;
}
li.bt5 a{
	width:115px;
	height:20px;
	display:block;
	background-image:url(../img/btn/btn5_1.jpg);
	background-repeat:no-repeat;
}
li.bt5 a:visited{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn5_1.jpg);
	background-repeat:no-repeat;
}
li.bt5 a:hover{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn5_2.jpg);
	background-repeat:no-repeat;
}

li.bt6{
	width:115px;
	height:20px;
	float:left;
	margin: 4px 0px 0px;
	list-style-type:none;
}
li.bt6 a{
	width:115px;
	height:20px;
	display:block;
	background-image:url(../img/btn/btn6_1.jpg);
	background-repeat:no-repeat;
}
li.bt6 a:visited{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn6_1.jpg);
	background-repeat:no-repeat;
}
li.bt6 a:hover{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn6_2.jpg);
	background-repeat:no-repeat;
}

li.bt7{
	width:115px;
	height:20px;
	float:left;
	margin: 4px 0px 0px;
	list-style-type:none;
}
li.bt7 a{
	width:115px;
	height:20px;
	display:block;
	background-image:url(../img/btn/btn7_1.jpg);
	background-repeat:no-repeat;
}
li.bt7 a:visited{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn7_1.jpg);
	background-repeat:no-repeat;
}
li.bt7 a:hover{
	width:115px;
	height:20px;
	background-image:url(../img/btn/btn7_2.jpg);
	background-repeat:no-repeat;
}

li.pdd{
	padding-right:5px;
}

/*コンテンツエリア*/

#cnts-base{
	width:900px;
	text-align:left;
	height:100%;
	padding: 10px 0px 0px 0px;
	background-image:url(../img/cnts-bg.jpg);
	background-repeat:repeat;
}

.cnts-main{
	width:885px;
	background-image:url(../img/cnts-bg2.jpg);
	background-repeat:repeat-y;
	padding: 0px 5px 0px 10px;
	text-align:left;
	margin: 0px auto;
}

.ct-left{
	width:690px;
	text-align:left;
	float:left;
	margin: 0px 15px 0px 0px;
}

.ct-right{
	width:180px;
	text-align:left;
	float:left;
	margin: 0px;
	padding: 5px 0px 0px;
}

/*サイドバーエリア*/

h3.side-ttl{
	width:180px;
	padding: 0px 0px 5px;
	text-align:center;
	margin: 0px;
}

.blog-tpi{
	width:168px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	background-image:url(../img/side/blog_bg.jpg);
	background-repeat:repeat;
	text-align:left;
	margin: 0px auto 5px;
	padding:5px 5px 0px 5px;
}

.blog-tpi2{
	width:168px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	background-image:url(../img/side/blog_bg.jpg);
	background-repeat:repeat;
	text-align:left;
	margin: 0px auto 5px;
	padding:5px;
}

.aso1{
	width:168px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	background-image:url(../img/side/blog_bg.jpg);
	background-repeat:repeat;
	text-align:center;
	margin: 0px auto 5px;
	padding:5px;
}

.blog-date{
	width:168px;
	text-align:left;
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	color:#CCCCCC;
	font-size:11px;
	padding: 0px 0px 1px;
}

.blog-ttl{
	width:168px;
	text-align:left;
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	padding: 3px 0px 2px;
}
.blog-ttl a{
	color:#CCCCCC;
	text-decoration:none;
}
.blog-ttl a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
.blog-ttl a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.blog-text{
	width:168px;
	color:#FFFFFF;
	font-size:11px;
	line-height:110%;
	text-align:left;
	padding: 2px 0px 2px;
}

.blog-next{
	width:168px;
	text-align:right;
	font-size:12px;
	color:#CCCCCC;
	padding: 0px;
	font-weight:bold;
}
.blog-next a{
	color:#CCCCCC;
	text-decoration:none;
}
.blog-next a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
.blog-next a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.r-banner{
	width:178px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	background-image:url(../img/side/blog_bg.jpg);
	background-repeat:repeat;
	text-align:left;
	margin: 0px auto 5px;
	padding:21px 0px 21px;
	text-align:center;
}
	

.qr-area{
	width:168px;
	padding: 0px 0px 3px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:130%;
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-bottom-width:1px;
}
.qr-area a{
	color:#CCCCCC;
	text-decoration:none;
}
.qr-area a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
.qr-area a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.qr-bg{
	width:168px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	background-image:url(../img/side/blog_bg.jpg);
	background-repeat:repeat;
	text-align:left;
	margin: 0px auto 5px;
	padding:5px;
}

.qr-text{
	width:168px;
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	line-height:110%;
	padding: 3px 0px 0px;
}

.banner-bg{
	width:168px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	background-image:url(../img/side/blog_bg.jpg);
	background-repeat:repeat;
	text-align:left;
	margin: 0px auto 5px;
	padding:5px 5px 0px;
}

.banner-in{
	width:168px;
	text-align:center;
	margin: 0px auto;
	padding: 0px 0px 5px;
}

.twt-bg{
	width:170px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	background-image:url(../img/side/blog_bg.jpg);
	background-repeat:repeat;
	text-align:left;
	margin: 0px auto 5px;
	padding:5px 4px 5px 4px;
}

/*フッターエリア*/

.page-top{
	width:690px;
	text-align:left;
	border-color:#CCCCCC;
	border-style:dotted;
	border-width:1px;
	border-left-style:none;
	border-right-style:none;
	color:#FFFFFF;
	padding: 3px 0px 3px;
	font-size:11px;
	font-weight:bold;
	margin: 0px 0px 15px 0px;
}
.page-top a{
	color:#CCCCCC;
	text-decoration:none;
}
.page-top a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
.page-top a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.ft-menu{
	width:690px;
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
	margin: 0px 0px 10px;
}
.ft-menu a{
	color:#FFFFFF;
	text-decoration:none;
}
.ft-menu a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.ft-menu a:hover{
	color:#E8E8E8;
	text-decoration:none;
}

#fotter-base{
	width:890px;
	height:20px;
	text-align:right;
	font-size:11px;
	color:#FFFFFF;
	background-image:url(../img/ft-bg.jpg);
	background-repeat:no-repeat;
	padding: 0px 10px 0px 0px;
}

.ft-hp{
	float:right;
	text-align:right;
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 0px;
}

.copy{
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
	padding: 4px 0px 0px;
}
.copy a{
	color:#E8E8E8;
	text-decoration:none;
	font-weight:normal;
}
.copy a:visited{
	color:#E8E8E8;
	text-decoration:none;
	font-weight:normal;
}
.copy a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

/*スパンテキスト*/

span.text-gr{
	color:#CCCCCC;
	font-weight:bold;
}

span.text-gold{
	color:#FFFF66;
	font-weight:normal;
}
span.text-gold2{
	color:#FFFF66;
	font-weight:bold;
}
span.text-gold3{
	color:#E6E1BF;
}

span.text-red{
	color:#FF0000;
}

span.text-gold4{
	color:#D7D093;
}

span.text-yelw{
	color:#FFFF99;
}
span.text-yelw2{
	color:#FFFF33;
	font-weight:bold;
}
span.text-yelw3{
	color:#FFFF99;
	font-size:12px;
	font-weight:normal;
}

span.text-bl{
	color:#D9F0F7;
}

span.text-pink{
	color:#FFCCFF;
}

span.text-pink2{
	color:#FF00FF;
}

span.text-big{
	font-size:14px;
	font-weight:bold;
}

span.text-big-yelw{
	font-size:14px;
	color:#FFFF00;
	font-weight:bold;
}

span.text-big-yelw4{
	font-size:25px;
	color:#FFFF00;
	font-weight:bold;
}

span.text-big-yelw2{
	font-size:14px;
	color:#FFFF00;
	font-weight:normal;
}

span.text-big-yelw3{
	font-size:14px;
	color:#FF6600;
	font-weight:normal;
}

span.text-big-bl{
	font-size:14px;
	color:#C6E4FD;
	font-weight:bold;
}

span.text-big-bl2{
	font-size:28px;
	color:#C6E4FD;
	font-weight:bold;
}

span.text-pp{
	color:#D6C4EC;
}


/*パンくずリスト*/

.pan-area{
	width:690px;
	text-align:left;
	margin: 0px auto;
	padding:0px;
}

.pan{
	text-align:right;
	float:right;
	font-size:12px;
	padding: 0px 0px 5px;
}
.pan a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
.pan a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
.pan a:hover{
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:normal;
}

.pan-2{
	text-align:right;
	float:right;
	font-size:12px;
	padding: 0px 0px 5px;
}
.pan-2 a{
	color:#FFFF99;
	text-decoration:none;
	font-weight:normal;
}
.pan-2 a:visited{
	color:#FFFF99;
	text-decoration:none;
	font-weight:normal;
}
.pan-2 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}

/*2010.0129追加*/
.all-dtl-mv{
	width:678px;
	background-image:url(../img/common/text-bg2.jpg);
	background-repeat:no-repeat;
	background-color:#272727;
	text-align:center;
	font-size:12px;
	line-height:140%;
	color:#FFFFFF;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	border-top-style:none;
	padding:15px 5px 15px;
	margin: 0px auto 10px;
}
.all-dtl-mv a{
	color:#FFFF33;
	text-decoration:none;
}
.all-dtl-mv a:visited{
	color:#FFFF33;
	text-decoration:none;
}
.all-dtl-mv a:hover{
	color:#FFFFCC;
	text-decoration:underline;
}

.mv-in{
	margin: 0px auto;
}


