﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	color:#333;
}
body{
	margin: 0;
	padding: 0;
	background-color:#F4FFF4;
}
h1{
	display:none;
}
#wrapper{
	width:785px;
	background-image:url(v-bgline.gif);
}

#header{
	width:775px;
	height:71px;
}
/* 右コンテンツ */
#right_contents{
	width:605px;
	position:relative;
	left:170px;
}
#gendai,#project,#tanjou,#mokuteki,#kongen,#shouhin,#seminar{
	width:600px;
	font-size: 80%;
}
#gendai{
	background-image:url(imgset_01.jpg);
	background-repeat:no-repeat;
	background-position:95% 100%;	
}
#project{
	background-image:url(imgset_02.jpg);
	background-repeat:no-repeat;
	background-position:95% 100%;	
}
#tanjou{
	background-image:url(imgset_03.jpg);
	background-repeat:no-repeat;
	background-position:95% 100%;	
}
#mokuteki{
	background-image:url(imgset_04.jpg);
	background-repeat:no-repeat;
	background-position:95% 100%;	
}
.titleimg{
	margin:10px;
}
h2{
	display:none;
}
h3{
	width:550px;
	font-size:130%;
	font-weight:bold;
	color:#009900;
	margin:20px;
	padding:5px;
	text-indent:10px;
	border-bottom:#009900 1px dashed;
	border-left:#009900 7px solid;
	background:url(v-h3bg.gif);
}
h4{
	width:370px;
	font-size:110%;
	font-weight:bold;
	color:#FF6600;
	text-indent:10px;
	margin:40px 30px 10px;
	border-left:solid #FFBB77 7px;
	}
	
p{
	width:520px;
	margin:0 40px 10px;
	line-height:25px;
	text-indent:10px;
	text-align:justify;
}
.mawarikomi{
	width:350px;
	}
.mark{
	font-weight:bold;
	background-color:#FCEEC2;
}
/* 関連商品 */
#shouhin p{
	font-weight:bold;
	color:#cc0000;
}
#shouhin ul{
	margin-bottom:10px;
}
#shouhin li{
	font-size:13px;
	line-height:20px;
	margin-left:50px;
	list-style-type:none;
}
.title{
	font-weight:bold;
	color:#006600;
}
/* 受付中セミナー */
#seminar a{
	font-weight:bold;
	font-size:110%;
	color:#cc6600;
	text-decoration:none;
}
#seminar a:hover{
	color:#ff6600;
	font-weight:bold;
	text-decoration:underline;
}
.cyu{
	margin-left:50px;
	}
/* 左セミナーボタン */
#left_p{
	width:161px;
	height:230px;
	margin-left:5px;
	margin-top:10px;
	border:#98E094 1px dashed;
	position:absolute;
	display: none;
	
}
ul#semi li{
	width:161px;
	height:71px;
	padding-top:10px;
	list-style:none;
}
/* フッター */
#footer{
	width:775px;
	height:40px;
	text-align:center;
	padding-top:5px;
	background-color:#CEFFCE;
}
.copy{
	font-size:11px;
	color:#006600;
}
