@charset "utf-8";

body {
	margin: 0;
	left: auto;
	right: auto;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;
}

#container {
	width: 900px;
	font-size: 14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: repeat-y;
	background-image: url(../images/con_bg.png);
}

h1, h2, h3, h4 {
	margin : 0px;
	padding : 0px;
	text-decoration: none;
}

ol,ul,li,dl,dt,dd{
	list-style-image: none;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

img {
	border-style: none;
}

h1 {
	font-size: 26px;
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0px 0px 15px;
}

h3 {
	color: #663E00;
	font-size: 21px;
	font-weight: bold;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A39789;
	clear: both;
}
h4 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	color: #B06A00;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#header {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;

}

.txt {
	line-height: 1.5em;
	color: #574E44;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#left ul {
	margin: 0;
	padding :0;
	list-style-type : none;
	background: #574E44;
	border-top: 1px solid #332E28;
	border-right: 1px solid #332E28;
	border-left: 1px solid #332E28;
}

#left li {
	display : inline;
}

#left li a {
	display:block;
	text-decoration:none;
	width:245px;
	height:70px;
	padding: 15px 0px 0px 15px;
	line-height: 1.2em;
	color: #FFFFFF;
	background: #574E44;
	border-bottom: 1px solid #332E28;
	margin: 0px;
}

#left li a:link {
	display:block;
	text-decoration:none;
	width:245px;
	height:70px;
	padding: 15px 0px 0px 15px;
	line-height: 1.2em;
	color: #FFFFFF;
	background: #574E44;
	border-bottom: 1px solid #332E28;
	margin: 0px;
}

#left li a:hover {
	width:255px;
	height:70px;
	padding: 15px 0px 0px 15px;
	line-height: 1.2em;
	display:block;
	text-decoration:none;
	background: #7A6F61;
	border-bottom: 1px solid #332E28;
	margin: 0px;
}

#left li a:visited {
	width:245px;
	height:70px;
	padding: 15px 0px 0px 15px;
	line-height: 1.2em;
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	border-bottom: 1px solid #332E28;
	margin: 0px;
}

#left li a:active {
	width:245px;
	margin:0px;
	height:70px;
	padding: 15px 0px 0px 15px;
	line-height: 1.2em;
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	border-bottom: 1px solid #332E28;
}

/*----- 左カラム -----*/

#left {
	width: 261px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #332E28;
}

/*----- 右カラム -----*/

#right {
	float: right;
	width: 570px;
	color: #666666;
}

/*----- コンテンツ -----*/

#contents {
	background: #ffffff;
	padding: 15px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	clear: both;
	text-align: center;
	color: #574E44;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.alert {
	color: #B06A00;
	font-weight: bold;
	font-size: 14px;
}

.alert_center {
	color: #CC3333;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.step {
	color: #CC3333;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}

.totop {
	text-align: right;
	margin: 0px 0px 20px;
	font-size: 13px;
	clear: both;
}

.item_box {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 130px;
	font-size: 11px;
	height: 215px;
}

/*----------------------------------------
	=LINK
-----------------------------------------*/

a {
	color: #CC6633;
	outline: 0;
	text-decoration: underline;
}

a:link {
	color: #CC6633;
	text-decoration: underline;
}

a:visited {
	color: #CC6633;
	text-decoration: underline;
}

a:active {
	color: #FF9900;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

/*----------------------------------------
	=float
-----------------------------------------*/

.floatL {
	float: left;
	margin: 0px 7px 0px 0px;
}

.floatR {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
}

/*----------------------------------------
	=CLEARFIX
-----------------------------------------*/

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
