@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	}

a {
	color:#333333;
	text-decoration: none;
	}

a:link {
	color:#333333;
	text-decoration: none;
	}

a:visited {
	color:#333333;
	text-decoration: none;
	}

a:hover {
	color:#3366cc;
	text-decoration:none;
	}

a:active {
	text-decoration:none;
	color:#333333;
	}

img {
	border:0;
	}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
	}

.clearfix {
  min-height: 1px;
	}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
	}
	
body {
	color: #333333;
	font-family: "メイリオ", "Lucida Grande", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:90%;
	line-height:1.3em;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#wrap {
	width:900px;
	margin:0 auto;	
}

#header {
	height: 130px;
	width: 900px;
	}
	
#header_left {
	float:left;
	width:600px;
}

#header_right {
	float:right;
	width:300px;
}

.gotop {
	width:320px;
	height:40px;
	display:block;
	position:relative;
	top:40px;
}

.gotop span {
	display:none;
}

.header_link {
	float: right;
	width:300px;
	font-size: 14px;
	text-align: right;
	margin-top: 13px;
}

.header_link .english {
	background:#D97403;
	font-family:Tahoma, Geneva, sans-serif;
	color:#ffffff;
	font-size:1.2em;
	padding:2px 6px;
	border-radius:3px;
}

.header_link .english:hover {
	background:#DBB563;
}

.header_menu {
	clear:right;
	margin:0px;
	padding:0px;
	width:300px;	
	float: right;
	margin-top: 29px;
	}

.header_menu li {
	list-style-type: none;
	padding-left: 5px;
	float: right;
	}

.global_menu {
	list-style-type: none;
	width: 900px;
	height: 40px;
/*	float: left;*/
	margin-top: -40px;
	margin-left:-20px;
	}

.global_menu li {
	float: left;
	}

#contents {
	width: 900px;
	}
	
#footer_menu {
	clear:both;
	width: 800px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	padding-left: 20px;
	padding-top: 30px;
	}
	
.f_menu {
	font-size: 80%;
	}

.f_menu a {
	color: #333333;
	}

.f_menu a:hover {
	text-decoration: underline;
	}

#footer {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	height: 50px;
	}


/*見出し設定*/
h1{
padding:0px; margin:0px;
}

h2{
padding:0px; margin:0px;
}

h2 img{margin-bottom:15px;
}

h3{
clear:left;
color:#3366cc;
font-size:95%;
background-color:#EFEFEF;
padding:5px 5px;
margin-right:20px;
margin-bottom:10px;
margin-top:10px;
}

h4{
clear:left;
font-size:90%;
padding:5px 17px;
margin-right:20px;
margin-top:5px;
background-image:url(../img/circle.gif);
background-repeat:no-repeat;
background-position:2px 7px;
}

h5{
clear:left;
font-size:90%;
padding:5px 17px;
margin-right:20px;
color:#3366cc;
}

h6{
clear:left;
font-size:90%;
padding:5px 17px;
margin-right:20px;
}

p{
clear:left;
font-size:90%;
margin:5px 25px 10px 15px;
}

.index{
margin:5px 25px 10px 25px;
}

.small{
font-size:80%;
}

ul
{
margin:0px;
padding:0px 20px;
}