﻿/*common--------------------------------------------------------------*/
body
{
	margin       : 0px;
	padding		 : 0px;
	font-size       : 12px;
	line-height     :  140%;
	font-family       : "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-image:url(../images/common/bg1.gif);
	background-repeat:  repeat-x;
	text-align: center;
	background-color  : #DCE3DC;
	color:#333;
}

/*背景--------------------------------------------------------------*/

#bg1 {
	background-image:url(../images/common/img_header.jpg);
	background-repeat:  no-repeat;
	width: 700px;
	height: 150px;
	text-align: center;
}

#bg2 {
	width: 700px;
	text-align: center;
}

#bg3 {
	background-image:url(../images/common/img_header1.jpg);
	background-repeat:  no-repeat;
	width: 700px;
	height: 376px;
	text-align: center;
}


/*大枠エリア--------------------------------------------------------------*/
#wrapper {
	width        : 700px;
	margin-right: auto;
	margin-left: auto;
}

#mainArea1 {
	width        : 670px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*テーブルパターン--------------------------------------------------------------*/
#rmtaArea table
{
	font-size: 12px;
	line-height  :  140%;

}

#rmtaArea .tbp1
{
	background-color:#663300;
	font-size: 12px;
	font-weight :  bold;
	text-align : center;
}

#rmtaArea .tbp2
{
	background-color:#996600;
	font-size: 12px;
	font-weight :  bold;
	text-align : center;
}

#rmtaArea .tbp3
{
	background-color:#484800;
	font-size: 14px;
	color:#FFF;
	font-weight :  bold;
	width:372px;
	height: 22px;
	padding-top:3px;
}

#rmtaArea .tbp4
{
	font-size: 14px;
	color:#291807;
	font-weight :  bold;
	text-align : center;
}

/* Anchor
-------------------------------------*/

a:link {
	color: #989803;
	text-decoration: underline;
}

a:visited {
	color: #989803;
	text-decoration: underline;
}

a:hover {
	color: #F75E1C;
	text-decoration: none;
}

a:active {
	color: #F75E1C;
	text-decoration: none;
}

/* 画像装飾
-------------------------------------*/

.photoArea {
	border: 1px solid #CCC;
	padding: 1px;
	width:128px;
	text-align: center;
	background-color  : #FFF;
}