@media print {
 body {
 -webkit-print-color-adjust: exact;
 }
}



@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 80%;
	line-height: 2;
	color: #3A2F2D;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #DDDBD4;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

h6{
	margin: 10px;
	padding: 0px;
}


ul{
	list-style-type: none;
}

img {
	border: none;
}

input,select {
	font-size: 1em;
}

textarea {
	font-size: 1.2em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	table-layout: fixed;
}



/*リンク設定（全般）
---------------------------------------------------------------------------*/
a {
	color: #3A2F2D;
}

a:hover {
	color: #E52D5B;
	text-decoration: none;
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



/*コンテンツ（左右ブロックを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	background-color: #FFFFFF;
}



/*ヘッダー（サイトロゴなどが入っているHP最上部のブロック）
---------------------------------------------------------------------------*/
#header {
	height: 84px;
	width: 100%;
	position: relative;
}

/*h1タグ設定*/
#header h1 {
	font-size: 10px;		/*文字サイズ*/
	line-height: 20px;
	font-weight: normal;
	color: #3A2F2D;		/*文字色*/
	position: absolute;
	left: 8px;			/*ヘッダーに対して左から8pxの位置に配置*/
	top: 0px;			/*ヘッダーに対して上から0pxの位置に配置*/
	z-index:1;			/*ロゴに重なった時にこちらが上に表示されるように*/
}

/*サイト名ロゴ画像*/
#header #logo {
	position: absolute;
	top: 10px;			/*ヘッダーに対して上から10pxの位置に配置*/
	left: 0px;			/*ヘッダーに対して左から0pxの位置に配置*/
}

/*電話番号画像*/
#header #tel {
	position: absolute;
	top: 8px;			/*ヘッダーに対して上から10pxの位置に配置*/
	right: 0px;			/*ヘッダーに対して左から0pxの位置に配置*/
}





/*フッター（コピーライトなど入っているHP最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	font-size: 11px;		/*文字サイズ*/
	line-height: 1.4;		/*行間*/
	text-align: center;		/*センタリング*/
	clear: both;
	width: 100%;
	border-top: 1px solid #EEEEEE;	/*上に入れているライン*/
	padding-top: 10px;
	padding-bottom: 10px;
}





/*テーブル（page1.htmlに置いてあるサンプルテーブル）
---------------------------------------------------------------------------*/
.ta1 {
	border: 3px solid #A09791;	/*外枠の線*/
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.ta1 td, .ta1 th{
	border: 1px solid #7A706A;	/*内枠の線。ここでは点線(IE6前だと破線で表示される)に設定*/
	padding: 3px 8px;			/*余白*/
	line-height: 1.6;
}

.ta1 th.tamidashi{
	width: auto;
	background-color: #FFFFFF;	/*上部（table title部分）の背景色*/
}

.ta1 th{
	background-color: #D8D2CE;	/*左側（table midashi部分）の背景色*/
	width: 140px;
	text-align: center;
}

.ta1 td{
	width: auto;
	background-color: #FFFFFF;	/*tdの背景色*/
}

.ta2 {
	border: none;		/*外枠の線*/
	background-color: #ffd700;	/*背景の色*/
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.ta2 td, .ta2 th{
	padding: 3px 15px;		/*余白*/
	line-height: 1.5;
}

.ta3 {
	border: 3px solid #A09791;	/*外枠の線*/
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.ta3 td, .ta3 th{
	border: none;
	padding: 3px 8px;		/*余白*/
	line-height: 1.2;
	font-size: 11px;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #E60012;
}

.look {
	background-color: #E9E9E9;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}

h6 {
	background-image: linear-gradient(transparent 60%, #ACE1D9 50%);
	font-size: 22px;
	color: #F9164F;
}

/*改ページ
---------------------------------------------------------------------------*/
.newPage { page-break-before: always; }

