.submenu {  font-size: 12px}
.directory { font-size: 10px}
a.directory
a.directory:link {  font-size: 10px; color: #3366CC; text-decoration: underline}
a.directory:hover {  font-size: 10px; color: #FF9900; text-decoration: underline}
a.submenu
a.submenu:link { font-size: 12px; color: #3366CC; text-decoration: underline}
a.submenu:hover { font-size: 12px; color: #FF9900; text-decoration: underline }
.text {  line-height: 130%; color: #333333}
.title {  line-height: 130%; color: #FF6600}

/* 画面全体の設定 */

body {
	background-color: #eeebe0;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", "sans-serif";
	padding: 0px;
	color: #333333;
	font-size: 12px;
}

/* リンクの設定 */
a:link { 
	font-weight: bold; text-decoration:none; color: #000066
}

a:visited { 
	font-weight: bold; text-decoration:none; color: #000099
}

a:active {
	font-weight: bold; color:#660066
}

a:hover { 
	font-weight: bold; text-decoration:underline; color:#DD0000
}


/* 文字の設定 */
.text-main {
	font-size: 12px;
	line-height: 18px;
}
.text-10px {
	font-size: 10px;
}
.text-12px {
	font-size: 12px;
}
.text-14px {
	font-size: 14px;
}
/* 画像の設定 */
img {
	border: none;
}


/* 追記(未整理) */
.contents {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.footer {
	background-image: url(images/foot/footer-bg.gif);
	background-repeat: repeat-y;
}
.main {
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.waku {
	border: 1px solid #CCCCCC;
}
.waku-5px {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px;
}
.underbar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
}

.point {
	color: #806E4A;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
	color: #333333;
}

.genreBox {
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.genreTitle {
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #806E4A;
	border-top-width: 1px;
	padding-top: 5px;
}
.genreSubTitle {
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #806E4A;
	border-top-width: 1px;
	padding-top: 5px;
}
.cgiName {
	margin-right: 30px;
	margin-left: 30px;
	text-align: right;
	font-size: 12px;
}
.passBox {
	text-align: right;
	margin-right: 30px;
	margin-left: 30px;
}
.colBox {
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;

}
.colTitle {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 5px;
	color: #806E4A;
	font-size: 18px;
	font-weight: bold;
}
.colText {

}
.img {
	padding: 10px;
}

.imgPosition {
	text-align: center;
}
.fButton {

}
.fInput {

}
.fSelect {

}
.fFile {

}
.comment {
	color: #CCCCCC;
}
