@charset "UTF-8";

/* ========BASIC======== */
* {
	color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#21699C;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

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

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
   width:760px;
   margin:0 auto;
   padding:10px;
   background:#F7F3F7;
}

div#header {
	position:relative;
	width:760px;
	height:140px;
	background:#7BAAD6 url(images/bg_header_top.gif) 0 0 no-repeat;
	padding-top: 10px;
}

div#menu {
	width:750px;
	position:absolute;
	bottom:0;
	background:#7BAAD6 url(images/bg_header_bottom.gif) 0 100% no-repeat;
	left: 0px;
	padding-left: 10px;
}


div#pr {
	position:absolute;
	left:387px;
	top:17px;
	width:326px;
}

div#contents {
   float:left;
   width:760px;
   margin-top:10px;
   background:#fff url(images/bg_contents.gif) 0 0 repeat-y;
}

div#main {
   float:left;
   width:500px;
   padding:10px;
   background:#fff url(images/bg_main.gif) 0 0 no-repeat;
}

div#sub {
   float:right;
   width:220px;
   padding:10px;
   background:#CACACA url(images/bg_sub.gif) 0 0 no-repeat;
}

div#totop {
   clear:both;
}

div#footMenu {
   float:left;
   width:760px;
   padding-top:10px;
   background:url(images/bg_contents_footer.gif) 0 0 no-repeat;

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

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:2em;
   color:#fff;
   line-height:1.0;
}

div#header h1 a {
   color:#fff;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:0.75em;
}


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

div#menu li {
	float:left;
	margin:0;
	padding:10px;
	font-size:0.75em;
	color:#333;
	list-style-type:none;
	background:url(images/bg_menu.gif) 0 50% no-repeat;
}

div#menu li a {
   color:#333;
   margin:0 10px;
}

div#menu li a:hover {
   color:#fff;
}

div#menu li.home {
   background:none;
}

div#menu li.home a{
   margin:0 10px 0 0 ;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
   color:#21699C;
}

div#main p a {
color:#333333;
text-decoration:none;
}

div#main a:hover {
   color:#21699C;
text-decoration:underline;
}

div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#333;
   font-size:0.94em;
   font-weight:bold;
   border-bottom:3px double #535D57;
}

div#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main p {
	margin:0 0 1em 0;
	font-size:0.75em;
	text-indent: 10px;
	line-height: 2em;
}

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

div#main dt {
   margin-bottom:3px;
}

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

div#main div.icatch {
   margin-bottom:20px;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div{
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   font-size:0.88em;
   font-weight:bold;
}

div#sub ul {
   margin:0 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url(images/bg_list.gif) 0 6px no-repeat;
}


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

div#totop p{
   position:absolute;
   top:10px;
   right:10px;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background: url(images/bg_totop.gif) 0 50% no-repeat;
}

div#totop p a:hover {
   color:#f1f1f1;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

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


/* ========FOOTER CUSTOMIZE======== */
address {
   padding-top:10px;
   font-size:0.63em;
   color:#333;
   text-align:center;
   background: url(images/bg_dotline.gif) 0 0 repeat-x;
}

/**/

div#main a#hgh {
   color:#0000FF;
   text-decoration:underline;
}
div#main a#hgh:hover{
   color:#FF0000;
	text-decoration:underline overline;
}


.spacer{
	height:75px;
}

#navimap{
	font-size: 0.8em;
	height: 30px;
	width: 100%;
	clear: left;
	line-height: 30px;
	padding-left: 30px;
}

address{
	font-style: normal;
	text-align: center;
}


#link_sub{
	font-size: 0.8em;
}

#link_sub h4{
	margin: 0px;
	padding: 0px;

}
#link_sub p{
	margin: 0px;
	padding: 0px;
}

.linkcolor{
color:#333333;
}