@charset "utf-8";
/* 基本設定、リンクカラーなど
----------------------------------------------------*/

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}




/*----------------------------------------------------
レイアウト
----------------------------------------------------*/
div#wrap {
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

div#contents {
	font-size:1.3em;
	overflow: hidden;
	line-height: 1.5;
	padding: 10px;
	border: 3px double #999999;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

/* 1段カラム */
#main {
	font-size:1.1em;
	line-height:1.5;
	overflow: hidden;
}


/* 見出しなど
----------------------------------------------------*/



/*----------------------------------------------------
header
----------------------------------------------------*/
#header {
	overflow: hidden;
	background-color: #CCFFCC;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}
#header h1 {
	font-size: 130%;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}
#header p {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


/*----------------------------------------------------
footer
----------------------------------------------------*/
#footer {
	overflow: hidden;
	padding: 0px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
#footer .contents_flb {
	padding: 10px;
	border: 2px dashed #666666;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
/* 定義リスト */
#footer dl {
}
#footer dl dt {}
#footer dl dt.left {
	float: left;
}
#footer dl dd {}



/* SECOND
----------------------------------------------------*/
.contents_fl {
	margin-right: 10px;
	margin-left: 10px;
}
.contents_fl p {
}

.contents_fl p.shirushi {
	text-align: center;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}


/* リスト */
.contents_fl ul {}
.contents_fl ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
}

/* 定義リスト */
.contents_fl dl {}
.contents_fl dl dt {}
.contents_fl dl dt.left {
	float: left;
}
.contents_fl dl dd {}
.contents_fl dl dd ul {}
.contents_fl dl dd ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
}
.contents_fl dl dd {}
.contents_fl dl dd ol {}
.contents_fl dl dd ol li {
	list-style-position: outside;
	list-style-type: circle;
}


/* 写真2列
----------------------------------------------------*/
#photo2 {
	overflow: hidden;
}
#photo2 ul {
	margin: 0px;
	padding: 0px;
}
#photo2 li {
	float: left;
	width: 300px;
	margin-right: 15px;
	margin-left: 20px;
	list-style-type: none;
}
#photo2 .img_bo {
	border: 1px solid #999999;
}
#photo2 li p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	text-align: center;
}





/* 写真3列
----------------------------------------------------*/
.photo3 {
	overflow: hidden;
}
.photo3 ul {
	margin: 0px;
	padding: 0px;
}
.photo3 li {
	float: left;
	width: 222px;
	margin-right: 2px;
	margin-left: 2px;
}
.photo3 li img {
	border: 1px solid #999999;
}
.photo3 li p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}



/* テーブル
----------------------------------------------------*/
.tbl01 {
	empty-cells: show;
	clear: both;
}
.tbl01 caption {
	display: none;
}
.tbl01 th {
	padding: 5px;
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
}
.tbl01 .nowraps {
	white-space: nowrap;
}
.tbl01 td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}


.tbl_dot {
	empty-cells: show;
	clear: both;
}
.tbl_dot caption {
	display: none;
}
.tbl_dot th {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.tbl_dot .nowraps {
	white-space: nowrap;
}
.tbl_dot td {
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	vertical-align: top;
}

.tbl_sl {
	empty-cells: show;
	clear: both;
}
.tbl_sl caption {
	display: none;
}
.tbl_sl th {
	padding: 5px;
	text-align: left;
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.tbl_sl .nowraps {
	white-space: nowrap;
}
.tbl_sl td {
	padding: 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
