@charset ”UTF-8”;

/* ------------------------------
   Title: ぷらちなトップページ用CSS
   Author: hira, delta
   Date: 2008/10/14
------------------------------ */

body {
	margin: 0px;
	padding: 0px;
	background: #bfbfbf;
    font:13px Verdana,arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}

.none {
  display: none;
}

/* 共通のデザイン */

h1,h2{
	display: none;
}

a:link {
	text-decoration: none;
	color: #00E;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #808;
}

div:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

div{
  min-height: 1px;
}

* html div{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* structure */

#container {
	position: relative;
	width: 980px;
	margin: 0px auto;
	clear: both;
	background: #fff;
}

#content {
    width:765px;
    /* background: #333; */
    float:left;
}

#side {
    width:200px;
    float:left;
}

#footer {
  width: 980px;
  float: left;
  margin-top: 15px;
}

/* ヘッダーの設定*/
#top {
	width: 980px;
	background: #fff url(../img/top/topimage.png) no-repeat;
	margin: 0 0 10px 0px;
}

div#headerset {
	overflow: hidden;
	height: 79px;
	background: #ddd url(../img/header_logo.png);
}

#topimage {
	float: right;
}

#main1 {
	position: absolute;
	top: 90px;
	left: 15px;
	width: 405px;
	height: 105px;
	vertical-align: super;
	text-align: left;
	font: 10pt/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#main2 {
	position: absolute;
	top: 218px;
	left: 15px;
	width: 405px;
	height: 105px;
	text-align: left;
	font: 10pt/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#main1 h3,
#main2 h3 {
	font: bold 11pt 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding: 3px;
	padding-top: 0px;
	line-height: 1.4;
}

#main1 p,
#main2 p {
	font: 10pt/1.4 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding: 4px;
	padding-top: 0px;
}

#main1 img,
#main2 img {
	float: left;
	clear: both;
	left: 0;
	top: 0;
	margin-right: 10px;
	_margin-right: 5px;
}

#gallery {
  position: absolute;
  top: 341px;
  left: 28px;
  width: 405px;
  height: 61px;
}

#gallery img {
  margin: 0px;
}

#gallery div {
  float: left;
  margin-right: 15px;
}

#view_latest {
	position: absolute;
	top: 440px;
	left: 25px;
	width: 395px;
	height: 24px;
}

#view_latest a {
  display: block;
  width: 395px;
  height: 24px;
}

#illustrator {
	position: absolute;
	top: 413px;
	left: 195px;
	width: 225px;
	text-align: right;
    font:14px Verdana,arial,helvetica,clean,sans-serif;
}

#amazon {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 468px;
	height: 60px;
}
/* 左側の設定*/

#feature {
  width: 735px;
  height: 190px;
  margin-left: 15px;
}

.favorite_entry,
#news {
  width: 735px;
  margin-top: 15px;
  margin-left: 15px;
}



#articleList {
  width: 735px;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 30px;
}

#linkList {
  width: 735px;
  margin-top: 15px;
  margin-left: 15px;
}

/* 特集部分(#feature)の設定*/

#feature img.left {
  float: left;
}

#feature img.right {
  float: right;
}

/* リンクリスト(#linkList)の設定 */

#linkList img.left {
  float: left;
  margin-right: 7px;
}

#linkList img.right {
  float: right;
}

/* ニュースリスト(#news)の設定 */

#newsHeader {
  width: 735px;
  height: 30px;
  background: #fff url(../img/top/h2_news.png);
}

#newsHeader a {
  display: block;
  width: 100px;
  height: 30px;
  float: right;
}

.favorite_entry_body ul,
#newsBody ul {
  margin: 0px 10px;
}

.favorite_entry_body ul li,
#newsBody ul li {
  margin-top: 5px;
}

/* おすすめ記事 */
.favorite_entry_title {
  width: 735px;
  height: 30px;
  background: #fff url(../img/top/h2_favorite.png);
}

/* これまでの記事(#articleList)の設定 */

#articleHeader {
  width: 735px;
  height: 30px;
  background: #fff url(../img/top/h2_article.png);
}

#articleBody {
  background: url(../img/top/bg_article.png) top left repeat-y;
}

#articleBody ul {
  padding: 5px;
}

#articleBody ul.left {
  float: left;
  width: 232px;
}

#articleBody ul.center {
  float: left;
  width: 240px;
}

#articleBody ul.right {
  float: left;
  width: 233px;
}

#articleBody ul li.listHeader {
  font-size: 9pt;
  min-height: 40px;
}

#articleBody ul li.listBody {
  font-size: 8pt;
  min-height: 50px;
}

#articleBody ul li.listDate {
  font-size: 8pt;
  text-align: right;
}

#articleFooter {
  width: 735px;
  height: 25px;
  line-height: 25px;
  text-align: right;
  background: #c9e4ec;
}

/* 右側の設定*/
.sideBox{
  margin-bottom: 10px;
    width:200px;
}

/* フッターのデザイン */

#credit {
  margin-left: 15px;
	float: left;
}

#siteinfo {
  margin-left: 15px;
  margin-top: 5px;
	float: left;
}

#siteRSS {
	float: right;
  margin-top: 5px;
	margin-right: 15px;
}

#copyright {
  width: 980px;
  float: left;
    font:13px Verdana,arial,helvetica,clean,sans-serif;
    background: #000;
    color: #fff;
}

#copyright p {
  padding: 10px;
}
