@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address ,hr {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

img{
	border:0;
}

ul,li{
	list-style-type:none;
}

address{
	font-style: normal;
}

body{
	text-align: center;
	font-size: 0.8em;
	color: #000000;
	font-family: Verdana, Arial,"Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 1.5;

}

/* link */

a:link{
	text-decoration: underline;
	color: #000000;
}

a:visited{
	text-decoration: underline;
	color: #000000;
}

a:hover{
	text-decoration:underline;
	color: #000000;
}


/* imghack */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */


.clear{
	clear: both;
}

.center{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}



/* --------------------------------------------------

header

-------------------------------------------------- */

#header{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
}

#header h1 {
	float: left;
	padding-left: 20px;
}

#header p#logo {
	float: left;
	padding-left: 20px;
}

#header div {
	float: right;

}

#header #navGuide {
	text-align: right;
	height: 11px;
	font-size: 0;
	line-height: 0;
	margin-right: 10px;
}

#header #navGuide li {
	display: inline;
}

#header #navHead {
	text-align: right;
	height: 48px;
	font-size: 0;
	line-height: 0;
	margin-top: 15px;
}

#header #navHead li {
	display: inline;
}


/*---------------------------------------------navi*/

#navi{
	width: 100%;
	background: #333333;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}

#navi ul{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 900px;
	height: 38px;
}

#navi li{
	float: left;
	text-align: left;
	height: 38px;
}

/* --------------------------------------------------

pankuzu

-------------------------------------------------- */

#topicPath {
	width:900px;
	padding-bottom: 10px;
	background: #FFFFFF;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-top: 10px;
}
/* --------------------------------------------------

main

-------------------------------------------------- */

#main{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	margin-top: 20px;
	padding-bottom: 30px;
}

/* --------------------------------------------------

box

-------------------------------------------------- */

.box900 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.grayBorderBox {
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/* --------------------------------------------------

textDecorate

-------------------------------------------------- */

strong {
	font-weight: bold;
}

/* --------------------------------------------------

footer

-------------------------------------------------- */

#footer {
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 15px;
}

#footer address {
	float: left;
	font-size:75%;
	margin-top:-5px;
}
#footer ul {
	float: right;
	height: 9px;
	width: 242px;
}
#footer li {
	float: left;
	height: 9px;
}

#footer li img {
	vertical-align: top;
}

#footerline{
	width: 100%;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_foot.gif);
	background-repeat: repeat-x;
	height: 45px;
	clear: both;
	margin-top: 20px;
}
#footerline p{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
    }
#footerline img{
	padding-top: 20px;
}

/* --------------------------------------------------

midashi

-------------------------------------------------- */

#newsMidasi{
	background-color: #B0A355;
	text-align: center;
	width: 100%;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #E9E6D9;
	clear: both;
}
#newsMidasi img{
	margin-left: auto;
	margin-right: auto;
}


/* --------------------------------------------------

2column

-------------------------------------------------- */

#columnMenu{
	width:220px;
	float:left;
}

#columnMenu ul li{
	margin-bottom:15px;
}

#columnMain{
	width:650px;
	float:right;
	border-left:1px solid #CCCCCC;
	padding-left:20px;
}

#columnMain h2{
	margin-bottom:15px;
}

.partition{
	background:url(../img/gray_bar.gif) no-repeat;
	width:650px;
	height:1px;
	margin:20px auto;
}

/* --------------------------------------------------

table

-------------------------------------------------- */

.basicTb{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	text-align:left;
	width:650px;
	margin-bottom:20px;
}

.basicTb th{
	border-bottom:1px solid #CCCCCC;
	background:#F5F5F5;
	font-weight:bold;
	padding:3px 10px; 
	width:150px;
	vertical-align:top;
}

.basicTb td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:3px 10px; 
}
