﻿@charset "utf-8";
/* policy style */

#policy {
	float: left;
	width: 800px;
}

/* gide_navi style */
#gide_navi {
	float: right;
	width: 98px;
	height: auto;
}

#gide_navi p{
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: thin solid #FFFFFF;
	font-size: 10px;
	width: 98px;
	height: 20px;
}

#gide_navi ul li {
	width: 96px;
	height: 48px;
	list-style-type: none;
	border-bottom: thin solid #EEEEEE;
}

#gide_navi ul li a {
	width: 96px;
	height: 48px;
	display: block;
}

#gide_navi ul li a:hover {
	background-color: #EEEEEE;
	text-decoration: underline;
	border-bottom: thin solid #CCCCCC;
}

#gide_navi #active {
	background-color: #EEEEEE;
	text-decoration: underline;
	border-bottom: thin solid #CCCCCC;
}

/* section */
#section {
	width: 800px;
}

#section p {
	padding-bottom: 20px;
}

.section1 {
	text-align: left;
	width: 800px;
}

.section2 {
	text-align: left;
	width: 750px;
	height: auto;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
}

.section3 {
	text-align: left;
	width: 400px;
	height: auto;
	margin-left: 25px;
	padding-left: 10px;
	border-left: thin solid #DDDDFF;
	float: left;
}

/* h3 */
h3 {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	width: 800px;
}

/* h3_agency */
#label_h3_privacypolicy {
	background-image: url(../../images/basic/label_h3_privacypolicy.gif);
}

