@charset "utf-8";
/* base */

* {
	margin:0;
	padding:0;
	font-style:normal;
}

a {
	overflow:hidden;
}
a:link {
	color:#5677A1;
	text-decoration : underline;
}
a:visited {
	color:#5677A1;
	text-decoration : underline;
}
a:active {
	color:#5677A1;
	text-decoration : none;
}
a:hover {
	color:#003366;
	text-decoration : none;
}
img {
	border:0;
}
img.right {
	float:right;
	margin-left:5px;
}
img.left {
	float:left;
	margin-right:5px;
}
p {
	font-size:12px;
	line-height:1.5;
	letter-spacing:1px;
	margin:10px 0 20px 0;
	text-align: left;
	clear:both;
	text-align:justify;
	text-justify:distribute;
}
.midashi {
	color:#CC3300;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
li {
	list-style:none;
}
.info {
	color:#666;
	font-size:12px;
	border:1px dotted #666;
	padding:5px;
}
.clr {
	clear:both;
}
html, body {
	height:100%;
}
.center {
	margin:auto;
	text-align:center;
}
/*IE6*/
* html div#wrapper {
	height:100%;
}
/* for ie5,6*/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%
}
.clearfix {
	display:block;
}
/* end MacIE5 */


/* contents */
#wrapper {
	width:930px;
	margin:auto;
}
#header {
	height:150px;
}
#header-inner {
	width:600px;
	height:120px;
	float:left;
	position:relative;
}
#header-inner img {
	display:block;
	position:absolute;
	left:0;
	bottom:0;
}
#seo {
	font-size:12px;
	color:#FFFFFF;
	width:500px;
	height:27px;
	text-align:left;
	float:left;
}
.globalNav {
	float:right;
	height:21px;
	margin-top:6px;
}
ul.t-menu {
	text-align:center;
}
ul.t-menu li {
	display:inline;
	padding:0 10px;
	text-decoration:none;
	background-image:url(../cursol2.gif);
	background-repeat:no-repeat;
	background-position: 0px 50%;
	padding-left:15px;
}
ul.t-menu li a {
	color:#006699;
	text-decoration:none;
}
ul.t-menu li a:hover {
	color:#006699;
	text-decoration:underline;
}
/* main */

#main {
	margin-top:10px;
	margin-bottom:10px;
}
#container {
	min-height:100%;
	margin-top:5px;
}
#pan {
font-size: 11px;
	text-align: left;
	margin: 15px 0 10px 0;
}

#contents {
	width:660px;
	float:right;
	text-align:left;
	margin-bottom:20px;
}
#contents img {
	margin-bottom:5px;
}
#sideNav {
	width:240px;
	float:left;
	font-size:12px;
	text-align:left;
	line-height:1.8em;
}
#sideNav li a {
	text-decoration:none;
	background-image:url(../cursol.gif);
	background-repeat:no-repeat;
	background-position: 3px 50%;
	padding-left:15px;
	margin-left:5px;
}
#sideNav img {
	margin-top:10px;
}
#sNav {
	padding:8px;
	margin-bottom:10px;
	width:210px;
	height:100%;
	background-color:#edecda;
}
#sideNav h2.t1 {
	font-size:9px;
	display:block;
	width:200px;
	height:34px;
	text-indent:-9999px;
	background:url(../sNav-title.gif) no-repeat;
}
#sideNav h2.t2 {
	font-size:9px;
	display:block;
	width:200px;
	height:34px;
	text-indent:-9999px;
	background:url(../sNav-title2.gif) no-repeat;
}
#sNav li {
	font-size:12px;
	text-align:left;
	line-height:1.8em;
}
#sNav li a {
	text-decoration:none;
	background-image:url(../cursol.gif);
	background-repeat:no-repeat;
	background-position: 0px 50%;
	padding-left:15px;
}
.round-inner {
	padding:10px;
	height:100%;
	background-color:#fff;
}
#bnr {
	clear:both;
	width:660px;
}
#bnr img {
	margin:5px;
}



#footer {
	font-size:12px;
	text-align:right;
	width:930px;
	height:20px;
	background-color:#ccc;
	clear:both;
	margin-top:10px;
}


/* ------------------------------
 table
------------------------------ */

table#table-0 {
font-size:12px;
    width: 600px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:10px;

}

table#table-0 th {
width: 50px;
    padding: 3px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #cccccc;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    white-space: nowrap; 
}
table#table-0 td {
    padding: 3px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}


table#table-01 {
	font-size:12px;
    width: 650px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:20px 0;

}

table#table-01 th {
	width: 50px;
    padding: 3px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #cccccc;
    font-weight: bold;
    line-height: 100%;
    text-align: left;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 3px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
}


table#table-02 {
	font-size:12px;
    width: 650px;
    border: 1px #CECECE solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:5px 0 10px 0;
	line-height:1.5em;

}

table#table-02 th {
	width: 80px;
    padding: 3px;
    border: #CECECE solid;
    border-width: 0 0 1px 1px;
    background: #F7D9B5;
    font-weight: bold;
	line-height:1.5em;
    text-align: left;
    white-space: nowrap; 
}


table#table-02 td {
    padding: 3px;
    border: 1px #CECECE solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
		line-height:1.5em;
}


table#table-03 {
	font-size:12px;
    width: 650px;
    border: 1px #CECECE solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:5px 0 10px 0;
	line-height:1.5em;

}

table#table-03 th {
    padding: 3px;

    border: #CECECE solid;
    border-width: 0 0 1px 1px;
    background: #F7D9B5;
    font-weight: bold;
	line-height:1.5em;
    text-align: left;
    white-space: nowrap; 
}


table#table-03 td {
    padding: 3px;
    border: 1px #CECECE solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: nowrap;
		line-height:1.5em;
}

div#col {
	margin-bottom:60px;
}
