@import url("default.css");
@import url("style.css");

/*================■インデックス（index.html）■================*/

/*================■LEFTside■================*/

#main_01 {
	text-align: left;
	padding: 3px;
	width: 600px;
	}

#main_01 h2 {
	color: #fff;
	list-style-image:  url(../img/left_h2_01.jpg);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	display: list-item;
	height: 35px;
	margin-bottom: 3px;
	}

#main_01 p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	text-justify: distribute;
	}


#main_01 span {
	color: #6FA0E8;
	}

#left {
	float: left;
	}

.in {
	width: 450px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	}

#border {
	padding-top: 10px;
	height: 156px;
	}

#image {
	clear: both;
	}

/*================■RIGHTside■================*/

.side_01 {
	text-align: left;
	padding: 3px;
	padding-bottom: 10px;
	}

.side_01 h3 {
	width: 200px;
	height: 25px;
	margin-bottom: 3px;
	}

.side_01 h4 {
	margin : 5px 0;
	border: 1px solid #ccc;
	border-left : 5px solid #ccc;
	padding: 2px;
	}

.side_01 h5 {
	margin : 5px 0;
	border-bottom : 1px solid #ccc;
	padding: 2px;
	}

.side_01 div {
	background: #eee;
	margin: 10px 0;
	}


.side_02 {
	text-align: left;
	padding: 3px;
	padding-bottom: 10px;
	}

.side_02 h3 {
	width: 200px;
	height: 25px;
	margin-bottom: 3px;
	}

.info {
	height: 200px;
	width: 200px;
	overflow: auto;
	padding: 3px;
	background: url(../img/info_back.jpg) no-repeat;
	text-align: justify;
	text-justify: distribute;
	}

.info p {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #fff;
	}

.info span {
	font-weight: bold;
	}

.side_03 {
	text-align: left;
	padding: 3px;
	}

.side_03 h3 {
	background: #ccc url(../img/side_h3_03.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 200px;
	height: 25px;
	margin-bottom: 3px;
	}