@charset "UTF-8";

* {
margin: 0;
padding: 0;
/*border: 1px dotted #F00;*/
}
li {
list-style: none;
}
a img {
border: none;
}

html {
background: url(../img/back3.png) #FFF;
margin: 0;
padding: 0;
font-size: 14px;
color: #000;
line-height: 120%;
min-width: 900px;
}
body {
padding: 0;
margin: 0 auto;
position: relative;
}
a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
}

/*ヘッダー
-----------------------------------------*/
body > header {
height: 85px;
position: relative;
background: #FFF;
}
body > header h1 {
position: absolute;
z-index: 100;
top:74px;
width: 100%;
text-align:center;
}
body > header nav {
position: absolute;
top: 3px;
left: 50%;
margin-left: -450px;
}
body > header nav ul {
border-left: 1px solid #E1E1E1;
}
body > header nav ul:after {
content: "";
display: block;
clear: both;
}

body > header nav li {
height: 50px;
display:inline-block;
text-align: center;
border-right: 1px solid #666;
}
body > header nav li:first-child {
border-left: 1px solid #666;
}
body > header nav li a {
line-height: 65px;
padding: 0 0.8em;
}
body > header form {
position: absolute;
top: 22px;
right: 50%;
margin-right: -450px;
width: 200px;
height: 23px;
background: url(../img/search.png) no-repeat;
}
body > header form input[type="text"]{
position: absolute;
top: 0;
left:0;
width:165px;
padding: 0 5px;
height: 23px;
line-height: 23px;
font-size: 16px;
background: transparent;
border: none;
}
body > header form button {
position: absolute;
top: 0;
right:0;
width: 25px;
height: 23px;
background: transparent;
border: none;
text-indent: -999999em;
cursor: pointer;
}


/*ページ内容
-----------------------------------------*/
body > section {
background: #000;
padding: 85px 0 45px 0;
position: relative;
}
body > section .wrapper {
background: url(../img/back1.png) center repeat-x;
}
body > section p {
color: #999;
text-align:center;
line-height:1.6;
margin-top: -30px;
font-size: 14px;
}
body > section p strong {
color: #FFF;
font-size: 16px;
}


#slide3 h2 {
position: absolute;
}
#slide3 ul {
position: absolute;
top: 175px;
left: 135px;
}
#slide3 ul li {
margin-bottom:0.8em;
}
#slide3 ul li:before {
content: "■ ";
color: #732259;
}

#slide3 > a {
position: absolute;
bottom: 45px;
right: 400px;
}
#slide3 a {
color: #603;
text-decoration: underline;
}
#slide3 a:hover {
color: #DD006F;
}
#slide3 > img[src="img/map.png"]{
position: absolute;
border: 1px solid #000;
}

/*スライダーの位置調整
-----------------------------------------*/
#slideWrapper {
width: 648px;
margin: 0 auto 20px;
position: relative;
}

/*円形のナビゲーションカスタマイズ
-----------------------------------------*/
ul.orbit-bullets {
bottom: -16px;
}
/*
ul.orbit-bullets li {
background: url(../img/bullets.png) no-repeat 4px 0;
width: 16px;
height: 16px;
}*/

ul.orbit-bullets li.active {
	/*
background-position: -18px 0;
*/

}

/*フッター
-----------------------------------------*/
body > footer {
position: relative;
background: url(../img/back2.png) repeat-x;
height: 123px;
clear: both;
}
body > footer ul {
text-align:center;
padding: 1em 0 0.5em;
margin: 0;
}
body > footer ul li {
display:inline-block;
border-right: 1px solid #CCC;
margin: 0;
}
body > footer ul li:first-child {
border-left: 1px solid #CCC;
}
body > footer ul li a {
font-size: 12px;
padding: 0 1em;
color: #CCC;
}
body > footer small {
display:block;
text-align:center;
}
