/* CSS Document */

body {
	margin:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:83%;
	line-height:170%;
	letter-spacing:0.1em;
	color:#383636;
	border-top:5px solid #333;
}


/*============共通項目============*/

h1 {
	background-image:url(img/back-h1.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:30px;
	padding-left:35px;
	border-bottom:1px solid #ccc;
	font-size:25px;
	padding-top:8px;
}
h2 {
	background-image:url(img/back-h2.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:20px;
	padding-left:23px;
	border-bottom:1px solid #ccc;
	font-size:18px;
}

a:link {
	color:#369;
}
a:visited {
	color:#36c;
}
a:hover {
	color:#369;
	text-decoration:overline;
}

img {
	border:0;
}

img.right {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
img.left {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
/*============レイアウト関係============*/

div.wrapper {
	width:800px;
}

div#headline {
	text-align:center;
		width:800px;
}
div#headline div.wrapper {
	text-align:right;
}
div#container {
	width:800px;
}

div#main {
	width:600px;
	float:right;
	text-align:left;
}
div#side {
	width:180px;
	float:left;
}

div#footer {
	clear:both;
	padding-top:10px;
	text-align:center;
	width:800px;
}

div#footer div.wrapper{
	border-top:3px solid #333;
	text-align:right;
}

/*============トップページ関係=================*/


div#baner table {
	height:240px;
	clear:both;
	text-align:center;
	width:800px;
}

div#chara {
	background-image:url(img/back-entry.gif);
	background-repeat:repeat-x;
	background-position:top;

}
div#chara div.wrapper {
	background-color:#fff;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	text-align:left;
}

table.image{
	width:325px;
	text-align:center;
	background-image:url(img/back-charaimage.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-right:1px solid #ccc;
}
img.top-chara {
	padding-left:100px;
}

div.charaname {
	float:right;
	width:470px;
}

div.contents1 {
	float:left;
	padding:35px 0 20px 50px;
	width:400;
}

div.contents1 img {
	margin-top:10px;
}

div.contents2 {
	float:right;
	padding-top:20px;
	padding-bottom:20px;
	width:400;
}

/*======新着エントリーのスペース=============*/

div#data {
	clear:both;
	width:400px;
}
div.entry {
	text-align:left;
	width:400px;
	float:right;
	padding-top:20px;
}



table.image-space {
	width:330px;
	float:left;
	vertical-align:bottom;
}
div#data table.image-space {
	height:200px;
}

/*======データテーブル=============*/

table.detail {
	border:1px solid #333;
}
table.detail td{
	border-bottom:1px solid #ccc;
	padding:3px;
}
