/*-------------------------------------
▼▼　基本
-------------------------------------*/
html
	{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	}

body
	{ 
	margin: 0;
	padding: 0;
	background:#fff;
	text-align: center;
	color: #666;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	line-height:160%;
	}

form, input
	{
	margin: 0;
	padding: 0;
	}

strong,em {font-weight: normal;}
em {font-style: normal;}

/*-------------------------------------
▼▼　リンク
-------------------------------------*/
a
	{
	color:#4600FF;
	}

a:hover
	{
	text-decoration:none;
	color:#ccc;
	}

a img
	{
	border: 0;
	}

h1, h2, h3, h4
	{
	margin:0;
	padding:0;
	}




/*-------------------------------------
▼▼　外枠
-------------------------------------*/

#container
	{
	width:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}

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

#banner
	{
	width:760px;
	height:80px;
	background:url(img/banner_bg.gif);
	}

#banner-inner
	{
	text-align:left;
	padding:15px 40px 10px 20px;
	}

#banner h1
	{
	font-size:25px;
	font-weight:bold;
	letter-spacing:2px;
	}

#banner h1 a
	{
	text-decoration:none;
	color:#FFFFFF;
	}

#banner h1 a:hover
	{
	color:#BDAFE4;
	}

/*-------------------------------------
▼▼　ディスクリプション
-------------------------------------*/
#description
	{
	width:730px;
	margin-left:10px;
	}

#description h2
	{
	color:#BDAFE4;
	font-size:12px;
	font-weight:normal;
	}


/*-------------------------------------
▼▼　メイン
-------------------------------------*/
#main
	{
	width:760px;
	padding:10px 20px;
	}



#top
{

}

#top h3
	{
	width:500px;
	font-size:16px;
	color:#000;
	text-indent:50px;
	padding-top:5px;
	}

#af
	{
	font-size:14px;
	padding:10px 10px;
	color:#000;
	}

.category
	{
	width:650px;
	margin-top:10px;
	}

.category ul
	{
	list-style-type:none;
	margin:10px;
	padding:10px;
	}

.category ul li
	{
	text-indent:20px;
	line-height:150%;
	background:url(img/point.gif) left center no-repeat;
	}

.category  ul li ul {
	margin:0px;
	padding:0px;
	color:#4600FF;
}

.category ul li ul li {
	font-weight:normal;
	margin:0px;
	padding:0px;
	border-bottom:none;
	background:url(img/point.gif) left center no-repeat;
	color:#4600FF;
}

.category  ul li ul li a:link {
	color:#4600FF;
	text-decoration:none;
	}

.category  ul li ul li a:active {
	color:#4600FF;
	text-decoration:none;
	}

.category  ul li ul li a:visited {
	color:#4600FF;
	text-decoration:none;
	}


.category  ul li ul li a:hover {
	color: #BF9FDF;
	text-decoration:none;
	}


.entry {
	margin-top:30px;
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	line-height:150%;
}

.entry-box
	{
	width:650px;
	color: #000000;
	margin-top:20px;
	padding-left:30px;
	}

.entry-box img
	{
	margin-right:15px;
	}

.entry-title
	{
	margin-bottom:20px;
	}

.entry-title h2
	{
	font-size:18px;
	background:url(img/title.gif) left center repeat-y;
	text-indent:50px;
	text-decoration:none;
	}

.entry-title h2 a
	{
	color:#000;
	text-decoration:none;
	}

.entry-title h2 a:hover
	{
	color:#BF9FDF;
	}



/*-------------------------------------
▼▼　メイン部分
-------------------------------------*/

.gotop
	{
	text-align:right;
	padding-top:20px;
	padding-bottom:20px;
	}

.cate-name {
	margin:10px 5px;
	width:690px;
	font-size:13px;
	background:#BFCAEA;
	padding:5px 10px;
}

/*-------------------------------------
▼▼　フッター部分
-------------------------------------*/

#footer
	{
	width:760px;
	background:url(img/footer.gif);
	height:50px;
	text-align:center;
	}

#footer-inner
	{
	color:#fff;
	padding-top:20px;
	padding-left:30px;
	}

#footer a
	{
	text-decoration:none;
	}