@charset "utf-8"; 

/*

	[* html] = IE6
	[*:first-child+html] = IE7
	[Hides from IE5-mac ～ End hide from IE5-mac] = Mac IE5

*/


/* Reset style
================================================== */
body { color: #333; margin: 0; padding: 0; background: #FFF; font-size: 13px; *font-size: small; *font: x-small; line-height: 1.5; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif; text-align: left; }
a { cursor: pointer; }
a:link, a:visited { color: #CCC; text-decoration: none; }
a:active, a:hover { color: #333; text-decoration: underline; }
blockquote, div, p, pre { margin: 0; padding: 0; }
blockquote { margin: 0 1em 1em 0; padding: 20px 0 0 20px; }
p { margin-bottom: 1em; }
pre { font-family: monospace; *font-size: 108%; line-height: .99; }
dl, dt, dd, li, ol, ul { margin: 0; padding: 0; }
dl, ol, ul { margin: 1em 1em 1em 2em; }
dl dd { margin-left: 1em; }
li { list-style: none; }
ol li { list-style: decimal outside; }
ul li { list-style: disc outside; }
fieldset, form, legend, input, textarea { margin: 0; padding: 0; }
fieldset { margin-bottom: 1em; border: 0; }
label { cursor: pointer; }
input, select, textarea { font-family: inherit; font-size: inherit; font-weight: inherit; }
textarea { resize: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: bold; font-size: 100%; line-height: 1.5; }
hr { display: none; }
img { border: 0; }
em { font-style: italic; font-weight: normal; }
strong { font-style: normal; font-weight: bold; }
sub, sup { line-height: -1px; vertical-align: text-bottom; }
sup { vertical-align: text-top; }
table { margin-bottom: 1em; border: 0; border-right: 1px solid #000; border-bottom: 1px solid #000; font-size: inherit; font: 100%; border-collapse: separate; border-spacing: 0; }
th { margin: 0; padding: .5em; border: 0; border-top: 1px solid #000; border-left: 1px solid #000; font-style: normal; font-weight: bold; text-align: center; }
td { margin: 0; padding: .5em; border: 0; border-top: 1px solid #000; border-left: 1px solid #000; }
caption { margin-bottom: .5em; font-style: normal; font-weight: normal; text-align: center; }


/* All pages style
================================================== */
body {
	font-size: 77%;	/* 11px */
	background: #FFF url("http://blog.tsukuba.ch/_img/homepage/common/bg.png") repeat-y center 0%;
}
a:link, a:visited {
	color: #0089BE;
	text-decoration: underline;
}
a:active, a:hover {
	color: #0089BE;
	text-decoration: none;
}
h1 {
	float: left;
	width: 190px;
}
h2 {
	float: right;
	width: 620px;
	padding: 7px 10px;
	color: #FFF;
	font-weight: normal;
	background: #191919;
}
h3 {
	padding: 4px 10px;
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	font-size: 138%;	/* 14px */
	background: url("http://blog.tsukuba.ch/_img/homepage/common/bg_h3.png") #77B60A no-repeat center top;
}
h4 {
	margin-top: 20px;
	padding: 7px 10px;
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	background: url("http://blog.tsukuba.ch/_img/homepage/common/bg_h4.png") #77B60A no-repeat center top;
}


/* id/class
-------------------------------------------------- */
.yellow {
	color: #FFDF00;
}
.green {
	color: #77B60A;
}
.blue {
	color: #0089BE;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatClearRight {
	clear: right;
}
.floatClearLeft {
	clear: left;
}
.floatClear {
	clear: both;
}
.framePage {
	margin: 0 auto;
	width: 920px;
}


/* ヘッダーバンド
-------------------------------------------------- */
#bandHeader {
	overflow: auto;
	background: url("http://blog.tsukuba.ch/_img/homepage/common/bg_header.png") no-repeat center top;
	padding-top: 20px;
}
#boxContactHeader {
	float: right;
	width: 630px;
	overflow: auto;
}
#boxContactHeader div {
	margin: 0px 20px 10px 0;
}


/* メニューバンド
-------------------------------------------------- */
#bandMenu {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/bg_menu.png") no-repeat center 0;
	padding-top: 10px;
}
#bandMenu .framePage {
	width: 920px;
	overflow: hidden;
	border-bottom: solid 5px #191919;
}
#bandMenu ul li {
	list-style: none;
	float: left;
}
#bandMenu ul li a {
	color: #FFF;
	display: block;
	width: 184px;
	height: 60px;
	background: #77B60A url("http://blog.tsukuba.ch/_img/homepage/common/menu.png") no-repeat;
	text-decoration: none;
}
#bandMenu ul li a:hover {
	background-color: #000;
}
#bandMenu ul li.home a {
	background-position: 0px 0px;
}
#bandMenu ul li.home a:hover, body.pageHome #bandMenu ul li.home a {
	background-position: 0px -60px;
}
#bandMenu ul li.feature a {
	background-position: -184px 0px;
}
#bandMenu ul li.feature a:hover, body.pageFeature #bandMenu ul li.feature a {
	background-position: -184px -60px;
}
#bandMenu ul li.charge a {
	background-position: -368px 0px;
}
#bandMenu ul li.charge a:hover, body.pageCharge #bandMenu ul li.charge a {
	background-position: -368px -60px;
}
#bandMenu ul li.result a {
	background-position: -552px 0px;
}
#bandMenu ul li.result a:hover, body.pageResult #bandMenu ul li.result a {
	background-position: -552px -60px;
}
#bandMenu ul li.blog a {
	background-position: -736px 0px;
}
#bandMenu ul li.blog a:hover, body.pageBlog #bandMenu ul li.blog a {
	background-position: -736px -60px;
}


/* スクリーンバンド
-------------------------------------------------- */
#bandScreen .framePage {
	width: 918px;
	height: 350px;
	border-bottom: solid 5px #191919;
	border-left: solid 1px #191919;
	border-right: solid 1px #191919;
}


/* コンテンツバンド
-------------------------------------------------- */
#bandContent {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/bg_content.png") no-repeat center 0;
	padding-top: 5px;
}
#bandContent .framePage {
	width: 920px;
	overflow: auto;
	background: url("http://blog.tsukuba.ch/_img/homepage/common/bg_side.png") repeat-y 695px 0;
}
#bandContent #columMain {
	width: 650px;
	float: left;
	padding: 15px 0 30px 15px;
}
#bandContent #columSide {
	width: 200px;
	float: right;
	padding: 15px 15px 0 0;
}


/* フッターバンド
-------------------------------------------------- */
#bandFooter {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/bg_footer.png") no-repeat 50% bottom;
	padding-bottom: 20px;
}
#bandFooter .framePage {
	width: 910px;
	color: #FFF;
	background: #000;
	padding: 15px 0 5px 10px;
	border-top: solid 5px #77B60A;
}
#bandFooter a:link, #bandFooter a:visited, #bandFooter a:active, #bandFooter a:hover {
	color: #FFF;
}
#bandFooter ul {
	overflow: auto;
	margin: 0 0 5px;
}
#bandFooter ul li {
	padding: 0px 10px;
	list-style: none;
	float: left;
	border-right: 1px solid #77B60A;
}
#bandFooter ul li.itemStart {
	border-left: 1px solid #77B60A;
}
#bandFooter ul li a {
/*	display: block; */
	text-decoration: none;
}
#bandFooter ul li a:hover {
	background: #77B60A;
}
#bandFooter p {
	margin: 0 0 30px;
}


/* サイドバー
-------------------------------------------------- */
.sidetitle {
	width: 200px;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
	background: #F19317;
	border-bottom: 1px dotted #FFF;
}
.side {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #FFF;
	border-top: 3px solid #F19317;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
/* 最新制作実績 */
div.recentresult .sidetitle {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/bg_sidetitle_recentresult.png") no-repeat 0 0;
}
div.recentresult .side dt {
	border: 1px solid #CCC;
}
div.recentresult .side dd {
	margin: 0;
	padding: 10px 0;
}
div.recentresult .side dd a {
	padding-left: 16px;
	background: url("http://blog.tsukuba.ch/_img/homepage/common/icon_arrow_double.png") no-repeat 0% 45%;
	font-weight: bold;
	font-size: 115%;	/* 15px */
}
/* スタッフブログ */
div.recententry .sidetitle {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/bg_sidetitle_recententry.png") no-repeat 100% 0;
}
/* メニュー */
div.category .sidetitle {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/bg_sidetitle_category.png") no-repeat 100% 0;
}
/* QR */
div.qrcode .sidetitle {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/bg_sidetitle_qr.png") no-repeat 100% 0;
}
div.qrcode .side {
	margin-bottom: 10px;
	text-align: center;
}
/* RSS */
div.rss {
	margin: 0 0 20px;
}
ul.rss {
	margin: 0;
	text-align: center;
}
ul.rss li {
	margin: 0 5px;
	padding-left: 17px;
	display: inline;
	list-style-type: none;
	background: url("http://blog.tsukuba.ch/_img/homepage/common/icon_feed.png") no-repeat 0 50%;
}
div.rssMemo {
	font-size: 84%;	/* 10px */
	text-align: center;
}


/* ページ先頭へ
-------------------------------------------------- */
#itemGotop {
	float: right;
	color: #FFF;
	width: 30px;
	height: 71px;
	position: fixed;
	margin: -71px 0 0 0;
	bottom: 20px;
	right: 0;
	background: #77B60A;
}
#itemGotop img {
	border-right: 1px dotted #FFF;
}


/* JavaScriptアラート
-------------------------------------------------- */
#itemScript {
	color: #FCFCFC;
	padding: 0 10px;
	border: 3px double #FCFCFC;
	position: absolute;
	top: 0;
	right: 0;
	background: #77B60A;
	font-weight: bold;
	font-size: 108%;	/* 14px */
}


/* 汎用
-------------------------------------------------- */
/* リスト */
ul.list {
	margin: 0 0 1em;
}
ul.list li {
	padding-left: 13px;
	list-style-type: none;
	background: url("http://blog.tsukuba.ch/_img/homepage/common/point.gif") no-repeat 0 4px;
}
ul.listmargin li {
	margin-bottom: 1em;
}
/* DLテーブル */
dl.table {
	margin: 0;
}
dl.table dt {
	padding: 5px 0;
	width: 33%;
	font-weight: bold;
	text-align: center;
	float: left;
}
dl.table dd {
	margin: 0;
	padding: 5px 0;
	width: 66%;
	float: left;
}
dl.table dd dl {
	margin: 0;
}
dl.even {
	background: #EBF4DA;
}
/* コメント */
.boxComment dl {
	margin: 0;
	clear: both;
}
.boxComment dl dt {
	padding: 5px 10px 5px 0;
	width: 15%;
	font-weight: bold;
	text-align: right;
	float: left;
}
.boxComment dl dd {
	margin: 0;
	padding: 5px 0;
	width: 79%;
	float: left;
}
.boxComment dl #author, .boxComment dl #email {
	width: 40%;
}
.boxComment dl #url, .boxComment dl #text {
	width: 90%;
}
.boxComment dl #insert {
	width: 20%;
	margin-right: 10px;
}
/* その他パーツ */
.itemButtonDetail a {
	padding: 1px 17px 1px 3px;
	border-top: 2px solid #BBDA84;
	border-left: 2px solid #BBDA84;
	border-right: 2px solid #558207;
	border-bottom: 2px solid #558207;
	background: #77B60A url("http://blog.tsukuba.ch/_img/homepage/common/icon_arrow_right.png") no-repeat 96% 45%;
	color: #FFF;
	text-decoration: none;
}
.itemButtonDetail a:hover {
	border-top: 2px solid #558207;
	border-left: 2px solid #558207;
	border-right: 2px solid #BBDA84;
	border-bottom: 2px solid #BBDA84;
	color: #FFF;
	text-decoration: none;
}
.itemButtonContact a {
	display: block;
	width: 253px;
	height: 39px;
	background: url("http://blog.tsukuba.ch/_img/homepage/common/button_contact.png") no-repeat 0 0;
}
.itemButtonContact a:hover {
	background-position: 0 -39px;
}
.boxContact {
	width: 640px;
	height: 52px;
	margin: 30px auto 0 auto;
	padding: 15px 10px 0 0;
	text-align: center;
	background: url("http://blog.tsukuba.ch/_img/homepage/common/bg_contact.png") no-repeat 0 0;
}
#boxBlog {
	overflow: auto;
}
.itemBlogBody {
	margin: 0 0 20px 0;
	padding: 10px;
	width: 628px;
	overflow: auto;
	background: #FFF;
	border-top: 3px solid #191919;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.itemBlogBody p {
	text-indent: 1em;
}
.itemBlogPosted {
	margin-top: 10px;
	text-align: right;
	font-size: 85%;
}
.itemBlogNavi {
	text-align: center;
	clear: both;
}
.itemFrame {
	border:1px solid #CCC;
	padding: 1px;
	margin: 5px;
}
.itemNote {
	text-size: 50%;
	color: #999;
}


/* Individual pages style
================================================== */
/* メインページ
-------------------------------------------------- */
.pageHome .boxMerit {
	overflow: auto;
}
.pageHome .boxMeritLine {
	border-top: 1px dotted #B2B2B2;
	padding-top: 20px;
}
.pageHome .boxMerit dl {
	margin: 0;
	width: 325px;
	float: left;
}
.pageHome .boxMerit dl dt {
	margin: 0;
	width: 80px;
}
.pageHome .boxMerit dl dd {
	margin: -80px 0 0 80px;
	width: 225px;
	padding: 0 10px;
}
.pageHome .boxMerit dl dd dl {
	width: 100%;
	margin-bottom: 10px;
}
.pageHome .boxMerit dl dd dl dt {
	width: 100%;
	font-weight: bold;
	font-size: 130%;	/* 17px */
}
.pageHome .boxMerit dl dd dl dt span {
	display: block;
}
.pageHome .boxMerit dl dd dl dt .itemSubtitle {
	font-size: 81%;	/* 13px */
}
.pageHome .boxMerit dl dd dl dd {
	padding: 15px 0 10px 0;
	margin: 0;
	width: 100%;
	color: #666;
	font-size: 92%;	/* 12px */
}
.pageHome .boxMerit dl dd p {
	clear: left;
	text-align: right;
}


/* 当プランの強み
-------------------------------------------------- */
.itemMeritTitle {
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	width: 100%;
	overflow: auto;
	border-bottom: 1px dotted #000;
	clear: both;
}
.itemMeritTitle dt {
	margin: 0;
	width: 100px;
	float: left;
}
.itemMeritTitle dd {
	margin: 0;
	width: 520px;
	float: left;
}
.itemMeritDetail {
	margin: 0 0 20px 0;
	overflow: auto;
}
.itemMeritDetail dt {
	margin: 0;
	width: 400px;
	float: left;
}
.itemMeritDetail dd {
	margin: 0;
	padding-left: 5px;
	width: 220px;
	float: left;
}


/* 制作料金
-------------------------------------------------- */
.itemPrice {
	font-size: 231%;	/* 30px */
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px 3px #CCC;
	position: relative;
	color: #F19317;
	width: 6em;
	float: left;
}
.itemPriceSmall {
	font-size: 180%;
}
.itemPrice span {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/gradient_odd.png") repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 32px;
}
.itemPrice span.even {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/gradient_even.png") repeat-x;
}
.itemStepNumber {
	display: block;
	font-size: 231%;	/* 30px */
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px 3px #CCC;
	position: relative;
	color: #0089BE;
}
.itemStepNumber span {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/gradient_odd.png") repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 32px;
}
.itemStepNumber span.even {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/gradient_even.png") repeat-x;
}
.itemStepTitle {
	font-size: 231%;	/* 30px */
	font-weight: bold;
	text-shadow: 2px 2px 3px #CCC;
	position: relative;
	color: #333;
	margin-bottom: 10px;
}
.itemStepTitle span {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/gradient_odd.png") repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 32px;
}
.itemStepTitle span.even {
	background: url("http://blog.tsukuba.ch/_img/homepage/common/gradient_even.png") repeat-x;
}
* html .itemPrice span, * html .itemPrice span.even,
* html .itemStepNumber span, * html .itemStepNumber span.even,
* html .itemStepTitle span, * html .itemStepTitle span.even {
    background: none;
}
.itemUnit {
	width: 7em;
	float: left;
	margin-top: 1.5em;
}


/* 制作実績
-------------------------------------------------- */
#box37908,
#box37246,
#box37245,
#box37243,
#box35539,
#box42943,
#box42944,
#box51159,
#box51183,
#box53835,
#box82101,
#box87940,
#box87945,
#box87946,
body.pageResult .boxArchive {
	float: left;
	width: 210px;
	margin-right: 6px;
}
#box37908 h3,
#box37246 h3,
#box37245 h3,
#box37243 h3,
#box35539 h3,
#box42943 h3,
#box42944 h3,
#box51159 h3,
#box51183 h3,
#box53835 h3,
#box82101 h3,
#box87940 h3,
#box87945 h3,
#box87946 h3,
body.pageResult .boxArchive h3 {
	padding: 4px 10px;
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	height: 26px;
	overflow: hidden;
	font-size: 138%;	/* 14px */
	background: #77B60A url("http://blog.tsukuba.ch/_img/homepage/common/bg_h3_result.png") no-repeat center top;
}
#box37908 .itemBlogBody,
#box37246 .itemBlogBody,
#box37245 .itemBlogBody,
#box37243 .itemBlogBody,
#box35539 .itemBlogBody,
#box42943 .itemBlogBody,
#box42944 .itemBlogBody,
#box51159 .itemBlogBody,
#box51183 .itemBlogBody,
#box53835 .itemBlogBody,
#box82101 .itemBlogBody,
#box87940 .itemBlogBody,
#box87945 .itemBlogBody,
#box87946 .itemBlogBody,
body.pageResult .boxArchive .itemBlogBody {
	padding: 5px;
	width: 198px;
	overflow: auto;
	background: #FFF;
	border-top: 3px solid #191919;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}




/* ホーム・ブログ以外
-------------------------------------------------- */
#entry37794,
#entry37793,
#entry37795,
#entry37796,
#entry37797,
#entry37798,
#posted37908,
#posted37794,
#posted37793,
#posted37795,
#posted37796,
#posted37797,
#posted37798,
#posted37255,
#posted37257,
#posted37258,
#posted37434,
#posted37246,
#posted37245,
#posted37243,
#posted35539,
#posted42943,
#posted42944,
#posted37554,
#posted51159,
#posted51183,
#posted53835,
#posted82101,
#posted87940,
#posted87945,
#posted87946,
body.pageResult .itemBlogPosted {
	display: none;
}

body.pageFeature .itemBlogNavi,
body.pageCharge .itemBlogNavi {
	display: none;
}
/* body.pageResult .itemBlogNavi {
	display: none;
} */





/* clearfix
================================================== */
.clearfix:after, #contents:after, #benaresMenu dl:after, .main:after, #commentForm dl:after, dl.table:after, dl.imgItem:after, dl.item:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; }
.clearfix, #contents, #benaresMenu, .main, #commentForm dl, dl.table, dl.imgItem, dl.item { display: inline-block; }
/*Hides from IE5-mac \*/
* html .clearfix, * html #contents, * html #benaresMenu, * html .main, * html #commentForm dl, * html dl.table, * html dl.imgItem, * html dl.item { height: 1%; }
.clearfix, #contents, #benaresMenu, .main, #commentForm dl, dl.table, dl.imgItem, dl.item { display: block; }
*+html body .clearfix, *+html body #contents, *+html body #benaresMenu, *+html body .main, *+html body #commentForm dl, *+html body dl.table, *+html body dl.imgItem, *+html body dl.item { zoom: 1; }
/*End hide from IE5-mac */