@charset "shift_jis";
@import "common.css";
.yoshi {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.yoshi .name {
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #001987;
	background-color: #F7F7F7;
	text-align: left;
}
.yoshi th {
	font-weight: normal;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	margin: 0px;
}
.yoshi td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
	margin: 0px;
	text-align: left;
}
.style2 {font-size: 11px}
#mainContent #main {
	background-image: url(../images/cont_bg.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
h2 {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* =========================================================
topicPath01
========================================================= */
ol#topicPath01 {
	font-size: 80%;
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

ol#topicPath01 li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(../images/ico_sample01.gif) no-repeat 0 50%;
}
.madogti th {
	font-weight: normal;
	padding: 10px;
	font-size: 13px;
}
.madogti td {
	padding-left: 20px;
	text-align: left;
	font-size: 13px;
}


ol#topicPath01 li.home {
	padding-left: 0;
	background: none;
}

ol#topicPath01 li a:link,
ol#topicPath01 li a:visited {
	color: #3366FF;
	text-decoration: underline;
}

ol#topicPath01 li a:hover,
ol#topicPath01 li a:active {
	color: #FF6633;
	text-decoration: underline;
}

ol#topicPath01 li em {
	font-style: normal;
	font-weight: bold;
}
/* =========================================================
Clearfix
========================================================= */

ol:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ol {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html ol {
	height: 1%;
}

ol {
	display: block;
}
/* End hide from IE-mac */
