@charset "utf-8";
/*
Theme Name: スタッフブログ
Theme URI: 
Description: 
Author: go-tomedia 
Author URI: 

*/

@import "common.css";
@import "font.css";


	html {
	margin-top:0px !important;
}
	* html body {
}


/*---------------------------------------------------------------------------*/
/* 全体共通の設定                                                            */
/* container                                                                 */
/*---------------------------------------------------------------------------*/
#container_top {
	width:100%;
	padding:0;
	background-color: #331A00;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(image/main_backimg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
	
#container_under {
	width:100%;
	padding:0;
	background-color: #331A00;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(image/main_backimg_under.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}

#header a:hover img,
#contents a:hover img,
#contents2 a:hover img,
#footer a:hover img {
-moz-opacity:0.7;
opacity:0.7;
filter: alpha(opacity=70);
} 

a:link {
	text-decoration: none;
	color: #630;
}
a:hover {
	color: #C60;
	text-decoration: underline;
}
a:visited {
	color: #630;
	text-decoration: none;
}


/*---------------------------------------------------------------------------*/
/* header                                                                    */
/*---------------------------------------------------------------------------*/
#header {
	width:940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image: url(image/header_backimg.gif);
	background-repeat: repeat-y;
	padding: 0;
	height: 100px;
}

#header #h_top {
	width: 940px;
	padding: 0px;
	height: 37px;
	margin: 0px;
	position: relative;
}

#header h1 {
	margin-left: 220px;
	position: absolute;
	left: 5px;
	top: 0px;
	color: #600;
	font-size: 80%;
	padding-top: 5px;
}



#header ul#unavi {
	position:absolute;
	top:5px;
	right:0px;
	text-align:right;
	font-size: 80%;
}


#header ul#unavi li {
	display:inline-block;
	padding-right: 10px;
	padding-left:8px;
	background-image: url(image/icon_003.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header ul#unavi li a {
	color:#666;
	text-decoration:none;
	font-weight: bold;
}
#header ul#unavi li a:hover {
	color:#666;
	text-decoration: underline;
}



#gnavi_box {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
			
#gnavi_box ul#gnavi {
	clear:both;
	widows:940px;
	overflow:hidden;
	padding:0;
	margin: 0;
}
#gnavi_box ul#gnavi li {
	display:inline-block;
	/display: inline;
	/zoom: 1;
	padding:0;
	float:left;
	margin: 0;
}
#gnavi_box ul#gnavi li a {
	display:block;
	height:50px;
}
#gnavi_box ul#gnavi li.menu_home a {
	width:235px;
	background-image: url(image/g_menu_off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 0px;
}
#gnavi_box ul#gnavi li.menu_home a:hover {
	background-image: url(image/g_menu_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#gnavi_box ul#gnavi li.menu_news a {
	width:235px;
	background-image: url(image/g_menu_off.gif);
	background-repeat: no-repeat;
	background-position: -235px 0;
}
#gnavi_box ul#gnavi li.menu_news a:hover {
	background-image: url(image/g_menu_on.gif);
	background-repeat: no-repeat;
	background-position: -235px 0;
}

#gnavi_box ul#gnavi li.menu_shop a {
	width:235px;
	background-image: url(image/g_menu_off.gif);
	background-repeat: no-repeat;
	background-position: -470px 0;
}
#gnavi_box ul#gnavi li.menu_shop a:hover {
	background-image: url(image/g_menu_on.gif);
	background-repeat: no-repeat;
	background-position: -470px 0;
}

#gnavi_box ul#gnavi li.menu_con a {
	width:235px;
	background-image: url(image/g_menu_off.gif);
	background-repeat: no-repeat;
	background-position: -705px 0;
}
#gnavi_box ul#gnavi li.menu_con a:hover {
	background-image: url(image/g_menu_on.gif);
	background-repeat: no-repeat;
	background-position: -705px 0;
}

/*---------------------------------------------------------------------------*/
/* topmainimg                                                                */
/*---------------------------------------------------------------------------*/

#main_box {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 296px;
	margin-top: 0px;
	background-color: #774920;
	padding-bottom: 5px;
}



/*---------------------------------------------------------------------------*/
/* contents                                                                  */
/*---------------------------------------------------------------------------*/
#contents {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #F1F0E4;
}

#contents #ctop_box {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 880px;
	padding-left: 34px;
}
#contents #ctop_box ul {

}
#contents #ctop_box ul li {
	display: inline-block;
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 0;
}
#contents #ctop_box ul li a{
	display: block;
	height: 100px;
}


/*---------------------------------------------------------------------------*/
/* contents leftbox                                                          */
/*---------------------------------------------------------------------------*/
#left_box {
	width: 580px;
	float: left;
	padding-left: 30px;
	margin-right: 20px;
}

#left_box #leftin_l {
	width: 280px;
	float: left;
	margin-right: 20px;
	background-image: url(image/line_280.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}
#left_box #leftin_r {
	width: 280px;
	float: left;
	background-image: url(image/line_280.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

.top_list_box {
	width: 270px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.top_list_box img {
	padding-right:3px;
}
.top_list_box h3{
	background-image: url(image/icon_001.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-left: 16px;
	line-height: 110%;
	padding-top: 5px;
}

ul.top_list {
	padding-top: 5px;
}
ul.top_list li {
	background-image: url(image/icon_002.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-top: 10px;
	line-height: 160%;
	font-size: 77%;
}
ul.top_list li a {
	color: #F60;
	font-size: 11px;
}

ul.top_list dl {
	height: 50px;
	overflow:hidden;

}
ul.top_list dt {
	float: left;
	padding-right: 0;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-left: 0px;
	text-indent:0;
	clear:both;
}
ul.top_list  dd {
	margin-left:70px;
	padding-bottom: 3px;
	text-indent:0;
	font-size: 11px;
}


/*---------------------------------------------------------------------------*/
/* contents righttbox                                                        */
/*---------------------------------------------------------------------------*/

#right_box {
	width:280px;
	float:left;
}

.stock_list_top {
	width: 280px;
	margin-right: 20px;
	background-image: url(image/line_280.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}
.stock_list_top h3{
	background-image: url(image/icon_001.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-left: 16px;
	line-height: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.stock_list_box {
	width: 270px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.stock_list_box .img_stock {
	padding: 2px;
	width: 130px;
	background-color: #FFF;
	border: 1px solid #CCC;
	float: left;
	margin-right: 5px;
}
.stock_list_box h4 {
	width: 120px;
	float: right;
	font-size: 83%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.stock_list_box .price {
	width: 120px;
	float: right;
}

.stock_list_box .img_sam130 img {
	height: 87px;
	width: 130px;
}


/*---------------------------------------------------------------------------*/
/* footer                                                                    */
/*---------------------------------------------------------------------------*/

#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/footer_back.png);
	background-repeat: repeat-x;
}


#footer #navi {
	background-color: #F1F0E4;
	text-align: right;
	width: 880px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
#footer #inner {
	padding: 10px;
	width: 920px;
	margin-left:auto;
	margin-right:auto;
}
#footer #inner ul.footernavi {
	top:5px;
	right:0px;
	text-align: right;
	font-size: 85%;
	width: 860px;
	padding-bottom: 5px;
}

#footer #inner ul.footernavi li{
	display:inline-block;
	/display: inline;
	/zoom: 1;
	float:left;
	margin: 0;
	color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#footer #inner ul.footernavi li a{
	color: #FFF;
}

#footer #inner #naiyo {
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 85%;
}

#footer #inner #shop_name {
	color: #FFF;
	position: relative;
}

#footer #inner #shop_name h3 {
	color: #FFF;
	font-weight: bold;
	font-size: 85%;
}

#footer #inner #footer_houki {
	position: absolute;
	right: 0px;
	top: 60px;
	font-size:77%;
}

#footer #copy {
	background-color: #999;
	color: #333;
	font-size: 80%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer #copy a {
	color: #333;
	text-decoration: none;
}
#footer #copy a:hover {
	color: #FFF;
	text-decoration: underline;
}


/*---------------------------------------------------------------------------*/
/* 下層ページ                                                                */
/*---------------------------------------------------------------------------*/
#header_bar {
	height: 10px;
	background-color: #714121;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 940px;
}

/*---------------------------------------------------------------------------*/
/* 下層ページcontents                                                        */
/*---------------------------------------------------------------------------*/
#contents2 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #F1F0E4;
	background-image:url(image/side_menu_backimg.gif);
	background-repeat:repeat-y;
	background-position:left;
}

#left_230 {
	float: left;
	width: 230px;
}

ul#side_navi {
	width: 181px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
ul#side_navi li {
	display:inline-block;
	/display: inline;
	/zoom: 1;
	padding:0;
	margin: 0;
}
ul#side_navi li a {
	display:block;
	height:51px;
	margin-bottom: 15px;
	text-indent: -9999px;
}
ul#side_navi li.navi1 a {
	width:181px;
	background-image: url(image/submenu_gallery.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#side_navi li.navi1 a:hover {
	background-image: url(image/submenu_gallery_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#side_navi li.navi2 a {
	width:181px;
	background-image: url(image/submenu_minifreek.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#side_navi li.navi2 a:hover {
	background-image: url(image/submenu_minifreek_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#side_navi li.navi3 a {
	width:181px;
	background-image: url(image/submenu_seisakuchu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#side_navi li.navi3 a:hover {
	background-image: url(image/submenu_seisakuchu_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#side_navi li.navi4 a {
	width:181px;
	background-image: url(image/submenu_shopping.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#side_navi li.navi4 a:hover {
	background-image: url(image/submenu_shopping_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#side_navi li.navi5 a {
	width:181px;
	background-image: url(image/submenu_stock.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#side_navi li.navi5 a:hover {
	background-image: url(image/submenu_stock_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.side_banner {
	margin-left:auto;
	margin-right:auto;
	width:180px;
}
.side_banner img {
	margin-top:15px;
}


#right_710 {
	float: left;
	width: 710px;
}

#main_box2 {
	width: 710px;
	height: 265px;
	position: relative;
}
#main_box2 h2 {
	position:absolute;
	top: 112px;
	right: 0px;
	background-color: #000;
	font-size: 131%;
	font-weight: bold;
	color: #FFF;
	width: 180px;
	height:18px;
	padding: 8px 10px;
	text-align: right;
	opacity: 0.5;
}


#main_box2 p {
	position:absolute;
	top: 112px;
	right: 200px;
	background-color: #000;
	padding: 8px 10px;
	font-size: 131%;
	font-weight: bold;
	color: #FFF;
	width:130px;
	height:18px;
	text-align:left;
	opacity: 0.5;
}

.post_box {
	width:710px;
	margin-bottom:35px;
}
.post_box h3.posttitle {
	background-color:#333;
	background-image:url(image/h3_title_img.gif);
	background-repeat:no-repeat;
	width:650px;
	font-size:108%;
	color:#FFF;
	font-weight:bold;
	padding:12px 30px;
}
.post_box h3.posttitle a {
	color: #FFF;
	text-decoration: none;
}
.post_box h3.posttitle a:hover {
	color: #CCC;
	text-decoration: none;
}

.post_box .post_box_inner {
	width:660px;
	padding:5px;
	margin:15px auto;
	background-color:#FFF;
}
.post_box .post_box_inner h4 {
	width:645px;
	padding:6px;
	font-size:93%;
	font-weight:bold;
	line-height:150%;
	color:#FFF;
	background-color:#630;
	margin:15px 0 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #D1CFB3;
}
.post_box .post_box_inner h5 {
	width:650px;
	padding:5px;
	margin:15px 0 10px;
	font-size:93%;
	line-height:150%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.post_box .post_box_inner h6 {
	width:650px;
	padding:5px;
	margin:15px 0 10px;
	font-size:85%;
	line-height:150%;
	background-color: #EEE;
}

.post_box .post_box_inner_stock {
	width:660px;
	padding:5px;
	margin:15px auto;
	background-color:#FFF;
	position: relative;
}
.post_box .post_box_inner_stock .mini_photo {
	width: 200px;
	background-color: #FFF;
}


ul.stock {
	position: absolute;
	left: 210px;
	top: 5px;
	font-size: 93%;
	width:450px;
	border: 1px solid #CCC;
	background-color:#EEE;
}
ul.stock li {
	padding: 5px;
	text-align:center;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #EEE;
	border-left-color: #FFF;
}
ul.stock li a {
	font-weight: bold;
	text-decoration: none;
}
ul.stock li a:hover {
	text-decoration:underline;
}

/**
dl.stock {
	position: absolute;
	left: 210px;
	top: 5px;
	font-size: 93%;
	width:450px;
	border: 1px solid #CCC;
	background-color:#CCC;
}


dl.stock dt {
	padding: 10px;
	float:left;
	width:10em;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
dl.stock dd {
	background-color:#EEE;
	padding: 10px;
	margin-left:10em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}**/


.stock_look {
	background-color: #5AADAD;
	width: 160px;
	position: absolute;
	top: 100px;
	color: #FFF;
	right: 5px;
	text-align: center;
}
.stock_look a {
	color: #FFF;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.stock_look a:hover {
	color: #FFF;
	background-color: #333;
	display:block;
}



.post_box .post_box_inner_stock .mini_photo2_1 {
	width: 350px;
	background-color: #FFF;
	float:left;
}
.post_box .post_box_inner_stock .mini_photo2_2 {
	width: 155px;
	background-color: #FFF;
	float:left;
	padding-bottom:34px;
}
.post_box .post_box_inner_stock .mini_photo2_3 {
	width: 155px;
	background-color: #FFF;
	float:left;
	padding-bottom:34px;
}
.post_box .post_box_inner_stock .mini_photo2_4 {
	width: 155px;
	background-color: #FFF;
	float:left;
}
.post_box .post_box_inner_stock .mini_photo2_5 {
	width: 155px;
	background-color: #FFF;
	float:left;
}

ul.stock2 {
	font-size: 93%;
	width:100%;
}
ul.stock2 li {
	padding: 5px;
	text-align:center;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #EEE;
	border-left-color: #FFF;
}
ul.stock2 li a {
	font-weight: bold;
	text-decoration: none;
}
ul.stock2 li a:hover {
	text-decoration:underline;
}

.page_navi {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding:10px 10px;
	position: relative;
	text-align: center;
}


.page_navi_back {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
}

.post_box p {
	line-height: 160%;
}

.post_box ul {
	padding-left: 20px;
}
.post_box ul li {
	list-style-type: disc;
}
.post_box ol {
	padding-left: 20px;
}
.post_box ol li {
	list-style-type: decimal;
}

/*---------------------------------------------------------------------------*/
/* 下層footer                                                                */
/*---------------------------------------------------------------------------*/


#footer #navi2 {
	background-color: #F1F0E4;
	text-align: right;
	width: 880px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(image/side_menu_backimg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}



/*---------------------------------------------------------------------------*/
/* page form                                                                 */
/*---------------------------------------------------------------------------*/

#formbox form {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.iqfm-table {
	width:600px;
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
}
.iqfm-table th {
	padding:1em 0.5em;
	text-align:left;
	border: 1px solid #CCC;
	background-color: #EEE;
}
.iqfm-table td {
	padding:1em 0.5em;
	text-align:left;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.iqfm-table th {
	width:140px;
    white-space: nowrap;
    vertical-align: top;
}


/*---------------------------------------------------------------------------*/
/* page company                                                              */
/*---------------------------------------------------------------------------*/

.dl01 {
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0;
    background-color: #F6F6F7;
    color: #4B4B4B;
}

.dl01 dt {
    margin: 0;
    margin-right: -160px;
    padding: 10px 0;
    border-top: 1px solid #B0B0B0;
    float: left;
    clear: both;
    display: inline;
    width: 160px;
    text-indent: 5px;
    font-weight: bold;
}

.dl01 dd {
    margin-left:160px;
    padding: 10px;
    border-left: 1px solid #B0B0B0;
    border-top: 1px solid #B0B0B0;
    background-color: #fff;
}

.dl01:after {
    content:"";
    display:block;
    clear:both;

}


/*---------------------------------------------------------------------------*/
/* 子 sidebar                                                                */
/*---------------------------------------------------------------------------*/

#sidebar {
	padding-top: 10px;
}

#sidebar h3 {
	border: 5px solid #99CCCC;
	width: 170px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #5AADAD;
	font-weight: bold;
	color: #FFF;
}
#sidebar h3.home {
	border: 5px solid #99CCCC;
	width: 170px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #99CCCC;
	font-weight: bold;
	color: #FFF;
}


ul.ul-cat {
	width: 180px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
li.cat-item {
	border: 2px solid #99CCCC;
	width: 170px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #5AADAD;
	padding: 3px;
}


ul.ul-archives {
	width: 180px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
ul.ul-archives li {
	width: 174px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	background-color: #5AADAD;
	padding: 3px;
}


/*---------------------------------------------------------------------------*/
/* comments                                                                  */
/*---------------------------------------------------------------------------*/
/* div */
#comments {
	width:660px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}

/* p */
.nopassword {
}

/* h3 */
#comments-title {
	display: none;
}

/* div */
.navigation {
}
.nav-previous {
}
.nav-next {
}


/* ol */
.commentlist {
}

/* div */
.navigation {
}
.nav-previous {
}
.nav-next {
}

/**/
.nocomments {
}




/* div */
.respond {
}

/* h3 */
#reply-title{
	font-size:85%;
	margin-bottom:10px;
}

/* p */
.comment-notes {
	font-size:85%;
	color:#999;
	margin-bottom:10px;
}

/* span */
.required {
	color:#C00;
}

/* form name */
.comment-form-author {
	width:200px;
	font-size:93%;
	color:#666;
}
.comment-form-email {
	width:200px;
	font-size:93%;
	color:#666;
}
.comment-form-url {
	width:200px;
	font-size:93%;
	color:#666;
}
.comment-form-comment {
	width:200px;
	font-size:93%;
	color:#666;
}

.form-allowed-tags {
	display:none;
}
.form-submit {
	margin-top:20px;
}



.commentlist {
	list-style-type: none;
commentlist}

.comment-body {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.comment-author {
}
.comment-meta {
	font-size:85%;
	margin:5px;
}
.reply {
	font-size:77%;
	padding:5px;
}
.comment-reply-link {
	padding:3px;
	background-color:#EFEFEF;
	margin-bottom:3px;
}

/*---------------------------------------------------------------------------*/
/* calendar                                                                  */
/*---------------------------------------------------------------------------*/
#side_calendar {
	width:180px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #630;
	font-size: 85%;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #333;
	background-color: #99CCCC;
}
#wp-calendar tbody td {
	border: 1px solid #99CCCC;
	padding: 3px 0 2px;
	text-align: center;
	background-color: #5AADAD;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
	font-size:85%;
	font-weight:bold;
}

#wp-calendar a:link {
	font-weight:bold;
	color:#930;
}
#wp-calendar a:visited {
}
#wp-calendar a:hover {
}