/***********************/
/* レイアウトCSS         */
/***********************/

* {
  margin: 0;
  padding: 0;
  border:0;
}
html, body {
	height: 100%;
}
body{
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:150%;
	background-image:url(../bg.gif);
	font-family:Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}
#header {
	height: 25px; /* headerinnner height ＋ headernavi height ＋ header-under height */
	width:100%;
	left:0px;
	background-color:#FFFFFF;
}

html>body #header {
	position:absolute; /* position:fixed; */
	top:0;
	z-index:1;
	overflow:visible;
}
#header-copy{
	height:25px;
	padding-left:5px;
	font-size:90%;
	line-height:25px;
}
#headerinner{
	width:800px;
	height:25px;
	left:50%;
	margin-left:-400px;
	text-align:left;
	margin:auto;
	background-image:url(../header_img_top.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#submenu{
	display:none;
	float:right;
	width:405px;
}
#submenu ul li{
	float:left;
	list-style:none;
}
#submenu ul li a{
	display:block;
	width:100px;
	height:18px;
	line-height:24px;
	text-align:center;
	border-left:1px solid #CCCCCC;
	font-size:80%;
	text-decoration:none;
	color:#333333;
}
#headernavi{
	height:24px;
	width:800px;
	text-align:left;
	margin:-4px auto 0px auto;
}
#headernavi #active_menu{
	color:#FF0000;
}
#header-under{
	display:none;
	height:30px;
	width:800px;
	text-align:left;
	margin:auto;
	background-image:url(../bg_header_under.gif);
}
#container 	{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
body > #container {
  height: auto;
}
html>body #contents {
	padding-top:162px; /* headerinnner height ＋ headernavi height ＋ header-under height */
}
#contents {
	padding-bottom: 100px;
	text-align:center;
}
#inner{
	width:100%;
	text-align:center;
	margin:auto;
	padding-bottom:20px;
	background-image:url(../bg_top_img.gif);
	background-repeat:repeat-x;
}
#footer {
	width: 100%;
	left:0;
	height: 80px;
	z-index:1;
}
#footer-inner{
	display:none;
	width:800px;
	height:15px;
	left:50%;
	margin-left:-400px;
	margin:auto;
	background-image:url(../bg_footerinner.gif);
}
#footer p {
  padding: 0;
}
#copyright{
	width:800px;
	height:80px;
	left:50%;
	margin-left:-400px;
	margin:auto;
}
.copyright-left{
	float:left;
	margin-top:10px;
	width:500px;
	text-align:left;
}
.copyright-right{
	float:left;
	margin-top:10px;
	width:300px;
	text-align:right;
}
#full-wdth-inner{
	width:770px;
	margin:auto;
	padding:20px 0;
}

#left {
/* position:fixed; */
	display:block;
	top:126px;  /* headerinnner height ＋ headernavi height ＋ header-under height */
	width:400px;
	float:left;
}
* html #left {
	/*position:absolute;*/
	top:126px;  /* headerinnner height ＋ headernavi height ＋ header-under height＋2　IE6独自の調整 */
}
#left-inner{
	width:385px;
	float:right;
}

#right{
    width:365px;
    float:right;
}
#right-inner{
    width:350px;
}
hr{
	margin:10px 0;
}

/* メニュー部 */
#left ul , #left li{
	list-style:none;
	width:220px;
}
#left li{
	width:220px;
}
#left li a{
	line-height:40px;
	display:block;
	width:220px;
	height:40px;
	text-indent:8px;
	text-decoration:none;
	background-image:url(../nav_bg.gif);
}


/* 第二階層メニュー部 */
#left li.mainlevel_current ul , #left li.mainlevel_active ul{
	display:block;
}
#left li.mainlevel_current ul li a , #left li.mainlevel_active ul li a{
	text-indent:26px;
	font-size:80%;
	height:22px;
}
#left li ul{
	display:none;
}
#active_menu{
	background-position:0px -100px;
}


/* パディング */
/* 全周囲 */
.pt-all-s{padding:5px;}
.pt-all-m{padding:10px;}
.pt-all-l{padding:20px;}
/* 水平 */
.pt-hrz-s{padding:0px 5px;}
.pt-hrz-m{padding:0px 10px;}
.pt-hrz-l{padding:0px 20px;}
/* 天地 */
.pt-vtc-s{padding:5px 0px;}
.pt-vtc-m{padding:10px 0px;}
.pt-vtc-l{padding:20px 0px;}
/* 右側 */
.pt-r-s{padding:0px 5px 0px 0px;}
.pt-r-m{padding:0px 10px 0px 0px;}
.pt-r-l{padding:0px 20px 0px 0px;}
/* 左側 */
.pt-l-s{padding:0px 0px 0px 5px;}
.pt-l-m{padding:0px 0px 0px 10px;}
.pt-l-l{padding:0px 0px 0px 20px;}

/* フォームなどオブジェクトサイズ */
.size-sss{
	width:25px;
}
.size-ss{
	width:50px;
}
.size-s{
	width:80px;
}
.size-m{
	width:120px;
}
.size-l{
	width:180px;
}
.size-ll{
	width:300px;
}
.size-lll{
	width:400px;
}

/* float-align */
.txt-center{text-align:center;}
.txt-l{text-align:left;}
.txt-r{text-align:right;}
.flt-l{float:left;}
.flt-r{float:right;}
.clear{clear:both;}

/* リンクロールオーバー */
a:hover{
    background-position:0px -100px;
}
a:active{
    background-position:0px -200px;
}

/* テーブルタイプ */

/* フォームの体裁 */
input , textarea , select {
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	background-color:#F5FAEB;
}
.frmnonstyle{
	border:none;
	background-color:#FFFFFF;
}
.onlyref{
	background-color: #FFFFFF;
	border:none;
}
.btn{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	width:180px;
	margin:0 5px;
	background-color:#ECECEC;
}
.btn-mini{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	width:80px;
	margin:0 3px;
	background-color:#ECECEC;
}
.btn-micro{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	width:40px;
	margin:0 3px;
	background-color:#ECECEC;
}
.ck-radio{
	background-color:#FFFFFF;
	border:none;
}

/* 囲み体裁 */
.kakomi01{
	padding:7px;
	border: 1px dotted #D6CAA0;
	background-color: #F2F0E4;
	margin-top:3px;
	margin-bottom:3px;
}
.kakomi02{
	padding:7px;
	margin:2px 0;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}
.kakomi03{
	padding:7px;
	margin:4px 0;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/* 見出し */
h1{
	padding-top:6px;
	padding-left:15px;
	float:left;
}

/*************************/
/* 文字サイズサイズCSS */
/* IE／NN共用　　　　   */
/*************************/

/* 文字サイズ */
.fs09 {
	font-size: 9px !important;
	font-size: 0.6em;
	line-height:150%;
}
.fs10 {
	font-size: 10px !important;
	font-size: 0.7em;
	line-height:150%;
}
.fs12 {
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:150%;
}
.fs14 {
	font-size: 14px !important;
	font-size: 1em;
	line-height:150%;
}
.fs18 {
	font-size: 18px !important;
	font-size: 1.2em;
	line-height:150%;
}
.fs20 {
	font-size: 20px !important;
	font-size: 1.4em;
	line-height:150%;
}
.fs24 {
	font-size: 24px !important;
	font-size: 1.8em;
	line-height:150%;
}

/* ウェイトボールド */
.fb {
	font-weight: bold !important;
}

/* 相対拡縮 */
.fs-s {
	font-size: 85%;
	line-height:125%;
}
.fs-l {
	font-size: 120%;
}
.fs-ll {
	font-size: 150%;
}


/*********************/
/* テキストカラーCSS */
/*********************/

.txt-red{
	color: #FF0000;
}
.txt-red1{
	color: #CC0000;
}
.txt-red2{
	color: #CC3333;
}


.txt-blue{
	color: #0000FF;
}
.txt-blue1{
	color: #0033CC;
}
.txt-blue2{
	color: #0066CC;
}


.txt-green{
	color: #006600;
}
.txt-green1{
	color: #00CC66;
}


.txt-orange{
	color: #FF6600;
}
.txt-orange1{
	color: #FF9933;
}


.txt-gray{
	color: #333333;
}
.txt-gray1{
	color: #666666;
}
.txt-gray2{
	color: #999999;
}


.txt-black{
	color: #000000;
}


.txt-white{
	color: #FFFFFC;
}


/***************************/
/* テキストリンクカラーCSS */
/***************************/

/* 未訪問・訪問済リンク */
a:link,a:visited{
	color: #0000CC;
	text-decoration: underline;
}

/* マウスオーバー時 */
a:hover,a:active {
	color: #FF0000;
	text-decoration: underline;
}


/**************/
/* メニュー用 */
/**************/

a.menu:link,a.menu:visited{
	color: #0000CC;
	text-decoration: underline;
}

a.menu:hover,a.menu:active {
	color: #FF0000;
	text-decoration: underline;
}