

/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	font-size:11px;/*--- 10/22ΟX(100%¨10px) ---*/
	}
	
li {
	list-style-type:none;
	}


/*html{
	font-family:"CI","Meiryo","qMmpSVbNPro W3","Hiragino Kaku Gothic Pro","Osaka","MS SVbN",sans-serif;
	font-size:62.5%;
	}*/

body {
	font-size: 1.1em;
	line-height:1.5em;
	width:900px;
	color:#333333;
	background:#ffffff;
	margin:0 auto;
	padding:0 20px;
	}
	
img{
	border:0;
	}

a{
	text-decoration:none;
	outline:none;
	}

a:link,
a:visited{
	color:#ff0060;
	text-decoration:underline;
	}

a:hover,
a:active{
	color:#ff0060;
	text-decoration:none;
	}
	
.textLink a:link,
.textLink a:visited{
	color:#333333;
	text-decoration:none;
	}

.textLink a:hover,
.textLink a:active{
	color:#333333;
	text-decoration:underline;
	}
	
p {
	margin-bottom:1em;
	}
	
/* ============================================================ header */

#logo {
	width:240px;
	float:left;
	}
	
h1 {
	float:right;
	width:650px;
	text-align:right;
	font-weight:normal;
	margin-top:10px;
	}
	
#function {
	float:right;
	font-size:1.2em;

	background:#ffffff;
	margin:10px 0 10px 10px;
	}
	
#function li{
	float:left;
	margin-right:0.5em;
	border-right:1px solid #333333;
	padding-right:0.5em;
	}
	
#function .lastChild{
	margin-right:0;
	border-right:none;
	padding-right:0;
	}

#searchPanel {
	clear:right;
	float:right;
}

#submit ,
#search {
	vertical-align:middle;
	}

#navi li img{
	float:left;
	clear:both;
	}
	
#navi li ul li {
	float:left;
	}
	
#navi li ul{
	float:right;
	width:800px;
	}
	
#subMenu {
	float:right;
	width:900px;
	background:#c2a753;
	overflow:hidden;
	}
	
#globalNavi {
	float:right;
	width:900px;
	background:#000000;
	overflow:hidden;
	}


/* ============================================================ footer */
	
#footer {
	clear:both;
	padding:20px 0 80px 0;
	}
	
#pageTop {
	border-bottom:1px solid #ececec;
	text-align:right;
}
	
#footer ul {
	float:left;
	font-size:1.2em;
	background:#ffffff;
	margin:10px 0;
	}
	
#footer ul li{
	float:left;
	margin-right:0.5em;
	border-right:1px solid #333333;
	padding-right:0.5em;
	}
	
#footer ul .lastChild{
	margin-right:0;
	border-right:none;
	padding-right:0;
	}
	
#footer p{
	clear:left;
	color:#666666;
	}
	
#test {
	display:block;
	width:300px;
	height:100px;
	background:#ccc;
	}
	
#test:hover {
	background:#ddd;
	}


