@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-color: #29A8B7;
	text-align: center;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 14px;
	color: #333333;
}
.wrapper {
	width: 771px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
}
.wrapper .main {
	width: 771px;
}
.wrapper .main .mc {
	width: 731px;
	margin:auto;
}
.wrapper .main .mc p {
	font-size: 15px;
	color: #333333;
	line-height: 25px;
}
.text1 {
	font-size: 12px;
	color: #CC3333;
	font-weight: bold;
	text-align: center;
}
ul#menu li {
	float: left;
	list-style-type: none;
}
.wrapper .header {
	background-image: url(../images/common/images/menu_back.gif);
	height: 124px;
	width: 771px;
	background-repeat: no-repeat;
}
.header a.home {
	background-image: url(../images/common/images/home_common.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 70px;
	margin-right: 50px;
	display: block;
	text-indent: -9999px;
	margin-left: 34px;
}
.header a.outline{
	background-image: url(../images/common/images/outline_common.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 80px;
	text-indent: -9999px;
	display: block;
	margin-right: 39px;
}
.header a.guide {
	background-image: url(../images/common/images/guide_common.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-right: 24px;
	height: 85px;
	width: 98px;
	display: block;
}
.header a.ivent {
	background-image: url(../images/common/images/ivent_common.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 85px;
	width: 105px;
	margin-right: 39px;
}
.header a.inquiry {
	background-image: url(../images/common/images/inquiry_common.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 85px;
	width: 80px;
	margin-right: 43px;
}
.header a.link {
	background-image: url(../images/common/images/link_common.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 85px;
	width: 80px;
}.wrapper .header #menu li {
	margin-top: 26px;
}
.wrapper .main {
	background-color: #ccffff;
	width: 749px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 11px 11px 0px 11px;
}
.wrapper .footer {
	background-image: url(../images/common/images/fotter_back.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 771px;
	clear: both;
}
.wrapper .footer p {
	font-size: 14px;
	display: block;
	padding-left : 70px;
	line-height: 22px
}
.wrapper .footer .text2 {
	color: #FF3300;
	/*display: block;*/
	margin: 0px 0px 0px 35px;
	/*width: 210px;
	float: left; */
}
.wrapper .footer a {
	/*display: block;
	float: left;*/
}
.wrapper .copy {
	width: 708px;
	margin-left: 34px;
}
.wrapper .copy .copyright {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.wrapper .copy .company {
	margin-left:370px;
}
.wrapper .copy a {
	font-size: 11px;
	line-height: 18px;
}
a:link {
	color: #3300FF;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
a:active {
	color: #6e6e6e;
	text-decoration: none;
}
.wrapper .main .mc table td {
	padding: 5px;
}

.cboth {
	clear: both;
}

