﻿@charset "utf-8";


/**
 * version 1.0
 * copyright 2011
 */
 

/******************** 本体部分 ********************/

.in_content_area {
}

.col1 {
	width: 355px;
	float: left;
	padding: 0px 10px 0px 0px;
	-webkit-box-sizing: border-box; /* Safari,Google Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* Internet Explorer 8用 */
	box-sizing: border-box; /* Opera用 */
}

.col2 {
	width: 355px;
	float: right;
	padding: 0px 0px 0px 10px;
	-webkit-box-sizing: border-box; /* Safari,Google Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* Internet Explorer 8用 */
	box-sizing: border-box; /* Opera用 */
}

.sitemap_box {
	margin-bottom: 25px;
}

.sitemap_title {
	font-weight: 600;
	padding-bottom: 2px;
	border-bottom: 2px solid #00AA2B;
	margin-bottom: 20px;
	padding-left: 18px;
	background-image: url(img/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.sitemap_title a {
	text-decoration: none;
	color: #25471e;
}

.sitemap_title a:hover {
	color: #00AA2B;
}

.sitemap_content {
	padding-left: 15px;
}

.sitemap_content a {
	text-decoration: none;
	color: #25471e;
}

.sitemap_content a:hover {
	color: #00AA2B;
}

.sitemap_content li {
	padding-left: 18px;
	background-image: url(img/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;;
}

.pagetop {
	text-align: right;
	clear: both;
}

.pagetop a {
	text-decoration: none;
	color: #6A6A6A;
	margin-right: 20px;
	padding-left: 18px;
	background-image: url(img/pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;;
}
