/* --------------------------------------------------
	2007/1/5
	「dank hearts」
 --------------------------------------------------- */

/* べース */
*{ margin:0;padding:0;}
img{border:none;vertical-align:top;}
.clear{clear:both;}
p {margin:0;padding:0;}

a {color:#98CC00;text-decoration:none;}
a:hover {text-decoration:underline; }


/* フォントカラー */
.font-color-gray {
	color:#888888;
	}

.font-color-orange {
	color:#FF9933;
	}
	
.font-color-red {
	color:#FF0000;
	font-weight:bold;
	}
	
	
/* 	ボディー */
body {
	margin:0;
	padding:0;
	text-align:left;
	background-color:#dddddd;
	font:75%/1.5em "ＭＳ Ｐゴシック", Osaka;
	color:#333;
	}

/* 全体--------------------------------------------- */
#container {
	text-align:center;
	}
	
#wrapper{
	width:822px;
	text-align:left;
	margin:0 auto;
	background:url(image/main/background.jpg) repeat-y;
	}
	
#content {
	padding:9px 19px;
	}
	

/* header */
#header {
	width:822px;
	height:70px;
	background:url(image/main/header-logo.jpg) no-repeat top left;
	position:relative;
	text-align:right;
	}
	
#header h1{
	padding:5px 20px 0 0;
	font-size:12px;
	font-weight:normal;
	}
	
#top-menu {
	position:absolute;
	top:40px;
	right:50px;
	}
	
#logo {
	position:absolute;
	left:25px;
	top:7px;
	}
	
/* menu */
#menu {
	width:822px;
	height:31px;
	background:url(image/main/menu-bg.jpg) no-repeat;
	}
	
#menu ul{
	padding:0 0 20px 10px;
	margin:0;
	}
	
#menu li{
	padding:7px 0 0 0;
	width:133px;
	text-align:center;
	list-style:none;
	float:left;
	color:#FFFFFF;
	font-size:12px;
	}
	
#menu li a{
	color:#FFFFFF;
	}
	
#menu li a:hover {text-decoration:underline; }

	
/* navi */
#navi {
	padding:0 0 5px 0;
	}
	
	
/* footer */
#footer {
	width:822px;
	height:55px;
	background:url(image/main/footer-bg.jpg);
	clear:both;
	}	
	
#footer p{
	padding-top:20px;
	text-align:center;
	color:#fff;
	font-size:12px;
	}	
	
/* main */
#main {
	width:592px;
	float:right;
	}
	
#main p{
	padding:10px 10px 10px 20px;
	}
	
#main div.p-tbl{
	padding:10px 10px 10px 20px;
	}
	
.entry-title{
	width:592px;
	height:46px;
	background:url(image/main/content-title.jpg) no-repeat;
	}
	
.entry-title h2{
	padding:15px 0 0 40px;
	font-size:20px;
	}	
	
#main h3{
	width:565px;
	margin:20px 0 0 10px;
	padding:4px 0 0 10px;
	font-size:16px;
	border-bottom:1px solid #333;
	border-left:8px solid #333;
	clear:both;
	}	

#main  table{
	padding:5px;
	font-size:100%;
	}	

	
/* side-menu */	
#sidebar {
	width:190px;
	float:left;
	}
	
.category-title{
	margin-top:8px;
	width:173px;
	height:27px;
	background:url(image/main/side-title.jpg) no-repeat;
	}
	
.category-title p{
	padding:5px 0 0 15px;
	}
	
#sidebar ul {
	margin:0;
	padding:5px 0 10px 15px;
	}
	
#sidebar  li{
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(image/main/list.jpg) center left no-repeat;
	font-size:12px;
	line-height:180%;
	}
	
#sidebar  a{
	color:#333;
	}
	
	
/* option */
.img-left{
	margin:0 10px 10px 10px;
	float:left;
	}
	
.img-right {
	margin:0 10px 10px 10px;
	float:right;
	}
	
.entry-info {
	text-align:right;
	margin-right:4px;
	float:right;
	padding-top:5px;
	width:576px;
	border-top:1px dotted #666666;
	}
	
.entry-info ul{
	padding:0;
	margin:0;
	}
	
.entry-info li{
	padding-left:20px;
	list-style-type:none;
	float:left;
	}
	
#blog-news{
	width:172px;
	background-color:#eee;
	border:1px solid #aaa;
	}
	
/*装飾*/
.line-box1 {
	width:100%;
	border-bottom:1px dotted #000000;
	}
	
.line-box1 a:link {color:#222222;text-decoration:none;}
.line-box1 a:visited {color:#222222;text-decoration:none;}
.line-box1 a:active {color:#222222;text-decoration:none;}
.line-box1 a:hover {color:#ff6600;text-decoration:underline; }

.line-box2-1 {
	width:100%;
	padding:3px;
	border-bottom:3px solid #69562A;
	font-size:14px;
	font-weight:bold; 
	}
	
.line-box2-2 {
	width:100%;
	padding-bottom:2px;
	margin-bottom:10px;
	border-bottom:1px dotted #69562A;
	}
	
.line-box3 {
	padding:3px;
	margin-bottom:5px;
	border-bottom:1px dotted #DBCBA7;
	}
	
.line-box3-top {
	padding:3px;
	margin-bottom:5px;
	border-top:1px dotted #DBCBA7;
	border-bottom:1px dotted #DBCBA7;
	}
	
.c-area{
	float:right;
	width:215px;
	margin:20px;
	padding:10px;
	background-color:#ddd;
	}
	
.c-area table{
	margin:0 auto;
	background-color:#aaa;
	}
	
.c-area table td{
	padding:5px;
	}
	
/* テーブル */
.tbl_back1 {
	background-color:#D7BA90;
	}
	
.tbl_back2 {
	padding:3px;
	margin-bottom:5px;
	border-bottom:1px dotted #DBCBA7;
	font-weight:bold;
	}
	
.tbl_back2_top {
	padding:3px;
	margin-bottom:5px;
	border-top:1px dotted #DBCBA7;
	border-bottom:1px dotted #DBCBA7;
	font-weight:bold;
	}
	
.tbl_back3 {
	padding:3px;
	background-color:#DBCBA7;
	}
	
.tbl_line1 {
	border-bottom:1px dotted #666666;
	}
	
/* フォーム */
.input_type1{
	padding:3px;
	background-color:#eee;
	width:330px;
	}
	
textarea{
	padding:3px;
	background-color:#eee;
	width:330px;
	height:150px;
	}
	
/***************************
 comments
***************************/
.comments {
	margin:40px 0 0 0;
	}
	
	
.comments h4{
	padding:3px 10px;
	background-color:#eee;
	}
	
.comments-body{
	margin:10px 20px 0 20px;
	padding:10px;
	border-bottom:1px dotted #CCCCCC;
	}
	
.comments-view{
	margin:10px 20px 0 20px;
	padding:10px;
	background-color:#eee;
	}
	
.comments ul {
	margin:0;
	padding:0 0 0 20px;
	}
	
.comments li{
	margin:0;
	padding:0;
	}

.comment-form {
	margin:40px 0 0 0;
	}
	
.comment-form h5{
	padding:3px 10px;
	background-color:#eee;
	}

#comments-open-text {
	margin-top:20px;
	}
	
.comments-open-content {
	margin-top:10px;
	}

fieldset {
	padding:10px;
	}
