/*======================================

	全体の構造と、イメージカラー等のデザイン
	
=======================================*/
body {
background: #c3c3c3; /* 最背景の色（基本的に変更不要） */
}

div#wrapper {
	width:650px;
}

div#wrapper2 {
	width:750px;
}

div#container {
width:950px;
background: #fff;  /* 背景の色（基本的に変更不要） */
border-left:solid 1px #999;  /* 左枠色（基本的に変更不要） */
border-right:solid 1px #999; /* 右枠色（基本的に変更不要） */
margin:0 auto;
padding:0;
}

div#main {
padding:3px 3px 0px 3px;
width:442px;
text-align:left;
}

div#main2 {
padding:3px 3px 0px 3px;
}

div#main3 {
padding:3px 3px 0px 3px;
width:545px;
}

div#side1 {
width:192px;
padding:3px;
}

div#side2 {
width:292px;
padding:3px;
}

div#detail {
	padding:5px;
}

div#footer{
line-height:200%;
color:#fff;
}
div#footer a{
color:#fff;
}


div#footer {
font-size:10pt;
padding:5px 0;
text-align:center;
}

.attention {
	color:#FF0000;
	background-color:#FDF0FB;
	border:1px solid #FF0066;
	padding:3px;
}

.message {
	color:#009900;
	background-color:#E8FEE7;
	border:1px solid #00CC00;
	padding:3px;
}

div#login,
div#pickup,
div#account,
div#pr {
	background: #f3f3f3;
}

/*======================================

	ヘッダー部
	
=======================================*/


div#header {
height:150px; /*** ヘッダー部の高さ（自由に変更可能:ヘッダ画像等に合わせると良い）***/
/*--------------------------------------
ヘッダー画像利用は、imgフォルダに
bg-header.jpgを置いて以下のパラメータを有効にする
---------------------------------------*/
background: #ffffff url(../img/header.jpg)  repeat-x center bottom;
padding:0 10px;
}

#header div.site-title {
	font-size:24px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	padding: 25px 0 10px;
   	float:left;
}

#header div.site-title a {
  text-decoration:none;
  color:#000;
}


#header-menu {
	padding: 20px 10px;
	float:right;
}

#header-menu li {
	list-style:none;
}




/*======================================

	メイン部
	
=======================================*/

div#main {
}

div#main2 {
}

div#main3 {
}

#main h2.hd2,
#main2 h2.hd2,
#main3 h2.hd2 {
	color:#454545;
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	background: transparent url(../img/bg-subhead-l1.jpg)  repeat-x center top;
	margin:0 0 10px;
	padding:15px 0px 15px 10px;
}

.item li {
list-style:none;
line-height:1.4;
margin-bottom:15px;
}

/* タブ */
.tab {
}

#main blockquote {
margin:18px 0 18px;
}

.separate_right {
display:block;
float:right;
bottom:0px;
width:30px;
margin:auto 0 0 auto;
}

.list-navi {
list-style-position:outside;
list-style-image:none;
list-style:none;
}

.list-navi li{
float:left;
}

/* ランキング */
.ranking {
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
padding: 1em 8px;
background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */

}


/*======================================

	ページナビゲーション部
	
=======================================*/

div.navi {
font-weight:400;
color:#999; /*ページリンク部の基本文字色*/
padding:5px;
}

div.navi a,
div.navi b {
border:1px solid #EEE; /* ページ番号の枠色 */
margin:2px;
padding:.2em .6em;
}

div.navi a:hover {
border-color:#069;   /* マウスポイント中の枠色 */
}

div.navi b {
color:#f00;      /* 現在のページの数字の色*/
background:#EEE; /* 現在のページの数字の背景色*/
font-weight:700;
}


/*======================================

	サイドバー部
	
=======================================*/

div.item {
	color:#333333;
	font-size:13px;
	line-height:150%;
	text-align:left;
	margin:0 0 10px ;
	padding:0 10px 10px;
}

h2.hd {
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	background: transparent url(../img/bg-subhead-s1.jpg)  repeat-x left top;
	margin:0 0 10px;
	padding:10px 5px 10px 11px;
}

h2.hdred {
	color:#ffff00;
	font-size:13px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	background: transparent url(../img/bg-subhead-s2.jpg)  repeat-x left top;
	margin:0 0 10px;
	padding:10px 5px 10px 11px;
}


/*======================================

	メニュー部
	
=======================================*/


div#menu {
	margin:0 0 10px;
}
div#menu ul {
	margin:0;
	padding:0;
}
div#menu li {
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}
div#menu li {
	display:inline;
	
}
div#menu li a {
	display:block;
	
	color:#333333;
	font-size:14px;
	line-height:100%;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	
	background: transparent url(../img/bg-menu-a.jpg)  no-repeat left top;
	margin:0 0 1px;
	padding:13px 1em;
}
div#menu li a:hover {
	color:#666666;
	background: transparent url(../img/bg-menu-a-hover.jpg)  no-repeat left center;
}



/*======================================

	上部検索部
	
=======================================*/

div#search_head {
	text-align:center;
	margin:10px 0px 10px 0px;
	width:100%;
}

div#search_head #srchtxt {
	width:300px;
}

div#search_head #srchbtn {
	text-align: center;
	vertical-align: baseline;
	width: 100px;
	cursor: pointer;
}

/*======================================

	テーブル部
	
=======================================*/
.tbl_item{
	border:1px solid #FFFFFF;
	border-right:none;
	border-bottom:none;
	padding:3px;
	background-color:#C5E8FA;
	
}

.tbl_data{
	border:1px solid #FFFFFF;
	border-bottom:none;
	padding:3px;
	background-color:#E1F0FD;
}

.tbl_head{
	padding:5px;
	background:url(../img/hd.jpg) repeat-x;
	border:1px solid #A7C6FA;
	border-bottom:none;
}

/*======================================

	情報詳細部
	
=======================================*/


.ItemTitle{
	border-top:8px solid #9bec35;
	border-bottom:1px dashed #33b200;
	padding:15px 10px 10px 10px;
	background-color:#f6ffe5;
    margin-top:10px;
}

.ItemName{
	background-image:url(../img/title_array.gif); background-repeat:no-repeat;
	padding:10px 0px 10px 40px;
	font-size:15pt;
}

.ItemPrArea{
	float:left;
	padding-right:12px;
	margin:0px 0px 20px 0px;
}

.ItemPrArea2{ /* 画像あり */
	float:left;
	padding-right:12px;
	margin:0px 0px 20px 0px;
	width:380px;
}

.ItemOnePr{
	margin-top:20px;
	margin-bottom:20px;
	color:#008000;
	font-weight:bold;
	font-size:14pt;
}

.ItemPr{
	line-height:1.5;
}

.ItemImage1{
	float:left;
	width:240px;
	margin:0 10px 0 0;
	padding:0; 
}

.ItemImage{
	float:left;
	width:180px;
	padding:10px;
}


/*======================================

	相互リンク部
	
=======================================*/
.link-item {
padding:0 0 0;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
margin-bottom:10px;
}
.link-title {
padding:5px;
background-color:#DFF9EC;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}
.link-comment {
background-color:#FFFCF0;
padding:5px 5px 10px;
}

.link-blockquote {
background-color:#FFFFCC;
border:1px solid #FFCC66;
}

/*======================================

	Twitter部
	
=======================================*/
.twitter-status {
border-bottom:1px solid #E8E8E8;
padding:5px;
margin-bottom:5px;
}

.twitter-screen-name {
font-weight:bold;
margin-right:4px;
}
.twitter-screen-name a{
text-decoration:none;
}
.twitter-screen-name a:hover{
text-decoration:underline;
}

.twitter-text {
padding:0 5px 0;
line-height:1.3;
}
.twitter-text a{
color:#FF0000;
}

.twitter-source {
padding:5px 5px 5px;
color:#999;
font-size:8pt;
}

.twitter-source a{
color:#999;
text-decoration:none;
}
.twitter-source a:hover{
text-decoration:underline;
}

.twitter-created-at {
padding-right: 5px;
}

/*======================================

	RSS部
	
=======================================*/
.rss {
margin:10px 0 0;
font-size:84%;
line-height:1.3;
}
.rss-item {
}


/*======================================

	コメント部
	
=======================================*/
.comment-wrapper {
  margin:0;
  padding:10px;
  border: 1px solid #CCC;
}

.comment {
  margin:0 0 20px 0;
}

.comment-header {
  margin:0 0 10px;
}

.comment-title{
  font-weight:bold;
}

.comment-contributor{
  text-decoration:underline;
}



.mycomment-wrapper {
  margin:0;
  padding:10px;
  border: 1px solid #CCC;
}

.mycomment-info {
  margin:0 0 10px 0;
}

.mycomment {
  margin:0 0 20px 0;
  padding:5px;
  border: 1px solid #E3E3E3;
  background-color:#FEFEE9;
}

.mycomment-header {
  margin:0 0 10px;
}

.mycomment-title{
  font-weight:bold;
}

.mycomment-contributor{
  text-decoration:underline;
}

.mycomment-menu {
  text-align:right;
}


/*======================================

	フッター部
	
=======================================*/

div#footer {
	background: #fff url(../img/bg-footer.jpg)  repeat-x center bottom;
	margin:0 auto ;
	padding: 5px 0px;
}

/*======================================

	SNSボタン
	
=======================================*/

div.social-buttons {
border-color:#9A9A9A;
border-width:1px 0 1px;
border-style:dotted;
position:relative;
padding:3px 0 5px;
margin:15px 0 30px;
}
div.social-buttons ul li {
margin: 2px 3px 0 0;
padding: 2px 0 0 3px;
display:block;
float:left;
}
