@charset "shift_jis";
body{
    margin: 22px 0 0 0;
    padding: 0;
    background: url(../img/bg_upper.png) 0% 0% repeat-x #ffffff;
    font-size: 84%;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.background{
    width: 820px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
.container{
    width: 800px;
    padding: 0;
    margin: 0 0 0 20px;
    background-color: #ffffff;
}
.main{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
.header_l{
    padding: 2px 0 10px 0;
    float: left;
    width: 250px;
    background-color: #ffffff;
}
.header_r{
    margin-left: 250px;
    padding: 0px 0 0px 0;
    background-color: #ffffff;
    text-align: right;
}
.copyright{
    clear: both;
    margin: 20px 0;
    text-align: center;
}
div.ind10{
    margin-left: 10px;
}
div.ind20{
    margin-left: 20px;
}
div.ind30{
    margin-left: 30px;
}
div.ind150{
    margin-left:150px;
}
h1{
    font-size: 100%;
    display: inline;
    font-weight: normal;
}
h2{
    font-size: 100%;
    display: inline;
    font-weight: normal;
}
h3{
    font-size: 100%;
    display: inline;
    font-weight: normal;
}
h2.title {
	clear: both;
	display: block;
	width: 800px;
	margin-bottom:15px;
	background: url(../img/bg_h2_r1_c1.png) top left no-repeat;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}

h2.title span {
	display: block;
	padding: 10px 22px 8px;
	margin:0;
	background: url(../img/bg_h2_r2_c1.png) bottom left no-repeat;
}
h2.title span a:hover{
    color:#ffffff;
    text-decoration: none;
}

.small{
    font-size: 84%;
}

div.tsuitou {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 125px;
}

div.pgtle{
    clear: both;
    padding: 3px 0 3px 10px;
    border-width: 0 0 1px 16px;
    border-style: solid;
    border-color: #777777;
    background: none;
    margin-bottom: 10px;
}
div.location{
    clear: both;
    margin-bottom: 15px;
}
a:link{
    color:#4978a8;
    text-decoration: none;
}
a:visited{
    color:#9696aa;
    text-decoration: none;
}
a:hover{
    color:#4978a8;
    text-decoration: underline;
}
a img {
    border: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.right{
    text-align: right;
}
ul.list-pagelink {
	width: 680px !important;
	margin: 0 0 10px 10px;
}
	ul.list-pagelink:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
	ul.list-pagelink {display:inline-block;}
	/* Hide from IE-mac \*/
	*html ul.list-pagelink { height:1%;}
	ul.list-pagelink { display:block;}
	/* End hide form IE-mac */


ul.list-pagelink li {
	display: inline;
	float: left;
	margin-right: 25px; 
}

ul.list-pagelink li a {
	display: block;
	padding-left: 18px;
	background: url(../img/ico_pagelink.png) no-repeat left 3px;
	white-space: nowrap;
}
/* ==================== */
/*    Navigation Bar    */
/* ==================== */
div#globalNavi{
    width: 801px;
    position: relative;
    height: 42px;
    margin-bottom: 5px;
    clear: both;
}
div#globalNavi li{
    text-indent: -9999px;
    overflow: hidden;
    float:left;
    width: 200px;
}
div#globalNavi ul li a{
    display: block;
    width: 100%;
    height: 42px;
    background-image: url(../img/menubar_v2.png);
    background-repeat: no-repeat;
}
div#globalnavi ul li a:hover{
    background-image: url(../img/menubar_v2.png);
    background-repeat: no-repeat;
}

div#globalnavi ul li.menu01 a:link,
div#globalnavi ul li.menu01 a:visited{
    background-position: 0 0;
}
div#globalnavi ul li.menu02 a:link,
div#globalnavi ul li.menu02 a:visited{
    background-position: -200px 0;
}
div#globalnavi ul li.menu03 a:link,
div#globalnavi ul li.menu03 a:visited{
    background-position: -400px 0;
}
div#globalnavi ul li.menu04 a:link,
div#globalnavi ul li.menu04 a:visited{
    background-position: -600px 0;
}

div#globalnavi ul li.menu01 a:hover{
    background-position: 0 -42px;
}
div#globalnavi ul li.menu02 a:hover{
    background-position: -200px -42px;
}
div#globalnavi ul li.menu03 a:hover{
    background-position: -400px -42px;
}
div#globalnavi ul li.menu04 a:hover{
    background-position: -600px -42px;
}

