/*										*/
/* 共通スタイル 						*/
/*										*/
body {
	background-color: #f8f8f8;
	margin: 0px;
}
.layout_body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	margin: 0px;
	background-color: #ffffff;
	padding: 8px 5px 15px 4px;
}
td.layout_body {
	width:590px;
}

.layout_body_print {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	margin: 0px;
	background-color: #ffffff;
}
td.layout_body_print {
	width:590px;
}

td.layout_side {
	width:210px;
}
.line_ctrl div,table,tr,td,p,th,ul,li {
	line-height: 115%;
}
.layout_side {
	padding: 5px 4px 15px 4px;
	border-right:#ccc 1px solid;
	background-color: #ffffff;
}
.layout_foot {
	text-align: center;
	font-size: 0.75em;
	color: #323232;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
}
table.main_table {
	border-right:#666 1px solid;
	border-left:#666 1px solid;
}

h1{
	background-image:url("/images/orange_linearrow.gif");
	background-repeat: no-repeat;
	background-position:6px 40%;
	BORDER-BOTTOM: #fd6631 2px solid;
	PADDING: 0 0 0 35px;
	margin: 0;
	FONT-SIZE: 1em;
	COLOR: #ff6600;
	TEXT-ALIGN: left;
	width:525px;
	font-weight:bold;
	line-height:1.3em;
}

h2{
	background-image:url("/images/orange_back.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	FONT-SIZE: 0.9em;
	COLOR: #ffffff;
	TEXT-ALIGN: center;
	width:100%;
	font-weight:bold;
	line-height:30px;
	height:30px;
}

/*
h2{
	background-image:url("/images/orange_linearrow.gif");
	background-repeat: no-repeat;
	background-position:6px 40%;
	BORDER-BOTTOM: #fd6631 2px solid;
	PADDING: 0 0 0 35px;
	margin: 0;
	FONT-SIZE: 1em;
	COLOR: #ff6600;
	TEXT-ALIGN: left;
	width:525px;
	font-weight:bold;
	line-height:1.3em;
}
*/


/*
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline!important;
}
*/


/*										*/
/* 公開側ヘッダー 						*/
/*										*/

/* ヘッダーイメージ */
#page_header .header {
	background-color: #fff;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 800px;
}

#page_header .header_img {
	background-color: #fff;
	background-image: url(/images/clear.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 88px;
	width: 800px;
}

/* ヘッダーメニュー */
#page_header .menu {
	background-image: url(/images/menu.jpg);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	width: 800px;
	height: 20px;
	line-height: 20px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
}

/*
#page_header table {
	border-left:#333 1px solid;
	border-right:#333 1px solid;
}
*/

#page_header .menu a:link {
	text-decoration: none;
}
#page_header .menu a:visited {
	text-decoration: none;
}
#page_header .menu a:active {
	text-decoration: none;
}
#page_header .menu a:hover {
	text-decoration: underline;
}



/* ヘッダーメニュー リスト表示設定 */
#page_header .menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#page_header .menu ul li {
	height: 20px;
	line-height: 20px;
	float:left;
}

#page_header .menu ul li a{
	color: #666666;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

/* ヘッダーメニュー マウスオーバー） */
#page_header .menu ul li a:hover{
	color: #FF6701;
}

/* ヘッダーメニュー 選択時 */
#page_header .menu ul li.menu_on a{
}


/* ヘッダー最下部区切り線 */
#page_header .headerbar {
	background-image: url(/images/headerbar.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 2px;
	line-height: 2px;
	width: 800px;
}
