@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-size:90%;
	line-height:160%;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

h1{
	font-size:14px;
	font-weight:normal;
	color:#444444;
	}
	
h2{
	margin-top:24px;
	font-size:120%;
	}
	
h2 a, h2 a:hover {color:#333;}
	
h3 {font-size:110%;
	margin-left:8px;
	margin-top:32px;
	}

p {margin-left:16px;
	text-indent:1em;}

a {color:#545}
a:hover {color:#C09}

img {border-style:none;
	margin:2px;}

#container {
	margin:0 auto;
	text-align:left;
	width:980px;
	background-image:url(images/roundmid.jpg);
}

#header {
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	padding:32px 0px 0 310px;
	height:268px;
}

#logo {
	text-align:left;
	background-image:url(images/roundtop.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	padding:48px 0px 0 64px;
	height:240px;
}

#logo #menu {margin-left:48px;}

#logo #menu li {
	margin:8px 4px;
	float:left;
	}

#content {
	padding:8px 80px;
	}

#main {
	margin-left:16px;
	width:600px;
	float:left;
}

#footer {
	padding:0 80px;
	clear:both;
	text-align:center;
	background-image:url(images/roundbottom.jpg);
	font-size:12px;
	height:80px;
	}

#hznavi {height:80px;}

#navi {clear:both;}

#navi{
	list-style-type: none;
	height:60px;
	margin-left:8px;
	padding-left:8px;
}
	
#navi li{
	float:left;
	width:152px;
	height:60px;
	background-image:url(images/service.png);
	margin: 0 2px;
	padding: 0;
}

#navi a{
	font-size:12px;
	padding: 32px 0 0 24px;
	width:128px;
	height:30px;
	display:block;
	text-decoration:none;
	color:#333;
	}

.service a {background-image:url(images/service.png);
			background-repeat: no-repeat;}
			
.price	a {background-image:url(images/price.png);
			background-repeat: no-repeat;}
			
.gallery a {background-image:url(images/gallery.png);
			background-repeat: no-repeat;}
			
.downloads a {background-image:url(images/downloads.png);
			background-repeat: no-repeat;}
			
.inquiry a {background-image:url(images/inquiry.png);
			background-repeat: no-repeat;}

#side {
	width:200px;
	float:left;
	font-size:14px;}

#side p {margin:16px 0;}

#menu {
	margin:0;
	padding:0;
}

#menu li {
	width:160px;
	margin: 2px 0;
	list-style-type:none;
	background-image:url(images/navi.png);
	background-repeat:no-repeat; 
	background-position:0 -24px;
	}

#menu a {
	color:#333;
	text-decoration:none;
	padding-left:32px;
	display:block;
	background-image:url(images/navi.png);
	background-repeat:no-repeat; 
	background-position:0 0;
}

#menu li a:hover {
	color:#EEE;
	background: none;
	}
	
ul#topicpath, li#topicpath {
	list-style-type:none;
	padding:0;
	margin:12px;
	}	

#topicpath {
	height:28px;
	border:1px solid #dedede;
	width:512px;
	}
	
#topicpath li {
	float:left;
	line-height:28px;
	color:#777;
	padding-left:12px;
	}	
	
#topicpath li a {
	background-image:url(images/topicarrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	display:block;
	color:#C09;
	text-decoration:none;
	padding-right:16px;
	}			

#topicpath li h1 {line-height:28px;
	margin :0;}

#content hr{
	width:100%;
	height:1px;
	border:none;
	border-top:1px #AAA dotted;
	}
	
#footer hr{
	width:100%;
	height:1px;
	border:none;
	border-top:1px #AAA solid;
	}
	
input {
	margin:2px 2px 2px 1px;;
	}

table {
	margin:4px 48px 48px 64px;	
	}

th {
	color:#EEEEEE;
	background-color:#444;
	font-weight:normal;
	}
	
td {
	color:#333333;
	background-color:#EEEEFF;
	}

.box1 {margin:8px;
	font-size:12px;
}

.listbox {background-color:#EFEEEA;
	padding:8px 32px;
	margin:8px;
	width:480px;
}

.gallerybox
	{
	margin:24px auto;
	width:714px;
	border:#AAA 1px dotted;
	background-color:#EEE;
	}

.gallerybox img {
	margin:16px;
	border:#AAA solid 1px;}
	
.option {
	margin:4px 64px 32px 64px;	
	}
	
.option th {
	color:#EEEEEE;
	background-color:#444;
	font-weight:normal;
	}
