@charset "utf-8";

/* ----------------------------------------------
Author: yt
Project: 3dds.jp
---------------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

html,
body {
	height: 100%;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

caption,
th {
	text-align: left;
}

:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	line-height: 1.5;
}

*:first-child+html body {
	font-family: "メイリオ", Arial, Verdana, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック",
}

* html body {
	font-family: "メイリオ", Arial, Verdana, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック",
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

table {
	width: 100%;
	margin: 0;
	overflow: auto;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

th {
	font-weight: bold;
	vertical-align: middle;
}

td {
	vertical-align: top;
}

form {
	padding: 0;
	margin: 0;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

input,
textarea,
select {
	font-size: 100%;
}

textarea {
	font-family: "ＭＳ ゴシック", monospace;
}

label {
	margin-bottom: 0.5em;
	cursor: pointer;
}

img,
object {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: bottom;
}

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

/* --------------------------------------------------------------------------( 基本クラス )---*/

.no-margin {
	padding: 0;
	margin: 0;
}

.common-contents {
	width: 800px;
	margin: 15px;
}

.underline {
	text-decoration: underline;
}

.none {
	display: none;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fontsize-big {
	font-size: 130%;
}

.fontsize-small {
	font-size: 90%;
	line-height: 1em;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%
}

.clearfix {
	display: block;
}

/* end MacIE5 */


/* --------------------------------------------------------------------------( body,#wrap,#header,#footer )---*/

body {
	font-family: serif;
	font-size: 85%;
	background-color: #b5b5b5;
}

/* ---( #wrap )---*/

#wrap {
	width: 850px;
	margin: 0 auto;
	min-height: 100%;
	border-top: solid 15px #b5b5b5;
	background-color: #fff;
}

* html #wrap {
	height: 100%;
}

/* ---( ロゴ部分 )---*/
h1 {
	height: 70px;
	width: 750px;
	padding-top: 30px;
}

address {
	clear: both;
	height: 2em;
	font: 12px "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 20px;
}

/* ---( ヘッダーメニュー )---*/
#header-menu {
	height: 21px;
	width: 750px;
	margin: 2em auto;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(img/header-menu_bg.gif) right center no-repeat;
}

#header-menu li {
	float: left;
	height: 21px;
	padding: 0 0 0 10px;
	font-weight: bold;
	text-align: center;
	width: 113px;
}

#header-menu li.first {
	background: url(img/header-menu_left.gif) left center no-repeat;
}

#header-menu a {
	height: 18px;
	padding: 3px 0.5em 0 0.5em;
	color: #fff;
	display: block;
}

#header-menu a:hover {
	color: #fff;
	text-decoration: none;
	background: #91a5c6;
}

#home {
	text-align: center;
	clear: both;
	padding-top: 20px;
}

#home a:hover {
	position: relative;
	top: 1pt;
}

