@charset "shift_jis";

/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
	}

body {
	color:#333333;
	margin:0px;
	padding:0px;
	background-image: url(../a-common/backGround002.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 12px;
	line-height: 140%;
	background-color: #D7D8CA;
}

/*標準リンク*/
a {text-decoration: none;}
a:link {color: #456EA0;}
a:visited {color: #456EA0;}
a:active {color: #456EA0;}
a:hover {
	color: #335277;
	text-decoration: underline;
}


/*フォント関連*/
.font09_09 {  font-size: 9px; line-height: 9px; letter-spacing:0.1em;}
.font09_11 {  font-size: 9px; line-height: 11px; letter-spacing:0.1em;}
.font10_10 {  font-size: 10px; line-height: 10px; letter-spacing:0.1em;}
.font10_12 {  font-size: 10px; line-height: 12px; letter-spacing:0.1em;}
.font10_14 {  font-size: 10px; line-height: 14px; letter-spacing:0.1em;}
.font10_16 {  font-size: 10px; line-height: 16px; letter-spacing:0.1em;}
.font12_12 {  font-size: 12px; line-height: 12px; letter-spacing:0.1em;}
.font12_14 {  font-size: 12px; line-height: 14px; letter-spacing:0.1em;}
.font12_16 {  font-size: 12px; line-height: 16px; letter-spacing:0.1em;}
.font12_18 {  font-size: 12px; line-height: 18px; letter-spacing:0.1em;}
.font14_14 {  font-size: 14px; line-height: 14px; letter-spacing:0.1em;}
.font14_16 {  font-size: 14px; line-height: 16px; letter-spacing:0.1em;}
.font14_18 {  font-size: 14px; line-height: 18px; letter-spacing:0.1em;}
.font16_16 {  font-size: 16px; line-height: 16px; letter-spacing:0.1em;}
.font16_18 {  font-size: 16px; line-height: 18px; letter-spacing:0.1em;}
.font16_20 {  font-size: 16px; line-height: 20px; letter-spacing:0.1em;}
.font18_20 {  font-size: 18px; line-height: 20px; letter-spacing:0.1em;}
.font18_22 {  font-size: 18px; line-height: 22px; letter-spacing:0.1em;}
.font18_24 {  font-size: 14px; line-height: 20px; letter-spacing:0.1em;}

p {
	margin:0 0 1em 0;
	line-height: 140%;
	}


dl {
	margin:0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
dd {
	margin:0px 0px 0px 0px;
	padding:0px 0px 3px 10px;
	}
dt {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	}

li
{
	list-style-type: none;

}

/*フォント設定*/

.f10 {
	font-size:10px;
	font-weight: normal;
	}


#layout {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #CCCCCC;
	text-align: left;
}

#logoImg{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#header {
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-color: #DCDCCD;
	background-image: url(../a-common/headerBgSub.jpg);
	text-align: left;
	background-repeat: no-repeat;
}
#header h1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	background-image:url(../a-common/logoTypeSub01.jpg);
	background-repeat: no-repeat;
	height: 59px;
	background-position: 5px 0px;
	}

#header h1 a {
	width: 113px;
	height: 59px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	}


#mainVisual {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #C7C8B6;
	}
#mainVisual img{
	vertical-align: bottom;
	}
/*navigation*/
#navigation {
	font-size: 12px;
	color: #fff;
	background-color: #3A0E67;
	width: 760px;
	padding: 0px;
	height: 18px;
	margin: 0px;
}

#navigation ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	float:left;
	list-style:none;
	width: 760px;
	text-align: center;
	}

#navigation li{
	margin:0px 0px 0px 0px;
	display:inline;
	padding:0px 0px 0px 0px;
	list-style:none;
	}

#navigation ul li a{
	text-transform:capitalize;
	text-decoration:none;
	font-variant:small-caps;
	padding:0px 5px 0px 5px;
	/*padding:0 1em 0 1em;*/
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	}
#navigation ul li a:link,#navigation li a:visited{
	color:#fff;
	background:transparent;
	}
#navigation ul li a:hover,#navigation li a:active,#navigation li a:focus{
	color:#fff;
	background-color: #996666;
	}
.item1,.item1 a{
	color:#fff;
	}
.item2{
	color:#fff;
	}
.item3{
	color:#fff;
	}
.item4{
	color:#fff;
	}
	
/*contents*/

/*-----------------------------------------------------------
 custamizeここから 
-----------------------------------------------------------*/

/*----------- commonここから -----------*/
#content
{
	margin: 4px 0px 0px 0px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#maincontents
{
	padding: 20px;
}

h2
{
	background-image:url(../a-banquest/images/common/common_title.jpg);
	width: 214px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	padding: 0 0 30px 0;
}

.pagetop
{
display:block
}

.pagetop a
{
	text-indent:-9999px;
	background-image: url(../a-banquest/images/common/top_button.gif);
	width: 55px;
	height: 6px;
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 0 auto;
}

/*----------- commonここまで -----------*/

/*-----------------------------------------------------------
 topここから
-----------------------------------------------------------*/
#top h3
{
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

#top h4
{
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

#top #title001
{
	background-image:url(../a-banquest/images/top/title001.jpg);
	width: 493px;
	height: 41px;
	padding: 0 0 15px 0;
}

#top #title002
{
	background-image:url(../a-banquest/images/top/title002.jpg);
	width: 540px;
	height: 31px;
	padding: 0 0 15px 0;
}

#top #title003
{
	background-image:url(../a-banquest/images/top/title003.jpg);
	width: 70px;
	height: 14px;
	padding: 0 0 10px 0;
}

#top #title004
{
	background-image:url(../a-banquest/images/top/title004.jpg);
	width: 123px;
	height: 13px;
	padding: 0 0 10px 0;
}

#top #title005
{
	background-image:url(../a-banquest/images/top/title005.jpg);
	height: 13px;
	padding: 0 0 15px 0;
	width: 123px;
}
#top .photo_pro01 
{
	margin:20px 0 50px 0;
}

#top #unit003 .cap
{
	text-align:right;
	padding: 0 0 20px 0;
}

#top #unit003_left
{
	width:230px;
	float: left;
	padding: 0 78px 0 0;
}

#top #unit003_right
{
	float:right;
	width: 232px;
}

#top #unit004
{
	display:block;
	background-image: url(../a-banquest/images/common/f-room.jpg);
	width: 396px;
	height: 380px;
	text-indent: -9999px;
	margin: 0 auto;
	background-repeat: no-repeat;
	padding: 0 0 40px 0;
}
/*-----------------------------------------------------------
 topここまで
-----------------------------------------------------------*/
/*-----------------------------------------------------------
 styleここから
-----------------------------------------------------------*/
#style #unit001
{
	padding:0 0 20px 0;
}

#style #unit002,#unit003,#unit004,#unit005,#unit006,#unit007
{
	margin: 0 0 50px 0;

}

#style h3
{
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

#style h4
{
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

#style #title001
{
	background-image:url(../a-banquest/images/style/title001.jpg);
	width: 540px;
	height: 31px;
	padding: 0 0 15px 0;
}

#style #title002
{
	background-image:url(../a-banquest/images/style/title002.jpg);
	width: 540px;
	height: 21px;
	padding: 0 0 20px 0;
}

#style #title003
{
	background-image:url(../a-banquest/images/style/title003.jpg);
	width: 540px;
	height: 21px;
	padding: 0 0 20px 0;
}

#style #title004
{
	background-image:url(../a-banquest/images/style/title004.jpg);
	width: 540px;
	height: 21px;
	padding: 0 0 20px 0;
}

#style #title005
{
	background-image:url(../a-banquest/images/style/title005.jpg);
	height: 21px;
	padding: 0 0 20px 0;
	width: 540px;
}

#style #title006
{
	background-image:url(../a-banquest/images/style/title006.jpg);
	height: 21px;
	padding: 0 0 20px 0;
	width: 540px;
}

#style #title007
{
	background-image:url(../a-banquest/images/style/title007.jpg);
	height: 21px;
	padding: 0 0 20px 0;
	width: 540px;
}

#style .left_box
{
	float: left;
	padding:0 10px 0 10px;
	width: 241px;
}

#style .right_box
{
	float: right;
	width:279px;
}

#style .right_box a.zm
{
	display:block;
	background-image: url(../a-banquest/images/common/zm_button.jpg);
	width: 91px;
	height: 22px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 5px 5px 0 auto;
}

#style .right_box a.zm:hover
{
background-position:0px -22px;
}
/*-----------------------------------------------------------
 styleここまで
-----------------------------------------------------------*/
/*-----------------------------------------------------------
 menuここから
-----------------------------------------------------------*/
#menu #unit001
{
	padding:0 0 0 0;
}

#menu #unit002,#unit003,#unit004,#unit005
{
	margin: 0 0 50px 0;

}




#menu .unit102
{
	margin: 0 0 30px 0;

}

#menu .unit101
{
	margin: 0 0 50px 0;

}

#menu h3
{
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

#menu h4
{
	width: 520px;
	height: 48px;
	padding: 0 0 20px 0;
	margin: 0 0 0 10px;
}


#menu #title001
{
	background-image:url(../a-banquest/images/menu/title001.jpg);
	width: 540px;
	height: 31px;
	padding: 0 0 15px 0;
}

#menu #title002
{
	background-image:url(../a-banquest/images/menu/title002.jpg);
	width: 540px;
	height: 24px;
	padding: 0 0 20px 0;
}

#menu #title101
{
	background-image:url(../a-banquest/images/menu/title101.jpg);
	width: 520px;
	height: 48px;
	padding: 0 0 20px 0;
	margin: 0 0 0 10px;
}

#menu h5#title003
{
	background-image:url(../a-banquest/images/menu/title003.jpg);
	width: 253px;
	height: 15px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}

#menu #title008
{
	background-image:url(../a-banquest/images/menu/title007.jpg);
	width: 540px;
	height: 31px;
	padding: 0 0 15px 0;
}

#menu .left_box
{
	float: left;
	padding:0 10px 0 0;
	width: 283px;
}

#menu #unit101 .left_box
{
	float: left;
	padding:0 5px 0 10px;
	width: 278px;
}

#menu .right_box
{
	float: right;
	width:247px;
}

#menu #unit101 .right_box
{
	float: right;
	width:240px;
	padding: 0 0 0 7px;
}

#menu #unit101 h5.title004
{
	background-repeat: no-repeat;
	background-image: url(../a-banquest/images/menu/title004.jpg);
	width: 520px;
	height: 26px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

#menu .left_box dl
{
	background-image:url(../a-banquest/images/menu/plan_bg001.jpg);
	background-repeat: no-repeat;
	width: 219px;
	height: 156px;
	margin: 0 0 0 0;
	padding: 20px 0 0 15px;
}

#menu .left_box dt
{
	background-image:url(../a-banquest/images/menu/plan_sm_title.jpg);
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 199px;
	height: 15px;
	padding: 0 0 27px 0;
}

#menu .left_box dd
{
	padding: 0 0 10px 14px;
	background-image: url(../a-banquest/images/common/arrow001.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#menu .right_box dl
{
	background-image:url(../a-banquest/images/menu/plan_bg003.jpg);
	background-repeat: no-repeat;
	width: 234px;
	height: 126px;
	padding: 20px 0 0 15px;
	margin: 0 0 0 0;
}

#menu .right_box dt
{
	background-image:url(../a-banquest/images/menu/plan_sm_title002.jpg);
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 182px;
	height: 15px;
	padding: 0 0 27px 0;
}

#menu .right_box dd
{
	padding: 0 0 15px 14px;
	background-image: url(../a-banquest/images/common/arrow001.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#menu .left_box02
{
	float: left;
	width: 250px;
	border-right:solid #cccccc 1px;
}

#menu .unit102 .left_box02
{
	float: left;
	width: 250px;
	border:none;
}

#menu .unit102 .left_box02 h6
{
	width: 230px;
	height: 28px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0 0 15px 0;
}

#menu .unit102 .left_box02 h6.title005
{
	background-image: url(../a-banquest/images/menu/title005.jpg);
}

#menu .unit102 .left_box02 h6.title006
{
	background-image: url(../a-banquest/images/menu/title006.jpg);
}

#menu .right_box02
{
	float: right;
	width:269px;
	padding:0 0 0 20px;
}

#menu .unit102 .right_box02
{
	float: right;
	width:269px;
	padding:0 0 0 20px;
	border-left: solid #cccccc 1px;

}

#menu .right_box02 p
{
	padding:0 0 30px 0;
	line-height: 1.7em;
}

#menu .unit102 .right_box02 p
{
	padding:0 0 3px 0;
	line-height: 1.7em;
}

#menu .left_box02 dl
{
	background-image:url(../a-banquest/images/menu/plan_bg002.jpg);
	background-repeat: no-repeat;
	width: 215px;
	height: 44px;
	margin: 0 0 0 0;
	padding: 10px 0 20px 15px;
}


#menu .left_box02 dt
{
	background-image:url(../a-banquest/images/common/arrow001.gif);
	display: block;
	background-repeat: no-repeat;
	padding: 0 0 4px 14px;
	background-position: 0 2px;
	
}

#menu .left_box02 dd
{
	background-repeat: no-repeat;
	
}
/*-----------------------------------------------------------
 menuここまで
-----------------------------------------------------------*/
/*-----------------------------------------------------------
 pciceここから
-----------------------------------------------------------*/
#price #unit001,#unit002,#unit003,#unit004,#unit005,#unit006,#unit007,#unit008,#unit009
{
	margin: 0 0 40px 0;

}

#price #unit010
{
	display:block;
	background-image: url(../a-banquest/images/common/f-room.jpg);
	width: 396px;
	height: 380px;
	text-indent: -9999px;
	margin: 0 auto;
	background-repeat: no-repeat;
	padding: 0 0 40px 0;
}

#price h3
{
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

#price h4
{
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

#price #title001
{
	background-image:url(../a-banquest/images/price/title001.jpg);
	width: 540px;
	height: 31px;
}

#price #title002
{
	background-image:url(../a-banquest/images/price/title002.jpg);
	width: 325px;
	height: 14px;
	padding: 0 0 10px 0;
}

#price #title003
{
	background-image:url(../a-banquest/images/price/title003.jpg);
	width: 132px;
	height: 14px;
	padding: 0 0 10px 0;
}
/*----------- table設定ここから -----------*/
#price table.detail
{
	border-bottom:dotted #333333 1px;
	text-align: left;
}

#price table.detail td
{
	height:30px;
	border-right: none;
	border-left: none;
	border-top: dotted #333333 1px;
	padding: 0 0 0 5px;
}

#price table.detail .head
{
	background-color:#EEEEEE;
}

/*----------- table設定ここまで -----------*/
/*-----------------------------------------------------------
 pciceここまで
-----------------------------------------------------------*/
/*-----------------------------------------------------------
 custamizeここまで
-----------------------------------------------------------*/


/*画像回り込み右*/
#content .floatR img{
	float:right;
	margin: 0px 0px 0px 10px;
	}
#content .floatR:after{						/*新しいWebブラウザ用*/
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#content .floatR{						/*IE用*/
	display:inline-table;
	}
/*Hides form IE-mac\*/
*html #content .floatR{
	height:1%;
	}
#content .floatR{
	display: block;
	}
/*End hide form IE-mac*/

/*画像回り込み左*/
#content .floatL img{
	float:left;
	margin: 0px 10px 0px 0px;
	}
#content .floatL:after{						/*新しいWebブラウザ用*/
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#content .floatL{						/*IE用*/
	display:inline-table;
	}
/*Hides form IE-mac\*/
*html #content .floatL{
	height:1%;
	}
#content .floatL{
	display: block;
	}
/*End hide form IE-mac*/



.mgn1{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	clear: both;
	}
.mgn2{
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	}
.mgn3{
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	}
/*右サイド*/
#rightpart {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	border: none;
	width: 155px;
	vertical-align: top;
}

#rightpart .creditBox{
	text-align: left;
	border: solid #000000 1px;
	padding: 8px;
	width: 135px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	background-color: #FFFFFF;
	}
.creditBox h5{
	border-left: 5px;
	padding: 7px 5px 5px 5px;
	width: auto;
	border-left-color: #333333;
	border-left-style: solid;
	line-height: 100%;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0px　5px　0px;
	color: #333333;
	}
.creditBox p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 10px;
	line-height: 120%;
	}
.creditBox .logo{
	font-size:12px;
	font-weight:bold;
	color: #333333;
	margin: 4px 0px 0px 0px;
	}

/*javascript用*/
#rightpart .banner img{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom-style:none;
	}

#rightpart h3{
	padding: 0px 0px 0px 20px;
	width: auto;
	background-image: url(../images/icon001.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	background-color: #666666;
	color: #FFFFFF;
	}


/*左サイド*/
#leftpart {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	vertical-align: top;
	background-color: #FFFFFF;
}
.lselect01 ul li a {
	display: block;
	color: #666666;
	background-color: #F7F7F7;
	padding: 2px 0px;
	margin: 1px 0px;
	list-style-type: none;
	text-decoration: none;
	width: 155px;
	vertical-align: top;
}
.lselect01 ul li :hover {
	display: block;
	color: #000000;
	margin: 1px 0px;
	padding: 2px 0px;
	list-style-type: none;
	text-decoration: underline;
}

.lselect01 a:link,.lselect01 a:visited {
	color: #666666;
	background-color: #EEEEEE;
	display: block;
	text-decoration: none;
	text-indent: 14px;
	background-image:  url(../images/naviIcon.gif);
	background-position: left center;
	background-repeat: no-repeat;

}
.lselect01 a:hover,.lselect01 a:active {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	background-image:  url(../images/naviIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 14px;
	width: 155px;

}

.lselect01 ul {
	font-size: 10px;
	line-height: 1.8em;
	margin: 0px 0px 7px;
	padding: 0px 0px 3px;
	text-indent: 10px;
	display: block;
}
.lselect01 li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	list-style-type: none;
}

/*リストタイプ　普通のリンク*/
.lselect02 ul li a {
	display: block;
	color: #666666;
	background-color: #F7F7F7;
	padding: 2px 0px;
	margin: 1px 0px 0px 0px;
	list-style-type: none;
	text-decoration: none;
	width: 155px;
	vertical-align: top;
}
.lselect02 ul li :hover {
	display: block;
	color: #000000;
	margin: 1px 0px 0px 0px;
	padding: 2px 0px;
	list-style-type: none;
	text-decoration: underline;
}

.lselect02 a:link,.lselect02 a:visited {
	color: #666666;
	background-color: #EEEEEE;
	display: block;
	text-decoration: none;
	text-indent: 16px;
	background-image:  url(../a-common/arrow01.gif);
	background-position: 5px;
	/*background-position: left center;*/
	background-repeat: no-repeat;

}
.lselect02 a:hover,.lselect02 a:active {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	background-image:  url(../a-common/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	/*background-position: left center;*/
	text-indent: 16px;
	width: 155px;

}

.lselect02 ul {
	font-size: 10px;
	line-height: 1.8em;
	margin: 0px 0px 7px;
	padding: 0px 0px 3px;
	text-indent: 10px;
	display: block;
}
.lselect02 li {
	padding: 0px 0px 0px;
	margin: 0px 0px 1px;
	list-style-type: none;
}



.panel2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: left;
	width: 580px;
	}

/*タイトル装飾*/
.contH3{
	border-bottom: 1px;
	border-left: 5px;
	padding: 10px 5px 5px 10px;
	width: auto;
	border-right: 1px;
	border-left-color: #3A0E67;
	border-bottom-color: #666666;
	border-right-color: #666666;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	line-height: 1em;
	background-color: #D7D8CA;
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px 5px　20px　5px;
	color: #333333;
	}

.contH4{
	border-bottom: 1px;
	border-left: 5px;
	padding: 10px 5px 5px 10px;
	width: auto;
	border-left-color: #3A0E67;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 1em;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px 5px　20px　5px;
	color: #333333;
	}

.hrImg{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	}

.panelH3 {
	padding: 0px 0px 0px 20px;
	width: auto;
	background-image: url(../images/icon001.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	background-color: #666666;
	color: #FFFFFF;
	}

.tbox1 {
	background-color:#9999CC;
	padding:5px 10px 5px 10px;
	line-height: 1em;
	color: #FFFFFF;
	font-weight: bold;
	width: 200px;
	margin: 0px 0px 5px 0px;
}

.leftpart ul{
	list-style:none;
	padding:0px;
	margin: 0px 0px 0px 20px;
	}
.leftpart li{
	list-style-type: square;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	}

/*footer*/

#footer{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	background-color:#C2C2C2;
	background-image: url(../a-common/footer_credit.gif);
	background-position: center right;
	background-repeat: no-repeat;
	width:740px;
	height:20px;
	font-size:10px;
	text-align:left;
	color: #FFFFFF;
	}

#footer ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#footer li{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	}

/*ユニット各種*/
/*右フォト＋左テキスト*/
.unit01{
	width:560px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: block;
	clear: both;
	}

.unit01 .rightbox{
	width:247px;
	margin: 0px 0px 0px 10px;
	float: left;
}
.unit01 .leftbox{
	width:300px;
	margin: 0px 0px 0px 0px;
	float: left;
}

/*テキスト*/
.unit02{
	width:560px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	clear: both;
	}

/*フルイメージ*/
.unit03{
	width:560px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
/*2カラムリスト*/
.unit04{
	width:500px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	display: block;
	}
.unit04 .leftbox{
	width:200px;
	margin: 0px 0px 0px 5px;
	float: left;
}
.unit04 .rightbox{
	width:200px;
	margin: 0px 0px 0px 10px;
	float: left;
}	
	
	
.unit04 .rightpart ul{
	list-style:none;
	padding:0px;
	margin: 0px;
	}
.unit04 .rightpart li{
	background-image:url(../images/icon002.gif);
	background-repeat:no-repeat;
	background-position:0.5em;
	padding-left:1.7em;
	}
/*囲み*/
.unit05{
	width:400px;
	margin: 0px 0px 10px 5px;
	padding: 20px;
	border: solid  #000000 1px;
	clear: both;
	display: block;
	}
.unit05 h3{
	font-size:12px;
	font-weight:bold;
	padding: 0px　0px　0px　0px;
	margin: 0px　0px　0px　0px;
	}
/*左画像＋右テキスト*/
.unit06{
	width:570px;
	margin: 0xp 0px 0px 0px;
	padding: 0xp 0px 0px 0px;
	}

.unit06 .rightbox{
	width:280px;
	margin: 0px 0px 0px 0px;
	float: left;
}
.unit06 .leftbox{
	width:250px;
	margin: 0px 5px 0px 5px;
	float: left;
	padding: 0px 0px 0px 0px;
}
.unit06 h3{
	font-size:12px;
	font-weight:bold;
	padding: 0px　0px　0px　0px;
	margin: 0px　0px　0px　0px;
	}

/*2カラムリストに画像と文字をフロート*/
.unit07{
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	display: block;
	}
.unit07 .leftbox{
	width:200px;
	margin: 0px 0px 0px 5px;
	float: left;
}
.unit07 .rightbox{
	width:200px;
	margin: 0px 0px 0px 10px;
	float: left;
}	
	
	
.unit07 img{
	list-style:none;
	padding:0px;
	margin: 5px　5px　5px　0px;
	float: left;
	}
.unit07 p{
	padding:0px;
	margin: 5px　5px　0px　0px;
	}


#location {
	font-size:10px;
	width: 580px;
	background-color: #d9d9d9;
	border-top-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
}


/*concept*/
#concept img{
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
