@charset "EUC-JP";

/* ----------------------------------------
 ■はじめに
 [custom]は、カスタマイズするために最適化された
 公式テンプレートです。
 カスタマイズした場合は、下記のクレジットを書いて、
 ユーザーテンプレートファイル（utf）に公開しよう！
 ※カスタマイズしたらこの文章は削除してください

 ■カスタマイズ方法がわからない人へ
 StepUp!JUGEM「PCテンプレ編集講座」
 http://stepup-j.jugem.jp/?cid=12
---------------------------------------- */



/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#333333;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:Helvetica, Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background-repeat:no-repeat;  
	background-color:#EFEFF1;
}

#index {
	background-image:url();  
	background-position:center 0px;
	background-attachment:scroll;
}


#memo {
	background-image:url(img/memo.jpg);  
	background-position:center 80px;
	background-attachment:scroll;
}

#memoL {
	background-image:url(img/memoL.jpg);  
	background-position:center 80px;
	background-attachment:scroll;
}

#orderP {
	background-image:url(img/orderpaper.jpg);  
	background-position:center 80px;
	background-attachment:scroll;
}



/* ページ全体のリンク色 */
a {color:#666666;text-decoration:underline;}
a:link {color:#666666;text-decoration:underline;}
a:visited {color:#999999;text-decoration:underline;}
a:hover {color:#999999;text-decoration:none;}
a:active {color:#999999;text-decoration:none;}

/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#f2f2f2;text-decoration:none;}
h1 a:hover,h1 a:active {color:#f7f7f7;text-decoration:none;}

/* 記事タイトルのリンク色 */
h2 a:link,h2 a:visited {color:#000000;text-decoration:none;}
h2 a:hover,h2 a:active {color:#f7f7f7;text-decoration:none;}

/* サイドメニューのリンク色 */
#side a {color:#666666;text-decoration:none;}
#side a:link {color:#666666;text-decoration:none;}
#side a:visited {color:#999999;text-decoration:none;}
#side a:hover {color:#cccccc;text-decoration:none;}
#side a:active {color:#cccccc;text-decoration:none;}

.entryState a {color:#000000;text-decoration:none;}
.entryState a:link {color:#000000;text-decoration:none;}
.entryState a:visited {color:#999999;text-decoration:none;}
.entryState a:hover {color:#333333;text-decoration:none;}
.entryState a:active {color:#333333;text-decoration:none;}

/* カレンダーのリンク色 */ 
.cell a,.call a:link,.call a:visited {color:#000000;text-decoration:underline;font-weight:bolder;}
.cell a:hover,.call a:active {color:#999999;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */
/* -------------------------------------

　■ページ全体の変更方法（初期は幅950に設定されています）
  ・A にページ全体の幅を指定する
  ・B + 40 = A になるように B の値を指定する
  ・C + D + 40 + 20 = A になるように C と D の値を指定する
  
  ※サイドメニューの幅は C　、記事の枠の幅は D の値を変更 
  ※余白(padding)の値を変えない場合の方法です
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:840px; /* A */
	margin:0px auto;
	padding:0px 0 0;
	text-align:left;
}

/*ブログ名と説明文、トップ画像*/
#header {
	width:840px;  /* B */
	height:135px;
	clear:left;
	margin:0;
	padding:0;
	background-image:url();  
	background-repeat:no-repeat;  
	background-position:bottom center;
	background-attachment:scroll;  
}

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
	float:left;
	width:235px;  /* C */;
	font-size:11px;
	line-height:1.8em;
	margin-top:5px;
}

/*　左側の幅（記事の枠）*/
#main {
	float:left;
	width:480px;  /* D */
	padding:0 125px 0 0px;
	text-align:justify;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}

#ordermain {
	float:left;
	width:780px;  /* D */
	padding: 0;
}

 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {font-size:20px;padding:70px 0 0 30px;}

/* ブログの説明文 */
div#description {margin:10px 0 0 0;padding:0 0 0 30px;}

#title {
	padding-top:30px;
}

.menu {
	width: 710px;
	padding-top:14px;
	float:right;
}

.entry {margin:0 0 5px 0;}

/* 次の記事・前の記事 */
#entryNavi {margin:0 0 15px 0;}


#pager{padding:10px 0 20px;text-align:center;width:100%;}
#pager span{margin:0 3px;}

#pager span.current{
	background-color:#1e1e1e;
	padding:4px 7px;
	color:#fff;
	font-weight:bold;
}

#pager span a{
	background-color:#e4e4e4;
	color:#565656;
	padding:4px 7px;
	text-decoration:none;
}

#pager span a:hover,#pager span a:active {
	background-color:#333;
	color:#fff;
	text-decoration:none;
}

/* 記事のタイトル */
h2 {
font-weight:normal;
font-family:Helvetica, Arial; 
font-size:21px;
margin:0px 0 5px 0;
line-height:15px;
}

/* 記事本文 */
.entryBody {margin:0px 0 0 0;
color:#666666;}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
ul.entryState li {
    display:inline;
	border-left:1px solid #999999;
	padding-left:5px;
	font-size:10px;
}
.entryState {
margin-top:20px;
}

/* 関連する記事枠 */
#relatedEntry {border:1px #999999 solid;padding:20px;margin:20px 0 20px 0;}

	#relateTitle {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}

/* コメント枠 */
#comment {border-top: 1px #cccccc solid;
border-right: 1px #cccccc solid;
border-bottom:1px #cccccc dashed;
border-left: 1px #cccccc solid;
padding:20px;margin:20px 0 0 0;}

	#commentTitle {
		margin:0 0 10px 0;
		color:#000000;
		font-family:Helvetica, Arial; 
		font-size:12px;
		font-weight:bolder;
	}
	
	#commentSendTitle {
		margin:40px 0 10px 0;
		color:#000000;
		font-family:Helvetica, Arial; 
		font-size:12px;
		font-weight:bolder;
	}
	
	.commentBody {margin:5px 0;}
	
	ul.commentState {margin:0 0 15px 0;	color:#000000;}
	
	ul.commentState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}
	
	.commentSendForm {margin:0;color:#000000;}	

	.commentSendForm .input {
		width:250px;
		font-family:Helvetica, Arial; 
		color:#666666;
		font-size:13px; 
		margin-left:5px;
}
	.commentSendForm textarea {
		width:350px;
		margin:0 0 10px 0;
		color:#666666;
		font-size:13px; 
}

#mailform{
	height:300px;
	width:500px;
	margin-top:10px;
}

	#name {border: 1px #ffffff solid;}
	#email {border: 1px #ffffff solid;}
	#url {border: 1px #ffffff solid;}
	
.mailtext{
width:350px;
border:solid 1px #f7f7f7;
font-size:12px; 
padding:3px;
float:right;
}

.mailtextarea{
width:400px;height:120px;
border:solid 1px #f7f7f7;
font-size:12px; 
padding:3px;
}


.comline {
color:#000000;
font-size:12px; 
width:400px;
margin-bottom:7px;
}

.button {
	margin-top:3px;
	font-size:12px;
	font-weight:bold;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	padding:6px 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f5f5f5) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f5f5f5 100% );
	background:-ms-linear-gradient( top, #ffffff 5%, #f5f5f5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5');
	background-color:#ffffff;
	color:#0;
	display:inline-block;
}
.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f5f5f5), color-stop(100%, #ffffff) );
	background:-moz-linear-gradient( center top, #f5f5f5 5%, #ffffff 100% );
	background:-ms-linear-gradient( top, #f5f5f5 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff');
	background-color:#f5f5f5;
}
.css_btn_class:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */
	
/* このページの先頭へ */	
.pageTop {margin:10px 0 0 0;}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #cccccc;
	padding:10px;
	margin:10px;
}

/* 画像 */
#main .pict {margin:5px 10px 10px 0px;}
img{margin:0;}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}

/* 小文字キャプション */
 .smtxt  {font-size:10px;
font-family:Helvetica, Arial; 
}
/* 小文字赤 */
 .smred  {font-size:10px;
font-family:Helvetica, Arial; 
color:#ff0000;
}

/* 小文字紺 */
 .smnavy  {font-size:10px;
font-family:Helvetica, Arial; 
color:#003399;
}

/* 赤文字 */ 
.red {color:#ff0000;}

/* 赤下線 */ 
.udbred {border-bottom:#F00 dotted 1px;}

.boldBK {font-weight:bold;
	color:#000000;}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {font-size:16px;
		color:#000000;
font-family:Helvetica, Arial; 
font-weight:bold;
margin:0;}

/* サイドメニューの内容 */
.sideContents {margin:0 0 20px 0;
font-family:Helvetica, Arial; }

/* カレンダーの１マス幅 */
.cell {width:27px;}


/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:10px;
    padding:0 0 10px 0;
    text-align:center;
}


/* ----------------------------------------
オーダーフォーム
---------------------------------------- */
	#orderform {
	margin:0px auto 0px;
	width:840px;
	color:#000;
	text-align:left;
	line-height:18px;
	}

#ordertop{
padding:0px;}

.yen{
height:100%;
margin:20px 0px 25px 30px;
line-height:16px;}

.widebox{
width:785px;
height:130px;
float:left;
}

.box{
width:260px;
float:left;
}
.centrebox{
width:260px;
float:left;
}

.rightbox{
width:260px;
float:left;
}

.leftbox2{
width:390px;
float:left;
}

.rightbox2{
width:390px;
float:left;
}

.orderpict {margin:0px 3px 3px 0px;}

.ordertext {width:400px;
border:solid 1px #f7f7f7;
font-size:12px; 
padding:3px;
float:right;

}

.ordertextarea{
width:450px;height:120px;
border:solid 1px #f7f7f7;
font-size:12px; 
padding:3px;
}

.orderpictleft {margin:0px 3px 3px 0px;float:left;}

.formline {
color:#000000;
font-size:12px; 
width:450px;
margin-bottom:-6px;

}

#orderbottom{

margin-bottom:80px;
margin-left:30px;
line-height:20px;
float:left;
width:470px;
}

#orderbottomR{
margin-top:35px;
margin-left:30px;
line-height:18px;
float:left;
width:280px;
height:300px;
}

.ordermemo{
font-size:10px;
color:#666666;
}

.float-clear {
 clear: both;
}


$(".lastNameSpan").showBalloon({contents : "苗字を入力してください",
								position : "right"});

