@charset "UTF-8";

/* ========BASIC======== */
* {
	color:#000;
	font-family: "ＭＳ 明朝", "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
}

* html body {
	margin:auto;
}

body {
	_margin:10px;
	padding:0;
	letter-spacing:1px;
	background:#f2f3fa;
	text-align: center:
}

br {
	letter-spacing:normal;
}

a {
	color:#0033ff;
	text-decoration:none;
}

a:hover {
	color:#ff33ff;
}

img {
	border:none;
	vertical-align:bottom;
}

h1,h2 {
	margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
	width:789px;
	margin:0 auto;
	background:url(../images/bg_contents_left.gif) 0 0 repeat-y;
}

div#wrapper {
	background:url(../images/bg_contents_right.gif) 100% 0 repeat-y;
	background:#fff;
}

div#header {
	position:relative;
	height:65px;
	margin-bottom:5px;
	padding:0 5px;;
	background-color:#f8f8f8;
}

div#menu {
	float:left;
	padding:0 5px;
}

div#contents {
	clear:both;
	margin:0 5px;
	padding:20px 20px 0 20px;
}

div#main {
	float:left;
	width:730px;
}

div#totop {
	clear:both;
}

div#footer {
	clear:both;
	background:#0283C4;
	margin:0 5px;
}

/* ========HEADER CUSTOMIZE======== */
div#header #logo {
	height:65px;
}

div#header #outline {
	position:absolute;
	left:300px;
	top:0px;
	width:485px;
	height:45px;
	_height:50px;
	padding-top:18px;
	_padding-top:13px;
}

div#header h1 {
	width:455px;
	_width:465px;
	margin:0;
	padding:2px;
	_padding:7px;
	color:#000;
	font-size:12px;
	font-weight:normal;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
	margin:0;
	padding:0;
}

div#menu li {
	float:left;
	font-size:14px;
	color:#000;
	text-align:center;
	list-style-type:none;
}

div#menu li a{
	display:block;
	width:154px;
	color:#0000ff;
	line-height:40px;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	background:url(../images/bg_menu.gif) 0 0 repeat-x;
}

div#menu li.home a{
	border:none;
}

div#menu li a.active{
	color:#0000ff;
}

div#menu li a:hover{
	color:#ff0000;
	background:url(../images/bg_menu_on.gif) 0 0 repeat-x;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
	color:#0000ff;
}

div#main a:hover {
	color:#ff33ff;
	border:0;
	border-bottom:1px solid #0172AB;
}

div#main h2 {
	margin-bottom:8px;
	padding:3px 0 5px 14px;
	color:#333;
	font-size:16px;
	font-weight:bold;
	background:url(../images/titlebar.gif) 0 100% no-repeat;
}

div#main h3 {
	margin-bottom:8px;
	padding:3px 0 5px 14px;
	color:#333;
	font-size:16px;
	font-weight:bold;
	background:url(../images/titlebar.gif) 0 100% no-repeat;
}

div#main p{
	margin:0 0 1em 0;
	font-size:14px;
	line-height:1.2em;
}

div#main ul,ol,dl{
	font-size:0.75em;
}

div#main dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom:3px;
}

div#main dd{
	padding:0;
	margin:0 0 0.5em 1em;
	padding:3px;
	background:#f1f1f1;
}

div#main .sub_box1 {
	width: 695px;
	font-size: 14px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:18px;
	padding-right:10px;
}

div#main .sub_box2 {
	width: 695px;
	font-size: 12px;
	margin:25px auto 0 auto;
}

/* ========TOTOP CUSTOMIZE======== */
div#totop{
	position:relative;
	height:2em;
}

div#totop p {
	position:absolute;
	top:10px;
	right:7px;
	margin:0;
}

div#totop p a {
	padding-left:0px;
}

/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	text-align:right;
	background:url(../images/bg_dotline.gif) 0 0 repeat-x;
}

div#footMenu li {
	display:inline;
	margin:0 0 0 1px;
	font-size:12px;
	list-style:none;
}

div#footMenu li a {
	color:#0000ff;
	padding-left:12px;
	background: url(../images/bg_footmenu.gif) 0 50% no-repeat;
}

div#footMenu li a:active {
	color:#0000ff;
	padding-left:12px;
}

div#footMenu li a:hover {
	color:#ff0000;
	padding-left:12px;
}

/* ========FOOTER CUSTOMIZE======== */
address{
	padding:10px 0;
	font-size:12px;
	color:#fff;
	text-align:center;
	font-style:normal;
}
address a{
	color:#fff;
}
address a:hover{
	color:#fff;
}

/* ========LINKS TABLE CUSTOMIZE======== */
table {
	width: 700px;
	 margin-top:20px;
	table-layout:fixed; 
	word-break:break-all;
	word-wrap:break-word;
	border-collapse:collapse;
}
table#links th {
	width: 100px;
	padding: 8px 4px 8px 4px;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

table#links td {
	height:40px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height:1.4em;
}

table#links th a{
	border:none:
	text-decoration:none;
}
table#links th a:active{
	border:none:
	text-decoration:none;
}
table#links th a:hover{
	border:none:
	text-decoration:none;
}

table#request td {
	padding: 5px 5px 5px 15px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}
table#request th {
	width:120px;
	padding-left:1em;
	text-align:left;
	font-weight:normal;
}
table#request td {
	width:575px;
	padding-left:1em;
	text-align:left;
}
table#request p {
	font-size:12px;
}
