@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;　
}

#content {
	width: 800px;
	font-size: 12px;
	line-height: 150%;
}

#header {
	width: 800px;
	border-bottom: 1px solid #CCCCCC;
}

#headtitle {
	float: left;	
}

.conm {
	float: right;
}

#cont {
	width: 800px;
	background: url(../images/menu_bg.gif) top left repeat-y;
}

#main {
	width: 584px;
	float: right;
}

.photo_right {
	float: right;
	padding: 0px 0px 5px 5px;
}

.photo_left {
	float: left;
	padding: 0px 5px 5px 0px;
}

#menu {
	width: 216px;
	float: left;
}

#navi {
	width: 216px;
	height: 840px;
	padding: 11px 0px 0px 0px;
	background: url(../images/navi_bg.jpg) top no-repeat;
}

#navi ul {
	list-style-type: none;
}

#navi li {
	display: inline;
}

#footer {
	clear: both;
	width: 800px;
	text-align: right;
	padding-bottom: 5px;
}

#i_footer {
	clear: both;
	width: 800px;
	height: 30px;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

#i_footer ul {
	list-style: none;
	padding-top: 5px;
}

#i_footer li {
	display: inline;
}

#i_footer li a.left {
	padding: 0px 3px 0px 5px;
	border-left: 1px solid #CCCCCC;
}

#i_footer li a.right {
	padding: 0px 5px 0px 0px;
}

#i_footer a:link, #i_footer a:visited, #i_footer a:active {
	color: #0066CC;
	text-decoration: none;
}

#i_footer a:hover {
	color: #0066CC;
	text-decoration:underline;
}


#header:after, #cont:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	width: 624px;
}

#header, #cont {
	display: inline-table;
}

/*  \*/
*html#header, *html#cont {height: 1%;}
#header, #cont {display: block;}
/* */
