﻿@charset "UTF-8";

/* fixed for this page */
#content {
	padding: 0;
}

.section {
	padding: 0 20px;
}

.section_30 {
	padding: 0 30px;
}


h2 {
	width: 330px;
	margin: 0 0 20px 0;
}

h2.wide {
	width: auto;
	margin: 0 0 20px 0;
}

/*/fixed for this page */

/* layout01 */
.layout01 {
	overflow: hidden;
}

.layout01 .section_left {
	width: 330px;
	float: left;
}

.layout01 .section_right {
	width: 330px;
	float: right;
}

/* section_content */
.section_content {
	padding: 0 0 0 30px;
}

ul.disc_list li.arrow {
	background: url(../../../images/common_img_link.gif) no-repeat 0 0.5em;
	padding: 0 0 0 15px;
}

/* changeImageArea */
div#changeImageArea {
	width: 740px;
	height: 275px;
	position: relative;
}

div#changeImageArea p.col1,
div#changeImageArea p.col2,
div#changeImageArea div.col3 {
	position: absolute;
	top: 0px;
}

div#changeImageArea p.col1 {
	width: 740px;
	left: 0px;
	z-index: 1;
}
div#changeImageArea p.col2 {
	width: 310px;
	left: 319px;
	z-index: 2;
}
div#changeImageArea div.col3 {
	width: 72px;
	top: 0px;
	right: 0px;
	z-index: 2;
	background: #000;
}
div#changeImageArea div.col3 ul {
	padding: 2px 2px 1px 2px;
}
div#changeImageArea div.col3 ul li {
	padding: 0px;
	display: inline;
}
div#changeImageArea div.col3 ul li a {
	display: block;
	border: 2px solid #000;
}
div#changeImageArea div.col3 ul li a:hover {
	border: 2px solid #0067fc;
}

/* clearfix */
.layout01:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.layout01 {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html.layout01 { height: 1%; }
.layout01 { display: block; }
/* End hide from IE-mac */

