/* 一般タグ */

*  {
	margin: 0;
	padding: 0;
	}

body {
	color: #000000;
	font-size: 75%;
	font-family: Tahoma, sans-serif;
	text-align: center;
	background-image:url(../img/common/bg.gif);
	background-repeat:repeat-y;
	background-position:center center;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #09357A;
	}

a:hover, a:active {
	text-decoration: none;
	color: #09357A;
	}

#logo {
	margin: 10px 0px 10px 10px;
	}

h1 {
	margin: 1px 0px 20px 0px;
	}
	
#lower h2 {
	background-image:url(../img/common/head_bg.gif);
	margin:0 20px 0 20px;
	padding:9px 0 9px 20px;
	}

h3 {
	font-size:120%;
	font-weight:bolder;
	margin: 2em 0 0 0.7em;
	}

h4 {
	font-size:100%;
	font-weight:bolder;
	margin: 1.5em 0 0 0.7em;
	}

p {
	margin: 1em;
	line-height:180%;
	}

ol {
	margin: 1em 1em 1em 4em;
	line-height:180%;
	}

ul {
	margin: 1em 1em 1em 3em;
	line-height:180%;
	}

ol ul {
	list-style-type:disc;
	}

em {
	font-weight:bold;
	font-style:normal;
	}

blockquote {
	border-left: 5px solid #CCCCCC;
	background-color: #F4F4F4;
	margin:20px 0 20px 10px;
	padding:1em 0 0 0;
	}
	
blockquote p {
	margin:0;
	padding:0 1em 1em 1em;
	}


/* レイアウト */

#container {
	width:758px;
	margin:0 auto;
	text-align: left;
	background-color: #FFFFFF;
	}

#container {
    color: #000000;
    background-color: #FFFFFF;
    overflow: hidden;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/**/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/







#header {
	border-top:3px solid #849ABC;
	}

#contents {
	}

#pagetop {
	text-align:right;
	width:758px;
	clear: both;
	margin:0px auto;
	}

#pagetop img {
	margin: 0px 20px 20px 0px;
	}

#footer {
	background-image:url(../img/common/footer.gif);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:left;
	width:758px;
	clear: both;
	margin:0px auto;
	}

#footer img {
	margin: 20px 0 60px 15px;
	}



/* グローバルナビゲーション */

#container ul#navigation {
	position: relative;
	width: 758px;
	margin: 0 0 1px 0;
	height: 35px;
	list-style: none;
	overflow: hidden;
}

#container ul#navigation li a {
	height: 35px;
	position: absolute;
	overflow: hidden;
	padding: 0px 0 0 0;
	text-indent: -999em;
	text-decoration: none;
	top: 0;
}
html>body ul#navigation li a{
	height: 0;
}

li#menu1 a{ 
	width: 126px;
	background: url(../img/common/menu1.gif) no-repeat 0 0;
	left: 0px;
	}
li#menu2 a{ 
	width: 126px;
	background: url(../img/common/menu2.gif) no-repeat 0 0;
	left: 126px;
	}
li#menu3 a{ 
	width: 126px;
	background: url(../img/common/menu3.gif) no-repeat 0 0;
	left: 252px;
	}
li#menu4 a{ 
	width: 126px;
	background: url(../img/common/menu4.gif) no-repeat 0 0;
	left: 378px;
	}
li#menu5 a{ 
	width: 126px;
	background: url(../img/common/menu5.gif) no-repeat 0 0;
	left: 504px;
	}
li#menu6 a{ 
	width: 128px;
	background: url(../img/common/menu6.gif) no-repeat 0 0;
	left: 630px;
	}
	
li#menu1 a:hover, 
li#menu2 a:hover, 
li#menu3 a:hover, 
li#menu4 a:hover, 
li#menu5 a:hover, 
li#menu6 a:hover, 
li#menu7 a:hover, 
li#menu8 a:hover,
li#menu1 a.on, 
li#menu2 a.on, 
li#menu3 a.on, 
li#menu4 a.on, 
li#menu5 a.on, 
li#menu6 a.on  { 
	background-position: 0px -35px;
	}

	
.small {
	font-size: 80%;
	line-height:160%;
	color: #666666;
	}
	
.large {
	font-size: 120%;
	line-height:160%;
	}




.table {
	width:718px;
	margin:0 20px 20px 20px;
	border-top:1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;
	}
	
.table th {
	width:100px;
	background-color:#F9F9F9;
	text-align:left;
	font-weight:bolder;
	vertical-align:top;
	border-left:10px solid #ECECEC;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	padding:10px 10px;
	}
	
.table td {
	line-height:1.7;
	vertical-align:top;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	padding:7px;
	}