@charset "utf-8";

/* ----------------------------------------------
	This style definition is common.
------------------------------------------------- */
.clearFix{
	zoom: 1;
}
.clearFix:after{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clear { clear:both; }
div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset , img { 
	border: 0;
	vertical-align: bottom;
}
address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
}
ol , ul {
	list-style: none;
}
caption , th {
	text-align: left;
}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 12px;
	font-weight: normal;
}
q:before , q:after {
	content: '';
}
abbr , acronym {
	border: 0;
}
a:link {color:#3E1C1D; text-decoration:none;}
a:visited { color:#3E1C1D; text-decoration:none;}
a:hover { color:#3E1C1D; text-decoration:none;}
a:active { color:#3E1C1D; text-decoration:none;}
.form_name input {}
.gray {
	color: #D9D9D9;
}
.dark_gray {
	color: #999999;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a {
	color: #3E1C1D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.center {
	text-align: center;
}
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.ml05em {
	margin-bottom: 0px;
	margin-left: -0.5em;
}
.cgi1, .cgi2, cgi3, cgi4, cgi5, cgi6 {
    background-color:#F3F3F3;
	border:1px solid #999999;
	padding:3px;
}
.mb2 {
	margin-bottom: 2px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.pl10 {
    padding-bottom:20px;
    padding-left:10px;
}
.pl15 {
    padding-top:10px;
    padding-left:16px;
}
.pl17 {
    padding-left:36px;
}
.info img { border:1px solid #000;}
.info p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:170%;
	letter-spacing:0.05em;
    text-align:left;
 }
