@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ul,ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a {
	outline:none;
	text-decoration: underline;
	color: #666666;
}
a:hover {
	outline:none;
	text-decoration: underline;
	color:red;
}

fieldset, img {
	border:0;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

abbr, acronym {
	border:0;
}

body {
	line-height:145%;
	font-family:"Meiryo", Arial, "qMmpS Pro W3";
	word-break:break-all;
	font-size:12px;
	background:url(../images/common/bg.gif) center top repeat-y #3d3d3d;
}

/*回り込み解除
-------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \
-------------------------*/
* html .clearfix {
	height: 1%
}

.clearfix {
	display:block;
}

/* end MacIE5 
-------------------------*/

/*回り込み
-------------------------*/
.fleft {
	float:left;
}

.fright {
	float:right;
}

.text_fleft {
	width:350px;
	float:left;
}

.text_fright {
	width:350px;
	float:right;
}

/*ページ全体
-------------------------*/
div#wrap {
	width:850px;
	margin:0 auto;
}

.pagetop {
	width:122px;
	height:25px;
	margin-top:30px;
	text-indent:-9999px;
	display:block;
	background:url(../images/common/topgo.gif) no-repeat 0 0;
	position:relative;
	left:410px;
}

/*bg
-------------------------*/
div#contentbg {
	width:850px;
	background:url(../images/common/contentbg.gif) repeat-y 0 0;
}

/*header
-------------------------*/
div#header {
	width:850px;
	height:74px;
	background:url(../images/common/h1bg.gif) no-repeat 0 0;
}

div#header h1 {
	text-indent:-9999px;
}

div#header ul {
	width:200px;
	_width:220px;
	position:relative;
	left:500px;
	top:35px;
}

div#header ul li {
	margin-left:15px;
	float:left;
}

li#contact {
	width:84px;
	height:14px;
	text-indent:-9999px;
	background:url(../images/common/contact.gif) no-repeat 0 0;
}

li#contact a {
	width:84px;
	height:14px;
	display:block;
}

li#sitemap {
	width:83px;
	height:14px;
	text-indent:-9999px;
	background:url(../images/common/sitemap.gif) no-repeat 0 0;
}

li#sitemap a {
	width:83px;
	height:14px;
	display:block;
}

.clear {
	clear:both;
}

/*main menu
-------------------------*/
div#mmenu ul li {
	float:left;
}

li#toppage {
	width:163px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/common/mmenu_01_o.gif) no-repeat 0 0
}

li#toppage a {
	width:163px;
	height:40px;
	display:block;
}

li#toppage a:hover {
	background:url(../images/common/mmenu_01.gif) no-repeat 0 0;
}

li#news {
	width:162px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/common/mmenu_02_o.gif) no-repeat 0 0;
}

li#news a {
	width:162px;
	height:40px;
	display:block;
}

li#news a:hover {
	background:url(../images/common/mmenu_02.gif) no-repeat 0 0;
}

li#point {
	width:162px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/common/mmenu_03_o.gif) no-repeat 0 0;
}

li#point a {
	width:162px;
	height:40px;
	display:block;
}

li#point a:hover {
	background:url(../images/common/mmenu_03.gif) no-repeat 0 0;
}

li#works {
	width:162px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/common/mmenu_04_o.gif) no-repeat 0 0;
}

li#works a {
	width:162px;
	height:40px;
	display:block;
}

li#works a:hover {
	background:url(../images/common/mmenu_04.gif) no-repeat 0 0;
}

li#aboutus {
	width:201px;
	height:40px;
	text-indent:-9999px;
	background:url(../images/common/mmenu_05_o.gif) no-repeat 0 0;
}

li#aboutus a {
	width:201px;
	height:40px;
	display:block;
}

li#aboutus a:hover {
	background:url(../images/common/mmenu_05.gif) no-repeat 0 0;
}

/*footer
-------------------------*/
div#footer {
	width:850px;
	height:104px;
	margin-bottom:10px;
	clear:both;
	background:url(../images/common/foot.jpg) no-repeat 0 0;
}

div#footer p {
	text-indent:-9999px;
	display:none;
}

#pro {
	width:260px;
	height:80px;
	display:block;
	text-indent:-9999px;
	position:relative;
	left:590px;
}
