@charset "UTF-8";

/* default
************************************/
*{
	margin:0;
	padding:0;
}

body{
	font-family:Helvetica, Arial, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size:100%;
	color:#4c4c4c;
	width:100%;
	height:100%;
	background:#f9e3a6;
}

h1{
	/*font-size:30px;*/
	color:#681600;
}

h2{
	/*font-size:24px;*/
	color:#681600;
}

h3{
	font-size:20px;
	color:#681600;
}

h4{
	font-size:16px;
	color:#681600;
}

h5{
	font-size:14px;
	color:#681600;
}

h6{
	font-size:14px;
	font-weight:normal;
	color:#681600;
}

p, li, dt, dd, th, td{
	font-size:12px;
}


/* list
************************************/
ul li{
	list-style:none;
}

ol li{
	list-style-position:inside;
	margin-left:2px;
}

/* link
************************************/
a img{
	border:none;
}

a:link{
	text-decoration:none;
	color:#681111;
}

a:visited{
	text-decoration:none;
	color:#681111;
}

a:hover{
	text-decoration:underline;
	color:#681111;
}

a:active{
	text-decoration:underline;
	color:#681111;
}

h1 a:hover{
	background:none;
}

/*
.iepngfix{  
	behavior: expression(IEPNGFIX.fix(this));  
}  

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
*/

/* table
************************************/
table{
	border:none;
	background:none;
}

th{
	border:none;
	padding:1px;
	vertical-align:top;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#681111;
}

td{
	border:none;
	padding:1px;
	vertical-align:top;
}

.table2 th,
.table2 td{
	padding-bottom:16px;
}

/* pkg class
************************************/

.pkg:after {
	content: ""; /* Vvf */
	display: block; /* ubNxvf */
	clear: both;
	height: 0;
	visibility: hidden;
}

.pkg {
	min-height: 1px;
}

* html .pkg {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* standard helper classes
************************************/

.clr {
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	border: 0;
	font-size: 0;
	line-height: 0;
}

.right {
	text-align:right;
}

.right_f {
	float:right;
}

.left {
	text-align:left;
}

.left_f {
	float:left;
}

.center {
	text-align:center;
}

.hidden{
	overflow:hidden;
}

/* space helper classes
************************************/
.space_10t{
	padding-top:10px;
}

.space_10b{
	padding-bottom:10px;
}

.space_10l{
	padding-left:10px;
}

.space_10r{
	padding-right:10px;
}

.space_20t{
	padding-top:20px;
}

.space_20b{
	padding-bottom:20px;
}

.space_20l{
	padding-left:20px;
}

.space_20r{
	padding-right:20px;
}

.linehight{
	line-height:20px;
}

/* font classes
************************************/

.blue{
	color:#0e72e7;
}

.red{
	color:#FF3030;
}

.orange{
	color:#FF6633;
}

.green{
	color:#009900;
}

.gray{
	color:#666666;
}

.brown{
	color:#681111;
}

.charcoal{
	color:#4c4c4c;
}

.small{
	font-size:10px;
}

.large{
	font-size:16px;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.indent{
	text-indent:1em;
}
