/*　フロート解除　*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear{
	clear: both;
	}


/*　スクロールバーの有無によるセンタリング補正　*/

html { overflow-y:scroll; }

/*　タグ初期化　*/

p{ margin: 0; padding: 0; }
	 
h1,h2,h3,h4{ margin: 0; padding: 0; }
	 
ul,li{ margin: 0; padding: 0; }
	 
/*　リンク　*/

a:link{ color: #5fcbf9; text-decoration: none; }
	 
a:visited{ color: #80a0ad; text-decoration: none; }
	 
a:hover{ color: #eb660f; text-decoration: none; }
	 
/* 基本構造 */

body{
	background-color: #F2DBE9;
	background-image: url(../preview/images/bkgnd.gif);
	margin: 0 auto;
	padding: 0;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	}
	
div#wrapper{
	 width: 810px;
	 text-align: center;
	 margin: 20px auto;
	 padding: 0;
	 }

div#main{
	background: url(../../images/bg-center_sp.gif) repeat-y center top;
	text-align: center;
	margin: 0 auto;
	padding: 0 5px;
	}
	
/*　ヘッダ　*/

div#head{
	width: 760px;
	text-align: left;
	margin: 0 auto 50px auto;
	padding: 0;
	}
	
div#main h2{
	width: 200px;
	margin: 5px 0 15px 0;
	float: left;
	}
	
div#main h1{
	width: 200px;
	margin: 10px 0 0 0;
	float: right;
	}
	
/* コンテンツ　エリア　*/

div#contents{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　左ナビゲーション　*/

div#left_navi{
	width: 588px;
	float: left;
	}
	
div#left_navi ul{
	list-style-type: none;
	}
	
div#left_navi li{
	width: 147px;
	height: 147px;
	background: url(../../images/navileft_bg.gif);
	display: block;
	float: left;
	}
	
div#left_navi img{
	margin: 7px 6px 0 0;
	}
	
/*　右ナビゲーション　*/
	
div#right_navi{
	width: 212px;
	height: 300px;
	padding-top: 15px;
	background: url(../../images/top_rnavi_bg.jpg) no-repeat left top;
	float: right;
	}
	
div#right_navi ul{
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
div#right_navi li{
	margin-top: 5px;
	}
	
/*　フッタ　*/

div#foot{
	width: 810px;
	margin: 0 auto;
	text-align: center;
	}
	
div#foot ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
div#foot li{
	display: inline;
	}

#mac_ie{
	display: none;
	}	
	
#mac_ie2{
	display: none;
	}

/*?@MAC IE?@*/

/*\*//*/
#mac_ie{
	display: block;
	}
	
#mac_ie2{
	display: block;
	}
	
#modern{
	display: none;
	}
/**/
