@charset "Shift_JIS";

/* ----- ページ全体 ----- */

* {		
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #333;
}

body {		
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 1px;
}

br {		
	letter-spacing: normal;
}

a {		
	color: #333;
	text-decoration: none;
}

a:hover {		
	color: #fff;
	text-decoration: none;
}

img {		
	border: 0;
}

h1,h2,h3,h4,h5,h6 {		
	margin: 0;
}

/* ----- テンプレート枠組み ----- */

div#wrapper {		
	width: 760px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 10px 0 10px;
	background: #fff url(image/bg.gif) 50% 50% repeat-y fixed;
}

div#header {		
	width: 720px;
	height: 120px;
	margin: 0 20px;
	background: #fff url(image/leaf_hed.jpg) 0% 0% no-repeat;
}

div#menu {		
	width: 720px;
	margin: 0 20px;
	padding-bottom: 20px;
	background: #fff;
}

div#contents {		
	width: 720px;
	clear: both;
	margin: 0 20px;
	background: #fff;
	border-bottom: 1px solid #C3C3C3;
}

div#main {		
	width: 480px;
	float: left;
	padding: 0 10px;
}

div#sub {		
	width: 200px;
	float: right;
	padding: 0 10px;
}

div#footer {		
	width: 700px;
	padding: 15px;
	clear: both;
}

/* --- 回り込み解除 --- */

div#menu:after,div#contents:after {		
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ----- ヘッダーカスタマイズ ----- */

div#header h1 {		
	font-size: 2em;
	margin: 0;
	padding: 10px;
}

div#header p {		
	margin: 0;
	padding: 10px;
	font-size: 1.2em;
}

/* ----- メニューカスタマイズ ----- */

div#menu ul {		
	margin: 0;
	padding: 0;
}

div#menu li {		
	list-style-type: none;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

div#menu li a {		
	display: block;
	width: 120px;
	background: #ddd;
	line-height: 26px;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

div#menu li a:hover {		
	background: #86c;
}

/* ----- メインコンテンツ カスタム ----- */

div#main a {		
	border-bottom: none;
}

div#main a:hover {		
	border: 1;
	color: #666;
       border-bottom: 3px dotted #990000;
}

div#main h2 {		
	font-size: 1em;
	color: #fff;
	padding: 2px;
	font-weight: normal;
	background: #666;
	border-bottom: 2px solid #ccc;
	margin-bottom: 2px;
}

div#main h3 {		
	margin-bottom: 2px;
	font-size: 1em;
	border-bottom: 1px solid #333;
}

div#main p {		
	margin: 0 0 1em 0;
}

/* ----- サブコンテンツ カスタム ----- */

div#sub a {		
	border-bottom: 1px dotted #333;
}

div#sub li {		
	display: block;
	width: 140px;
	background: #fff;
	line-height: 22px;
	float: left;
	text-align: left;
	margin: 0, 0, 0, -1em;
	padding: 0;
}

div#sub li a:hover {		
	background: #86c;
}

div#sub a:hover {		
	border: 0;
	color: #fff;
}

div#sub h2 {		
	font-size: 1em;
	color: #fff;
	padding: 2px;
	font-weight: normal;
	background: #666;
	border-bottom: 2px solid #ccc;
	margin-bottom: 2px;
}

div#sub h3 {		
	margin-bottom: 2px;
	font-size: 1em;
	border-bottom: 1px solid #333;
}

div#sub p {		
	margin: 1em 0 1em 1em;
	font-size: 1.2em;
}

div#sub dl,dt,dd {		
	margin: 0;
	font-size: 1em;
}

div#sub dt {		
	font-weight: bold;
}

/* ----- フッター カスタム ----- */

address {		
	background: #fff;
	color: #333;
	text-align: center;
	font-size: 0.8em;
}