@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: scroll;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    background: #fff;
}

a img {
    border-width: 0px;
}

strong,
em {
    font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 0.725em;
	color: #888;
	margin: 4px 0;
}

div#container {
	width: 1000px;
	margin: 0 auto;
}

div#left {
	float: left;
	width: 170px;
	margin-top: 10px;
}

div#left h3 {
	font-size: 0.825em;
	font-weight: normal;
	color: #fff;
	background: #777;
	border: 1px solid #555;
	margin-right: 5px;
	padding: 3px;
}

div#left ul {
	font-size:12px;
	margin-right:5px;
	margin-bottom:8px;
	padding:5px 0px 5px 10px;
	line-height:130%; color:#666;
	background:#eee;
	border-left:#fff 1px solid;
	border-bottom:#fff 1px solid;
	text-decoration:none;
	list-style: none;
}

div#left ul li a {
	text-decoration:none;
	list-style: none;
	background-color: #ccc;
	display: block;
	margin: 0;
	padding: 4px;
}

div#left ul li a:hover {background-color: #fff;}

div#left ul li a.menuTop {padding-left: 3px; border-top: 1px solid #555; border-right: 1px solid #555; border-bottom: 1px solid #555; border-left: 1px solid #555;}

div#left ul li a.menuMain {padding-left: 3px; border-right: 1px solid #555; border-bottom: 1px solid #555; border-left: 1px solid #555;}

div#left ul li a.menuSub {padding-left: 9px; border-right: 1px solid #555; border-bottom: 1px solid #555; border-left: 1px solid #555;}

div#left ul li#normal a {
	background: #eee;
}

ul li a:link {
	color:#555;
}

ul li a:visited {
	color:#555;
}

ul li a:hover {
	color:#555;
}

div#right {
	float: right;
	width: 800px;
	margin: 10px 10px 0px 0px;
	display: inline 
}

div#right h2 {
	margin-bottom: 20px;
}

div#right div#main_left {
	float: left;
	width: 480px;
}

div#right div#main_right {
	float: right;
	width: 320px;
}

div#right div#main_right h3 {
	margin-bottom: 20px;
}

div#right div#main_right p {
	font-size: 0.825em;
	color: #4d4d4d;
	line-height: 1.8;
}
div#right div#main_right h4 {
	padding-top: 20px;
}

div#right div#main_right h4 a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

div#right h4 {
	clear: both;
}

/**/
div#right h3.title {
	padding: 10px 0px 3px 30px;
	color: #444;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 2px #593A27;
	background-image: url(../images/title_icon.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 20px;
}

div#right ul li {
	font-size: 0.825em;
	color: #4d4d4d;
	line-height: 1.8;
}

div#footer {
	clear: both;
	padding-top: 30px;
}

div#footer hr { 
    border: 0 none; 
    height: 2px; 
    color: 	#2f5376;
    background-color: #2f5376;
}

div#footer ul {
	background: #fff;
	text-align: center;
	padding: 4px 0;
}

div#footer ul li {
	display: inline;
	color: #999;
	font-size: 0.75em;
}
	
div#footer ul li a {
	list-style: none;
	text-decoration: none;
}

div#footer address {
	font-size: 0.8em;
	color: #666;
	text-align: center;
	font-style: normal;
	margin-top: 10px;
}

