@charset"Shift-JIS";

/* -------------------------------------------------------------- */
/* メインブロック */
/* -------------------------------------------------------------- */

#main_contents {
	width: 800px;
	margin: 0px auto;
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}


/* -------------------------------------------------------------- */
/* ヘッダー */
/* -------------------------------------------------------------- */

#head {margin: 15px 0px 25px;}


#head h1 {
	background: url(../images/head.jpg) #FFF no-repeat center;
	width: 800px;
	height: 350px;
	text-indent: -10000000px;
}

/* -------------------------------------------------------------- */
/* 新着ニュース */
/* -------------------------------------------------------------- */

#news_block {
	width: 750px;
	margin: 0px auto;
}

/* 見出し */

h2.news {
	background: url(../images/news.gif) #FFF no-repeat center;
	width: 90px;
	height: 95px;
	float: left;
	text-indent: -10000000px;
}

h2.blog {
	background: url(../images/blog.gif) #FFF no-repeat center;
	width: 90px;
	height: 60px;
	float: left;
	text-indent: -10000000px;
}

/* リスト */

#news_block ul {
	float: left;
	width: 640px;
	margin-left: 15px;
	padding-bottom: 15px;
	background: #FFF;
	list-style: url(../images/list.gif) disc outside;
}

#news_block ul li {
	margin-left: 25px;
	padding-left: 5px;
	padding-bottom: 7px;
}

/* ブログにジャンプ */

#news_block div.blog_link {margin-bottom: 15px;}

#news_block div.blog_link a {
	text-align: left;
	text-indent: -10000000px;
	background: url(../images/blog_more.gif) no-repeat top left;
	display: block;
	width: 90px;
	height: 20px;
}

#news_block div.blog_link a:hover {
	text-align: left;
	text-indent: -10000000px;
	background: url(../images/blog_more.gif) no-repeat bottom left;
	display: block;
	width: 90px;
	height: 20px;
}

/* -------------------------------------------------------------- */
/* オススメバナー */
/* -------------------------------------------------------------- */

#pickup {
	width: 750px;
	margin: 0px auto;
	padding-top: 10px;
}

#pickup .box {height: 70px; margin-bottom: 10px;}

#pickup img.ban {
	background: #FFF;
	padding: 1px 0px;
	float: left;
	width: 190px;
	height: 60px;
}

#pickup div.text {
	float: right;
	width: 540px;
	height: 65px;
	background: #FFF;
}

#pickup div.text h2 {
	color: #944D29;
	font-size: 14px;
}

#pickup .backlink {float: right; width: 540px; margin-top: -15px;}


/* -------------------------------------------------------------- */
/* コンテンツ */
/* -------------------------------------------------------------- */

/* 見出し */

.content {
	width: 750px;
	padding-top: 10px;
	margin: 0px auto 20px;
	background: #FFF;
}

.content h3 {
	color: #C07700;
	font: bold 25px ＭＳ 明朝;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.content h3 .eng {
	color: #FABF00;
	font: bold 16px ＭＳ 明朝;
	margin-left: -15px;
}

/* 内容 */

.content p {margin: 0px 30px 5px;}

.content ul{
	list-style: circle;
	padding-left: 45px;
}

.content li {margin-bottom: 5px;}

.content li.none {list-style: none;}

/* -------------------------------------------------------------- */
/* フッターバナー集 */
/* -------------------------------------------------------------- */

#foot_ban {
	width: 800px;
	margin: 0px auto;
	text-align: center;
}

#foot_ban img {
	margin: 0px 5px 10px;
}

/* -------------------------------------------------------------- */
/* フッターインフォメーション */
/* -------------------------------------------------------------- */

#foot_info {
	width: 800px;
	margin: 0px auto;
	text-align: center;
}

#foot_info ul li {
	list-style: none;
	display: inline;
	padding: 0px 5px;
}


/* -------------------------------------------------------------- */
/* その他 */
/* -------------------------------------------------------------- */

.clear {clear: both;}

hr {
	color: #FFF;
	border-bottom: 1px dotted #C07700;
	margin: 5px 0px 13px;
}

/* 文字装飾 */

strong {font-weight: bold; border-bottom: 2px solid #F08200;}
em {color: #675953; font-style: normal; font-weight: bold;}
.com {font-size: 10px; color: #675953; padding-left: 1px;}

/* リンク */

#main_contents a {color: #333333; text-decoration: none;}
#main_contents a:hover {color: #F08200; text-decoration: underline;}

#main_contents .backlink {text-align: right;}
#main_contents .backlink a {color: #F08200; text-decoration: none;}
#main_contents .backlink a:hover {color: #944D29; text-decoration: underline;}

li.attention{color: red;font-weight: bold;}
