@charset "Shift_JIS";
/* CSS Document */

#Container {
	background: url(../../images/header_bg.gif) #000000 repeat-x top;
}

/*--------------------------------------------
Header
--------------------------------------------*/
#Header {
	background: url(../../images/header_img.jpg) no-repeat top left;
	height: 429px;
}

/*--------------------------------------------
slide
--------------------------------------------*/
#slidshow {
	width: 940px;
	height: 310px;
	position: relative;
	padding: 0 30px;
	margin: 35px auto 0 auto;
}

#slides {
	width: 1000px;
	position: absolute;
	z-index: 100;
	left: 0;
}

.slides_container {
	width: 920px;
	overflow: hidden;
	position: relative;
	display: none;
	border: 10px solid #333333;
	left: 30px;
}

.slides_container a {
	width: 920px;
	height: 251px;
	display: block;
}

.slides_container a img {
	display: block;
}

#slides .next,#slides .prev {
	position: absolute;
	top: 107px;
	left: 0px;
	width: 30px;
	height: 54px;
	display: block;
	z-index: 101;
}

#slides .next {
	left: 970px;
}

.pagination {
	margin: 5px auto 0 auto;
	width: 148px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display: block;
	width: 20px;
	height: 0;
	padding-top: 14px;
	background-image: url(../../images/pagination.gif);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.pagination li.current a {
	background-position: 0 -14px;
}


/*--------------------------------------------
Contents
--------------------------------------------*/
#Contents {
	width: 940px;
	margin: 25px auto 0 auto;
	padding: 0 30px;
}


.section {
	background: url(../../images/section_bg.gif) repeat-y left bottom;
	width: 940px;
	overflow: hidden;
}

.section .FLeft,.section .FRight {
	background: #000000;
	float: left;
	width: 470px;
	padding: 0 0 20px 0;
	background: url(../../images/section_bg_btm.gif) no-repeat left bottom;
}

.section .FRight {
	float: right;
	background: url(../../images/section_bg_btm.gif) no-repeat right bottom;
}

h2 {
	margin: 0;
	padding: 30px 30px 0 30px;
	background: url(../../images/section_bg_top.gif) no-repeat left top;
	font-size: 1.1em;
}

.FRight h2 {
	background: url(../../images/section_bg_top.gif) no-repeat right top;
}

h2 a {
	background: url(../../images/ic_arrow.gif) no-repeat left;
	padding: 3px 0 0 20px;
	text-decoration: none !important;
}

p {
	color: #FFFFFF;
	
	font-size: 0.8em;
	line-height: 140%;
}

.section p {
	margin: 15px 0 0 0;
	padding: 0 30px;
}

.img-r {
	float: right;
	margin: 0 0 5px 15px;
}

dl {
	margin: 15px 0 0 0;
	padding: 0 30px;
	font-size: 0.8em;
}

dl dt {
	float: left;
	width: 80px;
}

dl dd {
	padding: 0 0 10px 80px;
}

* html dl dd {
	text-indent: -0.3em;
	padding: 0 0 10px 80px;
}


/*--------------------------------------------
About Tsu city
--------------------------------------------*/
#Tsu {
	margin: 30px 0 0 0;
	background: url(../../images/tsu_bg.gif) repeat-y center;
}

#Tsu a {
	display: block;
	width: 938x;
	border: 1px solid #313131;
	background: url(../../images/tsu_bg_btm.gif) no-repeat center bottom;
	padding-bottom: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#Tsu a:hover {
	border: 1px solid #ea0800;
}

#Tsu a span.h2 {
	display: block;
	background: url(../../images/tsu_bg_top.gif) no-repeat center top;
	margin: 0;
	padding: 30px 30px 0 30px;
	font-size: 1.1em;
	font-weight: bold;
}

#Tsu a span.p {
	margin-top: 15px;
	display: block;
	padding: 0 30px;
	font-size: 0.8em;
}

#Tsu a span.img {
	padding: 0 0 0 30px;
	display: block;
}


.m-top10 { margin-top: 10px; }
.m-top20 { margin-top: 20px; }
