@charset "Shift_JIS";

/*-------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------*/
body{
	font-family: 'MS PGothic', Osaka, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: #FFFFEE;
	text-align: justify;
}
div#container{
	width: 800px;
	margin: 0 auto;
	background: url('../img/kyotu/base_toppage.png') repeat-y center;
}
div#inner{
	padding: 0 5px 0 5px;
}
a:link{
	color: #003399;
}
a:hover{
	color:#ff9900;
}
p{
	font-size: 90%;
}

/*-------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------*/
div#header{
	height: 1050px;
	padding-bottom: 10px;
	background-repeat: repeat;
	background-image: url('../img/kyotu/white_back.gif');
}
h1 {
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #999999;
	font-size: 12px;
	text-align: right;
}
h2 {
	font-size: 20px;
	color: #996633;
	border-bottom-color: #996633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #FFFFEE;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #996633;
	text-align: center;
	line-height: 200%;
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 30px;
}
h3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #996633;
	font-size: 16px;
	color: #996633;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 40px;
	text-align: center;
	line-height: 160%;
	border-top-color: #996633;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #FFFFEE;
}

.ul{
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-image: url('../img/kyotu/menu_haikei.png');
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 250%;
}
.li{
	display: inline;
	white-space: nowrap;
	line-height: 250%;
}
.li a{
	text-decoration: none;
	padding: 10px 6px 10px 6px;
	color: #FFFFFF;
	background: transparent;
	width: 100%;
	line-height: 250%;
	font-weight: bold;
}
.li a:hover{
  	color:#FFFFFF;
  	background-image: url('../img/kyotu/menu_haikei2.png');
  	line-height: 250%;
}
.sitatuki {
	bottom: 0px;
	text-align: right;
	padding-top: 10px;
}
.pankuzu {
	font-size: 90%;
	padding-left: 15px;
	margin-top: 15px;
}
.no_wakusen {
	border-width: 0px;
}

/*-------------------------------------------------------------------
フッター
--------------------------------------------------------------------*/
div#footer{
	clear: both;
	width: 790px;
	color: #333333;
	background-image: url('../img/kyotu/white_back.gif');
}
address {
	font-size: 80%;
	font-style: normal;
	color: #999999;
	text-align: right;
	margin-right: 10px;
	padding-top: 15px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.footermenyu {
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 160%;
}
/*-------------------------------------------------------------------
フォント・画像配置など
--------------------------------------------------------------------*/
a:hover {
	text-decoration: none;
}
.bana_space {
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
td {
	line-height: 160%;
	font-size: 90%;
}
.table_space {
	margin-left: 20px;
	line-height: 160%;
}
.imagespace {
	margin-bottom: 10px;
}
