@charset "UTF-8";
*{
    margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #504634;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 10px 0;
}

img,img a {
	border: 0;
}

h1 {
    color: #4B5360;
	font-size: 24px;
}
h2 {}
h3 {}
h4 {}
h5 {}

a {
	color: #464544;
}

a:hover {
	color: #FFA405;
}

p{
    padding: 5px 0;
}

table{
	border-collapse: collapse;
}

.red{
	color: #FF0000;
}

.bold{
	font-weight: bold;
}

.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}

.clear{
    clear: both;
}
.clear_left{
    clear: left;
}

.small{
    font-size: 12px;
}

/*全体*/

div#wrapper{
	width:800px;
	margin: 0 auto;
	color: #300000;
	background:#D9D1BC;
	position: relative;
}

/*ヘッダー*/
div#header{
	padding: 0 0 0 287px;
	background-image: url(../img/header.jpg);
	background-position: left;
	background-repeat: no-repeat;
    height: 140px;
}

div#header div#h1_title{
    position: absolute;
	top: 10px;
    left: 300px;
    width: 245px;
    color: #4B5360;
	font-weight: bold;
}

div#header div#meta{
    position: absolute;
	top: 10px;
    left: 524px;
	height: 100px;
	padding: 8px 8px 8px 60px;
}

/*検索*/
div#header div#search{
    position: absolute;
    width: 485px;
    top: 65px;
    left: 300px;
	text-align: center;
}

/*メニュー*/
div#header div#menu{
    position: absolute;
    width: 485px;
    top: 104px;
    left: 300px;
	color: #FFFFFF;
    background-color: #4B5360;
    padding: 9px 0;
	text-align: center;
}
div#header div#menu a{
    color: #FFFFFF;
    text-decoration: none;
}
div#header div#menu li {
    list-style: none;
    display: inline;
    color: #FFFFFF;
}

/*ボディー*/
div#body {
    padding-top: 3px;
    background-color:#FFFFFF;
}

/*ディレクトリ*/
div#directory {
    float: left;
    width: 195px;
}
div#directory h2 , div#directory h3{
    font-size: 14px;
    color: #FFFFFF;
    padding: 4px 0 5px 39px;
    background: #847A67;
}

div#directory li {
    background: #D4CAB6 left url(../img/bullet.gif) no-repeat;
    border-top: 1px solid #F4EFDF;
    list-style: none;
    font-size: 12px;
    padding: 7px 0 8px 35px;
}

div#directory a {
    text-decoration: none;
    color: #000000;
}

div#directory a:hover {
    text-decoration: underline;
}

div#directory .ad{
    text-align: center;
    width: 195px;
	background-color: #D4CAB6;
	margin-top: 4px;
}  

/*アバウト*/
div#about{
    float: right;
    width: 602px;
}

div#about .inner{
    padding: 6px 12px;
    background: #D4CAB6;
    margin-bottom: 4px;
}

div#about .inner ul,div#about .inner ol{
    list-style-position: inside;
	line-height: 150%;
}
.navigation , .navigation a{
	padding: 0 0 5px 0;
}

/*ピックアップ*/
ul.pickup{
    margin: 10px 0;
	text-align: center;
}
ul.pickup li{
    list-style: none;
	float: left;
	width: 128px;
	height: 198px;
	padding: 0 5px 10px 5px;
}

/*カテゴリーページ*/
ul.sub_category{
    width: 100%;
    list-style-position:inside;
    list-style-image: url(../img/folder.gif);
}
ul.sub_category li{
    float: left;
    width: 180px;
	padding: 5px 0;
}

div.log{
    margin-bottom: 15px;
}
div.log div.site_tn{
    float: left;
	width: 128px;
}
div.log div.site_data{
    float: right;
	width: 432px;
	padding: 0;
}
div.log div.site_data p.site_title{
	padding-top: 0;
	font-size: 16px;
}
div.log div.site_meta{
    clear: both;
	font-size: 12px;
	color: #006600;
	text-align: right;
}

/*修正削除*/
div.enter{
    margin: 0 0 15px 0;
}
div.log_enter{
    float: left;
    width: 240px;
}

div.ad2{
    width: 300px;
	float: right;
}

/*新規登録画面*/
ol.regist{
    line-height: 200%;
}

/*サイトマップ*/
ul.sitemap{
    margin: 15px 0;
}
ul.sitemap li.main_category{
    clear: left;
    list-style-image: url(../img/folder.gif);
	padding-bottom: 10px;
}
ul.sitemap li.sub_category{
    float: left;
	width: 180px;
    list-style-type: none;
	padding-bottom: 10px;
}
/*フッター*/
div#footer{
    clear:both;
	font-size: 12px;
    text-align: center;
	padding: 10px 0;
}


