@charset "Shift_JIS";

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0;
	padding:0; 	/*全要素のマージン・パディングをリセット*/
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
	color:#363636;		/*文字色*/

} 

.gyo {
	line-height: 120%;
}

body {
	background-color:#ffffff;	/*ページ全体の背景色*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
}
div#pagebody {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ffffff;
	text-align: left;
}

/*============================================
ヘッダ
============================================*/
div#header {
/*	height:100px;	*背景画像のサイズに合わせてボックスの高さを指定*/
/*	background-image:url("../image/top_contact.jpg");	*ヘッダ部分の背景画像*/
	background-repeat:no-repeat;		/*背景画像を繰り返さない*/
/*	background-color:#cccccc;		*ヘッダ部分の背景色*/
}

h1 {
	padding:10px 5px 0px 0px;		/*見出し内容の位置調整*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
	font-size: 12px;
	color: #636363;
	border-bottom: 1px solid #cccccc;
}

h1 a {
	text-decoration:none;	/*リンクの下線を無くす*/
	
	}


/*============================================
メインメニュー
============================================*/
ul#menu {
	height:40px;
	width:960px;
	background:url("../image/m00.jpg");
	font-weight:bold;
}
li#menu01,li#menu02,li#menu03,li#menu04,li#menu05 {
	float:left;			/*リスト項目を横に並べる*/
	display:inline;			/*リスト項目をインライン表示にする*/
	list-style-type:none;		/*リストマーカー無しにする*/
	background-repeat:no-repeat; 	/*背景画像を繰り返さない*/	
}

/*ボタン01〜05にはそれぞれ異なる背景画像を指定する*/
li#menu01 {
	width:192px;
	height:40px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("../image/m01.jpg");	/*背景画像*/
}
li#menu02 {
	width:192px;
	height:40px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("../image/m02.jpg");	/*背景画像*/
}
li#menu03 {
	width:192px;
	height:40px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("../image/m03.jpg");	/*背景画像*/
}
li#menu04 {
	width:192px;
	height:40px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("../image/m04.jpg");	/*背景画像*/
}
li#menu05 {
	width:190px;
	height:40px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("../image/m05.jpg");	/*背景画像*/
}
ul#menu a {
	display:block;				/*リンクをブロック表示にする*/
	height:42px;
/*	padding-top:6px;			*/
	text-align:center;
	text-decoration:none; 			/*リンクの下線を無くす*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
	font-weight:bold;

}

div#mainImage {
	margin: 2px 0px 4px;
	background-image:url("../image/buy_champaign.jpg");
	background-repeat:no-repeat;		/*背景画像を繰り返さない*/
/*	background-color:#cccccc;		*ヘッダ部分の背景色*/
	height:135px;
}

div#info {
/*	height:100px;	*背景画像のサイズに合わせてボックスの高さを指定*/
/*	background-image:url("../image/top_contact.jpg");	*ヘッダ部分の背景画像*/
	background-repeat:no-repeat;		/*背景画像を繰り返さない*/
/*	background-color:#cccccc;		*ヘッダ部分の背景色*/
}


/*============================================
サブメニュー（左カラム）
============================================*/
div#submenu {
	width:200px;			/*幅の指定*/
	margin:5px 10px 10px 0px;	/*位置調整（IE6のバグに注意）*/
	display:inline;			/*IE6のマージン算出のバグ対策*/
	float:left;			/*サブメニューのカラムを左寄せにする*/
}

/*サブメニューのヘッダ部分（余白調整・背景画像・背景色・文字サイズなど）*/
div#submenu_header {
	height:26px;
	padding:4px 0px 0px 0px;
/*	background-image:url("images/bg_submenu_header.gif"); */
	background-repeat:no-repeat;
	background-position:top;
	background-color:#64be6b;
	font-size:90%;
	font-weight:bold;
	text-align:center;
}

/*サブメニューのボディ部分（余白調整・背景画像・背景色）*/
ul#submenu_body {
	padding-bottom:6px;
	background-image:url("images/bg_submenu_footer.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#d3e69e;
}

ul#submenu_body li {
	font-size:90%;			/*文字サイズを90%にする*/
	list-style-type:none;		/*リストマーカー無しにする*/
	display:inline;			/*リスト項目をインライン表示にする*/
}
ul#submenu_body li a {
	display:block;			/*リンクをブロック表示にする*/
	margin:0px 4px 0px 4px;		/*サブメニュー項目のマージン*/
	padding:2px 0px 2px 20px;	/*サブメニュー項目のパディング*/
	background-color:#f5f8e3;	/*サブメニュー項目の背景色*/
	text-decoration:none;		/*リンクの下線を無くす*/
}
ul#submenu_body li a:hover {
	background-color:#ffffff;	/*リンクにマウスが乗ったら色を変える*/
}

div#submenu img {
	width : 192px;
	border : solid 1px #cccccc;
	margin-top : 5px;
	padding : 3px;
}

/*============================================
コンテンツ
============================================*/
div#content {
	width:750px;
	margin:4px 0px 10px 0px;	/*幅の指定と位置調整*/
	float:right;			/*2カラム全体を右寄せにする*/
}

div#content ul {
	height:40px;
	width:960px;
	font-weight:bold;
}

div#content li{
	float: left;			/*リスト項目を横に並べる*/
	display: inline;			/*リスト項目をインライン表示にする*/
	list-style-type:square;		/*リストマーカー無しにする*/
	background-repeat: no-repeat; 	/*背景画像を繰り返さない*/	
}


li#kubun01 {
	font-size:90%;			/*文字サイズを90%にする*/
	color: #252525;
	padding: 1px 7px;
	margin-right: 5px;
}

li#kubun02 {
	font-size:90%;			/*文字サイズを90%にする*/
	color: #252525;
	padding: 1px 7px;
	margin-right: 3px;
}

li#kubun03 {
	font-size:90%;			/*文字サイズを90%にする*/
	color: #252525;
	padding: 1px 7px;
	margin-right: 5px;
}

li#kubun04 {
	font-size:80%;			/*文字サイズを90%にする*/
	color: #252525;
	padding: 1px 7px;
	margin-left: 285px;
}


li#kubun01 a:hover {
	color: #ffffff;
	background-color: #009fdB; 
}

li#kubun02 a:hover {
	color: #ffffff;
	background-color: #009fdB; 
}

div #content table {
	margin-top: -18px;
	width: 750px;
/*	border: solid 2px #ee9c00;	*/
	align: center;
	valign: middle;
}

div #content table th {
/*	width: 750px;		*/
	font-size: 90%;
	border-right: solid 1px #f19d4c;
	border-bottom: solid 1px #f19d4c;
	line-height: 120%;
	text-align: center;	
	vertical-align: middle;	
	white-space: nowrap;
	background-color: #f7c473;
}

div #content .header1 {
	width: 80px;
	height: 70px;
}

div #content .header2 {
	width: 210px;
	height: 70px;
}

div #content .header3 {
	width:  80px;
	height: 70px;
}

div #content .header4 {
	width:  100px;
	height: 70px;
}

div #content .header5 {
	width:  120px;
	height: 70px;
}

div #content .header6 {
	width:  104px;
	height: 70px;
}

div #content .header7 {
	width:  50px;
	height: 70px;
}

div #content table td {
	height: 80px;
	font-size: 90%;
	border-right: solid 1px #f6dc00;
	border-bottom: solid 1px #f6dc00;
	line-height: 120%;
	text-align: center;	
	vertical-align: middle;	
	background-color: #fffbd1;
}

.price1 {
	font-size: 130%;
	color: #e23721;
	font-weight: bold;
}

.price2 {
	font-size: 100%;
}
.yen {
	font-size: 70%;
	color: #000000;
}

div #content td .date3 {
	text-align: right;
}

div #content .date6 {
	width:  104px;
	text-align: center;
	text-valign: middle;
}


div #content table img {
	width:	90px;
	height: 69px;
	border: solid 1px #ffffff;
}

/*見出し・段落・水平線のスタイル指定*/
div #note h1 {
	font-size:100%;
	font-weight:bold;	
	color:#363636;
}
div #note h2 {
	width:540px;
	height:30px;
	color:#ffffff;
	font-size:100%;
	text-align: center;
	margin: 0px;
	padding-top:6px;
	font-size:95%;
/*	border-bottom:solid 1px #cccccc;	*/
/*	background-color:#df0029;		*/
	background-image:url("../image/content_title.gif");
	background-repeat:no-repeat;
	background-position:left center;	
}

div #note p {
	height: 138px;
	width:515px;
	font-size:90%;
	border:solid 1px #cccccc;
	margin:0px 0px 15px 0px;
	padding:10px 6px 10px;
/*	text-indent:10px;		*/
/*	overflow: scroll;		*/
	overflow-x: hidden;
/*	overflow-y: scroll;		*/
}

div #note .kyocho {
	color: #e5571d;
	font-weight: bold;
}

div #note .kyocho2 {
	background: #f6dc00;
}



div #note ul li .kyocho {
	color: #e5571d;
	font-weight: bold;
}

div #note form table {
	width: 530px;
	border-collapse: separate;
}

div #note .hissu {
	background-color: #fde5ec;
}

div #note input[type="text"] {
		width: 100%;
		height: 20px;
}

div #note input[type="submit"] {
		padding: 3px 5px;
}

div #note input[type="reset"] {
		padding: 3px 5px;
}

div #note .manaka2 {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	background-color: #fde1b9;
}



h3 {
	font-size:90%;
	margin-left:5px;
}


/*============================================
フッタ
============================================*/
div#footer {
	height:80px; text-align:center;
	clear:both;					/*回り込みを解除する*/
	background-image:url("../image/footer.gif");	/*フッタ部分の背景画像*/
	background-repeat:no-repeat;			/*背景画像を繰り返さない*/
	background-color:#cccccc;			/*フッタ部分の背景色*/
}
address {
	font-style:normal;			 /*フォントスタイルを標準にする*/
	color:#ffffff;
	font-size:small;			 /*フォントサイズを小さくする*/
	padding:8px 0px 5px 0px;		 /*要素内容の位置調整*/
}
