/* COMMON LINK-COLOR AND MORE */

a:link		{	color:#0080FF;}
a:visited	{	color:#0080FF;}
a:hover		{	color:orange;}
a:active	{	color:blue;}

h1,h2,h3,h4{
	margin:0px;
	padding:0px;
}

body{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin:0 0 5 0;
	padding:0 0 5 0;
	font-size:medium;
	color:#333;
	background-color:#0054A6;
	background-image:url("/common/img/bg.gif");
	background-repeat:repeat-y;
	background-position:center center;
}

.clear{
	clear:both;
}

input.hankaku{
	ime-mode:inactive;
}


/*-------------------------------*/
/* HEADER */

table.header{
	margin-left:auto;
	margin-right:auto;
	width:840px;
	border-bottom:6px solid #1D0E82;
	margin-bottom:20px;
}

td.head_td1{
	width:205px;
}

td.head_td2{
	width:635px;
	background-image:url("/common/img/head_img.jpg");
}

h2.header_txt{
	margin-left:15px;
	font-size:12px;
}


/*-------------------------------*/
/* FOOTER */
p.footer_txt{
	margin-left:auto;
	margin-right:auto;
	border-top:solid 6px #1D0E82;
	padding:5 0 0 0;
	margin-top:25;
	margin-bottom:0;
	text-align:right;
	font-size:12px;
	color:#666;
	width:840px;
}

img.footer_logo{
	text-align:right;
}


/*-------------------------------*/
/* LEFT MENU */

p.leftmenu{
	font-size:13px;
	margin:8 0 0 0;
	padding:0 0 0 25;
}

td.menu_red{
	vertical-align:top;
	height:40px;
	background-image:url("/common/img/menu_red.jpg");
	background-repeat:no-repeat;
}

td.menu_blu{
	vertical-align:top;
	height:40px;
	background-image:url("/common/img/menu_blu.jpg");
	background-repeat:no-repeat;
}

td.menu_grn{
	vertical-align:top;
	height:40px;
	background-image:url("/common/img/menu_grn.jpg");
	background-repeat:no-repeat;
}

td.menu_org{
	vertical-align:top;
	height:40px;
	background-image:url("/common/img/menu_org.jpg");
	background-repeat:no-repeat;
}

td.menu_blk{
	vertical-align:top;
	height:40px;
	background-image:url("/common/img/menu_blk.jpg");
	background-repeat:no-repeat;
}

p.menu_title{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:2 0 0 4;
}

td.title_blue{
	vertical-align:top;
	height:25px;
	background-image:url("/common/img/title_blu.gif");
	background-repeat:no-repeat;
}

td.title_green{
	vertical-align:top;
	height:25px;
	background-image:url("/common/img/title_grn.gif");
	background-repeat:no-repeat;
}

td.title_orange{
	vertical-align:top;
	height:25px;
	background-image:url("/common/img/title_org.gif");
	background-repeat:no-repeat;
}


/*-------------------------------*/
