@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :hirano
=================================================================== */


/*----------------------------------------------------
	bace
----------------------------------------------------*/
#wrapper {
	background-image: url(../images/w_back.gif);
	width: 1000px;
	overflow: visible;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

img {
    border-style:none;
}

#cont {
	width: 850px;
	margin: 0px auto;
}

.hyouki {
	border:1px dotted #cccccc;
	padding:10px 20px 5px 20px;
	width: 600px;
	margin: 20px auto;
}

.hyouki_t {
	border-bottom:1px solid #BDAF2A;
	border-left:6px solid #98B84B;
	line-height:200%;
	padding-left:8px;
}

body{
	font-size: 14px;
	background-image: url(../images/back.gif);
	font-family: Helvetica, Verdana, Arial, sans-serif;

}

A:link{
	color:#006699;
	text-decoration:none
	}

A:active  { 
	text-decoration:none; 
	color:#008000
	}	

A:visited{ 
	color:#006699;
	text-decoration:none
	}

A:hover{
	color:#F37607;
	text-decoration: none; 
	}

h1{
	font-size:12px;
	font-weight:normal;
	color: #666;  
	overflow:hidden;
}

.clear { clear:both; }  
.clear hr { display:none; }  

li{
	list-style: none;
}

div.gopageTop {
	position:fixed;
	left:50%;
	bottom:0;
	margin:0 0 10px 520px;
	display:block;
	width:31px;
	height:58px;
	
}
div.gopageTop a{
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	text-indent: -15000px;
	display: block;
	margin: 0px;
	padding: 0px;
	width:31px;
	height:58px;
}

.text {
	margin: 10px 50px 30px 67px;
	line-height: 21px;
}

.text b { /* コメント枠 強調部分 */

	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FF5050;
	color: #FF5050 ;
	font-weight: normal;
}

.cont_t {
	border-bottom:1px solid #999999;
	border-left:6px solid #BDAF2A;
	line-height:140%;
	padding-left:8px;
	overflow: hidden;
}

.lavel {
	background-image: url(../images/lavel.gif);
	height: 20px;
	padding-left: 20px;
	width: 668px;
	padding-top: 4px;
	margin-bottom: 15px;
	margin-top: 10px;
}

#cont img {
	margin: 10px 0px 10px 0px;
}
/*----------------------------------------------------
	#slide
----------------------------------------------------*/
#wrapper_slide {
	width: 797px;
	overflow: visible;
	text-align : center ;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	margin-bottom: 20px;
}

/*----------------------------------------------------
	#form
----------------------------------------------------*/

form {
	font-size:13px;
	width:600px;
	margin: 0 auto;
	}

	form ol {
		list-style:none;
		margin:0;
		padding:0;
		}

		form li {
			padding:6px;
			margin-bottom:1px;
			}

		form label {
			float:left;
			width:200px;
			text-align:right;
			margin-right:7px;
			line-height:23px;
			}
			
.order_cross label {
			float:left;
			width:370px;
			text-align:right;
			margin-right:7px;
			line-height:23px;
			}
			
.order_cross input {
			padding:3px;
			font-size:13px;
			border:1px solid 666;
			width:30px;
			}
			

		form input {
			padding:3px;
			font-size:13px;
			border:1px solid 666;
			width:300px;
			}
			
		form textarea,select {
			padding:3px;
			font-size:13px;
			border:1px solid 666;
			width:300px;
			}

			form input:focus,
			form textarea:focus {
				border:1px solid #7A9931;
				background:#F8F9E6;
				}

/*----------------------------------------------------
	#Footer
----------------------------------------------------*/

.footer {
	background-image: url(../images/footer.gif);
	height: 96px;
	margin: 0 auto;
	width: 984px;
	text-align: center;
}

