@charset "utf-8";
/* CSS Document */

/* Reset ------------------------------------------------------------------ */

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;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset { 
	border:0;
}

img {
	border:0;
	vertical-align:top;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* Base ------------------------------------------------------------------ */

body {
	background:url(../images/common/bg_wood.jpg);
	*font-family: "ＭＳ ゴシック",sans-serif;
	font-family: "Meiryo","メイリオ",Verdana,Helvetica,sans-serif;
	font-size:12px;
	color:#333;
	text-align:center;
	line-height:140%;
}

#line {
	background:url(../images/common/header_line.jpg) repeat-x;
	width:50%;
	height:6px;
	margin:110px 0px 0px 50%;
	position:absolute;
}

/* Link ------------------------------------------------------------------ */

a {
	text-decoration: none;
	color:#069;
}

a:hover {
	color:#4375bf;
}

/* Header ---------------------------------------------------------------- */

#header {
	width:1000px;
	height:120px;
	margin:0px auto 25px auto;
	position:relative;
}

#header h1 {
	position:absolute;
	top:53px;
	left:0;
}

#header #navi {
	background:url(../images/common/header_naviline.jpg) no-repeat bottom;
	width:750px;
	height:56px;
	position:absolute;
	top:60px;
	right:0;
}

#header #navi li {
	float:left;
	margin:0px 20px 0px 0px;
}

#main_img {
	background:url(../images/top/main_bg2.png) no-repeat;
	color:#FFF;
	width:1060px;
	height:746px;
	margin:0px auto 30px auto;
	text-align:left;
}

#main_img img {
	margin:0px 40px 0px 0px;
	float:left;
}

#main_img h2 {
	color:#7FFF00;
	font-size:20px;
	font-weight:bold;
	padding:20px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	float:left;
	line-height:160%;
	text-shadow:1px 1px 0 #000;
}

#main_img p {
	line-height:160%;
	font-size:12px;
	width:520px;
	margin:0px 0px 15px 0px;
	float:left;
}

#main_img p span {
	color:#7FFF00;
	font-weight:bold;
}

.photo {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:439px;
	height:366px;
	margin:0px 40px 0px 0px;
	float:left;
	text-align:left;
	list-style:none;
}

.photo li {
 	position:absolute;
}

/* Content --------------------------------------------------------------- */

#content_bg {
	/*background:url(../images/common/content_bg.png) repeat-y;*/
	width:1006px;
	margin:0px auto;
	position:relative;
}

#twitter {
	position:absolute;
	top:50px;
	right:-162px;
}

#content {
	/*background:url(../images/common/content_bg_top.png) no-repeat;*/
	margin:0px auto;
	padding:25px;
	text-align:left;
}

#content:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#content h2 {
	color:#00BAF4;
	line-height:100%;
	font-size:30px;
	font-weight:bold;
	margin:10px 0px 30px 0px;
	clear:both;
}

.box {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#FFF;
	border:#CCC 1px solid;
	width:298px;
	height:420px;
	margin:0px 20px 20px 0px;
	float:left;
}

.box img {
	margin:30px 20px 20px 20px;
}

.box2 {
	background:#FFF;
	border:#CCC solid 1px;
	width:298px;
	height:420px;
	margin:0px 0px 20px 0px;
	float:left;
}

.box2 img {
	margin:20px 20px 20px 20px;
}

.box p, .box2 p {
	padding:0px 20px;
}

.banner_area {
	width:640px;
	height:120px;
}

.banner_area img {
	margin:0px 20px 20px 0px;
	float:left;
}

.banner_area2 {
	width:300px;
	float:right;
}

.banner_area2 img {
	margin:0px 0px 20px 0px;
}

div.tooltip {
	width: 250px;
	position: absolute;
	left: -9999px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
}

div.tooltip p {
	color:#FFF;
	background:#222;
	padding:5px 10px;
}

.info {
	background:#FFF;
	border:#CCC solid 1px;
	width:580px;
	height:445px;
	padding:20px;
	float:left;
}

.info img {
	margin:0px 0px 20px 0px;
	float:left;
}

.info dl {
	width:250px;
	float:left;
	overflow:hidden;
	_zoom:1;
}

.info dl dt {
	width:80px;
	margin:-1px 0px 15px 0px;
	padding:15px 0px 0px 0px;
	float:left;
}

.info dl dd {
	border-top:#CCC 1px solid;
	margin:-1px 0px 15px 0px;
	padding:15px 0px 0px 80px;
}

iframe {
	width:300px;
	float:right;
	margin:0px 10px 0px 0px;
}

#left_column {
	width:620px;
	float:left;
}

table {
	border-left:#FFF 1px solid;
	margin:0px 8px 30px 8px;
	float:left;
}

.menu_img {
	margin:0px 8px 30px 8px;
	float:left;
}

table caption {
	background:#DDD;
	border-top:#FFF 1px solid;
	border-left:#FFF 1px solid;
	border-bottom:#AAA 1px solid;
	border-right:#AAA 1px solid;
	font-size:16px;
	font-weight:bold;
	padding:10px;
}

.cap1 {
	color:#0CF;
}

.cap2 {
	color:#FF007F;
}

.cap3 {
	color:#F90;
}

.cap4 {
	color:#090;
}

.cap5 {
	color:#90C;
}

.cap6 {
	color:#900;
}

table th,td {
	background:#FFF;
	border-bottom:#AAA 1px solid;
	border-right:#AAA 1px solid;
	padding:10px;
	font-size:14px;
}

table th {
	font-weight:bold;
	width:80%;
}

table th span {
	font-weight:normal;
	color:#999;
	font-size:12px;
}

table td {
	font-weight:bold;
	width:20%;
	text-align:right;
}

table td img {
	margin:20px;
}

.staff {
	background:url(../images/staff/bg_logo.png) no-repeat 450px 50px;;
	width:900px;
	height:300px;
	clear:both;
	color:#FFF;
}

.staff img {
	float:left;
	margin:0px 50px 0px 0px;
}

.staff h3 {
	width:550px;
	border-bottom:#AAA 1px solid;
	color:#FF007F;
	font-size:20px;
	font-weight:bold;
	margin:20px 0px 15px 0px;
	padding:0px 0px 10px 0px;
	float:left;
}

.staff dl {
	font-size:14px;
	float:left;
}

.staff dl dt {
	width:120px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	float:left;
}

.staff dl dd {
	width:430px;
	border-bottom:#CCC 1px solid;
	margin:0px 0px 15px 0px;
	padding:0px 0px 10px 120px;
}

.staff dl dd.comment {
	width:550px;
	padding:0 0 10px 0;
	clear:both;
}

.box3 {
	background:#FFF;
	border:#CCC 1px solid;
	margin:0px 0px 20px 0px;
	padding:20px 20px 0px 20px;
	clear:both;
}

.lifa {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.box3 h3 {
	border-bottom:#CCC 1px solid;
	width:100%;
	color:#FF007F;
	font-size:20px;
	font-weight:bold;
	line-height:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
}

.box4 {
	background:url(../images/menu/pin.jpg) no-repeat #D2F4FF;
	border:#CCC 1px solid;
	margin:0px 0px 20px 0px;
	padding:30px 20px 0px 20px;
	clear:both;
}

.box4 h3 {
	border-bottom:#CCC 1px solid;
	width:870px;
	color:#FF007F;
	font-size:20px;
	font-weight:bold;
	line-height:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 40px;
}

.box3 p {
	font-size:16px;
	line-height:140%;
	margin:0px 0px 20px 0px;
}

.box4 p {
	font-size:16px;
	line-height:140%;
	margin:0px 0px 20px 30px;
}

.box3 p strong, .box4 p strong {
	color:#F00;
	font-size:20px;
	font-weight:bold;
	margin:0px 5px 0px 0px;
}

.box3 img, .box4 img {
	margin:0px 0px 20px 20px;
	float:right;
}

.box3 dl {
	width:300px;
	font-size:14px;
	margin:0px 0px 20px 0px;
}

.box3 dl dt {
	width:120px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	float:left;
}

.box3 dl dd {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 120px;
}

h4 {
	width:100%;
	color:#FF007F;
	font-size:18px;
	font-weight:bold;
	line-height:100%;
	margin:0px 0px 10px 0px;
}

.product {
	width:960px;
	margin:0px -30px 0px 0px;
	overflow:hidden;
	_zoom:1;
	clear:both;
}

.product li {
	float:left;
	margin:0px 30px 30px 0px;
}

/* Footer ----------------------------------------------------------------- */

#footer {
	/*background:url(../images/common/footer_bg.png) no-repeat top;*/
	width:1006px;
	margin:0px auto;
}

#footer a {
	color:#FFF;
}

#footer ul {
	padding:10px 0px 0px 0px;
}

#footer ul li {
	margin:0px 10px;
	display:inline-block;
}

#footer .copy {
	background:url(../images/common/copy_bg.png) no-repeat;
	width:558px;
	height:59px;
	color:#FFF;
	margin:30px auto 50px auto;
	padding:17px 0px 0px 0px;
}