﻿/* CSS RULES */
* {
	font-size:100%;
	line-height:1.6;
	margin:0px;
	padding:0px;
}


html {

	overflow-x:hidden;
	overflow-y:scroll;

}
body {
	font-size:14px;
	font-family : 'Arial', 'sans-serif';
	background-color:#FFFFFF;
	background: url(images/header_top.gif) repeat-x;
	padding: 0px;
	margin:0px;
	text-align:center;
	color:#333333;

}

img {
	padding: 0px;
	margin: 0px;
	border:none;
	vertical-align: text-bottom; 
}
table {
	padding: 0px;
	margin: 0px;
}

p {
	padding:5px;
	text-align:left;
}
caption{
	text-align:right;
	caption-side: top;
	font-size:95%;
	font-weight:bold;
	color:#333333;

}

/* アンカー */
a:link { color: #158d09;} 
a:visited { color: #158d09;} 
a:hover { color: #99ff00; }
a:active { color: #99cc33; } 


/* 見出し */
h1 {
	background: url(images/h1back.gif) no-repeat;
	font-size:140%;
	color: #009900;
	text-align: left;
	margin-bottom:5px;
	padding: 12px 0px 7px 28px;
	clear:both;
}
h2 {
	background: url(images/h2back.gif) no-repeat;
	font-size:120%;
	height:45px;
	padding: 8px 0px 7px 25px;
	text-align: left;
	margin-bottom:5px;
	color: #009900;
	clear:both;
}


h3 {
	background: url(images/h3back.gif) no-repeat;
	border-bottom:1px dotted #6bb600;
	font-size:100%;
	color: #009900;
	text-align: left;
	margin-bottom:5px;
	padding: 10px 0px 8px 30px;
	clear:both;
}

h4 {
 	background:url(images/h5back.gif) no-repeat top left;
	font-size:90%;
	padding: 2px 0px 2px 28px;
	text-align: left;
	margin: 5px 0px;
	color: #006600;
	clear:both;
	border-bottom:1px dotted #00aa00;
}




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

.clearfix {
  min-height: 1px;
}

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


/* 回り込み回避 */
.nofloat{
	clear:both;
}
#idnofloat{
	clear:both;
}
.right_text{
	text-align:right;
}
/*hr*/

hr{
	display:none;

}
/* リスト*/
ul.baselist{
	text-align:left;
	margin-top : 0px;
	padding: 0px 10px 0px 10px;
}

ul.baselist li {
 	list-style:none;
 	background:url(images/listpoint.gif) no-repeat top left;
	padding: 2px 0px 2px 18px;
	font-size:90%;
}

/* テーブル */
table.basetable{
	margin: 0px;
	font-size:85%;
	background:#ffffff;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
}

.basetable th {
	background-image: url(images/tablebg.gif);
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding: 3px 10px;
	text-align:left;
}

.basetable td {
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding: 3px 10px;
	text-align:left;
}


/*ページ共通クラス---------------------------------------*/
.container{
	width:900px;
	margin: 0px auto;
	text-align:center;
}

.contains{
	margin: 20px auto;
	text-align:center;
}


/*ページ共通　header ---------------------------------------*/

#header {
	width:100%;
	height:100px;
	text-align:center;
}

#header_logo {
	width:770px;
	height:80px;
	float:left;
	margin: 5px 0px;
}

#header_lang {
	float:right;
	width:125px;
	height:30px;
	margin: 5px 0px 5px 5px;
}

#header_access {
	float:right;
	width:125px;
	height:30px;
	margin: 0px 0px 0px 5px;
}

/*ページ共通　 footer---------------------------------------*/


#footer {
	clear:both;
	margin: 20px auto 0px auto;
	text-align:center;
}


#footer_container{
	color:#339933;
	text-align: center;
	padding:5px;
	font-size:90%;
	border-top:1px dotted #aaaaaa;
	background:#e5f8cb;
}


#copy{
	text-align:center;
	background-color : #339933;
	color:#ffffff;
	height:30px;
	margin : 0px auto 0px auto;
	clear:both;
	padding-top:5px;
}


