/* 
ALL RESET
------------------------------ */
* {
	margin:0;
	padding:0;
}

body {
	background-image:url(../images/bg_hd.gif);
	background-repeat: repeat-x;
	color:333333;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family:Arial, Helvetica, sans-serif;
}

/* 
ヘッダー
------------------------------ */
.header_title {
	font-size:125%;
	color:#424298;
	font-weight:bold;
	position:absolute;
	top:35px;
	left:20px;
}

.header_logo {
	position:absolute;
	top:20px;
	left:565px;
}

#header_menu {
	position:absolute;
	top:34px;
	left:375px;
}

#header_menu li {
	float:left;
	margin:0 20px 0 0;	
}

#header_menu .bg_menu {
	background-color:#f1f1e5;
}

.heaer_logout {
	position:absolute;
	top:32px;
	left:642px;
}

/* 
フッター
------------------------------ */
#footer {
	width:auto;
	height:auto;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	margin:25px 0 0 0;
	display:block;
	height: 70px;
}

.copyright {
	position: relative;
	top: 17px;
	left: 22px;
	font-size:70%;
	color:#424298;
}

/* LINK
------------------------------ */
a {
	color:#0000ff;
	text-decoration:underline;
}	

a:active {
	color:#0000ff;
	text-decoration:underline;
}

a:visited {
	color:#0000ff;
	text-decoration:underline;
}

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

/* LIST
------------------------------ */
li {
	line-height:150%;
}

/* FORM
------------------------------ */
input {
	padding:3px;
}

textarea {
	padding:3px;
}

/*
コンテンツエリア
------------------------------ */
#contents_area {
	width:700px;
	margin:100px 0 0 20px;
}

/* 字間調整 */
h1,h2,h3,p,td,th {
	letter-spacing:1px;
}

h1 {
	width: 700px;
	height:30px;
	text-indent:5px;
	font-size: 120%;
	font-weight: bold;
	padding:11px 0 7px 10px;
	margin:0 0 10px 0;
	color:#ffffff;
	background-color:#424298;
}

h2 {
	border-left:#424298 solid 7px;
	margin:0px 0 10px 0; padding:5px 0 5px 8px;
	font-size:100%;
	height:inherit;
	background-color:#e6e6e6;
	width:700px;
}

h3 {
	border-bottom:#424298 dotted 2px;
	margin:0 0 10px 0; padding:0 0 3px 0;
	font-size:12px;
	line-height:120%;
	height:inherit;
	width:700px;
}

p {
	font-size:100%;
	line-height:140%;
	letter-spacing:1px;
}

a.in {
	padding:0 7px 7px 10px;
	background: url(../images/in_arrow.gif) no-repeat 0px 4px;
	text-decoration:none;
}

.margin-left01 {
	margin-left:15px;
	
}

.font_red {
	color:#ff0000;
}

.font_small {
	font-size:75%;
}
.font_normal {
	font-size:100%;
}
.font_large {
	font-size:150%;
}

.font_bold {
	font-weight:bold;
}

/* 
テーブルの表組
------------------------------ */
table.style01 {
	border-collapse:collapse;
	border:1px solid #d8d8d8;
	border-spacing:0;
	empty-cells:show;
	width:700px;

}

table.style02 {
	border-collapse:collapse;
	border:1px solid #d8d8d8;
	border-spacing:0;
	empty-cells:show;
	width:700px;
}

table.hl01 th {
	padding:5px;
	border:1px solid #d8d8d8;
	background-color:#f0f0f0;
	color:#333333;
	font-size:75%;
	font-weight:normal;
	text-align:left;
}

table.hl02 th {
	padding:5px;
	border:1px solid #d8d8d8;
	background-color:#f0f0f0;
	color:#333333;
	font-size:75%;
	font-weight:normal;
	text-align:center;
}

table.data01 td {
	padding:7px;
	border:1px solid #d8d8d8;
	background-color:#ffffff;
	font-size:75%;
	color:#333333;
}

table.data02 td {
	padding:7px;
	border:1px solid #d8d8d8;
	background-color:#ffffff;
	font-size:75%;
	color:#333333;
	text-align:center;
}

table.data03 td {
	padding:3px;
	border:1px solid #d8d8d8;
	background-color:#ffffff;
	font-size:75%;
	color:#333333;
}

table.sp0 {
	border-spacing:0;
	margin:0;
	padding:0;
	spacing:0;
}
table.sp0 td {
	border-style:none;
}

/*　テーブルのボーダーだけ消す */
.bordernone {
	border:none;
}

.vtop { vertical-align: top; }
.lft { text-align:left; }
.cen { text-align:center; }
.rit { text-align:right; }

a.edt {
	color:#333333;
	text-decoration:none;
}	
a.edt:hover	{
	color:#0000ff;
	text-decoration:underline;
}
