/*■初期設定 Start*/
body{
	background-color:#FFDFDF; /* 枠外の色 */
	color:#cccccc; /* 外枠の色 */
	}
a{
	color:#0066FF;/*通常のリンクテキストカラー*/
	text-decoration:none;
	}
a:hover{
	color:#FF6600;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}
a:visited{
	color:#000066;
	}

/*■初期設定 End*/

.rn1 {
	padding: 0px;
	width: 770px;
	height: 10px;
	margin-right: auto;
	margin-left: auto;
	}

.rn1 h1	{
	font-size:8pt;
	margin:0px;
	color:gray;
	font-weight: normal;
	padding: 0px;
	float: left;
	}

*{ margin:0; padding:0;}
img{border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
}

body{
	text-align:center;
	}

/*■レイアウトセレクタ*/
/*
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}
*/

/*■基本レイアウト*/
#bg{
	background-color:#FFDFDF;
	}
#container{
	width:815px;
	margin:auto;
	text-align:left;
	border-style:solid;
	}
#head{
	width:815px;
	background-color:#FFF0F0;
	height:95px;
	}
/*
#head h1{
	height:20px;
	line-height:16px;
	font-size:11px;
	color:#CCCCCC;
	font-weight:normal;
	text-indent:10px;
	}
#head h2{
	position:absolute;
	width:300px;
	padding:4px 0 0 10px;
	font-weight:normal;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;		
	}
*/
#head div#left{
	position:relative;
	width:377px;
	float:left;
	padding:4px 0 0 40px;
	font-weight:normal;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;		
	}
#head div#right1{
	position:relative;
	right:80px; top:10px;
	font-size:15px;
	float:right;
	color:#000000;
	}
#head div#right2{
	position:relative;
	left:180px; top:45px;
	float:right;
	}
/*
#head h2 a{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#CCCCCC;
	}
#head h2 a:hover{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#CCCCCC;
	}
*/

/* ヘッダーメニュー */
#head_menu{
	width:815px;
	position:relative;
	left:0px; top:0px;
	height:42px;
	zoom:100%;
	background-color:#FFF0F0;
	margin:auto;
	z-index:1;
	}
/*
#head_menu:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
	}
*/
#head_menu ul *{
	list-style-type:none;
	display:block;
	}
#head_menu ul li{
	width:163px;
	height:43px;
	position:relative;
	float:left;
	}
#head_menu ul li a{
	width:163px;
	height:42px;
	text-align:center;
	color:#FFFFFF;
	line-height:42px;
	text-decoration:none;
	}
#head_menu ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
/* ON */
#head_menu ul li.on{
	width:163px;
	}
/*
#head_menu ul>li.on{
	overflow:visible;/*×*/
/*	}
*/

/* OFF */
#head_menu ul li.off{
	overflow:hidden;
	width:163px;
	}
#head_menu ul li.off ol.elements{
	left:0px; top:-999px;
	}

/***** リスト内の要素 START *****/
#head_menu ul ol.elements{
	position:absolute;
	left:0px; top:39px;
	width:160px;
	border:1px solid #999999;
	text-align:center;
	}
#head_menu ul ol.elements li{
	width:160px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	}
#head_menu ul ol.elements li a{
	background:none;
	background-color:#ffffff;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:14px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul ol.elements li a:hover{
	color:#FF6600;
	text-decoration:underline;
	background:none;
	background-color:#ffffff;
	}
/***** リスト内の要素 END *****/

#head_menu ul li.home a{ background:url(menu/menu_home.jpg) no-repeat;}
#head_menu ul li.home a:hover{ background:url(menu/menu_home_on.jpg) no-repeat;}
#head_menu ul li.french a{ background:url(menu/menu_french.jpg) no-repeat;}
#head_menu ul li.french a:hover{ background:url(menu/menu_french_on.jpg) no-repeat;}
#head_menu ul li.english a{ background:url(menu/menu_english.jpg) no-repeat;}
#head_menu ul li.english a:hover{ background:url(menu/menu_english_on.jpg) no-repeat;}
#head_menu ul li.grec a{ background:url(menu/menu_grec.jpg) no-repeat;}
#head_menu ul li.grec a:hover{ background:url(menu/menu_grec_on.jpg) no-repeat;}
#head_menu ul li.kitei a{ background:url(menu/menu_kitei.jpg) no-repeat;}
#head_menu ul li.kitei a:hover{ background:url(menu/menu_kitei_on.jpg) no-repeat;}

}

