@charset "Shift_JIS";
/********************************************/
/* 基本タグ                                 */
/********************************************/

/*----- リンク -----*/
a {
	padding: 0px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	background-color: #EFEFFF;
}

/*----- 基本タグ -----*/

body, table {
	font-size: x-small;
	line-height: 1.3;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/base_bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
div {
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin: 5px 10px 10px;
	line-height: 1.25em;
}
img {
	border: none;
	margin: 0px;
}
em {
	font-weight: bold;
	font-style: normal;	
}

/*------ テーブル ------*/

table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
th, td {
	border: 1px solid #999999;
	padding: 5px;
}
th {
	background-color: #ECECFF;
	text-align: center;
}

/*------ 見出し ------*/

h1 {
	margin: 10px 15px 0px 5px;
	padding: 0px;
	float: left;
}
h2 {
	font-size: medium;
	font-weight: bold;
	padding: 3px 5px;
	margin: 0px 0px 10px 0px;
	border-bottom: 3px double #CCCCFF;
}
h3 {
	font-size: small;
	font-weight: bold;
	padding: 5px 5px 3px 5px;
	margin: 30px 0px 15px 0px;
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
}
h4 {
	font-size: x-small;
	font-weight: bold;
	margin: 20px 0px 10px 10px;
	padding: 2px 0px 0px 5px;
	line-height: 100%;
	border-left: 7px double #999999;
}
/*------ リスト ------*/

ul, ol {
	margin: 10px 5px 20px 20px;
	padding-left: 15px;
}
li {
	margin: 5px 0px;
	line-height: 1.3;
}
ul.circle, li.circle {
	list-style-image: url(/images/list_circle.gif);
}
ul.disk, li.disk {
	list-style-type: disc;
	list-style-image: none;
}
ul.square, li.square {
	list-style-image: url(/images/list_square.gif);
}
ul.link, li.link {
	list-style-image: url(/images/list_link.gif);
}
ul.none, li.none {
	list-style: none;
	list-style-image: none;
	margin-left: 0px;
}
ul.download, li.download {
	list-style-image: url(/images/list_download.gif);
}
dl {
	border: 1px dotted #999999;
	padding: 10px;
	margin: 10px;
}
dt, dd {
	margin-left: 5px;
	padding: 2px 3px;
}
dt {
	font-weight: bold;
	text-decoration: underline;
}
/********************************************/
/* base.dwt                                 */
/********************************************/
#wrapper {
	background-color: ;
	padding: 0px 10px 10px;
	text-align: left;
}
#contents {
	width: 700px;
	background-color: ;
	padding: 20px 0px 20px;
}
#footer {
	width: 100%;
	margin: 0px;
	padding: 10px 0px 15px;
	position: relative;
	background-color: ;
	border-top: 1px dashed #CCCCCC;
}
#info {
	float: left;
}
#footer p.clear-both {
	margin-bottom: 0px;
}

/********************************************/
/* normal.dwt                               */
/********************************************/

div.article {
	margin-bottom: 50px;
	clear: both;
}
div.pagelist {
	margin-bottom: 50px;
}

/********************************************/
/* sitetop.dwt                              */
/********************************************/

div.sitemap {
	margin-bottom: 60px;
}
div.sitemap ul {
	margin-bottom: 40px;
}

/********************************************/
/* クラス                                   */
/********************************************/

/*----- ブロック配置 -----*/

.float-left{
	float: left;
}
.float-right {
	float: right;
	margin: 0px 0px 0px 10px;
}
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}

/*----- 配置 -----*/

.inline {
	display: inline;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.valign-top {
	vertical-align: top;
}
.valign-middle {
	vertical-align: middle;
}
.valign-bottom {
	vertical-align: bottom;
}

/*----- 文字装飾 -----*/

.bold {
	font-weight: bold;
}
.gray {
	color: #999999;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
.underline {
	text-decoration: underline;
}
.bg-ccccff {
	background-color: #CCCCFF;
}

/*----- 微調整 -----*/

.indent10 {
	margin-left: 10px;
}
.bottom30 {
	margin-bottom: 30px;
}
.small {
	font-size: small;
}
.figure {
	margin: 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.toritugi {
	margin: 0px 0px 40px 10px
}
form#toritugi {
	width: 300px;
	margin: 0px 0px 30px 10px;
}
form#toritugi legend {
	font-size: 93.7%;
	font-weight: bold;
}
form#toritugi p {
	padding: 5px;
}
form#toritugi select {
	width: 8em;
}
form#toritugi input {
	width: 4em;
}

