/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 780px;
		}

	/* ヘッダーの横幅 */
	#header	{
		width: 780px;
		}

	/* メインの横幅 */
	#main	{
		width: 780px;
		}

	/* コンテンツ部分の横幅 */
	#center	{
		width: 600px;
		}

	/* サイドバーの横幅 */
	#left	{
		width: 180px
		}

	#right	{
		width: 180px;
		}

	/* フッターの横幅 */
	#footer	{
		width: 780px;
		}


/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */


body	{
	background-color: #fff;
	}

#container {
	background-color: #fff;
	}

#header	{
	background-color: #fff;
	}

#main	{
	background-color: #fff;
	}
	
#center {
	background-color: #fff;
	}

#right {
	background-color: #fff;
	}

#left {
	background-color: #fff;
	}

#footer	{
	background-color: #fff;
	}


/* ++++++ その他設定 ++++++ */

body {
	text-align: left;
	margin: 0px 0 30px 0;
	padding: 0px;
	}

#container {
	float: left;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #cccccc;
	}
#header {
	margin: 0;
	padding: 0;
	}
#main {
	float: left;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0px;
	}

#left {
	float: left;
	margin: 0;
	padding: 0;
	}

#center {
	float: left;
	padding: 0;
	margin: 0;
	}

#right {
	float: left;
	margin: 0;
	}

#footer	{
	clear: both;
	margin: 0px;
	padding: 0px;	}

#recent {
	margin-bottom: 0;
	}

#archives {
	margin-bottom: 0;
	}

/* +++++++++++++++++++++ フォントの種類設定 +++++++++++++++++++++ */
#container	{
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅";
	font-size: 12px;
	color: #333;
	line-height: 120%;
	}
	
#container a:link	{
	color: #0066ff;
	}

#container a:visited	{
	color: #0066ff;
	}

#container a:hover	{
	color: #666;
	}

#container a:active	{
	color: #999;
	}
	
/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* ++++++ ヘッダー部分のデザイン ++++++ */

#header	{
	font-size: 12px;
	}

#header td	{
	font-size: 12px;
	line-height: 130%;
	}

#header td.white	{
	font-size: 12px;
	line-height: 130%;
	color: #FFF;
	padding:5px;
	}

#header img	{
	margin: 5px 0 5px 0;
	padding: 0;
	}

#header p {
	text-align: right;
	margin: 8px 10px 0 0;
}

#header a:link	{
	color: #fff;
	}

#header a:visited	{
	color: #fff;
	}

#header a:hover	{
	color: #fff;
	}

#header a:active	{
	color: #fff;
	}

.lyt_header_bg {
	 background: url(http://www.interist.com/img/img_head_bg_01.jpg) no-repeat right 0;
}
	
/* ++++++ ナビ部分のデザイン ++++++ */
#navi	{
	color: #fff;
	}

#navi a:link	{
	color: #fff;
	}

#navi a:visited	{
	color: #fff;
	}

#navi a:hover	{
	color: #fff;
	}

#navi a:active	{
	color: #fff;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */
/* サブメニュー */
ul.sub_navi {
	list-style-type:none;
	margin:10px 0 0 10px;
	padding:0;
	width: 578px;
}

ul.sub_navi li {
	float: left;
	margin:0 20px 3px 0;
	padding:0 0 0 15px;
	background: url(http://www.interist.com/img/img_navi_icon.gif) no-repeat 0 center;
}
* html ul.sub_navi li {
	margin-bottom:15px;
}

/* サービスメニュー */
.lyt_service {
	float:left;
	width:186px;
	margin:-3px 2px 0 2px;
	padding:0;
}
.lyt_service p {
	margin: 8px 0 8px 8px;
	padding: 0 8px 10px 0;
	border-right: 1px dashed #cccccc;
}
.service {
	margin: 10px 10px 20px 13px;
}
.service h2	{
	background-image:url(http://www.interist.com/img/img_title_bg.jpg);
	background-repeat: no-repeat;

	height: 30px;
	font-size: 14px;
	color: #333333;
	line-height: 200%;

	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	}

/* ブログタイトル部分 */
#blog-title {
	background-image:url(http://www.interist.com/img/img_recipi_bg_top.jpg);
	background-repeat: no-repeat;
	width: 414px;
	height: 126px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 10px;
	}

#blog-title h1 {
	font-size: 16px;
	color: #FB7922;

	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 50px;
	}

#blog-title p {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 50px;
	}

/* エントリー部分 */
.entry	{
	margin: 0 10px 15px 12px;
	padding: 0 0 10px 0;
	clear:both;
	}

.entry h1	{
	background-image:url(http://www.interist.com/img/img_title_bg.jpg);
	background-repeat: no-repeat;

	height: 30px;
	font-size: 14px;
	color: #333333;
	line-height: 200%;

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	}

.entry h2	{
	background-image:url(http://www.interist.com/img/img_title_bg.jpg);
	background-repeat: no-repeat;

	height: 30px;
	font-size: 14px;
	color: #333333;
	line-height: 200%;

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	}

.entry h3	{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 0px;
	}

.entry td	{
	font-size: 12px;
	line-height: 130%;
	}
	
.entry td.top-td	{
	font-size: 10px;
	line-height: 130%;
	}

.entry p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 150%;
	}

p.entry-top {
	margin: 0px;
	padding: 0px;
	}

.entry p.posted	{
	text-align: right;
	font-size: 10px;
	line-height: 150%;
	color: #666;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}

.entry img	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	border-width: 0px;
	}

.entry-page	{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	}

.entry-page a	{
	color: #666;
	}

.entry-page a:hover	{
	color: #AD5D59;
	}

/* 前後のエントリーへのリンク */

#entrylink	{
	color: #666;
	}

#entrylink a	{
	color: #666;
	}

#entrylink a:hover	{
	color: #AD5D59;
	}

#entrylink p	{
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: left;
	}

/* トラックバック */

#trackbacks	{
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2	{
	font-size: 12px;
	margin-bottom: 0px;
	}

#trackbacks p	{
	font-size: 12px;
	color: #fff6;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
	border-top: dotted 1px #ccc;
	padding-top: 20px;
	}

#trackbacks a	{
	color: #666;
	}

/* コメント */

#comments	{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2	{
	border-bottom: dotted 1px #ccc;
	font-size: 12px;
	color: #666;
	}

#comments p	{
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#comments p.posted	{
	color: #666;
	padding-left: 40px;
	margin-bottom: 10px;
	border-bottom: solid 0px #ccc;
	}

#comments div	{
	border-style: none;
	}

#comments h2#com02	{
	border-top: dotted 1px #ccc;
	padding-top: 40px;
	}

#comments form div	{
	border-top: none;
	padding-top: 0px;
	}

#comments a	{
	color: #666;
	}

/* ++++++ サイドバー部分のデザイン ++++++ */


/* メニュー */
.left_banner {
	margin: 10px 0 40px 0;
	}

/* 新着情報 */
#recent {
	text-align:left;
	font-size: 12px;
	margin: 0 10px 0 12px;
	padding-bottom: 10px;
	}
#main p.recent_all {
	text-align:right;
	margin: -34px 15px 10px 0;
}

.recent-body{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	}

#recent h2	{
	background-image:url(http://www.interist.com/img/img_title_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 14px;
	color: #333333;
	line-height: 200%;

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	}
	
#recent h3	{
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	line-height: 180%;
	margin: 2px 10px 4px 10px;
	padding: 3px 5px 8px 10px;
	border-bottom: 1px dashed #cccccc;
	}
#recent h3 a:link,#recent h3 a:visited	{
	font-weight: normal;
}

#recent p	{
	font-size: 12px;
	color: #333;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	}

/* ニュースページ */
.news_list {
	list-style-type: none;
	margin: 0 13px 0 0;
}
/* Firefoxhack */
html>/**/body .news_list {
	margin-left:-30px;
}
	.news_list li {
		line-height: 180%;
		border-bottom: 1px dashed #cccccc;
		padding: 0 5px 5px 10px;
		margin: 5px 0 5px 0;
	}
		#main ul.news_list li a:link, #main ul.news_list li a:visited {
			font-weight: normal;
		}


/* カテゴリーメニュー */
#category 	{
	text-align:left;
	font-size: 12px;

	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	}

#category-title 	{
	background-image:url(http://www.interist.com/img/img_menu_bg.jpg);
	background-repeat: no-repeat;
	color: #333;
	height: 27px;

	font-size: 12px;
	font-weight: bold;
	line-height: 220%;
	padding-left: 25px;
	padding-right: 25px;
	margin:0px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

#subcategory ul	{
	margin: 0;
	padding: 0;
	}


#subcategory li	{
	font-size: 12px;
	line-height: 200%;
	list-style-type: none;
	background: url(http://www.interist.com/img/img_menu_list.gif) no-repeat 10px 0.5em;
	padding-left: 25px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	}

#subcategory li.last	{
	font-size: 12px;
	line-height: 200%;
	list-style-type: none;
	background: url(http://www.interist.com/img/img_menu_list.gif) no-repeat 10px 0.5em;
	padding-left: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	}

/* バナー */
#banner 	{
	text-align:left;
	margin: 0;
	}

#banner img {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

/* ++++++ フッター部分のデザイン ++++++ */

#footer td	{
	font-size: 12px;
	color: #333;
	line-height: 150%;
	}

#footer td.copyright 	{
	padding: 14px 0 10px 0;
	font-size: 11px;
	color: #fff;
	}
	#footer td.copyright span	{
		font-size: 12px;
		color: #fff;
	}

/* トップページ説明部分 */
.description {
	margin:0 20px 0 20px;
}
