#main {
	width: 670px;
	padding-left:25px;
	font-size: 116%;
	line-height:1.5em;
}

/*a*/
#main a{
	color:#0033FF;
	text-decoration: underline;
}
#main a:visited{
	color:#993399;
}
#main a:hover{
	color:#0033FF;
	text-decoration: none;

}

#main ol li{
	margin-bottom:1em;}
#main ul {
	margin-left: 25px;
}

#pnkz {
	color: #999999;
	font-size: 85%;
}


#pnkz a {
	background-image: url(/common/img/common/icon_pnkz.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}

h1{
	background-image: url(/common/img/common/bg_page_h1.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	font-size:157%;
	margin-bottom:15px;
	letter-spacing: normal;
}
h1 span {
	border-bottom: 3px solid #011A7C;
	float: left;
	line-height:1.8em;
}
#shoko_map img{
float:right;}
#shoko_map ol li{
margin-bottom:5px;}
/*---------------form--------------*/
#error {
	color: #CC0000;
	font-size: 85%;
	margin-bottom: 15px;
}
#inq_form,
#submit {
	background-color: #F1F2F5;
}
#inq_form {
	padding: 20px;
}
#inq_form dt {
	clear: both;
	float: left;
}
#inq_form dt span {
	color: #CC0000;
	font-size: 85%;
}

#inq_form dd {
	padding-left: 10em;
	border-bottom: 1px dotted #BCBEC7;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#inq_form textarea{
	width:350px;
	margin:2px;}
#inq_form .text{
	width:250px;
	margin:2px;}

#submit{
	padding-bottom: 20px;
	text-align: center;
}


/*clear*/
h1{
    zoom: 100%;
}
h1:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

