/* clearFix */

.clear{
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{zoom:1;}


/* Option CSS */
body		{
	margin: 0;
	padding: 0;
	color: #333333;
	background-image:url("../images/bg.gif");
	background-repeat:  repeat-y;
	background-color: #FFFFFF;
}

a:link		{ color: #0000cc; text-decoration: none; }
a:visited	{ color: #990099; text-decoration: none; }
a:hover		{ color: #ff0066; text-decoration: underline; }
a:active	{ color: #ff0066; text-decoration: underline; }

img			{
	border: 0;
}

.alpha		{ margin: 2px; }

h1			{ margin: 0 0 20px 0; }

h2			{
	margin: 0 0 10px 0;
	padding: 5px;
	border-left: 5px solid #A09865;
	border-top: 1px solid #A09865;
	color: #74523D;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

h3			{
	margin: 0 0 10px 0;
	padding: 5px;
	color: #741538;
	background-color: #F8E9EE;;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}

h4			{
	margin: 0;
	padding: 5px;
	color: #003399;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

p			{
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.5;
}

strong		{ font-weight: bold; }

em			{
	color: #741538;
	font-style: normal;
	font-weight: normal;
}

.lead, .lead2		{
	margin: 10px 0;
	color: #D36A8F;
	font-size: 12px;
	line-height: 14px;
}

.lead		{ font-weight: bold; }

.lead2		{ font-weight: normal; }

.lead3		{
	margin: 10px 0 !important;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.lead4		{
	margin: 20px 0 !important;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.lead5		{
	margin: 10px 0;
	color: #993366;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.lead6		{
	margin: 10px 0;
	color: #993366;
	font-size: 12px;
	line-height: 14px;
}
.lead7		{
	margin: 0;
	color: #D36A8F;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
.no-margin	{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.b-margin	{ margin-bottom: 10px !important; }

.text		{
	font-size: 12px;
	text-indent: 12px;
}

.text2		{
	margin: 0 0 20px 12px;
	font-size: 12px;
	text-indent: 12px;
}

.text3		{
	margin: 10px 10px 20px 10px;
	font-size: 12px;
}

.text4		{
	font-size: 12px;
}

.text5		{
	margin: 0px 0px 20px 20px;
	font-size: 12px;
}

.text6		{
	margin: 10px 10px 20px 12px;
	font-size: 14px;
}

.footnote	{ font-size: 10px; }

.indent		{
	display: block;
	margin: 0;
	text-indent: 12px;
}

.bullet		{ color: #741536; }

.column		{
	margin-bottom: 20px;
	padding: 10px;
	background-color: #F5F2EA;
	color: #666666;
}

.column h3	{
	margin: 0;
	padding: 0;
	color: #D36A8F;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
}

.column p	{
	margin: 0;
}

.zemi_title1, .zemi_title2	{
	margin: 0;
	padding: 5px;
	background-color: #F8E9EE;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
.zemi_title1	{ color: #741538; }
.zemi_title2	{
	color: #000000;
	text-align: right;
}
.zemi_title3	{
	color: #FFFFFF;
	background-color: #CC5981;
}

.caption	{
	font-size: 10px;
	line-height: 1.5;
}
.caption2	{
	margin: 0 0 3px 0;
	font-size: 10px;
}
.caption3	{
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 1.5;
}

.curri		{
	margin: 10px 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #999999;
}

.curri td {
	padding: 3px;
	border-width: 0 0 1px 1px;
	border-left: 1px solid #999999;
	border-bottom: 1px dotted #999999;
	background-color: #f5f2ea;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: top;
}

.curri th	{
	padding: 3px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #741538;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
}

.solid-border	{
	border-bottom: 1px solid #999999 !important;
}

.curri .head	{
	padding-left: 6px;
	background-color: #F8E9EE;
	color: #741538;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.curri .bgwhite	{
	background-color: #FFFFFF;
}

.curri a:link, .table2 strong a:link	{ color: #ff0000; }

.curri a:hover, .table2 strong a:hover	{ color: #ff0066; text-decoration: underline; }
.curri a:active, .table2 strong a:active	{ color: #ff0066; text-decoration: underline; }

.middle		{ vertical-align: middle !important; }

.list, .list2	{
	margin: 0;
	padding-left: 12px;
	text-indent: -12px;
}

p.list		{
	font-size: 10px;
}

.list2	{
	font-size: 12px;
}


.footer		{
	padding: 8px 10px 20px 10px;
	border-top: 1px solid #cccccc;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
}

ul			{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.normal	{
	margin: 10px;
	padding: 0 0 0 20px;
	list-style: disc;
}

ol			{
	margin: 10px;
	padding-left: 20px;
	list-style: decimal;
}

ol.info	{
	margin-left: 30px;
}

.curri ul	{ margin: 0; }

ul li			{
	list-style: none;
	background: url("../shogaku/images/bullet_01.gif") 0 6px no-repeat;
	margin: 5px 0;
	padding: 0 0 0 12px;
	font-size: 12px;
	line-height: 1.5;
}

ul.normal li			{
	list-style: disc;
	background-image: none;
	margin: 5px 0;
	padding: 0;
}

ol li			{
	margin: 5px 0;
	font-size: 12px;
	line-height: 1.5;
}

.index li	{
	list-style: none;
	background: url("../shogaku/images/bullet_01.gif") 0 4px no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 14px;
}

.nobullet li	{
	margin: 2px 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.5;
	background-image: none;
}

dl			{ margin: 0; }

dl.info	{ margin: 0 0 10px 30px; }
dt			{
	color: #D36A8F;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
.info dt	{
	color: #333333;
	font-weight: normal;
}
.black		{ color: #000000; }

dd			{
	margin: 0 0 10px 20px;
	color: #333333;
	font-size: 12px;
	text-indent: 12px;
	line-height: 1.5;
}
.info dd	{
	margin: 0 0 5px 20px;
	text-indent: 0;
}
.table1		{
	border: none;
	border-top: 1px solid #cccccc;
}

.table1 td {
	padding: 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: top;
}

.table2, .table3, .table4{
	margin: 10px auto;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #cccccc;
}

.table2 th, .table2 td, .table3 th, .table3 td {
	padding: 5px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
}

.table4 th, .table4 td {
	padding: 3px 5px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
}

.table2 th, .table3 th, .table4 th{
	background-color: #EBE6D6;
	color: #741538 !important;
	font-weight: bold;
	text-align: center;
}

.table3 th, .table3 td	{
	padding: 3px 5px;
}
.table5		{
	border: none;
	border-top: 1px solid #cccccc;
}

.table5 td {
	padding: 5px 10px;
	border: none;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: top;
}

.table6		{
	border: none;
}

.table6 td {
	padding: 3px;
	border: none;
	font-size: 12px;
	line-height: 1;
	vertical-align: top;
}

.table7		{
	padding: 0px 20px 10px 20px;
	border: none;
	font-size: 14px;
	line-height: 1.6;
	vertical-align: top;
	background-color: #F8F3F5;
}

.table8		{
	padding: 10px;
	border: none;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: top;
	background-color: #F8F3F5;
}

.head		{
	background-color: #f5f2ea;
}

.small	{
	margin: 5px auto;
}
.small td, .small th	{
	padding: 3px;
	font-size: 10px;
	line-height: 1.5;
}

.stripe		{
	background-color: #f8E9EE;
}

.header		{
	background-color: #EEEEEE;
}

table.no-border, .no-border td	{
	padding: 0;
	border: none;
}

div.box	{
	margin: 10px 0;
	padding: 0 10px;
	border: 1px solid #741538;
}

.box td	{
	color: #741538;
	font-size: 12px;
	line-height: 1.5;
}
.pink_back	{
	background-color: #F8E9EE;
}
.pink_back p	{
	margin: 3px 10px 10px 3px;
}
.leftline	{
	border-left: 5px solid #741538;
}

.leftline p	{
	padding: 3px;
}

.underline	{
	display: block;
	padding: 3px;
	border-bottom: 1px solid #741538;
}

.exchange	{
	margin: 10px;
}

.exchange dt	{
	float: left;
	width: 45px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.exchange dd	{
	margin-left: 45px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-indent: 0;
}

.off	{
	background-color: #eeeeee;
}

.txt14 {
	font-size:14px;
	line-height:1.3em;
	}
	
.txt12 {
	font-size:12px;
	line-height:1.3em;
	}
	
.txt10 {
	font-size:10px;
	line-height:1.3em;
	}

.txt10n {
	font-size:10px !important;
	}
	
.pickup { color: #ff0000; }
.Cpink { color: #D36A8F; }
#shogaku .t10 span {
	color: #999966;
}

/* 画像ボーダー */
img.imgBorder{
	border:#A09865 solid 1px;
	}

/* マージン設定 */
.mgT03 {
	margin-top:3px;
}
.mgT10{
	margin-top:10px;
	}
.mgT20{
	margin-top:20px;
	}
.mgB10{
	margin-bottom:10px;
	}
.mgB20{
	margin-bottom:20px;
	}
.mgR10{
	margin-right:10px;
	}
.mgR20{
	margin-right:20px;
	}
.mgL10{
	margin-left:10px;
	}
.mgL20{
	margin-left:20px;
	}
	
.orange{
	color:#FF9900;
	}
	
.qandaA		{
	font-size: 20px;
	font-weight: bold;
	color: red;
}
