/*テキストサイズ*/

.normal {
	font-size: 12px;
	line-height: 140%;
	color: #333333;

}

.big {
	font-size: 20px;
	line-height: 140%;
	color: #333333;

}

/*リンク*/

a:link { font-size: 12px; font-style: bold; color: #000066; text-decoration: none; }
a:visited{ font-size: 12px; font-style: bold; color: #000066; text-decoration: none; }
a:hover{ font-size: 12px; font-style: bold; color: #cc0000; text-decoration: underline; }
a:active{ font-size: 12px; font-style: bold; color: #cc0000; text-decoration: underline; }

a:link.ichi { font-size: x-small; font-style: normal; font-weight: normal; color: #ff6600; text-decoration: none; }
a:visited.ichi { font-size: x-small; font-style: normal; font-weight: normal; color: #ff0000; text-decoration: none; }
a:hover.ichi { font-size: x-small; font-style: normal; font-weight: normal; color: #000099; text-decoration: underline; }
a:active.ichi { font-size: x-small; font-style: normal; font-weight: normal; color: #000099; text-decoration: underline; }

a:link.menu { font-size: 12px; font-style: normal; font-weight: bold; color: #333333; text-decoration: none; }
a:visited.menu { font-size: 12px; font-style: normal; font-weight: bold; color: #ff6600; text-decoration: none; }
a:hover.menu { font-size: 12px; font-style: normal; font-weight: bold; color: #ff9900; text-decoration: underline; }
a:active.menu { font-size: 12px; font-style: normal; font-weight: bold; color: #ff9900; text-decoration: underline; }

a:link.menu2 { font-size: 12px; font-style: normal; font-weight: bold; color: ##00287D; text-decoration: none; }
a:visited.menu2 { font-size: 12px; font-style: normal; font-weight: bold; color: #ff6600; text-decoration: none; }
a:hover.menu2 { font-size: 12px; font-style: normal; font-weight: bold; color: #ff9900; text-decoration: underline; }
a:active.menu2 { font-size: 12px; font-style: normal; font-weight: bold; color: #ff9900; text-decoration: underline; }


/*区切り線*/
hr {
	border: 5px solid #CCCCCC;
	background-position: left;
	width: 100%;



}

hr.black {
	border: 3px solid #FFFFFF;
}

/*類似タグ*/
h1 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 5px 0px 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	}
	
body {
	font-size: xx-small;
	line-height: 120%;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
}


/*背景・位置*/
.shadow {
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 7px;
}
.shadow2 {
	background-image: url(images/shadow2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 7px;
}

.menu0 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-y;
	width: 180px;
	margin-top: 0px;
	text-align: center;


}
.top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 570px;
}.futta {
	font-size: 10px;
	color: #333333;
	background-image: url(images/futta.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 21px;
	width: 274px;
	font-weight: normal;
	background-position: center;
	padding-right: 10px;
	padding-top: 5px;




}
.chara {
	background-image: url(images/chara.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	font-weight: bold;

}

.box {
	border-top: 3px solid #FFFFFF;
	font-size: 12px;
	color: #333333;
	background-color: #F7F5F0;
	padding-top: 5px;
	padding-right: 5px;

}

.box2 {
	border-top: 3px solid #FFFFFF;
	font-size: 12px;
	color: #333333;
	background-color: #FAF9F5;
}

.gaiyo {
	font-size: 12px;
	color: #333333;
	background-position: center;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #F2F2EE;
}
.banner {
	font-size: 10px;
	color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}

/*ヘッダ*/
.head {
	background-image: url(images/head2.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 500px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 5px;
	font-weight: bold;


}
.small {
	font-size: 10px;
	color: #333333;
}
#omimai {
	text-align: center;
}
#omimai .honbun {
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height: 1.6em;
}
#omimai .shain {
	text-align: right;
	margin: 0px;
	padding-top: 15px;
	padding-right: 120px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

