/* CSS Document */

/* ------------------------------------------------------------
　基本
------------------------------------------------------------ */
body {
	margin:0;
	padding:0;
}
img { border: none;}

/*#common_main {
	font-size:medium;}*/

#common_main a { color: #000; text-decoration:none;}
#common_main a:hover { color: #EF0000;}

.clearfix:after{
	content:",";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{ display:inline-block;}
/* Hide MAC IE \*/
* html .clearfix{ height:1%;}
.clearfix{ display:block;}
/* */

/* ----------------------------------------------------------------
　パンくず
---------------------------------------------------------------- */
div.bread-crumbs {
	margin: 4px 0px 0px 5px;
	padding-bottom:4px;
}
div.bread-crumbs a:link { color: #000; text-decoration: none;}
div.bread-crumbs a:visited { color: #000; text-decoration: none;}
div.bread-crumbs a:hover { color: #00f; text-decoration: underline;}
div.bread-crumbs a:active { color: #00f; text-decoration: underline;}

/* ------------------------------------------------------------
　タイトル
------------------------------------------------------------ */
#title {
	display:inline;
	width:640px;
	height:40px;
	margin:0;
	padding:0;
}
#title h1 {
	float:left;
	height:40px;
	width:390px;
	margin: 0;
	padding:0;
	text-indent:-9999px;
	background:url(./images/title.gif) no-repeat;
}
#title h1 a {
	display:block;
	height:40px;
	width:390px;
	text-decoration: none;
	background:url(./images/title.gif) no-repeat;
}
#feed{
	float:left;
	height:40px;
	width:20px;
	margin: 0;
	padding:0;
	text-indent:-9999px;
	background:url(./images/feed.gif) no-repeat;
}
#feed a {
	display:block;
	height:40px;
	width:20px;
	text-decoration: none;
	background:url(./images/feed.gif) no-repeat;
}
#topb{
	float:right;
	height:40px;
	width:90px;
	margin: 0;
	padding:0;
	text-indent:-9999px;
	background:url(./images/top_b2.gif) no-repeat;
}
#topb a {
	display:block;
	height:40px;
	width:90px;
	text-decoration: none;
	background:url(./images/top_b2.gif) no-repeat;
}
#topb a:hover {
	background:url(./images/top_b.gif) no-repeat;
}
#title img {
	margin: 0;
	padding:0;
}

/* ------------------------------------------------------------
　ナビゲーション
------------------------------------------------------------ */
#navi{
	clear:both;
	height:35px;
	margin:0;
	padding:0 0 0 3px;
	background:url(./images/navi_bg.gif) repeat-x;
}
#navi ul{
	margin:0;
	padding:0;
	list-style:none;
}
#navi li{
	float:left;
	color:#FF3300;
	font-size:10px;
	text-align:center;
	list-style:none;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
}
#navi li a{
	display:block;
	height:28px;
	width:65px;
	margin:0 1px 0 0;
	padding:7px 6px 0 6px;
	line-height:1.2;
	color:#000000;
	text-decoration:none;
}
#navi li a:hover{
	color:#FFF;
	text-decoration:none;
	background:url(./images/navi.gif) no-repeat;
}
