@charset "utf-8";

/*基本設定*/
*{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	font-size: 95%;
	font-family: "Osaka", "ＭＳ Ｐゴシック";
}

h1{
	margin-top: 5px;
}

	h1 a{
		text-decoration: none;
	}

h2{
	margin-bottom: 5px;
}

h3{
}

hr{
	text-align: center;
	clear: both;
	width: 100%;
}

div.title{
	font-size: 110%;
	font-weight: bold;
}

/* リスト */
ul{
	list-style-type: none;
}

li{
}

/* テーブル */
table{
	border-collapse: collapse;
}

th{
	font-size: 85%;
	font-weight: normal;
	text-align: center;

	padding: 3px 3px 3px 3px;
}

td{
	padding: 1px 3px;
}

/*フォーム*/
input, select{
	border: 1px solid #c5c4be;
}

input.text{
	border: 1px solid #c5c4be;
}

input.button{
	color: #000000;
	border: 1px solid #c5c4be;
	border-right: 2px solid #c5c4be;
	border-bottom: 2px solid #c5c4be;
	background-color: #ffffff;
}

input.checkbox{
	border: 0;
}

/* 画像 */
img{
	border: 0;
	text-decoration: none;
}

/* レイアウト */
#header,
#main,
#footer{
	text-align: left;
	margin: auto;
	position: relative;
	clear: both;
	width: 950px;
}

/* ヘッダー */
#header{
}

	#description{
		line-height: 1.2em;
		margin-bottom: 5px;
	}
	
/* トップメニュー */
ul.topmenu{
	text-align: right;
	font-size: 90%;
	margin: 10px 0px 3px 0px;
	clear: both;
	position: relative;
	top: -8px;
}

	ul.topmenu li{
		display: inline;
	}

	ul.topmenu li a{
		margin-left: 5px;
	}

/* 他サイトリンク */
ul.other_link{
	margin-bottom: 20px;
}

/* コンテナ */
#container{
	text-align: left;

	margin: 10px auto;

	position: relative;
	clear: both;
	width: 100%;
}

/* メインメニュー */
#mainmenu{
	text-align: left;

	position: relative;
	clear: both;
	width: auto;
}

#mainmenu li{
	margin-right: 5px;

	position: relative;
	float: left;
	width: auto;
}

/* メイン */
#main{
	margin: 10px auto;
}

/* フッター */
#footer{
	text-align: right;
	font-size: 80%;
	margin-top: 5px;
margin-bottom: 10px;
}

#other_link{
	text-align: left;
	float: left;
	width: auto;
}

	#other_link p.comment{
		margin-bottom: 2px;
	}

#address{
}

	#address p.comment{
		margin-bottom: 10px;
	}
