@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size:0.9em;
	line-height:1.4;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: 100;
	background-image: url(/_share/bg_body.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #6D96D5;
}


/* basicset */
* {margin:0; padding:0;}
img { border: none;  border-width: 0px; }
li { list-style: none; }
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul { display: block; margin: 0px; padding: 0px; }

a { color: #0066CC; }
a:visited { color: #330066; }
a:hover { color: #FF6600; }
a.blue {color: #0066CC; text-decoration: none;}
a.blue:visited { color: #0066CC; }
a.blue:hover { color: #FF6600; }
a.none {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.iconP {
	background-image: url(/_share/icon_pink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 9px;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }

.bs05 {	margin-bottom: 5px;}
.bs10 {	margin-bottom: 10px;}
.bs20 {	margin-bottom: 20px;}
.bs30 {	margin-bottom: 30px;}


/* layout */

#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
	background-image: url(/_share/bg_container.gif);
}

#contents {
	background-image: url(/_share/bg_contents.gif);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;

}

#contentsIn {
	float: right;
	width: 690px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	background-image: url(/_share/bg_side.gif);
	background-repeat: repeat-y;
	background-position: right top;
	clear: both;
}

#contentsIn:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


/* side */
#left {
	float:left;
	width: 160px;
	background-image: url(/_share/bg_side.gif);
	padding: 5px;
}

#right {
	float: right;
	width: 160px;
	padding: 5px;
	font-size: 100%;
}

#left h4,
#right h4 {
	height: 20px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

#left h4:after,
#right h4:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#left h4 i,
#right h4 i {
	float: left;
}

#left h4 b,
#right h4 b {
	float: right;
	margin-top: 3px;
}

#left h4 b a,
#right h4 b a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


#left .box,
#right .box {
	background-color: #FFFFFF;
	border: 2px solid #E4E4E4;
	padding: 4px;
	margin-bottom: 3px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	line-height: 120%;
	font-size: 110%;
	color: #555555;
	clear: both;
}

#left .box:after,
#right .box:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#left .box a,
#right .box a {
	color: #333;
	text-decoration: none;
}

#left .box a:hover,
#right .box a:hover {
	text-decoration: underline;
}

/* navi */

#navi {
	height: 32px;
	clear: both;
}

#navi ul {

}

#navi ul li {
	float: left;
}

#navi ul li a {
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
}

a.navi01		{ background-position:0px 0px; width: 146px; }
a.navi01:hover	{ background-position:0px -40px; }

a.navi02		{ background-position:-146px 0px; width: 146px; }
a.navi02:hover	{ background-position:-146px -40px; }

a.navi03		{ background-position:-292px 0px; width: 146px; }
a.navi03:hover	{ background-position:-292px -40px; }

a.navi04		{ background-position:-438px 0px; width: 146px; }
a.navi04:hover	{ background-position:-438px -40px; }

a.navi05		{ background-position:-584px 0px; width: 148px; }
a.navi05:hover	{ background-position:-584px -40px; }

a.navi06		{ background-position:-732px 0px; width: 148px; }
a.navi06:hover	{ background-position:-732px -40px; }


#navi2 {
	height: 20px;
	clear: both;
	margin-bottom: 2px;
	background-color: #FFF;
	background-image: url(/_share/navi2/bg.png);
	background-position: left bottom;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	padding-left: 12px;
}

#navi2 img {
	padding: 4px;

}

#navi2 .left {
	float: left;

}

#navi2 .right {
	float: right;

}







/* main */
#main {
	float:left;
	width: 500px;
	padding-top: 15px;
}

.h2 {
	background-image: url(/_share/title_main/bg_h2.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	margin-bottom: 10px;
	padding-top: 7px;
	font-size: 16px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	padding-right: 10px;
	background-position: left bottom;
	padding-bottom: 11px;
	height: 18px;
	color: #FFF;
}

.h3{
	font-size: 115%;
	margin-bottom: 8px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	background-image: url(/_share/bg_h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.h3:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.h3 b {
	float: left;
}

.h3 i {
	float: right;
	height:15px;
	overflow:hidden;
	font-weight: normal;
	font-size: 11px;
}


.h4 {
	padding: 5px;
	margin-bottom: 5px;
	color: #333;
	font-size: 120%;
	background-color: #F7F5F0;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 130%;
}


.hQuestion {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #759B00;
	font-size: 120%;
}




a.btBack{
    background-image:url(/_share/bt_back.gif);
}
a.btBack:hover{
    background-position:0px -14px;
}


.boxIntro {
	background-image: url(/_share/boxIntroF.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-bottom: 20px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.boxIntro .ue {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.boxIntro:after,
.boxIntro .ue:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}





.boxIntro h3 {
	background-image: url(/_share/boxIntroH.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	height: 15px;
	margin-bottom: 5px;
}

.boxIntro h3 img {
	float: left;
}

.boxIntro h3 p {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #666666;

}

.boxIntro table {
	margin-left: 10px;
	width: 360px;
	margin-bottom: 5px;
}

.boxIntro th {
	background-color: #F9F9F2;
	text-align: left;
	padding: 5px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #666666;
	width: 80px;
}
.boxIntro td {
	text-align: left;
	padding: 5px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 130%;
}



.boxIntro .pic { /* 右寄せ用10pxボーダー */
	float: right;
	padding: 2px;
	background-color: #FFFFFF;
	margin-right: 15px;
}

.boxIntro .in {
	padding: 12px;
}


.boxIntro h4 {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

.boxIntro p {
	line-height: 160%;
	margin-left: 5px;
}

dl.dlHistory {
	width: 320px;
	line-height: 160%;
	margin-bottom: 15px;
	margin-left: 5px;

}

dl.dlHistory dt {
	float: left;
	width: 100px;
	color: #333333;

}

dl.dlHistory dd {
	float: right;
	width: 220px;

}





.boxBtn {
	text-align: center;
	margin-bottom: 20px;

}


.boxBtn input {
	width: 122px;
	height: 34px;
	background-image: url(/_share/bg_btn.png);
	font-weight: bold;
}





/* ol */
.olCategory {
	margin-bottom: 20px;
	margin-left: 10px;

}

.olCategory li {
	background-image: url(/_share/dotline.gif);
	list-style-type: decimal;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: inside;
	line-height: 130%;

}





a.btOrange{
	background-image:url(/_share/bt_orange.gif);
	height: 15px;
	width: 50px;
	display: block;
}
a.btOrange:hover{
    background-position:0px -15px;
}


a.btGreen{
	background-image:url(/_share/bt_green.gif);
	height: 15px;
	width: 50px;
	display: block;
}
a.btGreen:hover{
    background-position:0px -25px;
}




/* header & footer */
#header {
	height: 80px;
	background-image:url(/_share/header/bg_header.jpg);
	background-repeat: no-repeat;
}

#header #logo {
	float: left;
	margin-top: 15px;
	padding-left: 25px;
}

#header #headerRight {
	float: right;
	width: 450px;
}


#header #headerRight img {
	float: right;
}

#header h1 {
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	padding-right: 5px;
	height: 12px;
	padding-top: 2px;
	margin-bottom: 7px;
	color:#FFF;
}



#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #AB773E;
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	height: 60px;
}



#footer .footerLeft {
	float: left;
	width: 600px;
	text-align: left;
	padding-left: 10px;
	line-height: 140%;
	color: #666666;
}


#footer .footerLeft a{
	color: #999999;
}

#footer .footerLeft a:hover {
	color: #FF9900;
}



#footer .footerRight {
	float: right;
	width: 240px;

}


/* img */

.imgL { /* 左寄せ */
	float: left;
}

.imgL10 { /* 左寄せ用10px */
	margin-right: 10px;
	float: left;
}

.imgR10 { /* 右寄せ用10px */
	float: right;
	margin-left: 10px;
}

.imgL10B { /* 左寄せ用10pxボーダーあり */
	margin-right: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.imgR { /* 右寄せ */
	float: right;
}

.imgR10B { /* 右寄せ用10pxボーダー */
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 10px;
}

.imgR10Bside { /* 右寄せ用10pxボーダー */
	float: right;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-bottom: 5px;
}

.imgbox { /* ボーダーのみ */
	border: 1px solid #E4E4E4;
	padding: 4px;
}

.imgBm05 { /* ボーダーと下5px */
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 5px;
}

.imgMap { 
	border: 1px solid #999999;
	padding: 4px;
	margin-bottom: 25px;
}


/* table */
.tableB {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}


.td01 {
	background-image: url(/_share/bg_td01.gif);
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

.td02 {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	font-size: 120%;
}

.td02Price {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	font-size: 130%;
	text-align: right;
	background-color: #FDFDF7;
	font-weight: bold;
	color: #50691B;
	width: 100px;
}


.timetable {
	width: 148px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #D4D4D4;
}

.timetable th {
	background-color: #ECEADB;
	font-weight: normal;
	color: #000000;
	padding: 1px;

}

.timetable td {
	text-align: center;
	padding: 1px;
	vertical-align: middle;
}


/* box */
.boxSet {
	line-height: 140%;
	padding: 10px;
	border: 2px solid;
}


.boxNor {
	border-color: #E0E0E0;
	background-color: #fff;
}


.boxBeige {
	background-color: #FCF8E9;
	border-top-color: #F8EECF;
	border-right-color: #F8EECF;
	border-bottom-color: #F8EECF;
	border-left-color: #F8EECF;
}

.boxGrey {
	border-color: #E0E0E0;
	background-color: #F9F9F9;
}

.boxRed {
	border-color: #FFB0B0;
	background-color: #FFEEEE;
}

.boxBlue {
	border-color: #BFDFFF;
	background-color: #EEFCFF;
}

.boxPosi {
	border-color: #FFE186;
	background-color: #FFFFC4;
}

.boxNega {
	background-color: #EFEAE2;
	color: #666;
	border-color: #E6DED2;
}

.boxLink {
	line-height: 130%;
	padding: 8px;
	border: 1px solid;
	border-color: #CCCCCC;
	background-color: #F7F7F7;
	color: #666;
	font-size: 92%;
}

.boxNoticeRed {
	border-color: #FFC8C8;
	background-color: #F33;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
}

.boxNoticeBlue {
	border-color: #FFC8C8;
	background-color: #039;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
}

.boxR5 {
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
}





.boxInfo {
	border: 1px solid #CCCCCC;
	background-image: url(/_share/bg/box-stripe.gif);
	background-position: right bottom;
	padding: 2px;
}

.boxInfo h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	padding: 3px;
}







.boxInfo .in {
	padding: 10px;
}

.boxInfo .text {

}


.boxInfo .tel {

}


.boxMap {
	padding: 1px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 3px solid #F2F2F2;
}



.box2c {
	overflow:hidden;
	zoom: 1;
}

.box2c .title {
	background-color: #99CC01;

}

.box2c:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.box2c .left {
	float: left;
}

.box2c .right {
	float: right;
}



/* form */
/*****************/
.form050 {width: 50px;color: #333333;padding: 3px;}
.form100 {width: 100px;color: #333333;padding: 3px;}
.form200 {width: 200px;color: #333333;padding: 3px;}
.form300 {width: 300px;color: #333333;padding: 3px;}
.form400 {width: 400px;color: #333333;padding: 3px;}
.form500 {width: 500px;color: #333333;padding: 3px;}
.form600 {width: 600px;color: #333333;padding: 3px;}
.form650 {width: 650px;color: #333333;padding: 3px;}

.formTextbox {
	width: 380px;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}

.hidden {
	display: none;
}



/* text */
.textGreen {
	color: #006600;
}

.textRed {
	color: #FF2828;
}

.textRedB {
	color: #FF2828;
	font-weight: bold;
}

.textTel {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #FF9900;
	font-size: 140%;
	font-weight: bold;
}

.textNotice {
	font-size: 90%;
	color: #666666;
}

ul.dotList {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
}

ul.dotList li {
	list-style-type: none;
	margin-bottom: 8px;
	background-image: url(/_share/liDot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 8px;
	line-height: 150%;
}


ul.dotList2 {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
}

ul.dotList2 li {
	list-style-type: none;
	margin-bottom: 10px;
	background-image: url(/_share/liCheck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
	line-height: 150%;
}


ul.ulNor {

}

ul.ulNor li {
	list-style-type: none;
	background-image: url(/_share/liDot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 150%;
	font-size: 120%;
	margin-bottom: 5px;
	padding-left: 8px;
}


/* ol nor */
.olNor {
	margin-left: 40px;
}

.olNor li {
	list-style-type: decimal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: outside;
	line-height: 150%;
	font-size: 120%;
}


#tabMap {

}

#tabMap ul {

}


#tabMap ul li {
	float: left;
	font-size: 11px;
}



#tabMap ul li a {
	width: 86px;
	margin-right: 2px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	background-color: #F5F5F5;
	color: #333;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tabMap ul li a b {
	color: #000;
	text-decoration: underline;

}

#tabMap ul li a:hover {
	color: #F90;
	text-decoration: underline;
	background-color: #FFC;
}


/* p */
p {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

p:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


.pNor {
	line-height: 160%;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 120%;
}

.pNor strong {
	/* margin-left: 2px;
	font-size: 115%;
	color: #000;
	margin-right: 2px;
	text-decoration: underline; */
	font-weight: normal;
}


.pNor b {
	/* margin-left: 2px;
	font-size: 115%;
	color: #759B00;
	margin-right: 2px; */
	font-weight: normal;
}


.pNor i {
	/* margin-left: 2px;
	font-size: 115%;
	color: #F30;
	margin-right: 2px; */
	font-weight: normal;
}


.pTotop {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: right;
	background-image: url(/_share/bg_totop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 15px;
	padding-bottom: 3px;
	margin-top: 5px;
}

.pTotop a,
.pTotop a:hover,
.pTotop a:visited {
	color: #999999;
}



.pName {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: right;
	font-size: 140%;
}


.pTime {
	font-weight: bold;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 3px;
	background-color: #FAFAF3;
	padding: 1px;
}

.pTime2 {
	margin-bottom: 7px;
}

.pTime3 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #FF9900;
	font-size: 140%;
	font-weight: bold;
}

.pNotice {
	font-size: 88%;
	line-height: 120%;
	color: #999999;
	margin-bottom: 25px;
}


.pNotice2 {
	font-size: 120%;
	line-height: 120%;
	margin-bottom: 25px;
	text-align: right;
	font-weight: bold;
}

.pVoice {
	padding: 7px;
	border: 3px solid #FFF;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.plink {
	padding: 7px;
	border: 3px solid #FFF5D7;
	margin-bottom: 20px;
	background-color: #FFFFF0;
}

.pDotline {
	line-height: 160%;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 120%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.pDotline b {
	margin-left: 1px;
	font-size: 115%;
	color: #FF6600;
	margin-right: 1px;
}

/* cap */
.pCapR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #444;
}

.pCapL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #444;
}

.pCapR img, .pCapL img {
	border: 4px solid #EBEBEB;
	padding: 2px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}


.pboxRed {
	padding: 8px;
	margin-bottom: 20px;
	border: 2px solid #CCC;
	color: #F13D2E;
}



.boxGrey {
	padding: 10px;
	border: 3px solid #CCC;
	margin-bottom: 30px;
	background-color: #F6F6F6;
}



#viewer {
 text-align: left;
 overflow: hidden;
 position: relative;
 height: 300px;
 width: 872px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 30;
 margin-left: auto;
}

#viewer img {
 top: 0;
 left: 0;
 position: absolute;
}

#headerLogo h1 {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;

}

.pCategory {
	padding: 5px;
	border: 2px solid #FC6;
	background-color: #FFFFD9;
	font-weight: bold;
	text-align: center;

}

/* ulPaperbox */
.ulPaperbox {
	overflow:hidden;
	zoom: 1;
}

.ulPaperbox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}



.ulPaperbox li {
	width: 100px;
	float: left;
	border: 3px solid #e6eb94;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 2px;
}


.ulPaperbox li a {
	display: block;
	text-decoration: none;
	color: #666;
	background-color: #FFF;
}


.ulPaperbox li a:hover {
	background-color: #f0f6da;
}

.ulPaperbox p {
	background-color: #65ab31;
	color: #FFF;
	font-size:14px;
}

.ulPaperbox h4 {
	font-family: "メイリオ", Meiryo;
	font-size: 26px;
	padding-top:5px;
}


/* text */
.txc-white {
	color: #fff;
}

.txc-beige {
	color: #C49C36;
}
.txc-blue {
	color: #016799;
}
.txc-green {
	color: #019901;
}
.txc-grey {
	color: #666666;
}
.txc-lime {
	color: #99CC01;
}
.txc-orange {
	color: #FF9901;
}
.txc-pink {
	color: #FF9A9A;
}
.txc-purple {
	color: #67359A;
}
.txc-red {
	color: #FF3333;
}
.txc-sky {
	color: #15C5FF;
}
.txc-grey {
	color: #999;
}

.tx-bold {font-weight: bold;}


/* text bold */

.txc-whiteB {
	color: #fff;
	font-weight: bold;
}

.txc-beigeB {
	color: #C49C36;
	font-weight: bold;
}
.txc-blueB {
	color: #016799;
	font-weight: bold;
}
.txc-greenB {
	color: #019901;
	font-weight: bold;
}
.txc-greyB {
	color: #666666;
	font-weight: bold;
}
.txc-limeB {
	color: #99CC01;
	font-weight: bold;
}
.txc-orangeB {
	color: #FF9901;
	font-weight: bold;
}
.txc-pinkB {
	color: #FF9A9A;
	font-weight: bold;
}
.txc-purpleB {
	color: #67359A;
	font-weight: bold;
}
.txc-redB {
	color: #FF3333;
	font-weight: bold;
}
.txc-skyB {
	color: #15C5FF;
	font-weight: bold;
}

.txs050	 {font-size: 50%;}
.txs060	 {font-size: 60%;}
.txs070	 {font-size: 70%;}
.txs080	 {font-size: 80%;}
.txs090	 {font-size: 90%;}
.txs100 {font-size: 100%;}
.txs110 {font-size: 110%;}
.txs120 {font-size: 120%;}
.txs130 {font-size: 130%;}
.txs140 {font-size: 140%;}
.txs150 {font-size: 150%;}
.txs160 {font-size: 160%;}
.txs180 {font-size: 180%;}
.txs200 {font-size: 200%;}
.txs250 {font-size: 250%;}


.txArial {
	font-family: Arial, Helvetica, sans-serif;
}


/* crear */
.clearfix {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.textBlack {
	font-size: 16px;
	color: #000;
}


#container #contents #contentsIn #main .pVoice img {
	border: 1px solid #666;
	margin-bottom: 10px;
}



/* navi */

.content-nav {
	margin-top: 40px;
	text-align: center;
	padding: 7px;
	background-color: #EEEEEE;
	margin-bottom: 30px;
}

.content-nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.content-nav ul li {
	list-style-type : none;
	font-size:14px;
	display:inline;
}

.content-nav ul li a {
	text-decoration:none;
	border:2px solid #ccc;
	color:#333333;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.content-nav ul li a:hover {
	color:#999999;
	border:2px solid #999999;
}

.content-nav ul li a:visited {
	color:#506000;
}

.content-nav ul span.current_page {
	color:#000;
	border:2px solid #666666;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E6E6E6;
}

.link_before, .link_next {
	background-color: #F3F3F3;
}

.w250{
	width:250px;
}
