@charset "UTF-8";


/*========================================
	1-1.Universal selector
========================================*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #666;
	font-weight: normal;
	font-style: normal;
}

/*========================================
	1-2.Structure Module
========================================*/

body {
	margin: 0;
	background: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

/*========================================
	1-3.Text Module
========================================*/

p,
address {
	margin: 0.8em 10px;
}

h1,
h2,
h3 {
	margin: 0.8em 10px;
	line-height: 1.2;
}

h1 {
	font-size: 180%;
}

h2 {
	padding: 0.4em 0 0.8em 0;
	color: #666;
	font-size: 120%;
}

h3 {
	font-size: 120%;
}

/*========================================
	1-4.Hypertext Module
========================================*/

a:link {
	color: #666;
	text-decoration: underine;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #19519e;
	text-decoration: underline;
}

/*========================================
	1-5.List Module
========================================*/

ul,
ol,
dl {
	margin: 0.8em 10px;
	padding: 1px 10px;
	list-style-position: inside;
}

dt {
	margin: 0.4em 10px;
	color: #666;
}

dd {
	margin: 0 10px;
}

/*========================================
	1-6.Forms Module
========================================*/

form {
	margin: 0.5em 10px;
}

fieldset {
	padding 0 10px 0.3em 10px;
	border: 1px solid #999;
}

legend {
	margin-left: 1em;
	padding: 0 10px;
	font-size: 90%;
}

input {
	font-size: 90%;
}

/*========================================
	2-1.メインコンテナ
========================================*/
body {
	text-align: center;
}

div#header,
div#content,
div#footer {
	margin: auto;
	width: 950px;
	text-align: left;
}

div#content {
	background: #fff;
}

div#footer {
	background: #fff;
}

/*========================================
	2-2.div#header
========================================*/

div#header {
	padding: 0;
}

div#header p#headerPic {
	margin: 0;
	padding: 0;
	float: left;
}

div#header img {
	margin: 0;
	padding: 0;
	border: none;
}

/*========================================
	2-3.div#content
========================================*/

div#content {
	clear: both;
}

/*========================================
	2-3-1.div#content div#guide
========================================*/

div#content div#guide {
	display: inline; /* IE6対応 */
	float: left;
	width: 180px;
	height: 392px;
	background: #fff url(image/menu_back.png) left top no-repeat;
}

/*========================================
	2-3-2.div#content div#main
========================================*/

div#content div#main {
	margin-right: 0;
	display: inline; /* IE6対応 */
	float: right;
	width: 770px;
	background: url(image/top_back_main.png) left top no-repeat;
}

div#content div#main p {
	margin: 0;
	padding: 0;
}

/*========================================
	2-3-3.div#slideshow
========================================*/

div#main div#slideshow {
	margin: 13px 0 13px 14px; 
	position: relative; 
	width: 338px; 
	height:225px;
}

div#main div#slideshow img {
	position:absolute; top:0; left:75; z-index:8;
}

div#main div#slideshow img.active {
	z-index:10;
	}

div#main div#slideshow img.last-active {
	z-index:9;
}

/*========================================
	2-4.div#footer
========================================*/

div#footer {
	clear: both;
	background: url(image/top_back_f.png) left bottom no-repeat;
	height: 105px;
}

div#footer p {
	margin: 0;
	padding: 75px 0 0 0;
	font-size: 85%;
	text-align: center;
}

/*========================================
	3-1.div#Navi
========================================*/

div#Navi p {
	margin: 0 0 4px 0;
	padding: 0;
}

