@charset "UTF-8";

html {
    background-image: url(img/cloud.png);
    /*html自体にIMG(半角を入れる→)*/
background-position: 2px top;
    /*IMGの位置調整 */;
}


/*****overflow:hidden; zoom:1; によるFirefoxの印刷対策*****/
@media print {
	body {
    overflow: visible !important;
    background-image:url(img/kumo.png);
    background-position:right top;
}
}

body{
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic";
    height:100%;
    font-size: 90%;
    background-color:#66dffe;
    background-attachment:fixed;
    background-image:url(img/haikei00.png);
    background-repeat:no-repeat;
}


a img {
    border-style:none;
}


	/*↓リンク・IMGなどのインライン要素をブロック化 
	display: block;*/
	
	/*↓<firefox>の"リンク"での枠線を消す
	overflow : hidden;
	outline:none;   *****/
	
	
/*↓全作業領域 */
#wrap{
	width: 780px;
	margin:0 auto; 
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	height:100%;
}

/*↓ヘッダ */



#header{
    color:#535353;
    margin-left:5px;
}
#header00{
    text-align:center;
    margin-bottom:10px;
}



/*↓ナビ・コンテンツ領域 */
#inner{
    margin:0 10px;
    background-color:#ffffff;
}

/* ★★ hiddenを使ってfloat解除 ★★ */
/* ★★ ”_zoom:1→_(アンダーバー)”を入れない→全IEに反映 ★★ */
#inner{  
	padding:2px;  
	overflow:hidden;  
	zoom:1;  
 } 

/*↓コンテンツ */
#contents{
    width:500px;
    height:100%;
    padding-top:10px;
    float:right;
    font-size:16px;
    line-height:30px;
}

#kajyou{
    font-size:25px;
}


#slider{
    margin:0px 10px;
}
.panfu{
    text-align:center;
    font-size:xx-large;
}
#reader{
    text-align:center;
    font-size:12px;
}
.bxslider{
}







/*↓ナビ */
#siteMenu{
    width:240px;
    float:left;
    height:100%x;
    margin-top:10px;
    line-height:30px;
}
.navi{
    margin-left:20px;
    margin-top:0px;
}
.tii{
    margin-left:35px;
    margin-top:20px;
}

/*↓フッタ */
#copyright{
    text-align:center;
    color:#b26060;
}



#address{
    font-size:medium;
    text-align:center;
    margin-top:30px;
    margin-bottom:10px;
}





