*{padding: 0px;margin: 0px}


/*****************▼全体設定*****************/

/**********▽ページ全体の背景**********/
body               { 
	background-color: #FFFFFF; 
	background-image: url(http://www.hiciao.com/css_image/designtemplate009/bg_body.jpg); 
	background-repeat: repeat-x; 
	width: 100% 

}

/**********▽リンク色**********/
a:link                     {
     color: #330000; 
	 text-decoration: underline 
}

/**********▽リンク色（訪問済み）**********/
a:visited                 { 
	color: #CC6666; 
	text-decoration: underline
}

/**********▽リンク色（マウスが合った時）**********/
a:hover                  { 
	color: #CC6666; 
	text-decoration: underline
}

/**********▽リンク色（マウスが合った時）**********/
a:active                { 
	color: CC6666; 
	text-decoration: underline
}

/**********▽回り込み解除**********/
.clear {
	clear: both;
}

/*****************▲全体設定*****************/




/*****************▼ページコンテンツ幅・背景*****************/

.body    { 
	text-align: left; 
	padding-bottom: 10px; 
	width: 780px
}

/*****************▲ページコンテンツ幅・背景*****************/




/**********▼ヘッダー要素**********/

/**********▽ヘッダー位置**********/
.header          { 
	color: #424242; 
	background-image: url(http://www.hiciao.com/css_image/designtemplate009/bg_header.jpg); 
	background-repeat: no-repeat; height: 200px
}

/**********▽ヘッダー上部スペース**********/
.space    { 
	color: #333; 
	font-size: 11px; 
	margin-top: 5px; 
	padding-right: 10px; 
	padding-bottom: 5px; 
	float: right
}

/**********▽ヘッダー上部メニュー：リンク色**********/
.space a:link                    { 
	color: #333; 
	text-decoration: underline
}

/**********▽ヘッダー上部メニュー：リンク色（訪問済み）**********/
.space a:visited { 
	color: #555; 
	text-decoration: underline 
}

/**********▽ヘッダー上部メニュー：リンク色（マウスが合った時）**********/
.space a:hover   { 
	color: #f7941d; 
	text-decoration: underline
}

/**********▽ヘッダー上部メニュー：リンク色（マウスが合った時）**********/
.space a:active { 
	color: #660000; 
	text-decoration: underline
}

/**********▽ヘッダー画像**********/
.header .img     { 
	height: 50px}

/**********▽サイトタイトル**********/
.header .header_h         {
	color: #330000;
	font-size: 20px;
	font-weight: bold;
	line-height: 16px;
	margin-left: 195px;
	padding-top: 70px;
	padding-left: 10px;
}

/**********▽サイト説明文**********/
.header .header_exp     {
	color: #330000;
	font-size: 12px;
	margin-left: 195px;
	padding-top: 20px;
	padding-left: 10px;
}

/*****************▲ヘッダー要素*****************/




/*****************▼コンテンツ要素*****************/

/**********▽コンテンツ（左＆メインを含む）全体**********/
.main            { 
	background-color: #fff
}

/**********▽テキストサイズ一括変換**********/
.title    { 
	color: #626262; 
	font-size: 14px; 
	font-weight: bold
}

.item    { 
	color: #626262; 
	font-size: 13px; 
	line-height: 16px
}

.box01          { 
	background-color: #fff
}

/*****************▲コンテンツ要素*****************/




/*****************▼コンテンツ（左）要素*****************/

/**********▽コンテンツ（左）幅**********/
.contents01           { 
	margin-top: 10px; 
	width: 200px; 
	float: left 
}

/**********▽コンテンツ（左）コンテンツボックス**********/
.contents01 .box01  { 
	margin-bottom: 10px; 
	margin-left: 10px 
}

/**********▽コンテンツ（左）タイトル**********/
.contents01 .box01 .box_top .title           {
	color: #330000;
	font-size: 13px;
	font-weight: bold;
	background-image: url(http://www.hiciao.com/css_image/designtemplate009/title_side.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 35px;
}

.contents01 .box01 .box_mdl       {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EDF9F5;
	border-left-color: #EDF9F5;
	margin: 0px;
}

/**********▽コンテンツ（左）大メニュー**********/
.contents01 .box01 .box_mdl .item         {
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bbc6d6;
	margin: 0px;
}

/**********▽コンテンツ（左）小メニュー**********/
.contents01 .box01 .box_mdl .box02 .item         {
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #fff;
	border-bottom-color: #E4EFF5;
}

.contents01 .box01 .td01 { 
	color: #424242; 
	font-size: 12px; 
	font-weight: bold
}

.contents01 .box01 .tdfree  { 
	color: #424242; 
	font-size: 12px; 
	font-weight: normal; 
	padding-bottom: 5px
}

.contents01 .box01 .box_btm    { 
	background-color: #fff; 
	background-image: url(http://www.hiciao.com/css_image/designtemplate009/btm_side.gif); 
	background-repeat: no-repeat; 
	height: 15px
}

/*****************▲コンテンツ（左）要素*****************/




/*****************▼コンテンツ（メイン）要素*****************/

/**********▽コンテンツ（メイン）幅**********/
.contents02               { 
	margin-top: 10px; 
	width: 570px; 
	float: left 
}

/**********▽コンテンツ（メイン）コンテンツボックス**********/
.contents02 .box01          { 
	background-color: #fff; 
	margin-left: 10px; 
	padding: 5px
}

/**********▽コンテンツ（メイン）ページナビゲーション：文字サイズ・位置**********/
.page_navi   { 
	font-size: 11px; 
	margin-bottom: 10px
}

/**********▽コンテンツ（メイン）ページタイトル**********/
.contents02 .box01 .page_title     {
	color: #330000;
	font-size: 15px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px none #5CA01C;
	background-image: url(http://www.hiciao.com/css_image/designtemplate009/title.jpg);
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 23px;
	background-repeat: no-repeat;
}

/**********▽コンテンツ（メイン）フリースペース**********/
.contents02 .box01 .free    { 
	color: #424242; 
	font-size: 12px; 
	line-height: 16px; 
	background-color: #fff; 
	padding: 10px
}

/**********▽コンテンツ（メイン）フリースペース：画像ボックス**********/
.contents02 .box01 .free .imgbox { 
	font-size: 12px; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 2px; 
	float: left
}


/**********▽コンテンツ（メイン）更新情報スペース**********/
.contents02 .whats    { 
	margin-top: 15px
}

/**********▽コンテンツ（メイン）更新情報タイトル**********/
.contents02 .whats .title     { 
	background-image: url(http://www.hiciao.com/css_image/designtemplate009/title_main.jpg); 
	background-repeat: no-repeat; 
	margin: 0; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 35px}

.contents02 .whats .box_mdl       { 
	padding-top: 5px; 
	padding-right: 5px; 
	padding-left: 5px
}
	 
.contents02 .whats table { 
	background-position: 7px 8px; 
	width: 100%
}

/**********▽コンテンツ（メイン）更新情報日付：文字サイズ・幅**********/
.contents02 .whats .td01   { 
	color: #424242; 
	font-size: 13px; 
	background-position: 0 0; 
	margin: 0; 
	padding: 0; 
	width: 80px
}

.contents02 .box01 .tdfree { 
	color: #424242; 
	font-size: 13px; 
	background-position: 7px 8px; 
	padding-bottom: 8px
}

.contents02 .whats .box_btm   { 
	background-color: #fff
}


/**********▽コンテンツ（メイン）クーポンスペース**********/
.contents02 .coupon    { 
	margin-top: 15px
}

/**********▽コンテンツ（メイン）クーポンタイトル**********/
.contents02 .coupon .title   { 
	font-size: 14px;
	line-height: 15px; 
	background-image: url(http://www.hiciao.com/css_image/designtemplate009/subtitle_main.jpg); 
	background-repeat: no-repeat; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	padding-left: 30px
}

.contents02 .coupon .box_mdl    { 
	padding-top: 5px; 
	padding-left: 10px
}

/**********▽コンテンツ（メイン）クーポン期限：文字サイズ・幅**********/
.contents02 .coupon .box_mdl .td01 { 
	color: #424242; 
	font-size: 11px; 
	background-position: 7px 8px; 
	margin-bottom: 20px; 
	padding: 3px; 
	width: 140px
}

.contents02 .coupon .box_btm  { 
	height: 5px
}

/**********▽コンテンツ（メイン）アンケートスペース**********/
.contents02 .enq   { 
	margin-top: 15px
}

/**********▽コンテンツ（メイン）アンケートタイトル**********/
.contents02 .enq .title  { 
	font-size: 14px; 
	line-height: 15px; 
	background-image: url(http://www.hiciao.com/css_image/designtemplate009/subtitle_main.jpg); 
	background-repeat: no-repeat; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	padding-left: 30px 
}

.contents02 .enq .box_mdl    { 
	padding-top: 5px; 
	padding-left: 10px 
}

/**********▽コンテンツ（メイン）アンケート日付：文字サイズ・幅**********/
.contents02 .enq .box_mdl .td01 { 
	color: #424242; 
	font-size: 11px; 
	background-position: 7px 8px; 
	margin-bottom: 20px; 
	padding: 3px; 
	width: 140px 
}

.contents02 .enq .box_btm  { 
	height: 5px
}

/*****************▲コンテンツ（メイン）要素*****************/




/*****************▼フッター要素*****************/
.footer             {
	background-image: url(http://www.hiciao.com/css_image/designtemplate009/bg_footer.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 125px;
}

/**********▽コピーライト：文字**********/
.copyright        { 
	color: #626262; 
	font-size: 12px; 
	text-align: center; 
	margin: 0; 
	padding-top: 20px
}

/*****************▲フッター要素*****************/
