/* CSS Document */
/*-----------------------------------------------------------
 フォントサイズの指定はYUI Fontsに基づき
 下記テーブルで指定します
 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|
 ex) 12px
 element {
 font-size: 93%;
 }
 ------------------------------------------------------------*/
body {
margin: 0 auto;
padding: 0;
color: #333333;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link,a:visited {
color: #FF821C;
}

a:hover,a:active {
color: #FF821C;
}

blockquote {
margin: 1em 0px;
padding: 15px;
border: #EFEED5 solid 3px;
}

/*外枠設定=====================================*/
#wrapper {
	
}

/*ヘッダー設定=================================*/
#headerWrapper {
}

#header {
height: 77px;
position: relative;
text-align: left;
width: 980px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-top: 15px;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}

/*サイトタイトル*/
.siteTitle {
position: absolute;
bottom: 15px;
left: 0px;
font-weight: normal;
margin: 0;
padding: 0;
top: 15px;
width: 310px;
height: 72px;
}

/*概要*/
.description {
position: absolute;
bottom: 60px;
right: 20px;
margin: 0;
padding: 0;
font-size: 93%;
}

/*グローバルナビゲーション*/
.navi {
position: absolute;
bottom: 0px;
right: 5px;
font-family: 'Dynalight', cursive;
width: 385px;
height: 23px;
}

.navi ul {
list-style: none;
margin: 0;
padding: 0;	
}

.navi ul li{
list-style: none;
margin: 0;
padding: 0 20px;
display: inline;
border-left: dotted 1px;
}

.navi ul li a{
text-decoration: none;
font-size: 197%;
}

.navi ul li a:link,
.navi ul li a:visited{
color: #FF821C;
}

.navi ul li a:hover,
.navi ul li a:active{
color: #FF821C;
}

/* スライダー設定(トップページのみ) ==================*/
#sliderWrapper {
position: relative;
padding: 0;
width: 980px;
text-align: left;
height: 300px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

#slider {
width: 980px;
height: 300px;
overflow: hidden;
position: relative;
border-border-radius: 0px; /* CSS3草案 */
-webkit-border-radius: 0px; /* Safari,Google Chrome用 */
-moz-border-radius: 0px; /* Firefox用 */
}

#slider #sliderItem  {
position: absolute;
margin: 0;
padding: 0;
list-style: none;
width: 6780px;
top: 0px;
left: 0px;
height: 300px;
background-color: #EFD9C1;
}

#slider #sliderItem li{
margin: 0;
padding: 0;
list-style: none;
width: 980px;
height: 300px;
float: left;
}

#slider #sliderItem li{
z-index: 999;
display: block;
}

#sliderWrapper .leftBtn {
position: absolute;
width: 25px;
height: 30px;
top: 135px;
left: 0px;
z-index: 999;
}

#sliderWrapper .rightBtn {
position: absolute;
width: 25px;
height: 30px;
top: 135px;
right: 0px;
z-index: 999;
}

/*メインエリア設定=====================================*/

#contentsWrapper {
margin: 0 auto;
padding: 0;
width: 980px;
text-align: right;
}

#contents {
padding: 15px 15px;
background: #F9F5ED;
border-radius: 0px; /* CSS3草案 */
-webkit-border-radius: 0px; /* Safari,Google Chrome用 */
-moz-border-radius: 0px; /* Firefox用 */
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}

/*トップページ=====================================*/

/*イラスト画像*/
#illustImg {
width: 930px;
margin: 0 auto;
padding: 0;
}

#imageData #imageDetails .none {
display: none;
}

#illustImg .img {
margin: 0;
padding: 0 10px 20px;
float: left;
}

#illustImg .img img {
max-width: 150px;
max-height: 150px;
border: 8px solid #F0F0F0;
}

/*フッター設定=====================================*/

#footerWrapper {
width: 980px;
margin-top: 65;
margin-right: auto;
margin-bottom: 10;
margin-left: auto;
padding-top: 65px;
padding-bottom: 10px;
text-align: center;
}
	
#footer {
}

#footer .copyright {
margin: 0;
padding: 10px 0 0;
text-align: center;
font-size: small;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}