@charset "euc-jp";
/* CSS Document */



/***********************************************************************************************/
/* ベース*/
/***********************************************************************************************/
body {
	margin: 0px;
	background-image: url(/img/stripe.gif);
	text-align: center;
	vertical-align: top;
	padding: 0px;
}

/*リンクカラー*/
a:link {color: #CC3300;}
a:hover {}
a:visited {color: #CC3300;}
a:active {color: #FF9966;}




/*全てを囲っているテーブルの部分*/
.table {
	margin: 0px;
	width: 1000px;
	height: 100%;
	padding: 0px;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #663300;
	border-left-color: #663300;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}


/***********************************************************************************************/
/* ヘッダー */
/***********************************************************************************************/
/*全てを囲っているdiv*/
.header {
	height: 180px;
	width: 100%;
	background-image: url(/img/dog/head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
/*左のdiv（パンクズリスト）*/
.header_left {
	margin: 0px;
	float: left;
	width: 330px;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 180px;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
}
/*右のdiv（トップに戻る画像）*/
.header_right {
	margin: 0px;
	width: 450px;
	float: left;
}



/***********************************************************************************************/
/* 真ん中 */
/***********************************************************************************************/
/*左にあるメニューの部分*/
.menu {
	vertical-align: top;
	margin: 0px;
	width: 170px;
	background-image: url(/img/dog/menu_bg.gif);
	background-repeat: repeat;
	background-position: left;
	height: 100%;
}
/*右の大きい白い部分*/
.main {
	color: #666666;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	padding: 0px;
}
/*編集可能領域*/
.editable {
	margin: 0px;
	padding: 10px;
	width: 800px;
	float: left;
	vertical-align: top;
	text-align: center;
}
/*ページ送り*/
.back_next {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	width: 140px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
}
/*ページ送り*/
.page {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	width: 490px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
}

/*アイテム1つ分の部分*/
.item {
	width: 160px;
	height: 300px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	float: left;
	margin: 10px;
}
/*アイテムが4つ並んでる部分*/
.items {
	float: left;
	vertical-align: top;
	text-align: center;
	width: 790px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 35px;
}

/*イメージがある部分の指定（中央寄せ、背景アリ）*/
.image {
	background-image: url(/img/list/img_bg.gif);
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	width: 150px;
	height: 150px;
}
/*フォントの指定*/
.font12 {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	text-align: center;
	vertical-align: top;
	width: 160px;
	padding: 10px;
}
/*フォントの指定*/
.font10 {

	font-size: 10px;
	line-height: 16px;
	color: #666666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

/*「もっと詳しく見る」の部分（右寄せ）*/
.more {
	margin: 0px;
	text-align: center;
	vertical-align: top;
}


/*真ん中に寄せます（主にテキストや画像部分に使っている？）*/
.senter {
	text-align: center;
	vertical-align: middle;
	width: 95%;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 24px;
	margin-top: 10px;
}

/***********************************************************************************************/
/* そのほか*/
/***********************************************************************************************/

/*Google広告の部分*/
.google {
	text-align: center;
	vertical-align: middle;
	width: 790px;
	clear: left;
	float: left;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


/*フッター*/
.footer {
	color: #FFFFFF;
	background-color: #663300;
	height: 20px;
	margin: 0px;
}
