/* ページの段組　div定義 */

#container{
	width		: 800px;
	margin		: 0px;
	text-align	: center;
	margin-left	: auto;
	margin-right: auto;
	background-color	: #FFFFFF;
}

#header_cm{
	width		: 98%;
	height		: 15px;
	font-size	: 10px;
	text-align	: left;
}

#header{
	width		: 786px;
	height		: 120px;
}

#navigation{
	width		: 98%;
	height		: 25px;
}

#content{
	width		: 98%;
}

#cm{
	width		: 98%;
	height		: 80px;
}

#footer{
	width		: 98%;
	height		: 25px;
	text-align	: center;
}

html	{
	overflow	: hidden;
}

body	{
	font-family     : "ＭＳ Ｐゴシック",Batang,serif;
	color		: #5F5F5F;
	font-size	: 14px;
	background-color	: #FFFEEA;
}

A:Link, A:Visited, A:Active{
/*	text-decoration : none; */
	color		: #5F5F5F;
}

A.linker {
	padding-left	: 20px;
	background		: url(../images/f2_c.gif) no-repeat left;
}
A.linker:hover {
	padding-left	: 20px;
	background		: url(../images/f2_o.gif) no-repeat left;
}

A:Link:Hover,A:Visited:Hover{
	color : red;
}

h1,h2,h3	{
	display		: inline;
}

em   {
	color            : red;
	font-style       : normal; 
	font-weight      : normal; 
}

strong {
	color            : red;
	font-style       : normal; 
	font-weight      : bold; 
}

img {
	border		: 0px;
}

div.both{
	clear		: both;
}

div.menu{
	width		: 248px;
	float		: left;
}

div.main{
	width		: 536px;
	float		: left;
}
div.menu_h{
	width		: 220px;
	height		: 30px;
	line-height	: 30px;
	text-align	: center;
	margin-left	: auto;
	margin-right: auto;
	background-image	: url("../images/menu_back.png");
}
div.menu_d{
	width		: 180px;
	text-align	: left;
	padding-left: 40px;
	margin-bottom	: 10px;
	margin-left	: auto;
	margin-right: auto;
}

div.main_h{
	width		: 500px;
	text-align	: left;
	margin-bottom	: 10px;
	margin-left	: auto;
	margin-right: auto;
	background-color	: #FFE2E2;
}
div.main_d{
	width		: 500px;
	margin-bottom	: 10px;
	margin-left	: auto;
	margin-right: auto;
}

span.menu_active{
	padding-left	: 20px;
	background		: url(../images/f2_o.gif) no-repeat left;
}
/* =========== end ============== */