@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	margin: 0px;
	background-color:#FFF;
}

span.title {
	font-size: 1.2em;
}

a {
	outline: none;
	color:#063;
}

object {
	outline: none;
	border:0;
}

img {
	border-style: none;
}

img.icon {
	height:0.8em;
	margin-right:0.3em;
}

h2.cap0 {
	margin:0 0 .5em 0;
	padding:0;
	font-size:1.4em;
	font-weight:bold;
	display:block;
}

h2.cap1 {
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:bold;
	display:inline;
}

h2.cap2 {
	margin:0;
	padding:0;
	font-size:0.8em;
	font-weight:bold;
	display:inline;
}

h2.cap3 {
	margin:0;
	padding:0;
	font-size:.9em;
	font-weight:bold;
	display:inline;
}

div.center_box {
	margin-left: auto;
	margin-right: auto;
	width : 900px;
}

#header_box {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	vertical-align:baseline;
}

#header_menu {
	width: 60%;
	padding: 0 0.5em 0 0;
	float: right;
	text-align: right;
	font-size:0.7em;
	font-weight: bold;
}

#header_menu a {
	text-decoration:none;
	color: #888888;
}

#header_menu a:hover {
	color: #000000;
}

#logo_box {
	width: 45%;
	margin-top:1.5em;
}


#global_menu_box {
	width: 100%;
	height: 80px;
	position:relative
}

#global_menu_box a {
	font-size: 0.9em;
	letter-spacing:.2em;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#global_menu_box a.selected {
	color:#960500;

}

#global_menu_box a:hover {
	color:#aaa;
}

#menu_top {
	position:absolute;
	top:29px;
	left:51px;
}

#menu_sample {
	position:absolute;
	top:29px;
	left:269px;
}

#menu_repair {
	position:absolute;
	top:29px;
	left:495px;
}

#menu_book {
	position:absolute;
	top:31px;
	left:571px;
}

#menu_order {
	position:absolute;
	top:30px;
	left:746px;
}

#top_box {
	clear: both;
	padding: 0;
	background-color: #000;
	margin-top: 2em;
}

#top_menu_box {
	position: relative;
    margin-bottom: 0;
    margin-top: 0;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#TopMenu {
	position: relative;
	margin: .3em 0 0 0;
	padding: 0;
	clear: both;
	width: 100%;
	list-style-type: none;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

#TopMenu li {
	float: left;
	width: 144px;
	border:1px solid #888888;
	padding: 3px 2px 3px 2px;
}

#TopMenu li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

#TopMenu li.selected a{
	color: #cccccc;
}

#TopMenu li a:hover {
	color: #cccccc;	
}

#top_image_box {
	clear: both;
	margin-top: 2em;
}


#bottom_box {
	clear: both;
	height:7em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #030;
}

#footer_box {
	height:7em;
}

#footer_menu {
	display:block;
	text-align:center;
	font-size: .7em;
	margin-top: .5em;
	font-weight:bold;
}

#footer_menu a {
	text-decoration:none;
	color:#666666;
}

#footer_menu a:hover {
	color:#000000;
}
	
#signiture {
	font-size: 0.6em;
	font-weight:bold;
	padding-top:0.5em;
	display:block;
	text-align:center;
	margin-top:3em;
}

#signiture a {
	text-decoration:none;
	color:#666666;
}

#bottom_logo {
	margin-top:.5em;
	margin-bottom: 1em;
	float:right;
}
