@charset "utf-8";

body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #d5b585 url(images/bg05.jpg) repeat-x top;
	font: 14px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

strong {
	color: #663300;
	font-weight: normal;
}

p {
	padding-bottom: 5px;
	padding-top: 5px;
}

body,td,th {
	font-size: 12px;
}

a:link {
	color: #630;
}

a:visited {
	color: #F90;
}

a:hover {
	color: #FC0;
}

a:active {
	color: #690;
}

#header-container {
	width: 917px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 350px;
}

#header-container h1 {
	font-size: 11px;
	color: #FFFFFF;
	background: #FFFFFF url(images/header_bg.jpg); 
	height: 280px;
	padding-top: 20px;
	padding-left: 50px;
	font-weight: normal;
}

#menu li {
	float: left;
	padding-bottom: 5px;
}

#container {
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	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;
}

.t1 p {
	padding-left: 10px;
}

.t2 {
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	width: 660px;
	background: url(images/item_bg.gif) repeat-x bottom;
}

.t2 td {
	vertical-align: top;
}

.t2 strong {
	padding-left: 5px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.t2 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}

.t2 p {
	padding-left: 12px;
}


#main {
	float: left;
	width: 662px;
	text-align: left;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
}
	
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    text-indent: -8000px;
}

#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider2{
	margin-bottom: 0.7em;
	border: solid #663300 1px;
}

#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width: 660px;
	height: 220px;
	overflow: hidden; 
}

ol#controls{
		margin: 1em 0;
		padding: 0;
		height: 28px;	
}

ol#controls li{
		margin: 0 10px 0 0; 
		padding: 0;
		float: left;
		list-style: none;
		height: 28px;
		line-height: 28px;
}

ol#controls li a{
		float: left;
		height: 28px;
		line-height: 28px;
		border: 1px solid #ccc;
		background: #755f4a;
		color: #555;
		padding: 0 10px;
		text-decoration: none;
}

ol#controls li.current a{
		background: #180b02;
		color: #fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	outline: none;
}


.u-line li {
	border-bottom: 1px dotted #CCCCCC;
	background: url(images/arrow2.gif) no-repeat left top;
	padding-left: 15px;
}

.main {
	padding-left: 15px;
}

#side {
	float: right;
	width: 192px;
	text-align: left;
	padding: 9px 9px 30px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
}

#footer {
	clear: both;
	width: 913px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	background: url(images/footer_bg.gif) no-repeat left top;
}

#footer ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
}

#footer .menutop {
	border-left: 1px solid #CCCCCC;
}

#copyright {
	line-height: 2;
	font-size: 12px;
	padding-bottom: 40px;
	color: #666666;
}

#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#container { 
    display: inline-block;
}


*html #container { height: 1%; }
#container { display: block; }

