﻿@charset "utf-8";

/* CSS Document */

html {
}


body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#333333;
	font-size:12px;
	height: 100%;
	letter-spacing: 0;
}


/*メイン*/

#main {
	float:left;
	margin:0;
	width:100%;
	padding: 0 0 60px 180px;
	background-image: url(image/sitemap.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 1000px;
}

#main h1 {
	font-size:11px;
	font-weight:normal;
	margin:7px 0 20px 20px;
}

#main h2 {
	height:54px;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	padding:17px 0 0 20px;
}

#sitemap{
	width: 600px;
	padding: 30px 0 0 30px;
}

#sitemap p{
	padding: 20px;
	color: #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
}

#sitemap p a{
	color: #4A4A4A;
	font-size: 16px;
}

#sitemap i{
	float: right;
	font-size: 18px;
	margin-top: 3px;
}

#sitemap a:hover{
	color: #F0931E;
}