@charset "UTF-8";
/* CSS Document */

@import 'reset-fonts.css';

html {
	height:100%;
	/* background:url(../images/general_back.gif) repeat-y center; */
	
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
	color:#333;
	behavior:url("../js/csshover2.htc");
	height:100%;
	padding-left:1px;
}

/* IE6以下でpadding指定 */
*html body {
	padding-left: 1px;
}

/* IE7でpadding指定 */
*+html body {
	padding-left: 1px;
}


a:link, a:visited {
	color:#666;
	text-decoration:none;
}

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


#wrapper {
	width:800px;
	margin:0 auto;
	text-align:left;
	height:100%;
	min-height:100%;
}

#header {
	width:800px;
	height:72px;
	background:url(../images/general_header_back.jpg) no-repeat;
	line-height:0;
	margin: 0;
}

#header #rogo {
	height: 70px;
	float: left;
}

#header #rogo h1#rogo {
	text-indent:-9999px;
	background:url(../images/general_header_rogo_J.png) no-repeat;
	height:67px;
	width:203px;
}

* html #header #rogo h1#rogo {
	behavior: expression(IEPNGFIX.fix(this));
	width:140px;
}

#header #rogo p.subtitle {
	padding:10px 0 0 62px;
	color:#fff;
	font-size:11px;
}

#header #rogo p.subEnglish {
	font-size:9px;
	color:#FFF;
	font-weight: bold;
	padding: 5px 0 0 62px;
}

#header h1 {
	padding:0 0 0 56px;
	color:#fff;
	font-weight:bolder;
}

#header ul#language {
	float:right;
	padding-right:10px;
	padding-top:10px;
	text-align: right;
}

#header ul#language li {
	float:left;
	padding-right:2px;
}

#header div#language p.rogoE {
	clear:both;
	padding-top:5px;
	background:url(../images/general_header_rogo.gif) no-repeat 0 5px;
	height:27px;
	width:151px;
	text-indent:-9999px;
	overflow:hidden;
}

#header p.english {
	clear:left;
	padding-top:5px;
	text-align:right;
	color:#fff;
	font-weight:bolder;
}


ul#menu {
	font-size:0px;
	list-style:none;
	border-bottom:1px solid #039;
}

ul#menu li {
	list-style:none;
	font-size:0px;
	float:left;
	border-bottom:1px solid #039;
}

ul#menu li img {
	display: block;
}

h2#title {
	background:url(../images/title_back.jpg) no-repeat 0 22px;
	padding:0 0 .6em .6em;
	margin:0;
	font-size:18px;
	font-weight:bold;
}


#contents {
	clear:left;
	width: 800px;
	/* min-height:100%; */
	height:auto;
}

/* #wrapper > #contents {
        height: auto;
} */

#contents div#side {
	float:right;
	padding:0 12px 0 0;
	margin:0;
	width: 154px;
}

#contents div#side #search {
	margin:15px 0 5px 0;
	text-align:center;
}

#contents div#side #search input.button {
	font-size:12px;
}

#contents div#side ul {
	list-style:none;
	padding:12px 0;
}

#contents div#inner {
	margin:0 0 10px 21px;
	width:543px;
	float:left;
}

* html div#contents div#inner {
	margin:0 5px 0 10px;
}

#contents div#inner h4 {
	margin:15px 0 0 0;
	padding:10px 0 0 24px;
	background:url(../images/general_subtitle_back_07.gif) no-repeat;
	height:33px;
	width:543px;
	color:#000;
	font-size: 13px;
}

#contents ul#sidemenu li {
	background:url(../images/general_submenu_09.gif) no-repeat;
	width:155px;
	height:23px;
	padding: 10px 0 0 30px;
	font-size: 13px;
}

* html div#contents ul#sidemenu li {
	margin-top:-2px;
}

#contents ul#sidemenu li.title {
	background:url(../images/general_submenu_07.gif) no-repeat;
	width:155px;
	height:28px;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#footer {
	clear:both;
	border-top:1px solid #999;
	width:780px;
	margin: 5px 10px 2px 10px;
}

*+html #footer {
	clear:right;
}

#footer p.left, #footer p.right {
	margin:10px 0 0 0;
}

#footer p.left {
	float:left;
	font-size:93%;
	padding-left:1em;
}


#footer p.right {
	float:right;
	text-align:right;
	font-size:93%;
	padding-right:1em;
}

#footer a:link {
	color:#00F;
	text-decoration:none;
}

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

#footer a:hover {
	text-decoration:underline;
}

.pagetop {
	clear:left;
	text-align:right;
	padding:20px 45px 10px 0;
	font-size:77%;
}

.pagetop a {
	text-decoration:none;
}

.pagetop a:hover {
	text-decoration:underline;
	color:#3366cc;
}



#textnavi {
	margin:1em 0;
	font-size:93%;
}

.blue {
	color:#3366cc;
	
}

.gray {
	color:#CCCCCC;
}

.red {
	color:#ff0000;
}

.pagetop {
	clear:both;
	margin:10px 0;
	padding:10px 0;
	text-align:right;
	font-size:85%;
	color:#999;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

