@charset "utf-8";

/* ----------------------------------------------
Author: yt
Project: 3dds.jp
---------------------------------------------- */

/* --------------------------------------------------------------------------( index )---*/



/* ---( 「3DDSセンターとは」 )---*/
#index-table h2 {
	width: 800px;
	font-size: 90%;
	text-align: center;
}

#index-table h2 span {
	font-size: x-large;
	font-weight: bold;
}

#index-table {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#index-table .header {
	background: url(img/index-table_header.gif) no-repeat center bottom;
}

#index-table .footer {
	background: url(img/index-table_footer.gif) no-repeat center top;
}

#index-table .td-bg {
	background: url(img/index-table_bg.gif) repeat-y center;
}

#index-table .td-bg h2 {
	width: 760px;
	margin: 0 20px;
}

/* ---( 事例紹介 )---*/
.case-menu {
	width: 800px;
	margin: 20px auto 0 auto;
	text-align: center;
	font: 98% "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height: 1.5em;
}

.case-menu ul li {
	float: left;
	margin: 0 auto;
	text-align: center;
}

.case-menu #case-01 li,
.case-menu #case-02 li,
.case-menu #case-03 li {
	width: 33%;
}

.case-menu ul li a {
	color: #333;
	display: block;
	text-align: center;
}

.case-menu ul li a:hover {
	color: #00b5ed;
}

.case-menu p.float-left,
.case-menu p.float-right {
	width: 40%;
	margin: 20px auto;
	padding: 0;
}

.case-menu p.float-left {
}

.case-menu p.float-right {
}

* html body .case-menu p.float-left,
* html body .case-menu p.float-right {

}

#wrap .case-menu .float-left a {
	height: 39px;
	width: 131px;
	background: url(img/button-1.gif) no-repeat center 1px;
	display: block;
	margin: 0 0 0 auto;
	text-align:right;
}

#wrap .case-menu .float-left a:hover {
	background: url(img/button-1.gif) no-repeat center bottom;
}

#wrap .case-menu .float-right a {
	height: 39px;
	width: 162px;
	background: url(img/button-2.gif) no-repeat center 1px;
	display: block;
}

#wrap .case-menu .float-right a:hover {
	background: url(img/button-2.gif) no-repeat center bottom;
}

/* ---( フッターメニュー )---*/
#footer-menu {
	position: relative;
	width: 800px;
	margin: 20px auto 0 auto;
}

#footer-menu #left {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
}

#footer-menu #right {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
}

#footer-menu #center {
	margin: 0 260px;
	text-align: center;
}

/* --------------------------------------------------------------------------( privacy policy )---*/
#pp-table {
	width:760px;
	margin:0 auto;
	background:url(img/index-table_bg.gif) repeat-y;
	padding:0 20px
}

#pp-table h2 {
	font-size:large;
	font-weight:bold;
	background:url(img/index-table_header.gif) no-repeat center top;
	width:780px;
	margin:0 0 10px -20px;
	padding:15px 0 0 20px
}

#pp-table h2,
#pp-table p.last {
	display:block
}

#pp-table ol {
	list-style-type:decimal;
	margin:10px 0 10px 25px
}
#pp-table ol li {
	margin: 15px 0;
}


#pp-table ul {
	margin:12px 8px
}
#pp-table ol ul li {
	margin: 0;
}


#pp-table p.last {
	background:url(img/index-table_footer.gif) no-repeat left bottom;
	width:740px;
	margin-left:-20px;
	padding:20px 30px
}

