@charset "utf-8";
@import url(global.css);

/* about.html */

div#wrap_title, div#wrap_contents {
	background-color: #fdfffa;
	background-image: url(../img/global/canvas_green.png);
}

div#page_title {
	background-image: url(../img/global/peel_green.png);
}

div#wrap_contents {
	padding-bottom: 40px;
}

/* intro */

div#intro {
	background-color: #fefffc;
	background-image: url(../img/global/fiber_green.png);
}

span#intro_img {
	display: block;
	padding-top: 40px;
	margin: 0 auto;
	font-size: 0;
}

span#intro_img, span#intro_img img {
	width: 448px;
	height: 54px;
}

div#intro_msg {
	padding: 24px 4% 40px;
}

p#intro_a {
	padding: 0 4% 0 0;
}

p#intro_b {
	padding: 20px 4% 0 4%;
}

p#intro_c {
	padding: 20px 4% 0 8%;
}

p#intro_d {
	padding: 20px 4% 0 12%;
}

/* sections */

div#wrap_about, div#wrap_access, div#wrap_privacy {
	width: 92%;
	margin: 40px auto 0;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #cccccc;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #282828;
}

div#about, div#access, div#privacy {
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	background-color: #fffbeb;
	background-image: url(../img/global/paper_rough.png);
}

span#about_pin, span#access_pin, span#privacy_pin {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 0;
}

span#about_pin, span#access_pin, span#privacy_pin,
span#about_pin img, span#access_pin img, span#privacy_pin img {
	width: 24px;
	height: 24px;
}

/* section titles */

div#about_tas h2, div#about_group h3,
div#access h2, div#privacy h2 {
	width: 92%;
	margin: 0 auto;
	padding-top: 20px;
}

/* about */

div#about {
}

div#about_tas, div#about_group {
	width: 100%;
}

div#tas_box, div#group_box {
	width: 88%;
	margin: 10px auto;
	padding-bottom: 20px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #484848;
	background-color: #fefffc;
	background-image: url(../img/global/letter_green.png);
}

div#tas_box p, div#group_box p {
	width: 92%;
	margin: 0 auto;
	padding-top: 20px;
	text-align: right;
}

div#tas_box dl, div#group_box dl {
	width: 92%;
	margin: 0 auto;
	padding: 10px 0 0.4em;
	border-bottom: 1px dotted #cccccc;
}

div#tas_box dl dt, div#group_box dl dt {
	height: 2em;
	padding: 0.4em 74% 0 4px;
	border-top: 1px dotted #cccccc;
}

div#tas_box dl dd, div#group_box dl dd {
	width: 74%;
	margin: -2em 0 0 24%;
	padding-bottom: 0.4em;
}

/* access map */

div#access {
}

p#access_img {
	width: 480px;
	height: 320px;
	margin: 10px auto 40px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #484848;
}

/* privacy policy */

div#privacy {
}

div#privacy_list {
	width: 88%;
	margin: 10px auto;
	padding-bottom: 20px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #484848;
	background-color: #fefffc;
	background-image: url(../img/global/letter_green.png);
}

p#privacy_p, p#privacy_tell, p#privacy_pdf {
	padding: 10px 4% 0;
}

p#privacy_tell, p#privacy_pdf {
	text-align: right;
}

p#privacy_pdf a {
	color: #484848;
	text-decoration: underline;
}

p#privacy_pdf a:hover {
	color: #999999;
}


