@charset "UTF-8";
@import url("print.css");

/* ---all---------- */

body{
	background:#A0A0A0;
	text-align:center;
	font-family: 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size:12px;
	line-height:1.4em;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	margin:0;
	padding:0;
}

div,p,th,td,ul,ol,li,form{
	list-style:none;
	font-size:12px;
	margin:0;
	padding:0;
}
img{
	border:none;
	margin:0;
	padding:0;
}

a:link{color:#008CF0; text-decoration:none;}
a:visited{color:#50B4FF; text-decoration:none;}
a:hover{color:#50B4FF; text-decoration:underline;}
a:active{color:#50B4FF; text-decoration:underline;}

.graylink a:link{color:#5A5A5A; text-decoration:none;}
.graylink a:visited{color:#828282; text-decoration:none;}
.graylink a:hover{color:#008CF0; text-decoration:underline;}
.graylink a:active{color:#008CF0; text-decoration:underline;}

.linkred a:link{color:#FF0050; text-decoration:none;}
.linkred a:visited{color:#FF6478; text-decoration:none;}
.linkred a:hover{color:#FF6478; text-decoration:underline;}
.linkred a:active{color:#FF6478; text-decoration:underline;}

.l{float:left;}
.r{float:right;}

.clear {clear:both;}

.c-fix{zoom: 1; /* for IE5.5-IE7 */}
.c-fix:after{
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.m05{margin:5px 0 0;}
.m10{margin:10px 0 0;}
.m15{margin:15px 0 0;}
.m20{margin:20px 0 0;}
.m25{margin:25px 0 0;}
.m30{margin:30px 0 0;}
.m40{margin:40px 0 0;}

.w200,.w200 input{width:200px;}
.w320,.w320 input{width:320px;}
.w400,.w400 input{width:400px;}
.w440,.w440 input,.w440 textarea{width:440px;}
.w480,.w480 textarea{width:480px; height:6.5em;}

.f14{font-size:14px;}
.f16{font-size:16px;}

.red{color:#FF0000;}
.gray{color:#666;}

.no-space{vertical-align:top;}

.disp{display:block;}
.nodisp{display:none;}

.error{
	font-weight:bold;
	color:#FF0050;
	line-height:1.4em;
	margin:0 0 10px;
}

/* ---header---------- */

#header{background:#000 url(/image/header_back.jpg) bottom repeat-x;}
#header .main{
	width:960px;
	margin:0 auto;
}
#header .copy{
	background:#333 url(/image/header_copy.jpg) bottom center no-repeat;
	text-align:right;
	padding:5px 0 4px;
}
#header h1{
	display:inline;
	font-size:12px;
	color:#FFF;
}
#header h2{
	display:inline;
	font:12px normal;
	color:#FFF;
	margin:0 10px 0 0;
}
#header h3{
	float:left;
	margin:14px 0 0 0;
}
html:not([lang*=""]) #header h3 a{
	outline:none;
}
#header h3 img{margin:0 0 0 7px;}
#header .menu{
	float:right;
	margin:41px 0 0;
}
#header .menu ul{margin:0 10px 0 0;}
#header .menu li{
	float:left;
	margin:0 0 0 4px;
}
#header .menu a{
	background:url(/image/menu.gif) no-repeat;
	display:block;
	width:150px;
	height:36px;
	text-indent:-999em;
}
html:not([lang*=""]) #header .menu a{
	outline:none;
}
#header .menu2 a {background-position: -150px 0;}
#header .menu3 a {background-position: -300px 0;}
#header .menu4 a {background-position: -450px 0;}
#header .menu1 a:hover,#header .menu1 a:active {background-position: 0 -36px;}
#header .menu2 a:hover,#header .menu2 a:active {background-position: -150px -36px;}
#header .menu3 a:hover,#header .menu3 a:active {background-position: -300px -36px;}
#header .menu4 a:hover,#header .menu4 a:active {background-position: -450px -36px;}

/* ---contents---------- */

#contents{
	background:#FFF;
	padding:0 0 40px;
}
#contents .main{
	width:970px;
	text-align:left;
	margin:0 auto;
}

#contents .left{
	width:185px;
	float:left;
	padding:25px 0 0;
}
#contents .right{
	width:770px;
	float:right;
	padding:20px 0 0;
}

#left-menu{margin:0 0 0 5px;}
#left-menu .menu{
	border-left:1px #B4B4B4 solid;
	border-right:1px #B4B4B4 solid;
}
#left-menu .menu ul{
	list-style:none;
	margin:0 5px 0 10px;
}
#left-menu .menu li{
	background:url(/image/arrow1.gif) left top no-repeat;
	background-position: -10px -6px;
	padding:0 0 7px;
}
#left-menu .menu li p{
	margin:0 0 0 11px;
}
#left-menu .menu li ul{
	margin:0 0 0 22px;
}
#left-menu .menu li li{
	background:none;
	font-size:10px;
	color:#B4B4B4;
	margin:1px 0 0;
	padding:0;
}
#left-menu .menu .pickup1{
	margin:0 10px;
	padding:5px 0 7px;
}
#left-menu .menu .pickup1 .image{
	float:left;
	margin:0 5px 5px 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
/*
#left-menu .menu .pickup1 div img{
	float:left;
	margin:0 5px 5px 0;
}
*/
#left-menu .menu .pickup2{
	border-top:1px #B4B4B4 solid;
	margin:0 10px 0;
	padding:10px 0 7px;
}
#left-menu .btm{
	background:url(/image/l_btm.gif) center bottom no-repeat;
	height:5px;
	overflow:hidden;
}

#search{
	background:url(/image/search_btm.gif) center bottom no-repeat;
	padding:0 0 10px 0;
}
#search .main{
	background:url(/image/search_back.gif) center top no-repeat;
	width:auto;
	text-align:center;
	padding:17px 0 6px;
}
#search .box{
	margin:0 20px 0 0;
}
#search .press{
	vertical-align:top;
	margin:2px 0 0;
}
#search .word,#search input#keywords{
	width:280px;
	font-size:12px;
	padding:3px;
	margin:0 10px 0 0;
}
#search .btn{
	vertical-align:top;
	margin:1px 0 0;
}
#keyword{
	background:url(/image/keyword_btm.gif) center bottom no-repeat;
	margin:10px 15px 0;
	padding:0 0 3px;
}
#keyword .main{
	background:url(/image/keyword_back.gif) center top no-repeat;
	width:auto;
	text-align:left;
	padding:7px 0 5px;
}
#keyword .main p{
	line-height:1.5em;
	margin:0 10px;
}

#right-side{
	width:205px;
	float:right;
	margin:20px 0 0;
}
#right-side .box{margin:0 5px 0 0;}
#right-side .pickup{
	background:url(/image/pickup_btm.gif) center bottom no-repeat;
	margin:10px 0 0;
	padding:0 0 5px;
}
#right-side .pickup .image{
	border-left:1px #B4B4B4 solid;
	border-right:1px #B4B4B4 solid;
	text-align:center;
	padding:10px 0;
}
#right-side .pickup .info{
	background:#E6E6E6 url(/image/pickup_line.gif) top repeat-x;
	border-left:1px #B4B4B4 solid;
	border-right:1px #B4B4B4 solid;
	padding:10px 0 5px;
}
#right-side .pickup .info p{margin:0 15px;}
#right-side .pickup .info span{font-size:10px;}

.frame200{
	background:url(/image/frame1_top.gif) center top no-repeat;
	padding:5px 0 0;
}
.frame200 .mdl{
	border-left:1px #B4B4B4 solid;
	border-right:1px #B4B4B4 solid;
	padding:10px 0;
}
.frame200 .mdl div{margin:0 9px;}
.frame200 .mdl p{
	border-top:1px #B4B4B4 solid;
	margin:15px 0 0;
	padding:15px 0 0;
}
.frame200 .btm{
	background:url(/image/frame1_btm.gif) center bottom no-repeat;
	height:5px;
	overflow:hidden;
}

.frame900{
	background:url(/image/frame3.gif) center top no-repeat;
	padding:5px 0 0;
}
.frame900 .mdl{
	background:#FFF;
	border-left:1px #B4B4B4 solid;
	border-right:1px #B4B4B4 solid;
	padding:10px 0;
}
.frame900 .btm{
	background:url(/image/frame3.gif) center bottom no-repeat;
	padding:0 0 5px;
}
.frame900 .btm-gray{
	background:url(/image/frame3-gray.gif) center bottom no-repeat;
	padding:0 0 5px;
}

.frame760{
	background:url(/image/frame9.gif) center top no-repeat;
	padding:5px 0 0;
}
.frame760 .mdl{
	background:#FFF;
	border-left:1px #B4B4B4 solid;
	border-right:1px #B4B4B4 solid;
	padding:5px 0;
}
.frame760 .btm{
	background:url(/image/frame9.gif) center bottom no-repeat;
	padding:0 0 5px;
}

#footpoin{
	background:url(/image/footpoint_l.gif) left top no-repeat;
	margin:0 5px;
}
#footpoin .box{
	background:url(/image/footpoint_r.gif) right top no-repeat;
	margin:0 0 0 22px;
}
#footpoin .box div{
	background:url(/image/footpoint_back.gif) top repeat-x;
	height:22px;
	margin:0 5px 0 0;
}
#footpoin .box p{
	font-size:10px;
	padding:3px 0 0;
}

.pager .number{
	float:left;
	color:#666;
}
.pager .move{
	float:right;
}
.pager .move li{
	float:left;
	color:#8C8C8C;
	margin:0 0 0 10px;
}
.pager span{
	font-weight:bold;
}
.pager .fast a{
	background:url(/image/arrow2.gif) no-repeat;
	background-position: -9px -7px;
	display:block;
}
.pager .fast p{margin:0 0 0 14px;}
.pager .front a{
	background:url(/image/arrow2.gif) no-repeat;
	background-position: -9px -36px;
	display:block;
}
.pager .front p{margin:0 0 0 14px;}
.pager .next a{
	background:url(/image/arrow2.gif) no-repeat;
	background-position: 20px -65px;
	display:block;
}
.pager .next p{margin:0 14px 0 0;}
.pager .last a{
	background:url(/image/arrow2.gif) no-repeat;
	background-position: 20px -94px;
	display:block;
}
.pager .last p{margin:0 14px 0 0;}

.pagetop{
	border-bottom:1px #CCC dotted;
	text-align:right;
	margin:15px 0 0;
	padding:0 0 8px;
}

/* ---footer---------- */

#footer{
	background:#A0A0A0 url(/image/footer_back.gif) top repeat-x;
	text-align: left;
}
#footer .main{
	width:940px;
	margin:0 auto;
	padding:7px 0;
}
#footer .menu{
/*	float:left;*/
	color:#CCC;
}
#footer .menu a:link{color:#FFF; text-decoration:none;}
#footer .menu a:visited{color:#FFF; text-decoration:none;}
#footer .menu a:hover{color:#FFF; text-decoration:underline;}
#footer .menu a:active{color:#FFF; text-decoration:underline;}

/* Footer Text */
div#footer ul.link {
	clear: both;
	margin-bottom: 2px;
/*	margin-bottom: 12px; */
}
div#footer ul.link li {
	display: inline;
	margin: 0 0 1px 0;
	padding: 0 4px;
	white-space: nowrap;
	border-right: 1px solid #CCCCCC;
}
div#footer ul.link li.end {
	border-right: none;
}
div#footer ul.link li a {
/*	background-color: #FFFFFF;*/
	color: #04286F;
}
div#footer ul.link li a:hover {
	text-decoration: underline;
/*	background-color: #FFFFFF;
	color: #000000; */
}

/**/
#footer .copyright{
	float:right;
	font:10px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	color:#FFF;
	letter-spacing:1px;
	padding:2px 0 0;
}
;;#footer .copyright {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
*:first-child+html #footer .copyright {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
* html #footer .copyright {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}

/* ---index---------- */

#imap{margin:10px 0 0;}

#icontents{
	width:550px;
	float:left;
	margin:15px 0 0;
}
#icontents .title{
	widows:450px;
	float:left;
}
#icontents .more{
	background:url(/image/title.gif) right top no-repeat;
	width:100px;
	float:right;
	padding:17px 0 15px;
}
#icontents .more img{margin:0 11px 0 0;}

#ileft{
	width:220px;
	float:left;
	margin:20px 0 0;
}
#ileft .box{margin:0 15px 0 5px;}

#ipr{
	border:3px #D2D2D2 solid;
	margin:40px 5px 0;
	padding:10px 0;
}
#ipr img{margin:0 0 0 10px;}

#inew{
/*	background:url(/image/new_btm.gif) bottom repeat-x;*/
	margin:15px 5px 0;
	padding:0 0 15px;
}
#inew .images{margin:0 0 0 10px;}
#inew .images li{
	width:125px;
	float:left;
}
#inew .images .box a{
	display:block;
	border:1px #B4B4B4 solid;
	width:113px;
	height: 113px;
	overflow: hidden;
	text-align:center;
	padding:3px 0;
}
#inew .images .box a:hover,#inew .images .box a:active{border:1px #666 solid;}
#inew .linkbox{
	width:115px;
	height:40px;
	overflow:hidden;
	font-size:10px;
	margin:5px 0 0;
}
#inew .txt{margin:0 0 0 5px;}
#inew .txt ul{margin:8px 0 0;}
#inew .txt p{margin:0 5px;}
#inew .txt a{
	display:block;
	width:750px;
	text-decoration:none;
	padding:5px 0 3px;
}
#inew .txt a:hover,#inew .txt a:active{color:#008CF0; background:#E6FAFF;}
#inew .txt .time{
	font-weight:bold;
	color:#787878;
}
#inew .txt a.time {color:#787878;}
#inew .txt img{vertical-align:text-top;}

/* index staff
------------------------------------------------------------*/
#staff h4 {
	width: 770px;
	height: 50px;
	position:relative;
	overflow:hidden;
}
#staff h4 span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/image/t_staff.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#staff .red {color:#ff0000;}

#staff ul.newinfo2 li {
	background	: #FFF url("/image/tri_red.gif") no-repeat 0 3px;
	padding		: 0 0 0 12px;
}
#staff ul.newinfo2 {
	clear		: both;
	list-style-type : none;
	margin		: 15px 0 0 3px;
	padding		: 0 0 0 0px;
}


/* ---list---------- */

#list-header{margin:14px 0 0;}
#list-header .submenu{
	width:195px;
	float:left;
	text-align:left;
	margin:0;
}
#list-header .box{
	background:#FFF url(/image/list_menu_back.gif) bottom repeat-x;
	height:155px;
	padding:0;
}
#list-header .submenu ul{
	margin:0 0 0 5px;
	padding:10px 0 0;
}
#list-header .submenu li{
	float:none;
	margin:0 0 5px 0;
}
#list-header .submenu a{
	background:url(/image/list_menu.gif) no-repeat;
	display:block;
	width:185px;
	height:30px;
}
#list-header .submenu a:hover,#list-header .submenu a:active {background-position: 0 -30px;}
#list-header .submenu p{
	font-size:14px;
	margin:0 0 0 5px;
	padding:8px 0 0;
}

#list-header .image{float:right;}

.list-pager-top{
	border-top:1px #B4B4B4 solid;
	margin:20px 10px 0;
	padding:10px 0 0;
}

.list-pager-btm{
	border-bottom:1px #B4B4B4 solid;
	margin:20px 10px 0;
	padding:0 0 10px;
}

#list-main{
	width:550px;
	float:left;
	margin:20px 0 0;
}

#list-main .title{
	background:url(/image/list_title.gif) center top no-repeat;
	margin:10px 0 0;
}
#list-main .title .box{
	height:47px;
}
#list-main .title h4{
	float:left;
	font-size:18px;
	letter-spacing:1px;
	margin:0 0 0 0;
	padding:16px 0 0 25px;
}
#list-main .title .pager{
	border-left:1px #5A5A5A dotted;
	float:right;
	margin:15px 0 0;
}
#list-main .title .pager ul{
	margin:0 15px 0 0;
}
#list-main .title .pager li{
	border-right:1px #5A5A5A dotted;
	float:left;
}
#list-main .title .pager a{display:block; color:#5A5A5A; text-decoration:none;}
#list-main .title .pager a:hover{background:#DCDCDC url(/image/pager_back1.gif) top repeat-x;}
#list-main .title .pager a:active{background:#DCDCDC url(/image/pager_back1.gif) top repeat-x;}
#list-main .title .pager .on a{background:#5ABEF0 url(/image/pager_back2.gif) top repeat-x; color:#FFF; text-decoration:none;}
#list-main .title .pager .on a:hover{background:#5ABEF0 url(/image/pager_back2.gif) top repeat-x;}
#list-main .title .pager .on a:active{background:#5ABEF0 url(/image/pager_back2.gif) top repeat-x;}
#list-main .title .pager p{
	margin:0 10px;
	padding:1px 0;
}

#list-main .about{
	line-height:1.4em;
	margin:15px 10px 0;
}

#list{
	background:url(/image/list_line.gif) left repeat-y;
	margin:20px 0 0 0;
}
#list .list1, #list:first-child div{
	width:136px;
	float:left;
}
#list .list2{
	width:138px;
	float:left;
}
#list .list1 .box{margin:0 10px 0 14px;}
#list .list1 .box .image {
	width: 107px;
	height: 107px;
	overflow: hidden;
}
#list .list2 .box{margin:0 10px 0 16px;}
#list .box .icon{
	height:12px;
	overflow:hidden;
	margin:0 0 5px;
}
#list .box .icon img{margin:0 4px 0 0;}
#list .box p{margin:5px 0 0;}
#list .box span{font-size:10px;}
#list .box .info{
	font-size:14px;
	color:#F00066;
}
#list .box .info .sup{/*color:#999;*/font-size: 75%;}

/* ---mame---------- */

#mame{padding:5px 0 0;}
#mame h3{margin:10px 5px 0;}
#mame .cts{margin:0 5px;}
#mame .inbox{
	margin:0 15px;
	padding:5px 0 15px;
}
#mame h4{
	background:url(../mame/img/title_btm.gif) bottom repeat-x;
	font-size:18px;
	color:#464646;
	padding:10px 0 17px;
}
#mame .knowledge{
	line-height:1.6em;
	margin:15px 10px 0;
}
#mame .distance li{
	background:url(../mame/img/distance_icon.gif) no-repeat;
	height:20px;
	overflow:hidden;
	margin:0 0 15px;
}
#mame .distance li.taxi{background-position: 0 -40px;}
#mame .distance li.bass{background-position: 0 -80px;}
#mame .distance p{
	font-size:14px;
	margin:0 0 0 35px;
	padding:1px 0 0;
}
#mame .distance strong{color:#F00066;}
#mame .image{
	border:3px #F0F0F0 solid;
	float:left;
	margin:0 20px 10px 0;
}
#mame .link{margin:15px 0 0;}
#mame .link a{
	background:url(/image/arrow4.gif) no-repeat;
	background-position: -7px -7px;
	display:block;
	float:left;
}
#mame .link p{margin:0 0 0 19px;}
#mame .buslane{border:3px #F0F0F0 solid;}
#mame .buslane th{
	text-align:left;
	font-size:16px;
	color:#F00066;
	padding:10px 0 10px 15px;
}
#mame .buslane td{
	font-size:14px;
	padding:10px 20px;
}

/* ---sitemap---------- */

#sitemap{padding:5px 0 0;}
#sitemap h3{margin:10px 5px 0;}
#sitemap .cts{margin:0 5px;}
#sitemap .inbox{
	margin:0 20px;
	padding:0 0 20px;
}
#sitemap .cate li{
	background:url(/image/arrow5.gif) no-repeat;
	background-position: -8px 6px;
	border-bottom:1px #CCC solid;
	padding:15px 0 10px;
}
#sitemap .cate p{
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin-left:22px;
	padding:1px 0 0;
}
#sitemap .frame{
	border:2px #DCDCDC solid;
	margin:10px 0 0 18px;
	padding:10px 0;
}
#sitemap .subcate-t{
	font-weight:bold;
	color:#666;
	margin-left:10px;
}
#sitemap .subcate{
	margin:2px 0 0 18px;
}
#sitemap .subcate li{
	background:url(/image/arrow1.gif) no-repeat;
	background-position: -10px 1px;
	border-bottom:none;
	padding:5px 0 0;
}
#sitemap .subcate li p{
	font-size:12px;
	font-weight:normal;
	color:#999;
	margin:0 0 0 13px;
	padding:1px 0 0;
}

/* ---inquiry---------- */

#inquiry{padding:5px 0 0;}
#inquiry h3{margin:10px 5px 0;}
#inquiry .cts{margin:0 5px;}
#inquiry .frame{
	background:url(/image/frame8.gif) center top no-repeat;
	margin:15px 0 0;
	padding:15px 0 0;
}
#inquiry .frame .btm{
	background:url(/image/frame8.gif) center bottom no-repeat;
	padding:0 0 15px;
}
#inquiry .frame .mdl{
	background:#FFF;
	border-left:10px #DCDCDC solid;
	border-right:10px #DCDCDC solid;
	padding:10px 0 15px;
}
#inquiry .frame .box{margin:0 15px;}
#inquiry .frame table{
	width:660px;
	margin:15px 0 0 25px;
}
#inquiry .frame th{
	border-bottom:1px #DCDCDC solid;
	width:140px;
	text-align:left;
	vertical-align:top;
	color:#666;
	padding:10px 0;
}
#inquiry .frame td{
	border-bottom:1px #DCDCDC solid;
	text-align:left;
	vertical-align:top;
	padding:10px 0;
}
#inquiry .frame span{
	font-size:10px;
	color:#999;
}
#inquiry .frame .btn{
	text-align:center;
	margin:20px 0 0;
}
#inquiry .end{
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:1.4em;
	padding:10px 0 0;
}

/* ---about---------- */

#about{padding:5px 0 0;}
#about h3{margin:10px 5px 0;}
#about .cts{margin:0 5px;}
#about .inbox{
	margin:0 20px;
	padding:10px 0 20px;
}
#about table{
	border-top:1px #B4B4B4 dotted;
	width:718px;
}
#about th{
	border-right:1px #B4B4B4 dotted;
	border-bottom:1px #B4B4B4 dotted;
	width:120px;
	text-align:left;
	vertical-align:top;
	color:#787878;
	padding:14px 0 13px;
}
#about td{
	border-bottom:1px #B4B4B4 dotted;
	vertical-align:top;
	padding:14px 0 13px 20px;
}
#about .site{
	padding:19px 0 0 6px;
}
#about .site li{
	width:180px;
	height:163px;
	float:left;
	text-align:center;
	overflow:hidden;
}
#about .site li img{
	border:1px #B4B4B4 solid;
	margin:0 0 5px;
}
#about .site a{
	text-decoration:none;
}


/* ---report---------- */

body#report{
	background:#FFF;
	padding:10px 0;
}
#report .frame{
	background:url(/image/report_frame.gif) center top no-repeat;
	width:520px;
	text-align:left;
	margin:0 auto;
	padding:5px 0 0;
}
#report .btm{
	background:url(/image/report_frame.gif) center bottom no-repeat;
	padding:0 0 15px;
}
#report .cts{
	background:#EBEBEB;
	padding:10px 0 0;
}
#report .box{margin:0 20px;}
#report span{font-size:10px;}
#report .title{
	background:url(/image/report_title.gif) center top no-repeat;
	height:40px;
}
#report h1{
	font-size:16px;
	color:#FFF;
	margin:0 0 0 10px;
	padding:13px 0 0;
}
#report .cts2{
	background:#FFF url(/image/shadow1.gif) top repeat-x;
	text-align:center;
	padding:15px 0 10px;
}

/* ---print---------- */

body#print-p{
	background:#FFF;
	padding:20px 0 10px;
}
#print-p .cts{
	width:780px;
	text-align:left;
	margin:0 auto;
}
#print-p h1{
	float:left;
}
#print-p .btn{
	float:right;
	margin:20px 0 0;
}
#print-p .btn a{
	background:url(/image/print_btn3.gif) no-repeat;
	display:block;
	width:140px;
	height:34px;
	text-indent:-999em;
}
html:not([lang*=""]) #print-p .btn a{
	outline:none;
}
#print-p .btn a:hover,#print-p .btn a:active {background-position: 0 -34px;}
#print-p .txt{
	float:right;
	font-weight:bold;
	color:#FF0078;
	margin:39px 8px 0 0;
}
#print-p .title{
	border-bottom:1px #B4B4B4 solid;
	margin:20px 0 0;
	padding:0 0 5px;
}
#print-p .title h2{
	float:left;
	font-size:22px;
	line-height:1.0em;
	padding:3px 0 0;
}
#print-p .tel{
	background:url(/image/icon_tel.gif) left top no-repeat;
	width:180px;
	height:28px;
	float:right;
}
#print-p .tel p{
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	color:#505050;
	margin:0 0 0 34px;
	padding:7px 0 0;
}
*+html:first-child #print-p .tel p{
	font-size:17px;
}
#print-p .ep-info{
	border:2px #B4B4B4 solid;
	margin:20px 0 0;
	padding:15px 10px 10px;
}
#print-p .ep-info h3{
	border-bottom:2px #1E82D2 solid;
	font-size:16px;
	line-height:1.0em;
	margin:0 0 15px;
	padding:0 0 8px;
}
#print-p .ep-info .image{
	float:left;
/*	margin-right: 15px;*/
}
#print-p .ep-info .image-cp{float: right;}
#print-p .ep-info .info{
	padding-left:15px;
	width:386px; /*595px*/
	float:left;
}
#print-p .period{padding:5px 0 0;}
#print-p .period strong{
	font-size:16px;
	color:#F00066;
}
#print-p .period strong .sup{
	font-size: 75%;;
}
#print-p .map{margin:10px 0 0;}
#print-p .shop-info{
	border:1px #B4B4B4 solid;
	width:780px;
	margin:10px 0 0;
}
#print-p .shop-info th{
	border-top:1px #DCDCDC solid;
	width:140px;
	text-align:left;
	font-weight:normal;
	padding:7px 0 7px 12px;
}
#print-p .shop-info td{
	border-top:1px #DCDCDC solid;
	padding:7px 0;
}
#print-p .shop-info img{
	vertical-align:middle;
	margin:0 5px 0 0;
}
#print-p .shop-info .top{border-top:none;}
