@charset "UTF-8";


/* body */
body
{
	background-color : #FFF;
	color : #333;

	font-size 		 :	15px;
	line-height	     :	100%;
	font-family		 : "ＭＳ Ｐゴシック", "MS UI Gothic", "メイリオ" , Osaka , "HG PゴシックB Sun" ;

}
/* -------------------- */

/* link */
#TopMenuBar a,
#main_table a,
#about a,
#mailform a,
#link a,
.m_index a
{
	text-decoration: none;
	font-weight: bolder;
	color : #8b4513;
}

#TopMenuBar a:hover,
#main_table a:hover
{
	color: #b22222;
	background-color: #fffacd;
}

#about a:hover,
#mailform a:hover,
#link a:hover,
.m_index a:hover
{
	text-decoration: underline;
	color: #b22222;
}


/* -------------------- */

/* Top Bottom */
#TopMenuBar,
#BottomBar
{
	color: #331907;
	background-color: #f5deb3;
	font-size: 13px;
}

#BottomBar
{
	font-size: 13px;
	text-align: center;
	margin-top: 1em;
}

/* #Main */
body
{
	background-image: url("./img/mchop_logo_mid.gif") ;
	background-repeat: no-repeat;
	background-position: 99% 50px;

}
/* -------------------- */

/* TOP TABLE */
#main_table
{
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #f5deb3;
	text-align : left;
}

#main_table .tb_title,
.m_title
{
	/* background-color: #f5deb3; */
	background-image: url("./img/menu_back.gif");
}

#main_table #Infomation
{
	padding: 0.5em 5px 0.5em 10px;
	font-size: 13px;
	height: 252px;
	overflow: auto;
	overflow-x: hidden; /* IE専用 */
}
/* -------------------- */

#Infomation hr,
#mailform hr
{
	border-width: 1px;
	border-style: dotted;
	border-color: #f5deb3;
}


/* -------------------- */
#about
{
				padding: 0em 0.5em 0em 5em;
				text-align: left;
}

#about dl
{
				margin: 0px;
				padding: 0px;
}			
			
#about	dt
{
				font-weight: bold ;
				font-size  : 110%;
				margin-top: 0.5em;
				margin-bottom: 0.5em;
}

#about	dd	
{
				margin-bottom: 1.5em;
}
/* -------------------- */

/* ads */
#ads_tate
{
	float:right;
	margin-top:175px;
	padding-left: 5px;
	border-width: 0px 0px 0px 2px;
	border-style: dotted;
	border-color: #f5deb3;
}

/* -------------------- */
/* メールフォーム*/
#mailform table
{
	margin-top: 2em;
}

#mailform td
{
	padding: 5px;
}

#mailform .kakunin
{
	border-width: 1px;
	border-color: #d2b48c;
	border-style: solid;
}

#mailform .td1,
#mailform .td2
{
	border-Bottom: 1px #d2b48c dotted;
}
#mailform .td1
{
	font-weight: bold;
}

#mailform .td2
{
	color: #8b4513;
}

#mailform input,
#mailform textarea
{
	border-width: 1px;
	border-color: #d2b48c;
	border-style: solid;
}


#mailform .button
{
	border-width: 2px;
	border-color: #d2b48c;
	border-style: solid;
	
	background-color: #FFF;
	color:#333;
}

#mailform h3
{
	margin-left: 1em;
	text-align: left;
	text-decoration: underline;
}

#mailform .mess
{
	margin: 0.5em;
}

/* -------------------- */
.m_index	{
				width : 600px;
				border : 3px double #deb887;
			}

.m_title	{
				font-weight: bold ;
				color : #696969;
			}
.m_index td	{
				border-bottom: 1px dotted #deb887;
			}
.td_bottom	{
				border-bottom: 0px dotted #FFF;
			}
/* -------------------- */
#Main h3
{
	margin-left: 1em;
	text-align: left;
	text-decoration: underline;

}
/* -------------------- */
#link li
{
 	list-style-type: none;
	margin-bottom: 0.5em;
}
/* -------------------- */
