@charset "shift_jis";

/* --- layout --- */

div#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
div#header {
}
div#tabbox {

}
div#pankuzu {
	clear: both;
	padding-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 70%;
}
div#contents {
	margin-right: 15px;
	margin-left: 15px;
}
div#footlink {
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 5px;
	font-size: 80%;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #128F35;
	padding-top: 3px;
}

div#footer {
}
div#footleft {
	float: left;
}
div#footright {
	float: right;
}
div#copyright {
}


/* --- general --- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.4;
}
div, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: block;
}
li {
	list-style-type:none;
}
img {
	border:0;
}


/* --- float --- */

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear: both;
}
.fclear { 
	zoom: 100%;
}
.fclear:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}


/* --- link --- */

a:link{
	color: #009933;
	text-decoration:underline;
}
a:visited{
	color: #999933;
}
a:hover{
	color: #996633;
	text-decoration:none;
}
a:active{
	color: #CC3333;
}


/* --- text-align --- */

.toleft {
	text-align:left;	
}
.tocenter {
	text-align:center;	
}
.toright {
	text-align:right;	
}


/* --- image --- */

.style01 {
	border: 1px solid #999999;
	padding: 3px;
}
.style01_r {
	float:right;
	border: 1px solid #999999;
	padding: 3px;
	margin-left: 10px;
}
.style01_l {
	float:left;
	border: 1px solid #999999;
	padding: 3px;
	margin-right: 10px;
}


/* --- color --- */

.fnt_red {
	color: #FF0000;
}
.fnt_pup {
	color: #9900FF;
}
.fnt_cyu {
	color: #FF0000;
	font-size: 80%;
}
.fnt_blu {
	color: #0033CC;
}
.fnt_grn {
	color: #009900;
}
.bg_pnk {
	background-color: #FFEEEE;
}
.bg_yel {
	background-color: #FFFFCC;
}
.bg_blu {
	background-color: #DDEEFF;
}
.bg_fnt_blu {
	color: #0033CC;
	background-color: #DDEEFF;
}
.bg_fnt_red {
	color: #FF0000;
	background-color: #FFEEEE;
}


/* --- get acrobat --- */

p.getacro {
	border: 1px solid #128F35;
	padding: 5px;
	margin-bottom: 25px;
}p.getacro img {
	float: right;
}


/* --- back ground --- */

body {
	background-image: url(../images/p_bg.gif);
	background-repeat: repeat-x;
}
div#tabbox li {
	float: left;
	margin-left: 2px;
}


/* --- h & p --- */

h1 {
	font-size: 140%;
	margin-bottom: 20px;
	background-image: url(../images/bg_h1_tosho.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FF3333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9999;
	padding-left: 3px;
}
h2 {
	clear:both;
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
	background-image: url(../images/bg_h2_tosho.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
h3 {
	clear:both;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
	background-color: #FFEEEE;
	padding: 1px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CC3333;
	margin-left: 5px;
}
h4 {
	clear:both;
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #CC3333;
	margin-left: 5px;
}
h5 {
	clear:both;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CC3333;
	padding-left: 2px;
	margin-left: 10px;
}
h6 {
	clear:both;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
p {
	clear:both;
	font-size: 90%;
	line-height: 1.4;
	margin: 10px 10px 10px 15px;
}
p img {
	padding: 5px;
}



/* --- list --- */

ul.komokulist {
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 120px;
}
ul.komokulist li {
	font-size: 100%;
	background-image: url(../images/listmark06.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.menulist{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
ul.menulist li {
	font-size: 80%;
	background-image: url(../images/listmark06.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	float: left;
	padding-right: 30px;
	white-space: nowrap;
}
ul.menulist2{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
ul.menulist2 li {
	font-size: 80%;
	background-image: url(../images/listmark06.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 30px;
	white-space: nowrap;
}
ul.normallist{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
ul.normallist li {
	font-size: 90%;
}
ol.numlist{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: decimal;
}
ol.numllist li {
	font-size: 90%;
	list-style-type: decimal;
	list-style-position: outside;
}


/* --- table --- */

table.tbnormal {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
table.tbnormal th {
	padding: 1px 5px;
	font-size: 90%;
	background-color: #DDFFDD;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	font-weight: normal;
}
table.tbnormal td {
	font-size: 90%;
	padding: 1px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
table.tbnormals {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
table.tbnormals th {
	padding: 1px 5px;
	font-size: 80%;
	background-color: #DDFFDD;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	font-weight: normal;
}
table.tbnormals td {
	font-size: 80%;
	padding: 1px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
table.tbnb {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
table.tbnb td {
	font-size: 80%;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
table.tbmenu {
	margin-left: 150px;
	margin-bottom: 100px;
}
table.tbmenu td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 2px;
}
.tbmenupadding {
	padding-left: 100px;
}
table.tbqa {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
table.tbqa th {
	padding: 1px 5px;
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	font-weight: bold;
	vertical-align: top;
}
table.tbqa td {
	font-size: 90%;
	padding: 1px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
table.tbkoho {
	margin-left: 15px;
}
table.tbkoho td {
	padding: 10px;
	vertical-align: top;
	font-size: 90%;
}
table.tbgomi {
	margin-left: 40px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin-bottom: 20px;
}
table.tbgomi th {
	padding: 5px;
	vertical-align: top;
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	width: 79px;
}
table.tbgomi td {
	padding: 5px;
	vertical-align: top;
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	width: 79px;
}
table.tbgomi caption {
	font-weight: bold;
	font-size: 120%;
}
table.tbgyoji {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin: 20px;
}
table.tbgyoji th {
	padding: 5px;
	vertical-align: top;
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	text-align: left;
	font-weight: normal;
}
table.tbgyoji td {
	padding: 5px;
	vertical-align: top;
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
table.tbphoto {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
table.tbphoto td {
	font-size: 90%;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}
table.tbform {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
table.tbform th {
	padding: 5px;
	font-size: 90%;
	background-color: #DDFFDD;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	font-weight: normal;
	vertical-align: top;
}
table.tbform td {
	font-size: 90%;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}


/* --- link --- */

div#pankuzu a:link{
	color: #333333;
	text-decoration:underline;
}
div#pankuzu a:visited{
	color: #333333;
}
div#pankuzu a:hover{
	color: #0000FF;
	text-decoration:none;
}
div#pankuzu a:active{
	color: #333333;
}
div.toiawase {
	font-size: 80%;
	line-height: 1.4em;
	background-color: #FFFFCC;
	border: 2px solid #FF9999;
	text-align: center;
	margin-right: 150px;
	margin-left: 150px;
	margin-top: 20px;
	padding: 4px;
}

div#footleft a:link{
	color: #333333;
	text-decoration:underline;
}
div#footleft a:visited{
	color: #333333;
}
div#footleft a:hover{
	color: #0000FF;
	text-decoration:none;
}
div#footleft a:active{
	color: #333333;
}


/* --- footer --- */

div#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
	text-align: center;
}
div#copyright {
	font-size: 80%;
	text-align: center;
	color: #128F35;
	padding-bottom: 20px;
}
