/* Reset */
@import url(reset.css);

/* font 11pxの場合：9px-81.8% / 10px-90.9% / 11px-100% / 12px-109% / 13px-118.1% / 14px-127.2% / 15px-136.3% / 16px-145.4% / 18px-163.6% / 20px-181.8% */
/* font 12pxの場合：9px-75% / 10px-83.3% / 11px-91.6% / 12px-100% / 13px-108.3% / 14px-116.6% / 15px-125% / 16px-133.3% / 18px-150% / 20px-166.6% */
	
html {
	overflow-y: scroll;
	
	/* ie7 */
	*overflow-y: auto;
	/* ie6 */
	_overflow-y: auto;
	}

body {
	color: #333333;
	font-size: 11px;
	line-height: 2;
	background-color: #f5f5f5;
	word-wrap: break-word;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	}

a {
	display: block;
	outline:none;
	text-decoration: none;
	}

a:link,
a:visited {
	color: #0084bd;
	color: #333333;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a.ch,
a.fa {
	transition: all 0.3s;
	}

	a.ch:hover {
		opacity: 0;
		}

	a.fa:hover {
		opacity: 0.6;
		}
		
.am-container a span,
#navigation a span {
	opacity: 0;
	transition: all 0.3s;
	}
			
	.am-container a:hover span,
	#navigation a:hover span {
		opacity: 1;
		}
		
		

h2 {
	display: block;
	font-size: 118.1%;
	line-height: 1.2;
	}

h2 span {
	display: block;
	padding: 5px 0px 0px 0px;
	color: #888888;
	font-size: 90.9%;
	font-weight: normal;
	}



/* header ------------------------------------------------------------ */
#header {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	position: relative;
	z-index: 9999;
	}

h1 {
	width: 255px;
	height: 55px;
	display: block;
	}

h1 a {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-image: url(../image/common/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

#header #news,
#header #feed {
	width: 360px;
	height: 190px;
	z-index: 9999;
	}

#header #news {
	position: absolute;
	right: 172px;
	}

#header #feed {
	position: relative;
	}

#header #feed a#xml,
#header #feed a#readmore {
	width: 80px;
	height: 15px;
	display: block;
	text-indent: -10000px;
	background-color: #ffffff;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	}

#header #feed a#xml {
	background-image: url(../image/common/header_xml.gif);
	right: 81px;
	}
	
#header #feed a#readmore {
	background-image: url(../image/common/header_readmore.gif);
	right: 0px;
	}
	
#header #feed #rss {
	height: 150px;
	padding: 25px 10px 0px 10px;
	background-color: #ffffff;
	}

#header #feed #rss dl {
	font-size: 90.9%;
	line-height: 1.3;
	border-bottom: dotted 1px;
	border-color: #cccccc;
	}
	
#header #feed #rss dt {
	float: left;
	width: 70px;
	padding: 5px;
	}

#header #feed #rss dd {
	margin: 0px 0px 0px 70px;
	padding: 5px;
	}
	
#header #feed span {
	height: 15px;
	display: block;
	text-indent: -10000px;
	background-image: url(../image/common/header_news.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
	
#header p {
	display: block;
	width: 80px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 0px;
	}
	
#header p.sitemap-link {
	display: block;
	width: 80px;
	height: 15px;
	position: absolute;
	right: 91px;
	top: 0px;
	}
	
#header p a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	background-image: url(../image/common/header_english.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

#header p.sitemap-link a {
	background-image: url(../image/common/header_sitemap.gif);
	}


#header ol {
	position: absolute;
	right: 10px;
	top: 50px;
	}

#header ol li {
	float: left;
	margin: 0px 0px 0px 20px;
	}

#header ol li a {
	width: 100%;
	font-size: 90.9%;
	letter-spacing: 1px;
	padding: 10px 0px 10px 0px;
	}

#header ol li a:hover {
	color: #888888;
	text-decoration: none;
	}

body#works #header ol li.works a,
body#detail #header ol li.works a,
body#service #header ol li.service a,
body#profile #header ol li.profile a,
body#contact #header ol li.contact a,
body#blog #header ol li.blog a {
	color: #00b3f0;
	color: #888888;
	}



/* footer ------------------------------------------------------------ */
#footer {
	width: 950px;
	height: 25px;
	margin: 0px 0px 0px -490px;
	padding: 15px 20px 15px 20px;
	font-size: 81.8%;
	line-height: 1.5;
	background-image: url(../image/common/footer_bg.png);
	position: fixed;
	left: 50%;
	bottom: 0;
	}

#footer p {
	float: left;
	display: block;
	width: 580px;
	}

#footer p a {
	display: inline;
	}

#footer ul {
	clear: none;
	float: right;
	}
	
#footer li {
	float: left;
	}

#footer li#google,
#footer li#twitter,
#footer li#facebook {
	height: 20px;
	margin: 0px 0px 0px 3px;
	padding: 3px 0px 0px 0px;
	line-height: 1;
	overflow: hidden;
	}
	
#footer li#google {
	width: 70px;
	}
	
#footer li#facebook {
	width: 90px;
	}
	
#footer li#twitter {
	width: 90px;
	margin: 0px 10px 0px 3px;
	}
	
#footer li#pagetop a {
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../image/common/pagetop.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}



/* トップページ ------------------------------------------------------------ */
body#works {
	background-image: url(../image/works/loader.gif);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}
	
#container {
	width: 950px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	position: relative;
	}
	
body#works #container #architecture,
body#works #container #project,
body#works #container #furniture,
body#works #container #exhibition {
	width: 942px;
	margin: 0px 0px 80px 0px;
	border: solid 4px;
	border-color: #ffffff;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
	
	display: none;
	}

body#works #container #architecture {
	margin: 0;
	border-bottom: 0;
	}

body#works #container #project {
	border-top: 0;
	padding: 1px 0px 0px 0px;
	
	/* ie7 */
	*padding: 2px 0px 0px 0px;
	}
	
.am-container {
	width: 946px;
	margin: -1px 0px 0px -1px;
	overflow: hidden;
	}

.am-wrapper {
	float: left;
	position: relative;
	overflow: hidden;
	}

.am-wrapper img {
	position: absolute;
	}
	
.am-wrapper span {
	display: block;
	width: 950px;
	height: 11px;
	margin: 0px 0px 0px -475px;
	padding: 78px 0px 81px 0px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 0px;
	}

body#works #container #architecture .am-wrapper span {
	background-image: url(../image/works/span_works_architecture_bg.png);
	}

body#works #container #project .am-wrapper span {
	background-image: url(../image/works/span_works_project_bg.png);
	}

body#works #container #furniture .am-wrapper span {
	background-image: url(../image/works/span_works_furniture_bg.png);
	}

body#works #container #exhibition .am-wrapper span {
	background-image: url(../image/works/span_works_exhibition_bg.png);
	}



/* navi */
#navi,
#navi ul,
#navi li,
#navi li a {
	height: 45px;
	}

#navi {
	width: 950px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #dddddd;
	margin: 20px auto 20px auto;
	position: relative;
	}

#navi ul {
	width: 964px;
	margin: 0px -14px 0px 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	}

#navi li {
	float: left;
	width: 227px;
	margin: 0px 14px 0px 0px;
	background-image: url(../image/works/navi_a_bg.gif);
	background-repeat: no-repeat;
	}

#navi li.architecture {
	background-position: 0px -45px;
	}

#navi li.furniture {
	background-position: -233px -45px;
	}

#navi li.exhibition {
	background-position: -466px -45px;
	}

#navi li.publication {
	background-position: -699px -45px;
	}

#navi li a {
	width: 100%;
	text-indent: -9999px;
	background-image: url(../image/works/navi_a_bg.gif);
	background-repeat: no-repeat;
	}

#navi li.architecture a {
	background-position: 0px 0px;
	}

#navi li.furniture a {
	background-position: -233px 0px;
	}

#navi li.exhibition a {
	background-position: -466px 0px;
	}

#navi li.publication a {
	background-position: -699px 0px;
	}

#publication {
	width: 950px;
	display: none;
	margin: 0px auto 20px auto;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #dddddd !important;
	position: relative;
	}
	
#publication ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	
	opacity: 0;
	}

#publication li {
	float: left;
	width: 465px;
	height: 12px;
	margin: 0px 10px -1px 0px;
	padding: 8px 0px 8px 5px;
	line-height: 1.2;
	border-bottom: dotted 1px;
	border-color: #cccccc;
	}

#publication li:nth-of-type(2n) {
	margin-right: 0;
	}
	
#publication li a {
	display: inline;
	color: #333333;
	padding: 0px 0px 0px 16px;
	background-image: url(../image/common/link_blank.gif);
	background-position: left center;
	background-repeat: no-repeat;
	}

#publication #mask {
	width: 100%;
	height: 600px;
	background-color: #f5f5f5;
	position: absolute;
	left: 0;
	top: 0;
	}



/* 制作実績の詳細ページ ------------------------------------------------------------ */
body#detail #wrapper {
	width: 950px;
	margin: 20px auto 60px auto;
	padding: 60px 0px 60px 0px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #dddddd;
	overflow: hidden;
	}
	
body#detail #contents {
	float: left;
	width: 327px;
	height: 580px;
	position: relative;
	}

body#detail #contents ul {
	margin: 0px -2px 0px 0px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: -2px;
	background-image: url(../image/works/contents_ul_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	}

body#detail #contents ul li {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0px 2px 2px 0px;
	overflow: hidden;
	}

body#detail #contents ul li a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 1%;
	}

body#detail #contents #description {
	}

body#detail #contents #description a {
	display: inline;
	text-decoration: underline;
	}

body#detail #contents #description ol {
	margin: 20px -15px 0px 0px;
	overflow: hidden;
	}

body#detail #contents #description ol li {
	float: left;
	width: 156px;
	margin: 0px 15px 0px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 1;
	border-bottom: solid 1px;
	border-color: #dddddd;
	}

body#detail #contents #description h2 {
	margin: 0px 0px 15px 0px;
	}

body#detail #contents #description h2 span {
	display: inline;
	font-size: 84.6%;
	color: #333333;
	font-weight: bold;
	}

body#detail #contents p {
	display: block;
	line-height: 1.7;
	}

#photo {
	float: right;
	width: 580px;
	height: 580px;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	}

#photo table {
	width: 100%;
	height: 100%;
	}
	
#photo td {
	text-align: center;
	vertical-align: middle;
	}
	
#photo img {
	/*position: absolute;*/
	}

#photo span {
	display: block;
	padding: 6px;
	font-size: 90.9%;
	line-height: 1;
	color: #333333;
	position: absolute;
	left: 10px;
	bottom: 12px;
	z-index: 9999;
	background-color: #ffffff;
	}

/* 共有のナビゲーション */
#navigation {
	width: 950px;
	margin: 20px auto 79px auto;
	}

body#detail #navigation h3 {
	display: block;
	height: 5px;
	margin: 0px 0px 5px 5px;
	text-indent: -9999px;
	line-height: 1;
	background-position: left top;
	background-repeat: no-repeat;
	}

body#detail #navigation #architectureD h3 {
	background-image: url(../image/works/div_works_architecture_bg.gif);
	}

body#detail #navigation #projectD h3 {
	background-image: url(../image/works/div_works_project_bg.gif);
	}

body#detail #navigation #furnitureD h3 {
	background-image: url(../image/works/div_works_furniture_bg.gif);
	}
	
body#detail #navigation #exhibitionD h3 {
	background-image: url(../image/works/div_works_exhibition_bg.gif);
	}

body#detail #navigation #architectureD .slider,
body#detail #navigation #projectD .slider,
body#detail #navigation #furnitureD .slider,
body#detail #navigation #exhibitionD .slider {
	width: 942px;
	height: 90px;
	margin: 0px 0px 10px 0px;
	padding: 4px;
	background-color: #ffffff;
	position: relative;
	}
	
#navigation ul {
	margin: 0px -2px -2px 0px;
	overflow: hidden;
	}

#navigation li {
	float: left;
	width: 116px;
	height: 90px;
	margin: 0px 2px 2px 0px;
	overflow: hidden;
	position: relative;
	}

#navigation li a {
	display: block;
	}

#navigation li img {
	position: absolute;
	}

#navigation span {
	display: block;
	width: 116px;
	height: 11px;
	padding: 39px 0px 40px 0px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	letter-spacing: -1px;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	}

body#detail #navigation #architectureD span {
	background-image: url(../image/works/span_detail_architecture_bg.png);
	}

body#detail #navigation #projectD span {
	background-image: url(../image/works/span_detail_project_bg.png);
	}

body#detail #navigation #furnitureD span {
	background-image: url(../image/works/span_detail_furniture_bg.png);
	}

body#detail #navigation #exhibitionD span {
	background-image: url(../image/works/span_detail_exhibition_bg.png);
	}

#navigation a#prev_arch,
#navigation a#prev_comp,
#navigation a#prev_furn,
#navigation a#prev_exhi,
#navigation a#next_arch,
#navigation a#next_comp,
#navigation a#next_furn,
#navigation a#next_exhi {
	width: 40px;
	height: 98px;
	display: block;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	}

#navigation a#prev_arch,
#navigation a#prev_comp,
#navigation a#prev_furn,
#navigation a#prev_exhi {
	left: -38px;
	background-image: url(../image/works/pagenation_prev.gif);
	}

#navigation a#next_arch,
#navigation a#next_comp,
#navigation a#next_furn,
#navigation a#next_exhi {
	right: -38px;
	background-image: url(../image/works/pagenation_next.gif);
	}



/* プロフィール ------------------------------------------------------------ */
body#profile #wrapper {
	width: 950px;
	margin: 20px auto 79px auto;
	padding: 60px 0;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #dddddd;
	overflow: hidden;
	}

body#profile #wrapper h2 {
	margin: 0px 0px 30px 0px;
	}
	
body#profile #wrapper p a,
body#profile #wrapper dl a {
	display: inline;
	padding: 0px 0px 0px 16px;
	background-image: url(../image/common/link_blank.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	}

body#profile #wrapper dl {
	border-bottom: solid 1px;
	border-bottom-color: #dddddd;
	}

body#profile #wrapper dt {
	float: left;
	width: 45px;
	color: #888888;
	padding: 5px 0px 5px 0px;
	}

body#profile #wrapper dt.title {
	float: left;
	width: 70px;
	color: #333333;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	}

body#profile #wrapper dd.description {
	margin: 0px 0px 0px 70px;
	padding: 5px 0px 5px 0px;
	}
	
body#profile #wrapper dd {
	margin: 0px 0px 0px 45px;
	padding: 5px 0px 5px 0px;
	}
	
body#profile #wrapper #outline {
	float: left;
	width: 470px;
	position: relative;
	}
	
body#profile #wrapper #outline #principal,
body#profile #wrapper #outline #office {
	width: 100%;
	line-height: 1.7;
	padding: 0;
	overflow: hidden;
	}

body#profile #wrapper #outline #principal {
	margin: 0px 0px 20px 0px;
	}

body#profile #wrapper #outline #office {
	margin: 0px 0px 35px 0px;
	}

	body#profile #wrapper #outline #principal p:first-of-type,
	body#profile #wrapper #outline #office p:first-of-type {
		float: left;
		width: 120px;
		}

		body#profile #wrapper #outline #principal p:first-of-type img,
		body#profile #wrapper #outline #office p:first-of-type img {
			width: 100%;
			}

	body#profile #wrapper #outline #principal p:last-of-type,
	body#profile #wrapper #outline #office p:last-of-type {
		float: right;
		width: 320px;
		}
	
body#profile #wrapper #outline p span {
	display: block;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	}

body#profile #wrapper dl.office {
	width: 470px;
	border: 0;
	}

body#profile #wrapper dl.project {
	width: 470px;
	border: 0;
	margin: 0px 0px 10px 0px;
	}
	
body#profile #wrapper dl.staff {
	width: 470px;
	border: 0;
	}
	
body#profile #wrapper dl.office dt,
body#profile #wrapper dl.project dt,
body#profile #wrapper dl.staff dt {
	width: 140px;
	color: #333333;
	font-weight: bold;
	}

body#profile #wrapper dl.office dd,
body#profile #wrapper dl.project dd,
body#profile #wrapper dl.staff dd {
	margin: 0px 0px 0px 140px;
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px;
	border-bottom-color: #dddddd;
	}

	body#profile #wrapper dd.description dl:last-of-type {
		border-bottom: 0;
		}

body#profile #wrapper #award {
	float: right;
	width: 440px;
	}

	body#profile #wrapper #award dl dt,
	body#profile #wrapper #award dl dd {
		padding: 3px 0;
		}



/* サービス ------------------------------------------------------------ */
body#service #wrapper {
	width: 950px;
	margin: 20px auto 79px auto;
	padding: 60px 0px 60px 0px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #dddddd;
	}

body#service #wrapper #flow {
	margin: 0px 0px 50px 0px;
	}
	
/* ワークフロー */
body#service #wrapper .flow {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 60px;
	overflow: hidden;
	background-position: left bottom;
	background-repeat: no-repeat;
	}

body#service #wrapper .flow a {
	display: inline;
	}
	
body#service #wrapper #contact {
	background-image: url(../image/service/contact.gif);
	}
	
body#service #wrapper #plan {
	background-image: url(../image/service/plan.gif);
	}

body#service #wrapper #design {
	background-image: url(../image/service/design.gif);
	}

body#service #wrapper #estimate {
	background-image: url(../image/service/estimate.gif);
	}

body#service #wrapper #construction {
	background-image: url(../image/service/construction.gif);
	}

body#service #wrapper .flow table {
	width: 100%;
	font-size: 109%;
	line-height: 1.5;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 1px;
	}

body#service #wrapper .flow th {
	vertical-align: top;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 108%;
	color: #333333;
	}

body#service #wrapper .flow th span {
	padding: 0px 0px 0px 5px;
	font-size: 84.6%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
	color: #999999;
	}
	
body#service #wrapper .flow td {
	vertical-align: top;
	padding: 5px 0px 10px 0px;
	}
	
body#service #wrapper .flow td.pay {
	width: 220px;
	border-left: solid 1px;
	padding: 5px 0px 10px 20px;
	}
	
body#service #wrapper .flow td.special {
	width: 150px;
	border-left: solid 1px;
	padding: 5px 0px 10px 20px;
	}

body#service #wrapper #flow #attention {
	position: relative;
	top: -15px;
	}
	
body#service #wrapper #flow #attention span {
	float: right;
	display: block;
	font-size: 100%;
	line-height: 1.5;
	color: #888888;
	}

body#service #wrapper .flow table,
body#service #wrapper .flow td.pay,	
body#service #wrapper .flow td.special {
	border-color: #dddddd;
	}



/* 設計監理料 上 */
body#service #wrapper #fee {
	overflow: hidden;
	}

body#service #wrapper #fee dl.service {
	float: left;
	width: 590px;
	margin: 0px;
	border: 0;
	}

body#service #wrapper #fee dl {
	overflow: hidden;
	border-bottom: solid 1px;
	border-bottom-color: #dddddd;
	}

body#service #wrapper #fee dt {
	float: left;
	width: 130px;
	padding: 5px 0px 5px 0px;
	}

body#service #wrapper #fee dt.title {
	float: left;
	width: 90px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	}

body#service #wrapper #fee dd.description {
	margin: 0px 0px 0px 90px;
	padding: 5px 0px 5px 0px;
	}
	
body#service #wrapper #fee dd {
	margin: 0px 0px 0px 130px;
	padding: 5px 0px 5px 0px;
	}

body#service #wrapper #fee table {
	float: right;
	width: 330px;
	margin: 15px 0px 0px 0px;
	font-size: 90.9%;
	line-height: 1;
	}

body#service #wrapper #fee th,
body#service #wrapper #fee td {
	padding: 7px;
	border: solid 1px;
	border-color: #cccccc;
	}

body#service #wrapper #fee td {
	text-align: center;
	}

/* 設計監理料 下 */
body#service #wrapper #attention {
	margin: 0px 0px 50px 0px;
	font-size: 90.9%;
	line-height: 1.5;
	color: #888888;
	overflow: hidden;
	}

body#service #wrapper #attention dl.attention,
body#service #wrapper #attention dl.type {
	clear: none;
	}

body#service #wrapper #attention dl.attention {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 90px;
	}

body#service #wrapper #attention dl.type {
	float: right;
	width: 330px;
	}
	
body#service #wrapper #attention dl.attention dt {
	float: left;
	width: 25px;
	}

body#service #wrapper #attention dl.attention dd {
	margin: 0px 0px 0px 25px;
	}

body#service #wrapper #attention dl.type dt {
	float: left;
	width: 40px;
	}

body#service #wrapper #attention dl.type dd {
	margin: 0px 0px 0px 40px;
	}

/* お支払い時期 */
body#service #wrapper #pay {
	overflow: hidden;
	position: relative;
	}

body#service #wrapper #pay dl#time {
	float: left;
	width: 470px;
	padding: 5px 0px 5px 0px;
	}

body#service #wrapper #pay dl#time dd span {
	float: none;
	margin: 0;
	padding: 0em 0em 0em 2em;
	display: inline;
	font-size: 100%;
	line-height: inherit;
	color: #333333;
	}

body#service #wrapper #pay dl#other {
	float: right;
	width: 470px;
	padding: 5px 0px 5px 0px;
	}
	
body#service #wrapper #pay dt {
	float: left;
	width: 90px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	}
	
body#service #wrapper #pay dd {
	margin: 0px 0px 0px 90px;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px;
	border-bottom-color: #dddddd;
	}

body#service #wrapper #pay dl#other dt {
	width: 100px;
	}

body#service #wrapper #pay dl#other dd {
	margin: 0px 0px 0px 100px;
	}
	
body#service #wrapper #pay span {
	margin: 0px 0px 0px 90px;
	clear: both;
	display: block;
	font-size: 90.9%;
	line-height: 1.5;
	color: #888888;
	}
	
body#service #wrapper #pay a {
	width: 330px;
	height: 10px;
	font-size: 90.9%;
	line-height: 1;	
	color: #dddddd;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	padding: 35px 0px 35px 0px;
	background-image: url(../image/common/contents_black_bg.gif);
	background-position: left 1px;
	background-repeat: repeat;
	position: absolute;
	right: 0px;
	top: 13px;
	}