@charset "shift_jis";


body {
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #e5e5e5 url(images/bg.gif) repeat-x top;
	font: 12px "Arial";
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
strong {
	color: #993300;
	font-weight: normal;
}
p {
	padding-bottom: 5px;
	padding-top: 5px;
}


#header-container {
	width: 917px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header-container h1 {
	font-size: 11px;
	color: #58362D;
	background: #FFFFFF url(images/header_bg.jpg);
	height: 190px;
	padding-top: 11px;
	padding-left: 20px;
	font-weight: normal;
}


#menu li {
	float: left;
	padding-bottom: 20px;
}

#container {
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background: url(images/container_bg.gif) repeat-y left;
	clear: left;
}


.t1 {
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	width: 326px;
	background: url(images/item_bg.gif) repeat-x bottom;
}

.t1 td {
	vertical-align: top;
}

.t1 strong {
	background: url(images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}



#main {
	float: left;
	width: 662px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}


.u-line li {
	border-bottom: 1px dotted #CCCCCC;
	background: url(images/arrow2.gif) no-repeat left top;
	padding-left: 15px;
}


#side {
	float: right;
	width: 192px;
	text-align: left;
	padding: 9px 9px 50px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}


#footer {
	clear: both;
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background: url(images/footer_bg.gif) no-repeat left top;
	padding-bottom: 20px;
}


#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
