@charset "utf-8";
/* /////////////////////////////////////////// */
/* 共通スタイルシート
/* /////////////////////////////////////////// */

* {
	font-size:100%;
	line-height:1.6;
	margin:0px;
	padding:0px;
	list-style:none;
}
body {
	font-size:0.8em;
	text-align:center;
	background-color:#303030;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
img {
	border:none;
	vertical-align:top;
}

/* /////////////////////////////////////////// */
/* 構造
/* /////////////////////////////////////////// */

#header {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
}
#header h1{
	float:left;
	padding-bottom:70px;
}
#header .h_right{
	float:right;
	padding: 10px;
	width:175px;

}
#header .h_right p{
	float:left;
}

/* /////////////////////////////////////////// */
/* 3段組／テーブルにて構成
/* /////////////////////////////////////////// */

#wrapper {
	clear:both;
	width: 790px;
	margin: 0px auto 0px auto;
	padding: 5px;
	text-align:left;
	background-color:#FFFFFF;
}
table#base {
	width: 100%;
}
table#base td {
	text-align: left;
	vertical-align: top;
}
#global_nav {
	width:160px;
	padding: 5px;
	background-color:#000000;
}
/* トップページのみ */
#top_img_area {
	width:330px;
}
#top_main {
	width:280px;
}
/* 他ページ */
#img_area {
	width:70px;
	background-image: url(../images/img_area_bg.gif);
}
#main {
	width:540px;
}

table#base table td{
	background:none;
}

/* /////////////////////////////////////////// */
/* グローバルナビ #global_nav
/* /////////////////////////////////////////// */

#global_nav p {
	padding-bottom: 5px;
}
#global_nav p.nav_title {
	background-color: #171717;
	padding: 5px;
	border: 1px solid #333333;
	margin-bottom: 5px;
}

/* /////////////////////////////////////////// */
/* ローカルナビ #local_nav
/* /////////////////////////////////////////// */

ul.local_nav {
	padding-bottom: 5px;
}
ul.local_nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(../images/local_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/* /////////////////////////////////////////// */
/* パンクズ
/* /////////////////////////////////////////// */

#pankuzu {
	margin-bottom: 10px;
}

/* /////////////////////////////////////////// */
/* フッター
/* /////////////////////////////////////////// */

#footer {
	width: 800px;
	margin: 0px auto 0px auto;
	padding-top: 3px;
}

#footer ul {
	padding: 10px;
	background-image: url(../images/base_shadow.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#footer li {
	display:inline;
	padding-left: 1em;
	padding-right: 0.5em;
}
#footer li a {
	color:#CCCCCC;
}
#footer li.f_navline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}


#pagetop {
	padding: 10px 10px 10px 0px;
}

/* /////////////////////////////////////////// */
/* トップページ
/* /////////////////////////////////////////// */

/* インラインフレームのような設定 */
div.scrollbox {
	width:auto;
	height:260px;
	overflow:auto;
	padding: 0px 0.5em;
	border: solid 1px #333333;
}
div.scrollbox p{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/* /////////////////////////////////////////// */
/* フォーム
/* /////////////////////////////////////////// */


form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd {
	margin: 1px;
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}
/* /////////////////////////////////////////// */

