@charset "utf-8";
/*
Theme Name: Daimyo
Description:daimyo Blog
Author: AIP
*/

body {
	padding:0;
	font-size:12px;
  	*font-size:75%;
	line-height:1.5;
	color:#333;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;
	background-color: #EDF7FD;
	text-align:center;
	margin: 0;
	background-image: url(img/bg_woman.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
	}
#wrapper {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #D4E8EC;
	width: 810px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#header {
	background-image: url(img/head_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 99px;
}
#logo {
	float: left;
	margin-top: 10px;
}
.sidemanu {
	margin-bottom: 10px;
}
.sidemanum {
	background-image: url(img/side_t_m.gif);
	background-repeat: repeat-y;
	text-align: center;
}
.sidemanucontent {
	text-align: center;
	width: 164px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidemanucontent p {
	text-align: left;
	width: 144px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	line-height: 1.2em;
}
#hcontact {
	float: right;
	width: 134px;
}
#headercontent {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#gnav {
	margin-right: auto;
	margin-left: auto;
	width: 812px;
}
#gnav ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#gnav ul li.re {
	margin-right: 0px;
}
#content {
	float: left;
	width: 546px;
}
#side {
	float: right;
	width: 180px;
}
#main {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#fla {
	border: 4px solid #999;
	width: 750px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#twi {
	background-color: #FFF;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #47D1FF;
	border-bottom-color: #47D1FF;
	border-left-color: #47D1FF;
}
#twi li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
#newsarea p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}
#footerlink {
	font-size: 11px;
	margin-top: 20px;
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footerlink a:link {
	color: #FFF;
	text-decoration	: none;
}
#footerlink a:visited {
	color: #FFF;
	text-decoration	: none;
}
#footerlink a:hover {
	color: #FFF;
	text-decoration	: underline;
}
#footerlink a:active {
	color: #FFF;
	}

#bnraria {
}
#bnraria ul li {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
}
img { border:none; }

p {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content h3.th3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd {margin: 0;padding: 0;}

ul,li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

form {margin:0;padding:0;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

br {clear:both;}

.clear {clear:both;}

/* リンク ------------------------------*/

a:link {
	color:#32CCFF;
	}
a:visited {
	color:#0D9AD8;
	}
a:hover {
	color:#32CCFF;
	}
a:active {
	color:#32CCFF;
	}
	
/* 行揃え------------------------------*/

.alignright {text-align:right;}
.alignleft {text-align:left;}
.aligncenter {text-align:center;}

/* フロート------------------------------*/

.floatleft {float:left;}	
.floatright {float:right;}
.float li {float:left;}

/* テキスト------------------------------*/
.strong {font-weight:bold;}
.txt_hl {line-height:1.5;}
.txt_hs {line-height:1.2;}

.txts {
	font-size:10px;
	*font-size:90%;
	line-height:1.2;
	}
.red {
	color:red;
	}
.redb {
	font-size: 14px;
	font-weight: bold;
	color:red;
	}
	
.txtl {
	font-size:14px;
	*font-size:120%;
	line-height:1.4;
	}
.skyblueb {
	font-size: 14px;
	font-weight: bold;
	color: #09C;
}

/*マージン------------------------------*/
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}

.mr5 {margin-right:5px;}
.mr9 {margin-right:9px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}

.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml50 {margin-left:50px;}

.mg5 {margin:5px;}
.mg10 {margin:10px;}
.mg20 {margin:20px;}

.mtb5 {margin:5px 0;}
.mtb10 {margin:10px 0;}
.mtb15 {margin:15px 0;}
.mtb30{margin:30px 0;}
.tframe {
	border-collapse: collapse;
	border: 1px solid #CCC;
}
.tblue {
	background-color: #66CCFF;
	padding: 10px;
	border-bottom-style: none;
}
.t01 {
	padding: 20px;
	border: 1px solid #2EC3F9;
}
.pagetop {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* SHOP ------------------------------*/

.cnav {
	background-color: #E3E3E3;
	padding: 10px;
}
.cnav li {
	background-image: url(img/arrow.gif);
	background-position: left center;
	display: inline;
	padding-left: 20px;
	margin-right: 20px;
	background-repeat: no-repeat;
}
.cnav a:link {
	color: #000;
	text-decoration	: none;
}
.cnav a:visited {
	color: #000;
	text-decoration	: none;
}
.cnav a:hover {
	color: #000;
	text-decoration	: underline;
}
.cnav a:active {
	color: #000;
	}

/* QA ------------------------------*/

.iconq {
	background-image: url(img/icon_q.jpg);
	background-position: left 5px;
	padding-left: 40px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #0C9AD8;
}
.icona {
	background-image: url(img/icon_a.jpg);
	background-position: left 5px;
	padding-left: 40px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
.qaarea {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/* BLOG ------------------------------*/

.blogarea {
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #A7E7FE;
	background-image: url(img/star_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ECF7FD;
}

/*コメント*/

#commentform{
	clear:both;
}

div#com{
	padding:10px;
	margin: 20px 0px;
	background-color: #ECF7FD;
	width:500px;
}

#commentform textarea{
	width:400px;
}

#commentform p{
	margin:5px;
	font-size:12px;
}

.compost{
	padding-bottom:10px;
	margin:10px;
	border-bottom:solid 1px #4cb4d7;
	font-size:12px;
}


/* TWITTER MANUAL ------------------------------*/

.w330r {
	float: right;
	width: 330px;
}
.w500 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.w150l {
	float: left;
	width: 150px;
}
.w320r {
	float: right;
	width: 320px;
}

/* EVENT ------------------------------*/

.coracontent {
	float: left;
	width: 178px;
	margin-left: 2px;
}
.coram {
	background-image: url(/img/event/cora_m.gif);
	background-repeat: repeat-y;
	padding: 12px;
	font-size: 10px;
	line-height: 1.3em;
	height: 440px;
}
.coreblue {
	width: 150px;
}
.corebluem {
	background-color: #E6F5F8;
	padding: 5px;
	color: #069;
}
.eprofile {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}