@charset "utf-8";

/*--------------------------------------*/
/*                                      */
/* ### 基本設定項目 ###                 */
/*                                      */
/*--------------------------------------*/


/*--------------------------------------*/
/*# Reset Elements #                    */
/*--------------------------------------*/
*,th,td,form,fieldset,button{
	margin: 0;
	padding: 0;
	background-position: left top;
}

img,th,td,form,button{
	border: none;
}

/*--------------------------------------*/
/*# Overwrite Elements #                */
/*--------------------------------------*/

/*--- ボディ ---*/
body,td,th {
	color: #5a3000;
	margin: 0 auto;
	padding: 0;
	font-family: ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3, Osaka;
	font-size: 12px;
	line-height: 1.5;
}

body {
	text-align: center;
	background: #fff;
}

.win body {
	letter-spacing: 1px;
}

.mac body {
	font-family: ヒラギノ角ゴ Pro W3, Osaka;
	font-size: 11px;
}

/*--- リンク ---*/
a, 
a:link,
a:visited,
a:active {
	color: #5a3000;
}

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

a:hover {
	color: #9b6324;
}

.caution, 
.rsv {
	color: #ec0000;
}

.pink, 
.date {
	color: #f84263;
}

.violet {
	color: #9e3861;
}

.orange {
	color: #fea034;
}

/*--- 見出し ---*/
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

/*--- リスト ---*/
ul,ol,li {
	list-style-type: none;
}


/*--- テーブル ---*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	th,
	td {
		padding: 0;
		vertical-align: top;
		text-align: left;
	}
	th {
		font-weight: normal;
	}

/*--- アドレス ---*/
address {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 0;
}

/*--- フォーム部品 ---*/
input,
select {
	vertical-align: middle;
}

textarea {
	font-size: 100%;
}

option {
	padding-right: 5px;
}

/*--- 画像 ---*/
img {
	vertical-align: bottom;
}

.imgout {
}

/*--- container ---*/
#container {
/*	width: 762px;*/
	margin: 0 auto;
	background: url(../images/main_bg.jpg);
}

#header .wrap, 
#footer .wrap {
	width: 760px;
	text-align: center;
	margin: 0 auto;
}

#container .line {
	text-align: center;
	clear: both;
	margin: 0 auto 7px;
	height: 16px;
	overflow: hidden;
	background: url(../images/line.jpg) no-repeat;
}

#container .areaBottom {
	height: 10px;
	overflow: hidden;
	background: url(../images/txtarea_bottom.jpg) no-repeat;
	margin-bottom: 20px;
}

/*--- ページトップへ ---*/

#container .pageTop {
	text-align: right;
	padding: 0 28px 0 0;
}

#container .pageTopBottom {
	text-align: right;
	padding: 0 28px 15px 0;
}

#mainareaWrap .defLine {
	margin: 0 29px 7px;
	background: url(../images/line.jpg) no-repeat;
}

#mainareaWrap .defPageTop {
	padding: 0 28px 5px 30px;
	text-align: right;
}

#mainareaWrap .defPageTopBottom {
	padding: 0 28px 15px 30px;
	text-align: right;
}
