﻿@charset "utf-8";
/* CSS Document */


body {
	font-family: "", "Hiragino Kaku Gothic Pro", "", Meiryo, Osaka, "ＭＳ Ｐゴシック", "", sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #660;
	background: url(../img/bk_header.jpg) repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}


/* 見出し */

h1 {
	text-align: center;
	height: 88px;
	padding: 30px 0 0 0;
}

h2 {
	font-size: 16px;
	color: #fff;
	background-color: #333;
	background-image: url(../img/icon_h2.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 6px 0 6px 15px;
	margin: 0 0 15px;
	line-height: 1;
	padding-top: 10px\9;
}

h3 {
	font-size: 18px;
	background-image: url(../img/icon_h3.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	border-bottom: 1px solid #ccc;
	line-height: 1;
	margin: 0 0 20px;
	padding: 0 0 6px 22px;
	padding-top: 4px\9;
}


/* 段落 */

p {
	margin-bottom: 10px;
}


/* リスト */

ul {
	overflow: hidden;
	list-style: none;
	margin: 0 0 15px 117px;
}

ul li {
	float: left;
	margin-right: 6px;
}

ol {
	margin: 0 0 10px 25px;
}


/* リンク */

a:link {
	color: #39f;
}

a:visited {
	color: #39f;
}

a:hover {
	color: #f90;
	text-decoration: none;
}


/*強調*/

strong {
	color: #B4390C;
}


/* テーブル */

table {
	border-top:1px dotted #999;
	border-left:0;
	border-right:0;
	border-collapse: collapse;
	margin-bottom: 40px;
	margin-top: -10px;
}

th {
	border: none;
	border-bottom: 1px dotted #999;
	background-color:#f8f6ee;
	background-image: url(../img/icon_th.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	text-align: left;
	padding: 10px 40px 10px 28px;
}

td {
	border: none;
	border-bottom: 1px dotted #999;
	padding: 10px 30px 10px 10px;
}


/* アドレス */

address {
	font-size: 90%;
	font-style: normal;
	text-align: center;
	background-image: url(../img/bk_footer.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 20px;
}


/* ボックス */

#wrap {
	width: 850px;
	margin: 0 auto;
}

.item {
	background-color: #F2EFE6;
	line-height: 1.3;
	margin-bottom: 20px;
	padding: 20px 30px;
	overflow: hidden;
}


/* クラス */

.photo {
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 10px 20px;
	line-height: 0;
}

.memo {
	clear: both;
	font-size: 85%;
	color: #666;
	text-align: right;
}
