@charset "utf-8";
/* CSS Document */

#main_contents {
    padding-top: 20px;
}

h3 {
    width: 948px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
}

h4 {
    font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 30px 0 10px 0;
}
.vision_title {
    width: 830px;
    font-size: 18px;
	font-weight: bold;
	color: #000033;
	margin: 30px 0 20px 0;
	padding: 5px;
	border-left: #003366 solid 5px;
	border-bottom: #003366 solid 1px;
}

.privacy_link {
    font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	_margin-top: -17px;
	float: right;
}

*+html .privacy_link {
	margin-top: -17px;
}

h5 {
    font-size: 14px;
	font-weight: bold;
	color: #000033;
	margin: 30px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #99CCFF;
}

h6 {
    font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0;
	padding: 0;
}

h7 {
    font-size: 12px;
	font-weight: bold;
	color: #000033;
	margin: 0;
	padding: 0;
}

p {
    font-size: 12px;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px 0;
}

.right {
    text-align: right;
}

#contents {
   width: 850px;
   height: auto;
   margin: 0;
   padding: 0 50px;
   background: url(images/contents_bg.jpg) right top no-repeat;
}

dl {
    margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.8em;
}

dl dt {
    margin: 0;
	padding: 10px 0 0 0;
	line-height: 1.8em;
	list-style: inside decimal;
	color: #000033;
	font-weight: bold;
}

dl dd {
    margin: 0 0 0 20px;
	padding: 0;
	line-height: 1.6em;
}

dl dd dl {
    margin: 0;
	padding: 0;
}

dl dd ul {
    margin: 0;
	padding: 0;
}

#privacy_address {
    width: 750px;
	height: auto;
	margin: 0;
	padding: 20px 50px 0 50px;
	text-align: center;
	border: #CCCCCC solid 1px;
	background: url(../common/images/address_bg.jpg) left bottom repeat-x;
}

.address {
    font-size: 14px;
	font-weight: bold;
	color: #000033;
	margin: 0;
	padding: 0;
	background: none;
}




