﻿@charset "UTF-8";

* { 
    margin: 0px auto;
	padding: 0px; 
}

body {
	width: 100%;
    background-image:url(img/yuu-back-image.gif);
	background:url(img/back-img.gif)
    background-repeat:repeat;
    color:#333;
    text-align: center; /* center on ie */
    line-height:1.4;
    font-family:Arial, sans-serif;
    font-size:0.9em;
}

/*■初期設定*/

a{
	color:#7a4171;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/

/*■それ以外の設定*/
img{ border:0px;}
/************************************************/
/***ＩＥ６．０***/
* html .test { font-size:small;}
/***ＩＥ７．０***/
*:first-child+html .test { font-size:medium;}
/***FIRE FOX***/
html>body .test{ font-size:medium;}
/***サファリ・opera***/
html:first-child .test { font-size:medium;}
/************************************************/

/*■それ以外の設定終了*/

#all{ width:910px; text-align:left;}
#header{font-size:1em;}

#main0{clear:both; background:url(img/back-img-.gif)}

#main0l{ float:left; width:48%; border: solid 2px #8d6449; height:148px; background:url(img/logo-link.gif) no-repeat center;}

#main0r{ float:right; width:48%; border: solid 2px #8d6449; padding:21px 0px;background:url(img/sho-ji.gif) no-repeat center;}
#main0r img{ width:100px; height:100px;}

#main1{ height:400px; clear:both; background:url(img/back-img-.gif)}

#main1l{ float:left; width:48%; height:396px; border: solid 2px #8d6449; background:url(img/accommodation.gif) no-repeat right bottom;}

#main1r{ float:right; width:48%; height:396px; border: solid 2px #8d6449;background:url(img/accommodation.gif) no-repeat right bottom;}

#main2{ height:300px; clear:both; background:url(img/back-img-.gif)}

#main2l{ float:left; width:48%; height:296px; border: solid 2px #8d6449;background:url(img/culture.gif) no-repeat right bottom;}

#main2r{ float:right; width:48%; height:296px; border: solid 2px #8d6449;background:url(img/attraction.gif) no-repeat right bottom;}

#main3{ height:300px; clear:both; background:url(img/back-img-.gif)}

#main3l{ float:left; width:48%; height:296px; border: solid 2px #8d6449;background:url(img/general.gif) no-repeat right bottom;}

#main3r{ float:right; width:48%; height:296px; border: solid 2px #8d6449;background:url(img/transport.gif) no-repeat right bottom;}

#footer{ width:910px; padding:15px 0px; text-align:center; font-size:13px;  background:url(img/back-img-.gif); border: solid 2px #8d6449}
#footer2{ width:910px; padding:5px 0px; text-align:center; font-size:12px; border: solid 2px #8d6449; background:url(img/back-img-.gif);}


/***トップ***/
