/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:85%;
	color:#333636;
	background:#fff;
}
h2 {
	padding-top:50px;
	padding-bottom:5px;
	padding-left:5px;
	background-image:url(img/back-h2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#fff;
	border-bottom:10px solid #eee;
}
h3 {
	border-bottom:3px solid #306;
	font-size:120%;
	clear:both;
}


img {
	border:0;
}

img.left {
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

img.right {
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	float:right;
}

div#head img.left {
	margin:0 15px 0 0;
	float:left;
}

a:link,a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*------レイアウト系-------*/
div#wrapper {
	width:860px;
	text-align:left;
}
div#container {
	line-height:165%;
	letter-spacing:0.04em;
	float:left;
	width:600px;
	padding-bottom:10px;
}

div#head {
	padding-bottom:10px;
	background-image:url(img/head-line.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#side {
	line-height:165%;
	letter-spacing:0.04em;
	float:right;
	width:240px;
}

div#footer {
	clear:both;
	padding-top:15px;
	border-top:1px solid #333;
	font-size:85%;
	line-height:120%;
}
/*------サイド系-------*/
td.index {
	border-right:1px solid #ccc;
	vertical-align:top;
}
td.text {
	padding-left:5px;
	vertical-align:top;
	font-size:100%;
	line-height:130%;
}
div#side table {
	margin-top:5px;
}

div.banner img {
	padding-bottom:10px;
}

/*------フッター系-------*/
div#access {
	float:right;
	width:250px;
}

/*------問い合わせ-------*/

table.mail {
	border:1px solid #ccc;
	width:100%;
}
table.mail td {
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

/*------データ系-------*/

dl.data {
	width:100%;
	background-color:#eee;
	border-bottom:1px solid #ccc;
}
dl.data dt, dl.data dd {
	background-color:#eee;
	margin-left:0;
	margin-bottom:0;
	font-size:90%;
	line-height:150%;
}
dl.data dt {
	padding-left:10px;
	float:left;
	width:110px;
	border-top:1px solid #ccc;
	clear:left;
}
dl.data dd {
	background-color:#fff;
	margin-left:120px;
	margin-bottom:0;
	border-top:1px solid #ccc;
	padding:2px 0 1px 5px;
	text-indent:-0.2em;
}

/*------記事系-------*/
div.entry {
	margin-left:60px;
}
