<!--テンプレート作：りぃ＠http://vveloveus.blog.shinobi.jp/-->

@charset "UTF-8";

body{
	text-align: center;
	background-color: #fff;
	color:#666666;
	margin: 0px;
	padding: 0px;
	font-size:8px;
	font-family:sans-serif;
}


#layout {
	width: 600px;
	margin:  0px auto;
	padding: 0px;
}


#header {
	height : 100px;
	margin-top:  15px;
	padding-top: 0px;
}

#main {
	width : 510px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;

}


#footer {
	clear : both;
	font-size: 10px;
	padding-top: 10px;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}


a:link {
	color:#000000;
	text-decoration:none;
}


a:visited {
	color:#000000;
	text-decoration:none;
}


a:hover {
	color: #ffffff;
        background-color: #000000;
	text-decoration: none;
        cursor: crosshair;
}


a:active {
	color:#000000;
	text-decoration:none;
}



/*タイトル部分
------------------------------------------------------------*/


/*サイトタイトル*/


.site_title {
	text-align: center;
         color: #666666;
	font-size: 12px;
	margin: 15px 0px 10px 0px;
	font-family: "Century Gothic",Osaka,sans-serif ;
}


/*サイト説明文*/

.site_intro {
	text-align: center;
	font-size: 10px;
	color:#bababa;
	letter-spacing:2px;
}


/*エントリー
--------------------------------------------------*/


/*エントリーテーブル（1ブロック）*/

.entry_table{
	width: 510px;
         font-size: 10px;
         color: #666666;
	margin: 0px 0px 10px 0px;
	border:1px solid #999;
	background-color: #fff;
         padding: 2px 0px 2px 0px; 
}


/*エントリー：ナビゲーショ

.entry_title
    { font-size: 10pt;
      font-weight: bold;
      color: #666;
      margin: 0px;
      padding: 2px 0px 2px 0px; 
      background-color: #fff;
      text-align: center}