@charset "utf-8";
/* CSS Document */

@import url('../css/font.css');
@import url('../css/style.css');



	/* ------========================================
	   		  * 01. 初期設計 - 基本設計 -
	========================================----- */
	
	
		* {
			margin: 0;
			padding: 0;
		}
		
		body {
			background-image: url(../images/bg_body.png);
			text-align: center;
		}
		
		body, form, fieldset, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, dl, dd, p { 
			margin : 0; 
			padding : 0; 
		} 
		
		ul {
			list-style: none;
		}
	
		h1 {
			padding-top: 3px;
			padding-left: 5px;
			font-size: 12px;
			color: #311300;
			text-align: right;
		}
		
		h2 {
			background: url(../images/h2_head.jpg) no-repeat;
			position: relative;
			width: 608px;
			height: 65px;
			margin-bottom: 20px;
		}
	
	/* ------========================================
	   		  * 01-1. 空白・スペース
	========================================----- */
	
		.mb20 {
			margin-bottom: 20px;
		}
	
	/* ------========================================
	   		  * 02. 枠組み - ベース -
	========================================----- */
	
		#wrap {
			width: 900px;
			margin: 0 auto;
			padding-left: 1px;
			padding-right: 1px;
			padding: 10px;
		}
		
		#wrap_in {
			background: #ffffff;
			width: 899px;
			float: left;
			border: 1px #cdcdcd solid;
			padding: 1px;

		}
		
		#top {
			background: url(../images/top-img.jpg) no-repeat;
			height: 350px;
			width: 900px;
			margin: 0 auto;
			text-align: left;
		}
		
		#top1 {
			background: url(../images/top1_img.jpg) no-repeat;
			height: 200px;
			width: 900px;
			margin: 0 auto;
			text-align: left;
		}
		
		#main {
			float: right;
			width: 608px;
			padding-top: 20px;
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			text-align: left;
		}
		
		#main_in {
			width: 608px;
			margin: 0 auto;
			display: block;
			float: right;
			position: relative;
		}
		
		#sub {
			float: left;
			width: 260px;
			border-right: 1px #cdcdcd solid;
			border-bottom: 1px #cdcdcd solid;
			background-color: #f1efd6;
			padding-bottom: 150px;
		}
		
		#closing {
			border: 2px #fbde00 solid;
			background: #FFFF99;
			padding: 20px;
			margin-top: 10px;
			margin-right: 10px;
			margin-left: 10px;
			margin-bottom: 20px;
		}
		
		#foot {
			clear: both;
		}
		
		#foot img {
			border-top: 1px #cdcdcd solid;
		}
		
		#footer {
			clear: both;
			width: 800px;
			padding-top: 20px;
			padding-left: 50px;
			padding-right: 50px;
		}
		
		#address {
			margin-top: 10px;
		}
		
		#copyright {
			border-top: 1px #cdcdcd solid;
			padding: 10px;
			margin-top: 10px;
			background: #fbde00;
		}
	
	/* ------========================================
	   		  * 03. メイン枠 - ベース -
	========================================----- */
	
		#pagetop {
			text-align: right;
			clear: both;
		}
		
	
		#contact {
			background: url(../images/contact.jpg) no-repeat;
			width: 520px;
			height: 170px;
			margin-top: 10px;
			margin-bottom: 5px;
			position : relative;
		}
		
		#contact_in {
			position : absolute; 
			left : 260px;
			top : 20px;
		}
		
		#contact_in .try2 a {
			background: url(../images/try.gif) no-repeat;
			border: 1px #cdcdcd solid;
			display: block;
			width: 230px;
			height: 127px;
			overflow: hidden;
		}
		
		#contact_in .try2 a:hover {
			background: url(../images/try_hover.gif) no-repeat;
			display: block;
			border: 1px #cdcdcd solid;
			width: 230px;
			height: 127px;
			overflow: hidden;
		}
		
	/* ------========================================
	   		  * 04.サイド枠 - ベース -
	========================================----- */
		
		#pan {
			font-size: 12px;
			margin-top: 5px;
			margin-bottom: 10px;
		}
		
		#pan a {
			font-size: 12px;
		}
		
		#try {
			background: #ffffff;
			border: 1px #cdcdcd solid;
			padding: 3px;
			margin-left: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
			margin-top: 20px;
			
		}
		
		#try a {
			background: url(../images/try.gif) no-repeat;
			height: 128px;
			display: block;

		}
		
		#try a:hover {
			background: url(../images/try_hover.gif) no-repeat;
			height: 128px;
			display: block;

		}
		
		#sub a {
			text-decoration: none;
		}
				
		#sub_top {
			padding-top: 20px;
			vertical-align: middle;
			margin-bottom: 10px;
		}
		
		#box1 {
			text-align: left;
			background: #ffffff;
			border: 1px #cdcdcd solid;
			padding: 5px;
			margin-bottom: 10px;
			margin-left: 10px;
			margin-right: 10px;
		}
		

		
		#box1 ul li {
			border-bottom: 1px #cdcdcd solid;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
		#box1 ul li:hover {
			background: #FFFFCC;
		}
		
		#box2 {
			text-align: left;
			background: #ffffff;
			border: 1px #cdcdcd solid;
			padding: 5px;
			margin-bottom: 10px;
			margin-left: 10px;
			margin-right: 10px;
		}
		
		#box2 ul li {
			border-bottom: 1px #cdcdcd solid;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
		#box2 ul li:hover {
			background: #FFFFCC;
		}
		
		#box3 {
			text-align: left;
			background: #ffffff;
			border: 1px #cdcdcd solid;
			padding: 5px;
			margin-bottom: 10px;
			margin-left: 10px;
			margin-right: 10px;
		}
		
		#box3 ul li {
			border-bottom: 1px #cdcdcd solid;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
		#box3 ul li:hover {
			background: #FFFFCC;
		}
		
		#box4 {
			background: url(../images/bg_side.jpg) no-repeat;
			position: relative;
			height: 480px;
			text-align: left;
			padding: 20px;
			margin-top: 10px;
			margin-left: 10px;
			margin-right: 10px;
		}
		
		
		#box4 .smenu_01 {
			position: absolute;
			width: 210px;
			top: 46px;
			left: 15px;
			border-top: 1px #cdcdcd solid;
			border-bottom: 1px #cdcdcd solid;
		}
		
		#box4 .smenu_02 {
			position: absolute;
			width: 210px;
			top: 105px;
			left: 15px;
			border-top: 1px #cdcdcd solid;
			border-bottom: 1px #cdcdcd solid;
		}
		
		#box4 .smenu_03 {
			position: absolute;
			width: 210px;
			top: 194px;
			left: 15px;
		}
		
		#box4 .smenu_04 {
			position: absolute;
			width: 195px;
			top: 280px;
			left: 30px;
			border-top: 1px #cdcdcd solid;
			border-bottom: 1px #cdcdcd solid;
		}
		
		#box4 .smenu_05 {
			position: absolute;
			width: 210px;
			top: 335px;
			left: 25px;
		}
		
		#box4 .email a {
			background: url(../images/email.jpg) no-repeat;
			width: 200px;
			height: 60px;
			display: block;
		}
		
		#box4 .email a:hover {
			background: url(../images/email_hover.jpg) no-repeat;
			width: 200px;
			height: 60px;
			display: block;
			
		}
		
		#box4 .smenu_06 {
			position: absolute;
			width: 195px;
			top: 430px;
			left: 30px;
			border-top: 1px #cdcdcd solid;
			border-bottom: 1px #cdcdcd solid;
		}
		
