@charset "utf-8";

@import "reset.css";

/*---------------------------------------------------
基本のスタイル
---------------------------------------------------*/
body {
	font: 12px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: center;
	background: #FFFFFF url(../img/bgBody.jpg) repeat-x;
}
div#main {
	height: auto;
	width: 100%;
	background-color: #000;
	color: #FFF;
}
img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 12px;
}
.clear {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.iepngfix {  
	behavior: expression(IEPNGFIX.fix(this));  
}
.indent {
	padding-left: 1em;
}
/*---------------------------------------------------
フォントのスタイル
---------------------------------------------------*/
.style1 {
	font-weight: bold;
	color: #FF0000;
}
.style2 {
	color: #FF0066;
	font-weight: bold;
}
.index_style1 {
	color: #F93;
	font-weight: bold;
}
.style3 {
	font-weight: bold;
	color: #FF6600;
}
.count {
	color: #999999;
}
.utikasi {
	text-decoration: line-through;
	font-weight: bold;
	color: #FF0066;
}
.utikasi2 {
	text-decoration: line-through;
}

.utikesi {
	font-weight: bold;
	text-decoration: line-through;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF0066;
	text-decoration: underline;
}
a:active {
	color: #FF0066;
	text-decoration: underline;
}
#main a:link {
	color: #F93;
	text-decoration: underline;
}
#main a:visited {
	color: #900;
	text-decoration: underline;
}
#main a:hover {
	color: #0C9;
	text-decoration: underline;
}
#main a:active {
	color: #0C9;
	text-decoration: underline;
}
/*---------------------------------------------------
ヘッダーのスタイル
---------------------------------------------------*/
div#header {
	width: 100%;
	height: 80px;
	background: url(../img/bgHead.jpg) repeat-x;
	text-align: center;
}
div#header div {
	width: 800px;
	height: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
div#global_navi {
	height: auto;
	width: 100%;
	background: url(../img/bgBtn.jpg) repeat-x;
	text-align: center;
	clear: both;
}
div#global_navi ul {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
*html div#global_navi ul {
	margin-right: 3em;
}
div#global_navi li {
	float: left;
}
h1.logo {
	float: left;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
/*---------------------------------------------------
サブコンテンツのスタイル
---------------------------------------------------*/
ul#sub_global_navi {
	width: auto;
	height: auto;
	margin-top: auto;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: auto;
	padding-top: 50px;
}
html>body ul#sub_global_navi {
	width: 260px;
}
*html ul#sub_global_navi {
	float: right;
	margin-left: 2em;
	margin-right: 1em;
}
ul#sub_global_navi li {
	list-style: none;
	float: left;
	width: auto;
	padding-left: 1em;
}
ul#sub_global_navi p {
	float: left;
	padding-right: 1em;
}
/*---------------------------------------------------
メインコンテンツのスタイル
---------------------------------------------------*/
div#mainContent {
	height: auto;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	clear: both;
}
*html div#mainContent {
	width: 800px;
}
#topImg {
	padding-bottom: 1em;
}
/*---------------------------------------------------
各ページ見出しのスタイル
---------------------------------------------------*/
#top h3.headline {
	background-image: url(../img/topics.jpg);
	height: 25px;
	width: 500px;
	text-indent: -9999px
}
#product h2.headline {
	background-image: url(../img/product.jpg);
	height: 25px;
	width: 776px;
	text-indent: -9999px
}
#event h2.headline {
	background-image: url(../img/event.jpg);
	height: 25px;
	width: 776px;
	text-indent: -9999px
}
#profile h2.headline {
	background-image: url(../img/profile.jpg);
	height: 25px;
	width: 776px;
	text-indent: -9999px
}
#support h2.headline {
	background-image: url(../img/support.jpg);
	height: 25px;
	width: 776px;
	text-indent: -9999px
}
#recruit h2.headline {
	background-image: url(../img/recruit.jpg);
	height: 25px;
	width: 776px;
	text-indent: -9999px
}
#link h2.headline {
	background-image: url(../img/link.jpg);
	height: 25px;
	width: 776px;
	text-indent: -9999px
}
#sitemap h2.headline {
	background-image: url(../img/siteMap.jpg);
	height: 25px;
	width: 776px;
	text-indent: -9999px
}
#contact h2.headline {
	background-image: url(../img/contact.jpg);
	height: 25px;
	width: 776px;
	text-indent: -9999px
}
/*---------------------------------------------------
レフトコンテンツのスタイル
---------------------------------------------------*/
div#leftContent {
	width: 500px;
	float: left;
}
div#leftContent #topics {
	width: 474px;
	height: auto;
	float: left;
	text-align: left;
	background: #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 3em;
	padding-left: 1em;
}
div#leftContent #topics .topic {
	border-bottom: 1px dashed #666666;
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
}
#lastUpDeta {
	padding-bottom: 1em;
	font-weight: bold;
	color: #FF0066;
}
/*---------------------------------------------------
ライトコンテンツのスタイル
---------------------------------------------------*/
div#rightContent {
	width: 250px;
	height: auto;
	float: right;
	text-align: left;
}
*html div#rightContent {
	width: 250px;
	margin-left: 1em;

}
/*----------------------------------------------------
更新情報のスタイル
----------------------------------------------------*/
div#logbox {
	width: auto;
	height: 200px;
	overflow: auto;
	text-align: left;
	padding: 0.5em;
	background: #FFFFFF;
	margin-bottom: 1em;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
div#logbox ul {
	margin: 0px;
	padding: 0px;
}
div#logbox li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
div#logbox li.date {
	height: auto;
	width: auto;
	background: url(../img/list.jpg) no-repeat left 4px;
	font-weight: bold;
	color: #FF0066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 1em;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3#new {
	height: 25px;
	width: 250px;
	background: url(../img/new.jpg) no-repeat;
	text-align: right;
}
h3#new img {
	margin: 0.5em;
}
*html h3#new img {
	margin-bottom: 0em;
	margin-top: 6px;
}
/*----------------------------------------------------
雑誌掲載情報のスタイル
----------------------------------------------------*/
div#publish {
	width: auto;
	height: 200px;
	overflow: auto;
	text-align: left;
	background: #FFFFFF;
	margin-bottom: 1em;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 0.5em;
}
div#publish ul {
	margin: 0px;
	padding: 0px;
}
div#publish li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
div#publish li.date {
	height: auto;
	width: auto;
	background: url(../img/list.jpg) no-repeat left 4px;
	font-weight: bold;
	color: #FF0066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 1em;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*----------------------------------------------------
作品バナーのスタイル
----------------------------------------------------*/
div#banner {
	width: auto;
	height: auto;
	text-align: center;
	background: #FFFFFF;
	padding: 0.5em;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-bottom: 1em;
	margin-top: 1em;
}
div#bannerk p {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
}
div#product_link {
	width: auto;
	height: auto;
	text-align: center;
	background: #FFFFFF;
	padding: 0.5em;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-bottom: 1em;
}
div#product_link p {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
}
/*----------------------------------------------------
取り扱いショップリンクのスタイル
----------------------------------------------------*/
div#banner_shop {
	width: auto;
	height: auto;
	text-align: center;
	background: #FFFFFF;
	padding: 0.5em;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-bottom: 1em;
}
div#banner_shop p {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	padding-bottom: 0.5em;
}
/*----------------------------------------------------
リンクのスタイル
----------------------------------------------------*/
#link div#leftContent {
	width: auto;
	margin-bottom: 1em;
}
#link div#leftContent div#contentBody {
	background: #FFFFFF;
	width: auto;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: center;
	padding: 1em;
}
#link .banner {
	text-align: center;
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	margin-bottom: 1em;
}
#link .banner .midasi {
	text-align: left;
	width: 100%;
	font-weight: bold;
	background: url(../img/bgLink.jpg) repeat-y;
	color: #FFFFFF;
}
#link .banner td {
	font-size: 12px;
	background: #CCCCCC url(../img/bg_link_td.jpg) repeat-x;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
}
#link .banner td img {
	margin: 0px;
	padding: 0px;
}
#link .link_text {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	width: 675px;
}
p.URL {
	padding: 3px;
	border: 1px solid #333333;
	width: 25%;
	height: auto;
	font-weight: bold;
	text-align: center;
	background: #FF9966;
}
p.banner_URL {
	padding: 3px;
	border: 1px solid #333333;
	width: 55%;
	height: auto;
	font-weight: bold;
	text-align: left;
	background: #FF9966;
	margin-top: 1em;
}
/*----------------------------------------------------
製品情報のスタイル
----------------------------------------------------*/
#product div#leftContent {
	width: auto;
	margin-bottom: 1em;
}
#product div#leftContent div#contentBody {
	background: #FFFFFF;
	width: auto;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: center;
	padding: 1em;
}
#prod_sky {
	width: auto;
	height: auto;
}
#prod_sky td {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.prod_block {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	background-image: url(../img/bg_prod.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
.prod_block ul {
	padding-left: 20px;
	padding-bottom: 1em;
}
.prod_block .category {
	font-weight: bold;
	color: #F90;
	float: left;
	width: 60px;
	padding: 3px;
}
.prod_block li {
	padding: 3px;
	width: auto;
	font-weight: bold;

}
.prod_block .left {
	float: left;
	width: 60%;
	height: auto;
}
.prod_block .right {
	width: auto;
	float: right;
	height: auto;
}
.prod_block h3 {
	font-size: 18px;
	color: #F90;
	width: auto;
	height: auto;
	border-bottom-width: 6px;
	border-bottom-style: double;
	border-bottom-color: #F90;
	padding-bottom: 5px;
}
.prod_block h4 {
	font-size: 14px;
	height: auto;
	padding-top: 10px;
	color: #666;
	padding-left: 1em;
	width: auto;
	margin-top: 0.5em;
	padding-bottom: 10px;
	margin-bottom: 0.5em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F90;
}
.prod_block p {
	padding-left: 20px;
}
.prod_block table {
	margin-left: 20px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: auto;
}
.prod_block table table td {
	padding-left: 20px;
}
.prod_block .banner {
	margin: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.prod_block .pac_img {
	border: 3px double #F90;
	padding: 3px;
	background-color: #FFF;
	margin: 1em;
}
/*----------------------------------------------------
メールフォームのスタイル
----------------------------------------------------*/
#contact div#leftContent {
	width: auto;
	margin-bottom: 1em;
}
#contact div#leftContent div#contentBody {
	width: auto;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: left;
	padding: 1em;
	background-color: #FFF;
}
/*----------------------------------------------------
サポートページのスタイル
----------------------------------------------------*/
#support h3 {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F60;
	margin-bottom: 0.5em;
}
#support #leftContent ul {
	text-indent: 1em;
	padding-bottom: 1em;
}
#support #leftContent #contentBody div {
	padding-bottom: 2em;
}
*html #support #leftContent ul {
	padding-bottom: 2em;
}
#support #leftContent ul li {
	float: left;
}
#support #leftContent p {
	padding-left: 1em;
}
#support #leftContent .mirror {
	margin-left: 1em;
	width: 350px;
}
#support #leftContent .mirror td {
	margin-left: 1em;
	padding: 2px;
}
/*----------------------------------------------------
求人募集のスタイル
----------------------------------------------------*/
#recruit div#leftContent {
	width: auto;
	margin-bottom: 1em;
}
#recruit div#leftContent div#contentBody {
	background: #FFFFFF;
	width: auto;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: left;
	padding: 1em;
}
.rec_block {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 1em;
	color: #666;
	padding: 1em;
	border: 1px dashed #F60;
}
p.job {
	font-weight: bold;
	font-size: 16px;
	height: auto;
	width: auto;
	color: #F60;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom-width: 6px;
	border-bottom-style: double;
	border-bottom-color: #F90;
	padding-bottom: 5px;
}
/*----------------------------------------------------
イベント情報のスタイル
----------------------------------------------------*/
#event div#leftContent {
	width: auto;
	margin-bottom: 1em;
}
#event div#leftContent div#contentBody {
	background: #FFFFFF;
	width: auto;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: left;
	padding: 1em;
}
/*----------------------------------------------------
プロフィールのスタイル
----------------------------------------------------*/
#profile div#leftContent {
	width: auto;
	margin-bottom: 1em;
}
#profile div#leftContent div#contentBody {
	background: #FFFFFF;
	width: auto;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: left;
	padding: 1em;
}
/*----------------------------------------------------
メールフォームのスタイル
----------------------------------------------------*/
#support div#leftContent {
	width: auto;
	margin-bottom: 1em;
}
#support div#leftContent div#contentBody {
	background: #FFFFFF;
	width: auto;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: left;
	padding: 1em;
}
#support form#mail {
	width: auto;
}
#support form#mail label {
	margin-bottom: 1em;

}
#support dl {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
}
#support dl dt {
	padding: 3px;
	font-weight: bold;
	color: #FFF;
	background-color: #F60;
	width: 120px;
	border: 1px solid #FFF;
	float: left;
}
#support dl dd {
	padding: 3px;
	background-color: #FC6;
	width: 400px;
	border: 1px solid #FFF;
	font-weight: bold;
	color: #F60;
}
/*----------------------------------------------------
サイトマップのスタイル
----------------------------------------------------*/
#sitemap div#leftContent {
	width: auto;
	margin-bottom: 1em;
}
#sitemap div#leftContent div#contentBody {
	background: #FFFFFF;
	width: auto;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: left;
	padding: 1em;
}
#sitemap div#leftContent div#contentBody span {
	margin-left: 2em;
}
#sitemap div#leftContent div#contentBody ul {
	padding: 0px 0px 0px 0em;
	height: auto;
	width: auto;
}
#sitemap div#leftContent div#contentBody li {
	margin: 0px;
	padding: 0px 0px 1em 12px;
	background: url(../img/map.gif) no-repeat left 5px;
	list-style: none;
	width: auto;
	height: auto;
}
/*----------------------------------------------------
フッターのスタイル
----------------------------------------------------*/
div#foot {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #666666;
	border-top: 1px solid #666666;
	padding-top: 1em;
	margin-top: 1em;
}
div#foot ul {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
div#foot li {
	float: left;
	width: auto;
	height: auto;
	padding-right: 1.5em;
	list-style: none;
}
div#foot p#copyRight {
	padding-top: 1em;

}
/*---------------------------------------------------
応援バナーのスタイル
---------------------------------------------------*/
div#ouen_banner {
	margin-top: 5em;
}
div#ouen_banner img {
	margin-top: 1em;
	margin-bottom: 1em;
}
/*----------------------------------------------------
応援バナー応募ページのスタイル
----------------------------------------------------*/
p.banner_support {
	font-weight: bold;
	color: #FFF;
	background-color: #F69;
	width: 600px;
	text-align: center;
}
table.banner_support {
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
table.banner_support td {
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
textarea.uri_600_120 {
	font: 12px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 590px;
	border: 1px dotted #F69;
	height: 2em;
	color: #F69;
	padding: 5px;
	font-size: 12px;
}
textarea.uri_150_150 {
	font: 12px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 390px;
	border: 1px dotted #F69;
	height: 2em;
	color: #F69;
	padding: 5px;
	font-size: 12px;
}
/*---------------------------------------------------
エラーページのスタイル
---------------------------------------------------*/
#error h1 {
	margin: 1em;
}
#error ul {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#error li {
	float: left;
	width: 100px;
	list-style: none;
}
#error #get {
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	height: auto;
	width: auto;
}
#error #DLsite {
	margin-bottom: 2em;
}
#error #copyRight {
	margin-top: 2em;
}
/*---------------------------------------------------
ブログのスタイル
---------------------------------------------------*/
#blog div#rightContent {
	width: 250px;
	height: auto;
	float: right;
	text-align: left;
}
#blog div#sidebar {
	width: auto;
	height: auto;
	text-align: center;
	background: #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	font-size: 12px;
	padding-left: 1em;
}
#blog div#sidebar div {
	width: auto;
	text-align: left;
}
#blog h2.widgettitle {
	color: #FF9900;
	text-align: left;
	width: 95%;
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #F90;
	margin-bottom: 0.5em;
}
#blog .widget {
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: left;
}
#blog div.prod_banner {
	margin-top: 1em;
	text-align: left;
	width: 200px;
	margin-left: 1em;
}
#blog #wp-calendar {
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
#blog #wp-calendar td {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	text-align: center;
	color: #FC0;
}
#blog #wp-calendar th {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #FC0;
}
#blog #wp-calendar caption {
	font-weight: bold;
	color: #F90;
	text-align: left;
}
#blog #text-3 div.textwidget {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#blog #text-4 div {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#blog #text-7 div.textwidget {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#blog .widget_recent_entries li {
	margin-left: 1em;
}
#blog .widget_recent_comments li {
	margin-left: 1em;
}
#blog .widget_archive li {
	margin-left: 1em;
}
#blog .widget_search div {
	margin-left: 1em;
}
/*記事のタイトル*/
#blog #content h2 {
	margin-bottom: 0.5em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	font-weight: bold;
	color: #F90;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F90;
	padding-left: 5px;
}
#blog #content h2 a:link {
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
#blog #content h2 a:visited {
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
#blog #content h2 a:hover {
	font-weight: bold;
	color: #F06;
	text-decoration: none;
}
#blog #content h2 a:active {
	font-weight: bold;
	color: #F06;
	text-decoration: none;
}
#blog #content small {
	color: #F60;
}
/*ブログ記事*/
#blog #content div.entry {
	margin-top: 1em;
	margin-bottom: 1em;
}

#blog #content div.entry p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#blog div.blog_footer {
	font-size: 10px;
	color: #666;
	margin-top: 2em;
}
/*コメント*/
#blog .commentlist {
	padding-left: 2em;
}
#blog .commentlist li {
	padding-top: 1em;
	padding-bottom: 1em;
}
#blog .postmetadata {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F90;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F90;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#blog #author {
	margin-top: 5px;
	margin-bottom: 5px;
}
#blog #email {
	margin-top: 5px;
	margin-bottom: 5px;
}
#blog #url {
	margin-top: 5px;
	margin-bottom: 5px;
}

