.btn {

}
.center {
	text-align: center;
}


body {
	margin: 0px;
	padding: 15px 0px 0px;
	text-align:center;
}

td {
	font-size: 12px;
	line-height: 180%;
	color: #333;
}

#main_td {
	padding-top: 18px;
	padding-bottom: 18px;
}

p,form,h1,h2,h3,h4 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}

/*ID
-----------------------------------------*/
div#all {
	width:900px;
	text-align:left;
	margin:10px auto;
}

div#content {
	margin:10px;
}

img#tit {
	margin:135px 0 150px 130px;;
}

/*menu----*/
table#menu_link a:link {
	color:#815c42;
}
table#menu_link a:visited {
	color:#815c42;
}
table#menu_link a:hover  {
	color:#483324;
}
p#menu_link_top a {
	color:#888;
}


/*文字用クラス
-----------------------------------------*/

.f_red {
	color:#990100;
}
.f_yello {
	color:#b69254;
}
.f_gray {
	color:#333;
}
.f_gray_d4d_9em {
	color:#99a3a4;
	font-size: .9em;
	line-height:1.0em;
}
.txt_right {
	text-align: right;	/*テキスト右寄せ*/
}
.f_9em {
	font-size: .9em;
}

/*リンク設定
-----------------------------------------*/
	
a:link {
	color: #935124;
	text-decoration: none;
}

a:visited {
	color: #935124;
	text-decoration: none;
}

a:hover {
	color: #EA3200;
}

.link_gray a:link {
	color: #666666;
}

/*ラインレイアウト
-----------------------------------------------------*/
.bottom_line_999 {
	border-bottom:1px solid #999;
}

.bottom_dotted {
	background: url(../common/dotted.gif) repeat-x bottom;
}

/*共通部分レイアウト
-------------------------*/
td.bottom_line {
	border-bottom:1px solid #cccccc;
}


/*共通レイアウト用クラス
-----------------------------------------*/

.p_top5 {
	padding-top: 5px;
}

.p_top10 {
	padding-top: 10px;
}

.p_top15 {
	padding-top: 15px;
}

.p_top20 {
	padding-top: 20px;
}

.p_top25 {
	padding-top: 25px;
}

.p_top30 {
	padding-top: 30px;
}

.p_left10 {
	padding-left: 10px;
}


.p_left15 {
	padding-left: 15px;
}

.p_right30 {
	padding-right: 30px;
}



.p_LR10 {
	padding-left: 10px;
	padding-right: 10px;
}

.p_tb5 {
	padding-top: 5px;
	padding-bottom: 5px;
}


.p_tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.m_R10 {
	margin: 0 10px 0 0;
}


.m_tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m_b5 {
	margin-bottom: 5px;
}

.m_b10 {
	margin-bottom: 10px;
}

.m_b15 {
	margin-bottom: 15px;
}

.m_b20 {
	margin-bottom: 20px;
}

.m_b25 {
	margin-bottom: 25px;
}

.m_b30 {
	margin-bottom: 30px;
}

.m_b40 {
	margin-bottom: 40px;
}
.notice {
	text-indent: -1em;
	margin-left: 1em;
}

.m_tb120 {
	margin:100px 0;
}

.top_ob {
	width:900px;
	border:1px solid #ccc;
	margin: 0 auto;
}

