@import url(http://agilemedia.jp/embed/CSS/AMN-hoda.css);
@charset "utf-8";
/* CSS Document */
/*@charset "Shift_JIS";*/

/* 基本設定
******************************************************************************************** */
html{ 
	min-width: 740px;
}
body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #555;
	font-family:Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font:normal;
	background: url(http://wkwk.tv/chou/images/blog_back.gif) repeat-x;
	background-color:#DC6200;
}
div,h1,h2,h3,h4,h5,h6,p,form,ul,li{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}
h1,hr{
	display: none;
}
ul{
	list-style-type: none;
}

div#f-right{
	float:right;
}

/* イメージのリンク外枠 */
A.a1 {
  display: block;             /* ブロック要素にする */
  color: #000000;
  background-color: #ffffff;  /* 背景色 */
  border: solid 1px #cccccc; /* 枠の色 */
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 12px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}
A.a1:hover {
  color: #eeeeee;
  background-color: #555588;  /* 背景色 */
  border: solid 1px #75C216;  /* 枠の色 */
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.clear{	clear:both;}
.text_red{color:#FF0000;}

/* 基本レイアウト設定
******************************************************************************************** */
div#container{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 778px;
	border-left:1px #E9AD67 solid;
	border-right:1px #E9AD67 solid;
	background-color:#FFFFFF;
	background: url(http://wkwk.tv/chou/images/blog_main_back.gif) repeat-y;
}

div#header{
	margin: 0px auto;
	padding: 0px;
	width: 778px;
	height: 141px;
	border-left:1px #E9AD67 solid;
	border-right:1px #E9AD67 solid;
	background: url(http://wkwk.tv/chou/images/blog_head01.jpg) no-repeat;
}
div#large-banner{
	margin: auto;
	width: 778px;
	height: 94px;
	border-left:1px solid #E9AD67;
	border-right:1px solid #E9AD67;
	background: #FFFFFF;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* ヘッダー
******************************************************************************************** */
div#logo{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 557px;
	height: 140px;
	float:left;
	text-indent: -9999px;
}
#logo a{
	width: 557px;
	height: 140px;
	display: block;
	padding: 0px;
	text-decoration: none;
}

div#head_link{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 221px;
	height: 140px;
	float:right;
}
#head_link a{
	width: 221px;
	height: 140px;
	display: block;
	padding: 0px;
	text-decoration: none;
	text-indent: -9999px;
}
a.hlink{
	background: url(http://wkwk.tv/chou/images/blog_head02.gif) no-repeat;
}
a:hover.hlink{
    background-position:0px -140px;
}
div#head_img{
	width: 778px;
	height: 16px;
	background: #D75E01 no-repeat;
	clear:both;
	font-size:14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* メイン
******************************************************************************************** */
#text p{
	margin-bottom:12px;
}

#c_body p{
	margin-bottom:10px;
}


div#main_area{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 546px;
	float:left;
}

div#main_head_box{
	width: 546px;
	height: 23px;
	background: url(http://wkwk.tv/chou/images/blog_main_head.gif) no-repeat;
	text-align:left;
}
#main_head_box p{
	font-size:80%;
	color:#FFFFFF;
	text-align:left;
	padding: 3px 13px;
}

div#body{
	width: 516px;
	padding:15px;
}
p#date{
	font-size:11px;
	color:#AAAAAA;
	text-align:left;
	margin-bottom:6px;
}
p#title{
	height:16px;
	font-size:14px;
	font-weight:bold;
	color:#FE5D19;
	text-align:left;
	margin-bottom:15px;
	background: url(http://wkwk.tv/chou/images/blog_title.gif) no-repeat;
	padding-top:2px;
	padding-left:12px;
}
p#title a{
	color:#FE5D19;
	text-decoration:none;
}

div#text{
	font-size:12px;
	color:#565656;
	text-align:left;
	margin-bottom:15px;
	line-height:18px;
}
#text a{
	color:#FE5D19;
	text-decoration:none;
}
#text a:hover{
	color:#FE5D19;
	text-decoration:underline;
}

p#mtext{
	font-size:12px;
	color:#565656;
	text-align:left;
	line-height:18px;
	padding-bottom:15px;
	border-bottom:1px #CCCCCC solid;
}
#mtext a{
	color:#FE5D19;
	text-decoration:none;
}
#mtext a:hover{
	color:#FE5D19;
	text-decoration:underline;
}
p#under{
	font-size:11px;
	color:#FE5D19;
	text-align:right;
	margin-bottom:8px;
	padding-bottom:15px;
	line-height:18px;
	border-bottom:1px #CCCCCC solid;
}
#under a{
	color:#FF5E1C;
	text-decoration:none;
}
#under a:hover{
	color:#FF5E1C;
	text-decoration:underline;
}

p#g_ad{
	text-align:center;
	margin-top:15px;
	margin-bottom:8px;
	padding-bottom:15px;
}

p#main_comment_ttl{
	text-align:left;
	font-size:12px;
	color:#FF5E17;
	margin-bottom:10px;
}

div#main_comment_box{
	padding-bottom:10px;
	border-bottom:1px #CCCCCC solid;
	margin-bottom:10px;
}

div#c_body{
	font-size:12px;
	color:#555555;
	text-align:left;
	margin-bottom:10px;
}
div#c_ex{
	font-size:10px;
	color:#ABABAB;
	text-align:left;
}
p#c_ex a{
	color:#FE5D19;
}

p#main_toko_ttl{
	text-align:left;
	font-size:12px;
	color:#FF5E17;
	margin-top:20px;
	margin-bottom:10px;
}
div#main_form_box{
	padding-bottom:15px;
	border-bottom:1px #CCCCCC solid;
	margin-bottom:10px;
}

p#f_text{
	text-align:left;
	font-size:11px;
	color:#555555;
	margin-bottom:2px;
}
p#f_box{text-align:left;}
p#f_btn{
	margin-top:8px;
	text-align:left;
}
.f01{width:240px;}
.f02{width:390px;}

p#tb_text{
	text-align:left;
	font-size:12px;
	color:#555555;
	margin-bottom:10px;
}
p#tb_text a{
	color:#FE5D19;
}

/* サイド
******************************************************************************************** */
div#main_side{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 232px;
	float:right;
}

div#side_head_box{
	width: 206px;
	height: 17px;
	background: url(http://wkwk.tv/chou/images/blog_side_head.gif) no-repeat;
	padding: 3px 13px;
}
#side_head_box p{
	font-size:80%;
	color:#FFFFFF;
	text-align:left;
}

div#side_box{
	width: 206px;
	padding-left:13px;
	padding-right:13px;
	padding-top:10px;
	padding-bottom:10px;
}

#cat_list01{
	text-align:left;
	font-size:12px;
	line-height:13px;
/*	width:191px;*/
	background: url(http://wkwk.tv/chou/images/star.gif) no-repeat;
	padding: 0px 0px 0px 15px;
	margin-bottom:8px;
	margin-top:8px;
}
#cat_list01 a{
	color:#FF5E1C;
	text-decoration:none;
}
#cat_list01 a:hover{
	color:#FF5E1C;
	text-decoration:underline;
}

#s_list01{
	text-align:left;
	font-size:12px;
	width:206px;
	margin-bottom:5px;
}
div#side_s_box{
	width: 206px;
	padding-left:13px;
	padding-right:13px;
	padding-top:10px;
	padding-bottom:10px;
	height:25px;
}
#comment-author{
	font-size:12px;
	border:1px #CCCCCC solid;
	width:284px;
	height:18px;
}
#comment-email{
	font-size:12px;
	border:1px #CCCCCC solid;
	width:284px;
	height:18px;
}
#comment-url{
	font-size:12px;
	border:1px #CCCCCC solid;
	width:284px;
	height:18px;
}
#comment-text{
	font-size:12px;
	border:1px #CCCCCC solid;
	width:426px;
}
.tb_box{
	font-size:12px;
	border:1px #CCCCCC solid;
	width:426px;
	height:18px;
}
.sbox{
	font-size:12px;
	border:1px #CCCCCC solid;
	width:142px;
	float:left;
	height:18px;
}
.sbtn{
	float:right;
	margin-right:10px;
}
.c_cap{
	font-size:12px;
	color:#E5D112;
	font-weight:bold;
}
th{
	font-weight:normal;
	font-size:12px;
	color:#DD8700;
	height:20px;
	padding-top:3px;
}
td{
	font-size:11px;
}
a.cal{
	width: 18px;
	display: block;
	padding: 0px;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#E16201;
	padding-top:1px;
	padding-bottom:1px;
}
a:hover.cal{
	width: 18px;
	display: block;
	padding: 0px;
	text-decoration: underline;
	color:#FFFFFF;
	background-color:#E16201;
	padding-top:1px;
	padding-bottom:1px;
}
p#p_img{
	width:70px;
	height:82px;
	float:left;
	margin-bottom:8px;
}
p#p_text01{
	width:125px;
	height:82px;
	float:right;
	font-size:11px;
	line-height:11px;
	
	padding-top:4px;
}
#p_text01 a{
	color:#E2510E;
	text-decoration:none;
	font-size:10px;
}
#p_text01 a:hover{
	color:#E2510E;
	text-decoration:underline;
	font-size:10px;
}
p#p_text02{
	clear:both;
	font-size:11px;
	text-align:left;
}
div#pro_list01{
	text-align:right;
	font-size:11px;
	line-height:12px;
	width:206px;
	height:15px;
	margin-bottom:5px;
	text-align:right;
}
#pro_list01 a{
	color:#FF5E1C;
	text-decoration:none;
	display:block;
	width:90px;
	background: url(http://wkwk.tv/chou/images/point.gif) no-repeat;
	float:right;
}
#pro_list01 a:hover{
	color:#FF5E1C;
	text-decoration:underline;
	display:block;
	width:90px;
	background: url(http://wkwk.tv/chou/images/point.gif) no-repeat;
	float:right;
}

#arc_list01{
	text-align:left;
	line-height:13px;
	font-size:12px;
	width:191px;
	background: url(http://wkwk.tv/chou/images/point.gif) no-repeat;
	padding-left:15px;
	margin-bottom:3px;
}
#arc_list01 a{
	color:#FF5E1C;
	text-decoration:none;
}
#arc_list01 a:hover{
	color:#FF5E1C;
	text-decoration:underline;
}
#com_list00{
	margin-bottom:10px;
}
#com_list01{
	text-align:left;
	font-size:12px;
	line-height:13px;
	width:191px;
	background: url(http://wkwk.tv/chou/images/blog_tri_img.gif) no-repeat;
	padding-left:15px;
}
#com_list01 a{
	color:#FF5E1C;
	text-decoration:none;
}
#com_list01 a:hover{
	color:#FF5E1C;
	text-decoration:underline;
}
#com_list02{
	text-align:left;
	font-size:12px;
	line-height:14px;
	width:195px;
	margin-left:11px;
	margin-top:3px;
	margin-bottom:3px;
}
#com_list02 a{
	color:#FF5E1C;
	text-decoration:none;
}
#com_list02 a:hover{
	color:#FF5E1C;
	text-decoration:underline;
}
#ent_list01{
	text-align:left;
	font-size:12px;
	width:206px;
}
#ent_list01 a{
	color:#FF5E1C;
	text-decoration:none;
}
#ent_list01 a:hover{
	color:#FF5E1C;
	text-decoration:underline;
}
#book_text{
	clear:both;
	font-size:11px;
	text-align:left;
}
#book_text img{
	border:solid 1px #CCCCCC
}
#book_text a{
	color:#FF5E1C;
	text-decoration:none;
	font-size:12px;
}
#book_text a:hover{
	color:#FF5E1C;
	text-decoration:underline;
}

div#rss_area{
	margin-top:15px;
	clear:both;
	text-align:left;
}

/* フッター
******************************************************************************************** */
div#foot01{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 778px;
	height: 31px;
	background: url(http://wkwk.tv/chou/images/blog_foot_up.gif) no-repeat;
	clear:both;
	text-indent: -9999px;
	font-size:10px;
	text-align:left;
}
#foot01 p{
padding-right:14px;
padding-top:10px;
}
#foot01 a{
	width: 65px;
	height: 12px;
	display: block;
	padding: 0px;
	text-decoration: none;
	text-indent: -9999px;
	float:right;
}

div#foot02{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 778px;
	height: 47px;
	background: url(http://wkwk.tv/chou/images/blog_foot.gif) no-repeat;
	clear:both;
}


/* 追加仕様：コンテンツナビゲーション（前記事：次記事）
******************************************************************************************** */
p.content-nav{
	font-size:11px;
	padding-bottom:5px;
	margin-bottom:10px;
	width:100%;
}
.content-nav a{
	color:#FF5E1C;
}

#hatena_btn {
	float:right;
	margin-top:2px;
	margin-bottom:5px;
}

p#entry_list{
	text-align:left;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
}
span#date{
	font-size:12px;
	color:#AAAAAA;
	text-align:left;
}
span#title{
	font-size:12px;
	font-weight:bold;
	color:#FE5D19;
	text-align:left;
	background: url(http://wkwk.tv/chou/images/blog_title.gif) no-repeat;
	padding-top:2px;
	padding-left:12px;
}
span#title a{
	color:#FE5D19;
	text-decoration:none;
}

#side_box div#archive_link{
	text-align:right;
	padding-bottom:3px;
	font-size:11px;
}
#main_area div#archive_link{
	text-align:right;
	padding-bottom:10px;
	font-size:12px;
}
div#archive_link a{
	color:#FE5D19;
	text-decoration:none;
}

#body p.archive_content-nav{
	text-align:left;
	padding-bottom:3px;
	font-size:12px;
}
p.archive_content-nav a{
	color:#FE5D19;
	text-decoration:none;
}
