@charset "utf-8";
/* CSS Document */

@import "top.css";
@import "conts.css";

/* リセット */
body,h1,h2,h3,h4,h5,ol,ul,li,dl,p,dd,form {
	margin:0px;
	padding:0px;
	}
	
img {
	vertical-align:bottom
	}
	
address {
	font-style: normal;
}
	
body {
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	}

/*文字サイズ*/
body.fontL {
	font-size:120%;
	line-height: 120%;	
}
body.fontM {
	font-size:100%;
	line-height: 100%;	
}
body.fontS {
	font-size:80%;
	line-height: 80%;	
}

* html .logo{
	behavior: expression(IEPNGFIX.fix(this));
}

/* ラップ */
.wrap {
	width:950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

/* コンテンツ */
.conts {
	font-size:0.8em;
	line-height:1.8em;
	margin-top:20px;
}

/* ヘッダー */
.header {
	height:100px;

}
.logo {
	float: left;
	margin-top: 25px;
}
.logo a {
	width: 200px;
	height: 58px;
	display:block;
	}
.header_side {
	width: 650px;
	float: right;
	}
.header_navi {
	background-repeat: no-repeat;
	height: 15px;
	padding-top: 20px;
	background-position: right top;
}

.header ul {
	list-style:none;
}
.header li {
	float: right;
	display:block;
	font-size:1px;
	line-height:1px;
	margin-right: 10px;
}

.header #fontsize {
	margin-top: 10px;
	height:20px;
}
.header h1 {
	font-size: 10px;
	line-height: 12px;
	color: #999;
	margin-top: 10px;
	text-align: right;
	font-weight: normal;
	}

/* フッター*/
.footer {
	background-color: #333;
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	background-image: url(../images/footer_bg.jpg);
}
.footer .footer_main {
	width: 950px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.footer .footer_main .copy {
	float: left;
	width: 650px;
	text-align: left;
}
.footer .footer_main .info {
	float: right;
	width: 300px;
	text-align: right;
}
.footer .footer_main a {
	color: #FFF;
	text-decoration: none;
}
.footer .footer_main a:hover {
	color: #F99;
}

/* ナビ　*/
.navi {

}
.navi li {
	list-style-type: none;
	float: left;
	}
.navi li span {
	display:none;
	}
	
/* サイドナビゲーション　*/
.submenu {
	float: right;
	width: 210px;
}

/* お問い合わせ　*/
.contactbox {
	background-image: url(../images/contact_bg.gif);
	background-repeat: no-repeat;
	height: 172px;
	width: 200px;
	padding: 5px;
	}
.contactbox img ,.searchbox img {
	margin-bottom:10px;
	}
	
/* 検索　*/
.searchbox {
	background-image: url(../images/search_bg.gif);
	height: 85px;
	width: 200px;
	margin-top: 10px;
	background-repeat: no-repeat;
	padding: 5px;
	
	}

/* ブログリスト */
.bloglist {
	background-image: url(../images/bloglist_bg.gif);
	margin-top: 10px;
	padding: 5px;
	height: 140px;
	}
.rss_box {
	 padding: 0px;
}
.rss_box li {
	list-style:none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F96;
	}

.rss_title, rss_title a {
	font-size: 12px;
	font-weight:bold;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 2px;
	color: #999;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 10px;
	color: #F93;
	text-decoration : none;
}

.rss_item a:hover {
	font-weight: bold;
	font-size: 10px;
	text-decoration : underline;
	color: #F66;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}

