@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

img {
	border:none;
}

ul, li {
	list-style-type: none; 
}

.clsfix {
	clear:both;
	line-height: 0;
}

#header_img {
	height: 240px;
}

a { text-decoration: none; }
a:link { color: #1273AD; }
a:visited { color: #1273AD; }
a:active { color: #3399FF; }
a:hover { color: #3399FF; }


html, body { 
    *font-size:small;
    *font:x-small;
	font-family: arial,sans-serif;
	font-size: 13px;
	line-height: 1.7em;
	color: #333333;
	height: 100%;
	text-align: center;
}

table {
    font-size:inherit;
    font:100%;
	border-collapse: collapse;
}

#wrapper {
	background: url(../common/bg.jpg) repeat-y 0 0;
	width: 864px;
	min-height: 100%;
	margin: auto;
	text-align: left;
}

* html #wrapper {
	height: 100%;
}

#header {
	background: url(../common/bg_header.jpg) no-repeat;
	width:852px;
	height:79px;
	margin-left:6px;
	text-align:left;
}

#header #title {
	padding-left:14px;
	padding-top:14px;
	width: 641px;
	float: left;
}

#header #navi {
	width: 197px;
	float: right;
	padding-top:14px;
	position:relative;
}

#header #navi a{
	background: url(../common/h1.jpg) no-repeat left center;
	padding-left:14px;
	font-size:11px;
}

#header #navi #language {
	position:absolute;
	top:14px;
	left:75px;
}

#container {
	padding:0 6px 50px;
	background-color:transparent;
}

#container:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

* html #container {
	height: 1%;
}

#menu {
 margin:0;
 padding:0;
 width:201px;
}

#menu ul, #menu ul li ul, #menu ul li ul li ul {
 margin:0;
 padding:0;
}

#menu ul li, #menu ul li ul li, #menu ul li ul li ul li {
 margin:0;
 padding:0;
}


#menu ul li a {
	height:35px;
	line-height:35px;
	width: 188px;
	display:block;
	color:#666;
	text-decoration:none;
	overflow:hidden; 
	padding-left:13px;
	font-size:12px;
	border-bottom:1px solid #C9CED3;
	margin-bottom: 0px;
	font-weight:bold;
	background:transparent none repeat scroll 0 0;
}

#menu ul li.now a, #menu ul li a:hover {
	background:#fff;
}

#menu ul li ul li a, #menu ul li ul li.now ul li a {
	height:30px !important;
	line-height:30px !important;
	width: 176px !important;
	border-bottom:1px solid #C9CED3 !important;
	padding-left:25px !important;
	font-weight:normal !important;
	background: url(../common/menu_arrow.png) no-repeat 15px 12px !important;
}

#menu ul li ul li.now a, #menu ul li ul li a:hover {
	background: #fff url(../common/menu_arrow.png) no-repeat 15px 12px !important;
}

#menu ul li ul li.now ul li a {
	width: 166px !important;
	padding-left:35px !important;
	background: url(../common/menu_dot.gif) no-repeat 25px 12px !important;
}

#menu ul li ul li ul li.now a, #menu ul li ul li ul li a:hover {
	width: 166px !important;
	padding-left:35px !important;
	background: #fff url(../common/menu_dot.gif) no-repeat 25px 12px !important;
}

#access {
	background: url(../common/bg_side_access.jpg) no-repeat left top;
	height:193px;
	margin-left:12px;
	margin-top:12px;
}

#access p{
	font-size:11px;
	line-height:150%;
	padding:45px 11px 0 11px;
}

#access a{
	background: url(../common/arrow.png) no-repeat right center;
	font-size:12px;
	padding-left:11px;
}

#contents {
	float: right;
	padding: 21px 21px 50px 21px;
	width: 609px;
	font-size: 13px;
	text-align:left;
	color:#333;
}

#footer {
	width:852px;
	margin: -35px auto 0;
	height:35px; 
	line-height:35px;
	background: url(../common/bg_footer.gif) no-repeat left top;
	font-size: 77%;
	text-align: center;
	color: #999999;
	background-color:#fff;
}


/***トップへ戻るボタンここから***/
#pageTop{
	background:#6CADEF; /*ボタンの薄い色*/
	border-radius:2px; /*四角の角の角度*/
	color:#FFF;
	padding:8px; /*ボタンの大きさ*/
	position:fixed;
	bottom:40px; /*ボタン下からの位置*/
	right:10px; /*ボタン右からの位置*/
	}
	
#pageTop:hover{
	background:#2B6FB3; /*ボタン押した時の濃い色*/
	}
/***トップへ戻るボタンここまで***/


