/* ページの段組　div定義 */
#continer{
	position	: relative;
	width		: 900px;
	margin		: 0	auto;
	background-color: #ffffff;
}

#head{
	width		: 900px;
	height		: 150px;
}


#navi{
	color		: #ffffff;
	width		: 900px;
	height		: 22px;
	padding		: 3px 0 0 0;
	text-align	: right;
	background-image: url("../images/navi.jpg");
}

#menu_l{
	top		: 250px;
	width		: 225px;
	float		: left;
	margin-left	: 10px;
}

#main{
	top		: 250px;
	width		: 625px;
	margin-left	: 25px;
	float		: left;
}

#menu_r{
	top		: 250px;
	width		: 200px;
	float		: right;
}

#foot{
	color		: #ffffff;
	bottom		: 0;
	width		: 900px;
	height		: 22px;
	padding		: 3px 0 0 0;
	text-align	: center;
	background-color: #FFE7DD;
	background-image: url("../images/navi.jpg");
	clear		: both;
}

#both{
	clear		: both;
}

body	{
	font-family     : "ＭＳ Ｐゴシック",arial,Osaka,sans-serif; 
	color		: #000000;
	font-size	: 14px;
	border-width	: 0px;
	margin		: 0em;
	background-color: #ffffff;
}

A:Link, A:Visited, A:Active{
	text-decoration : none;
	color : #000CFF;
}

/* 下線が出るのを防ぐ（IE4、NC4.x） */

A:Link:Hover,A:Visited:Hover{
	background-color : pink;
	color : #ffffff;
}


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

h1,h2,h3,h4,h5,h6 {
	display		: inline;
}

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

img {
	border		: 0;
}

dd {
	margin-left	: 1em;
}

/* =========== end ============== */