/* Base ---------------------------- */

body {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ ゴシック";
	text-align: center;
	font-size:75%;
	line-height:150%;
	color: #333;
	background-color: #00256C;
	background-image: url(../images/common/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

html,body,div,
ul,li,dl,dt,dd,
form,input,textarea,
h1,h2,h3,h4,h5,h6,p,th,td {
	margin:0;
	padding:0;
}

ol{ 
	margin:0 0 0 25px;
    padding:0;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

img {
    border:0;
	margin:0;
	padding:0;
} 

a {
    color: #0033CC; 
}

a:visited {
    color: #1D2088; 
}

a:hover {
    color: #6699CC; 
    text-decoration: none;
}

a img,:link img,:visited img {
    border:none;
}

em,u,s,i,th,var {
    font-style: normal;
    font-weight: normal;
}

h2 {
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-indent: 10px;
	margin-bottom: 10px;
	background-image: url(../images/common/h2_bg.gif);
}

h3 {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 30px;
	background-image: url(../images/common/h3_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}


/* Layout ---------------------------- */


#container {
    width: 800px;
	min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#footer {
    position: relative;
}

#content, #footer-inner, #subArea-inner {
    position: static;
}

#footer-inner {
    overflow: hidden;
}

#contentArea-inner {
	padding: 0;
	margin: 0;
}

#subArea-inner {
    overflow: hidden;
	padding:0;
}


/* Parts ---------------------------- */

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

.spc20 {
	margin-top:20px;
}

.spc5 {
	margin-top:5px;
}

.spc10 {
	margin-top:10px;
}

.rspc10 {
	margin-right: 10px;
}

.bspc20 {
	margin-bottom: 20px;
}

.lspc10 {
	margin-left: 10px;
}

.table01 {
	width: 100%;
	border-collapse:collapse;
}
	
/* Top ---------------------------- */
#container #top {
	background-color: #00256C;
	margin: 0px;
	float: left;
}

#top .topMenu {
	float: left;
	width: 800px;
	background-image: url(../images/top/title.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 550px;
	text-align: right;
}
	
/* Footer ---------------------------- */

#footer {
	margin: 20px auto;
	padding: 20px 0;
	position: relative;
	width:800px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}

#footer-inner {
	text-align:left;
}

#footer-inner #footer-home {
	text-align:left;
	border-bottom: dotted #333 1px;
	padding-bottom:10px;
	font-size:100%;
}

#footer-inner #copyright {
	text-align:left;
	margin-top:4px;
	font-size:85%;
}

#footer-inner #copyright span {
	padding-right:18px;
	float:left;
}

#footer-inner #copyright span img {
	padding-right:6px;
}

#footer-inner,
#content {
    height: 1%;
}

/* link */
#footer-inner #media a {
	text-align:right;
	margin-top:4px;
	margin-left:10px;
	font-size:85%;
	float:right;
	text-indent:8px;
	background: url(../images/common/arrow.gif) no-repeat 0 center;
}

/* no ie mac \*/
* html #content { 
	height: 1%; 
}

#content{ 
	display: block;
}


/* topMenu ---------------------------- */
#topMenu ul {
	margin: 0px;
	padding: 0px;
	width: 800px;
	list-style-image: none;
	list-style-type: none;
}

#topMenu li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#topMenu {
	float: left;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* sideMenu ---------------------------- */
#sideMenu {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#sideMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sideMenu li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 2px;
}

#sideMenu .listTop {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/common/listTop_bg.gif);
	margin-bottom: 2px;
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* link */
#sideMenu li a{
	display:block;
	color: black;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background-image: url(../images/common/menu_bg_off.gif);
	background-repeat: repeat-y;
	text-decoration: none;
}

#sideMenu li a:hover{
	color: #000000;
	background-image: url(../images/common/menu_bg_on.gif);
	background-repeat: repeat-y;
}

#sideMenu li em a {
	color: #333333;
	background-image: url(../images/common/menu_bg_em.gif);
	font-weight: bold;
	background-repeat: repeat-y;
}

#sideMenu li em a:hover{
	color: #333333;
	background-image: url(../images/common/menu_bg_em.gif);
	font-weight: bold;
	background-repeat: repeat-y;
}


#sideMenu #thirdNavi li a {
	display:block;
	color: black;
	padding: 0;
	margin: 0;
	background: url(../images/common/btn_thirdnavi_02.gif) no-repeat 0 0;
	background-repeat: repeat-y;
	height:24px;
	line-height:24px;
	list-style: none;
	text-decoration:none;
	text-indent:38px;
}

#sideMenu #thirdNavi .on a,
#sideMenu #thirdNavi .on a:hover {
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	background-position: 0 -24px;
	color: #333333;
}

#sideMenu #thirdNavi li a:hover {
	background-position: 0 -48px;
	color:#6699CC;
}
	
/* main ---------------------------- */
#main {
	width: 590px;
	float: right;
}

#main2 {
	width: 100%;
}

#main p,
#main2 p {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#main p#pagetop,
#main2 p#pagetop {
	margin-bottom: 0px;
}

#main .table01 th {
	background:#CBD7DF none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding:5px;
}

#main .table01 td {
	background:#DFE6EB none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding:5px;
}

#main2 dl dt,
#main2 dl dd {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#main2 dl dt  {
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

#main .iconlink {
	text-align:left;
	padding-left:17px;
	line-height:12px;
	background: url(../images/common/icon_link.gif) no-repeat 0 center;
}	

/* link */
#main p#pagetop a,
#main2 p#pagetop a {
	background: url(../images/common/pagetop.gif) 0em 0.2em no-repeat;
	padding-left: 13px;
}

/* list */
.listArea-d {
 	float:left;
	width:590px;	
	margin-top:2px;
}

.listbox-d {
	padding:5px;
	width:280px;
	float:left;
	margin-left:10px;
	background-color:#DFE6EB;
}

.first {
 margin-left:0;
}

.lbox-d {
	margin-right:10px;
}

.listbox-d .detail {
	float:left;
	text-align: left;
	width:165px;
	}
.listbox-d .detail span {
	font-size:85%;
	}


.listbox-d .listttl {
	float:left;
	text-align: left;
	width:165px;
	background:url(../images/common/line.gif) repeat-x 0 bottom;}
.listbox-d img {
	float:left;
	margin-right:5px;
}

/* topics ---------------------------- */

.topics dt {
	float: left;
	clear: both;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.topics dd {
	background-image: url(../images/common/icon_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-left: 20px;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B0BCBF;
	width: 530px;
	clear: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.topics {
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E9ECED;
}

.topics dl {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

	
/* link ---------------------------- */
	
#link a {
	color: #000000;
	font-weight: bold;
}

#link {
	margin-top: 10px;
	margin-bottom: 10px;}

.topicslink a {
	color:#0033CC;
	text-decoration:none;
}

.topicslink {
	background-image: url(../images/common/icon_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}

.topicslink a:hover {
	color:#0099FF;
	text-decoration:underline;
}
