@charset "UTF-8";

/* 基本設定
---------------------------------------------------- */

* { margin: 0; padding: 0; }

html, body {
 text-align: left;
 margin: 10px auto;
 padding: 0;
 color: #666666;
 height: 100%;
 font-family: "ＭＳ Ｐゴシック","Osaka",Verdana,Arial,sans-serif;
 font-size: 100%;
 background: url(images_template/body.png);
 }
 
p { font-size: 12px; line-height: 200%; color: #999999; }

a { color: #0033CC; }

a:hover { color: #FF0000; }

div { display: block; font-weight: normal; margin: 0; padding: 0; }

ol,ul { margin-left: 2em; margin-right: 15px; margin-bottom: 10px; }

li { margin-bottom: 5px; list-style: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

blockquote {
 text-align: left;
 margin-right: 10px;
 margin-left: 10px;
 margin-bottom: 10px;
 display: block;
 padding: 0 5px;
 background: #EEE;
 border: #aaa 1px dotted;
 }
 
img { border: 0; }

img.mt_icon {
	margin-top: -3px;
	width:14px;
	height:15px;
	vertical-align:middle;
	margin-left: 3px;
	margin-right: 3px;
}

img.emoticon {
	margin-top: -3px;
	width:14px;
	height:15px;
	vertical-align:middle;
	margin-left: 3px;
	margin-right: 3px;
}

.clr { clear: both; }

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
    display: block;
    visibility: hidden;
    clear: both;
 }

* html .pkg { display: inline-block; }

/* no ie mac \*/

* html .pkg { height: 1%; }

.pkg { display: block; }

/* 包括レイアウト
---------------------------------------------------- */

div#container_top {
 width: 810px;
 height: 21px;
 min-height: 21px;
 background-image: url(http://hm-creek.net/images_template/body_top.png) ;
 margin: 0 auto ;
 }
div#container {
 width: 810px;
 margin: 0 auto;
 background: url(http://hm-creek.net/images_template/body_center.png) ;
 clear: both;
 overflow: hidden; 
 }
div#container_bottom {
 width: 810px;
 height: 34px;
 min-height: 34px;
 background-image: url(http://hm-creek.net/images_template/body_bottom.png) ;
 margin: 0 auto;
 }

div#container_top p { text-indent: -10000px; }
div#container_bottom p { text-indent: -10000px; }

/* ie png */

* html div#container_top {
 behavior: expression(IEPNGFIX.fix(this));
 width: 810px;
 height: 21px;
 min-height: 21px;
 background-image: url(http://hm-creek.net/images_template/body_top.png) ;
 background-repeat: no-repeat;
 margin: 0 auto ;
 overflow: hidden; 
 }
* html div#container {
 behavior: expression(IEPNGFIX.fix(this));
 width: 810px;
 margin: 0 auto;
 background: url(http://hm-creek.net/images_template/body_center.png) ;
 background-repeat: repeat-y;
 clear: both;
 overflow: hidden;
 }
* html div#container_bottom {
 behavior: expression(IEPNGFIX.fix(this));
 width: 810px;
 height: 34px;
 min-height: 34px;
 background-image: url(http://hm-creek.net/images_template/body_bottom.png) ;
 background-repeat: no-repeat;
 background-position: top;
 margin: 0 auto;
 overflow: hidden; 
 }

* html div#container_top p { text-indent: -10000px; }
* html div#container_bottom p { text-indent: -10000px; }

.indent01 { text-indent: -10000px; }

/* ページボディの指定 */ 

div#pagebody { width: 810px; margin: 0 auto; clear: both; }
div#pagebody-inner { padding-top: 5px; padding-left: 27px; padding-right: 27px; padding-bottom: 10px; } 

div#pagebody h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }

div#pagebody-inner h2,h3,h4,h5,h6 {
 font-size: 14px;
 line-height: 200%;
 color: #996633;
 text-align: left;
 background: url(images_template/#) repeat-x;
 }

/* ヘッダ画像の指定 */

div#header_box { width: 810px; margin: 0 auto; }
div#header_inbox { width: 756px; margin: 10px auto; }
div#header_logo { width: 173px; float: left; }
div#header_right { width: 580px; float: right; margin-top: 33px; }
div#header_right_in { width: 570px; margin: 0 auto; }

div#banner { width: 760px; margin: 0 auto; }

#banner-inner { width: 600px; height: auto; margin: 0 auto; }

#banner-header {
 color: #666666;
 font-size: 9px;
 line-height: 200%;
 text-indent: 10px;
 background: none;
 border: none;
 }

#banner-description {
 color: #666666;
 font-size: 9px;
 line-height: 200%;
 text-indent: 10px;
 background: none;
 border: none;
 }
 
#banner-header a { color: #666666; text-decoration: none; }
#banner-header a:hover { background: none; }

#top_box { width: 810px; }
#logo_box { width: 64px; height: 64px; float: left; }
#inbox { width: 780px; margin: 10px auto; }
#tel_box { width: 714px; float: left; background: url(http://hm-creek.net/images_template/tel.jpg) right no-repeat; }

/* メインメニューの設定
---------------------------------------------------- */

#mainmenu {
 width: 756px;
 height: 35px;
 margin: 0 auto;
 }
#mainmenu ul { list-style-type: none; padding: 0; margin: 0px; }
#mainmenu li { float: left; padding: 0; margin: 0; width: 126px; height: 35px; }
#mainmenu a {
 display: block;
 color: #FFFFFF;
 text-decoration: none;
 font-size: 100%;
 font-weight: bold;
 line-height: 1.8em;
 }

/* alpha(ページ左側)の設定
---------------------------------------------------- */

div#alpha {
 width: 530px;
 float: left;
 }
div#alpha-inner { padding: 0; margin: 0; }
div#alpha-inner img { margin: 0; padding: 0; }
div#alpha p { margin: 0; padding: 0; }
div#alpha p a { color: #0033BB; text-decoration: none; }
div#alpha p a:hover { color: #990000; }

div#alpha-inner_title { margin: 0; padding: 0; }
div#alpha-inner_title p { font-size: 100%; font-weight: bold; border-bottom: #996633 solid 1px; }

div#alpha-inner_box { width: 520px; margin: 0 auto; }
div#alpha-inner_top { width: 520px; height: 10px; min-height: 10px; background: url(images_template/alpha_top.png) no-repeat; overflow: hidden; }
div#alpha-inner_center { width: 520px; background: url(images_template/alpha_center.png) repeat-y; clear: both; overflow: hidden; }
div#alpha-inner_txt { width: 480px; margin: 0 auto; }
div#alpha-inner_txt p { color: #996633; }
div#alpha-inner_txt a { color: #0033BB; text-decoration: none; font-size: 80%; }
div#alpha-inner_txt a:hover { text-decoration: none; font-size: 80%; }
div#alpha-inner_center .title { border-bottom: #996633 solid 1px; font-weight: bold; }
div#alpha-inner_left { width: 279px; float: left; }
div#alpha-inner_left2 { width: 160px; float: left; margin-top: 20px; margin-bottom: 20px; }
div#alpha-inner_left3 { width: 230px; float: left; margin-top: 30px; margin-bottom: 30px; }
div#alpha-inner_left4 { width: 250px; float: left; margin-bottom: 30px; }
.alpha-inner_staffbox { width: 530px; margin: 0 auto; }
.alpha-inner_staff_top { width: 250px; height: 30px; min-height: 30px; background: url(images_template/staff_top.png) no-repeat; overflow: hidden; }
.alpha-inner_staff_center { width: 250px; background: url(images_template/staff_center.png) repeat-y; overflow: hidden;  }
.alpha-inner_staff_center p { color: #996633; line-height: 300%; }
.alpha-inner_staff_bottom { width: 250px; height: 30px; min-height: 30px; background: url(images_template/staff_bottom.png) no-repeat; }
.alpha-inner_staff_top p { text-indent: -100000px; }
.alpha-inner_staff_bottom p { text-indent: -100000px; }
div#alpha-inner_photobox { width: 279px; margin-top: 30px; margin-bottom: 20px; }
div#alpha-inner_photo { width: 54px; float: left; }
div#alpha-inner_photo2 { width: 130px; float: left; }
div#alpha-inner_photo3 { width: 130px; float: right; }
div#alpha-inner_photo4 { width: 210px; float: right; margin-top: 36px; }
div#alpha-inner_txt2 { width: 220px; float: right; font-size: 90%; }
div#alpha-inner_txt3 { width: 220px; float: left; }
div#alpha-inner p { font-size: 80%; line-height: 160%; }
div#alpha-inner_right { width: 175px; float: right; margin-top: 30px; font-size: 90%; }
div#alpha-inner_right2 { width: 160px; float: right; margin-top: 20px; margin-bottom: 20px; }
div#alpha-inner_right3 { width: 230px; float: right; margin-top: 30px; margin-bottom: 30px; }
div#alpha-inner_right4 { width: 250px; float: right; margin-bottom: 30px; }
div#alpha-inner_bottom { width: 520px; height: 10px; min-height: 10px; background: url(images_template/alpha_bottom.png) no-repeat top; }

div#alpha-inner_top p { text-indent: -10000px; }
div#alpha-inner_bottom p { text-indent: -10000px; }

div#alpha-inner_dod { width: 480px; height: 2px; margin: 0 auto; }
div#alpha-inner_dod2 { width: 480px; height: 2px; margin: 0 auto; }

div#alpha-inner_txt .red05 { color: #993333; font-weight: bold; text-align: right; font-size: 10px; line-height: 200%; }

/* beta(ページ右側)の設定
---------------------------------------------------- */

div#beta { width: 206px; float: right; }

div#beta-inner { margin: 0; padding: 0; }

div#beta-inner_top { width: 206px; height: 10px; min-height: 10px; background: url(images_template/beta_top.png) no-repeat; overflow: hidden; }
div#beta-inner_center { width: 206px; background: url(images_template/beta_center.png) repeat-y; }
div#beta-inner_bottom { width: 206px; height: 10px; background: url(images_template/beta_bottom.png) no-repeat; overflow: hidden; }
div#beta-inner_top p { text-indent: -100000px; }
div#beta-inner_bottom p { text-indent: -100000px; }

div#beta-footer { width: 206px; margin: 20px auto; }
div#beta-footer_top { width: 206px; height: 10px; min-height: 10px; background: url(images_template/powerd_top.png) no-repeat; overflow: hidden; }
div#beta-footer_center { width: 206px; background: url(images_template/powerd_center.png) repeat-y; }
div#beta-footer_bottom { width: 206px; height: 10px; background: url(images_template/powerd_bottom.png) no-repeat; overflow: hidden; }

div#beta-footer_top p { text-indent: -100000px; }
div#beta-footer_bottom p { text-indent: -100000px; }

div#beta_title h4 {
 font-size: 90%;
 color: #996633;
 border: none;
 margin-left: 55px;
 background: url(images_template/icon1.png) left center no-repeat;
 text-indent: 25px;
 }

div#beta_title h5 {
 font-size: 90%;
 color: #996633;
 border: none;
 margin-left: 35px;
 background: url(images_template/icon2.png) left center no-repeat;
 text-indent: 25px;
 }

div#beta_title h6 {
 font-size: 90%;
 color: #996633;
 border: none;
 margin-left: 55px;
 background: url(images_template/icon3.png) left center no-repeat;
 text-indent: 25px;
 }
 
div#beta-inner_box { width: 180px; height: 60px; margin: 5px auto; }

div#powered { padding: 10px; }
div#powered p { font-size: 10px; }
div#powered a { color: #CCCCCC; font-size: 10px; }
div#powered a:hover { color: #999999; font-size: 10px; }

div#copyright { width: 100%; }
div#copyright p { text-align: center; font-size: 10px; color: #666666; }

/* .モジュールの設定 */

.module { margin: 0; padding: 0; }
.module-content { padding: 5px; }
.module-content p { font-size: 80%; }

/* .モジュール内のリスト表示 */

.module-list { margin: 0; padding: 0; }
.module-list ul { margin: 0; padding: 0; }
.module-list li { list-style: none; float: none; margin: 5px auto; width: 190px; }
.module-list li a {
 background: url(images_template/arrow.jpg) left no-repeat;
 display: block;
 text-indent: 15px;
 color: #666666;
 }
.module-list li a:hover {
 background: url(images_template/arrow_o.jpg) left no-repeat;
 color: #999999;
 }

/* .タグ表示の定義 */

.content-nav { margin-left: 20px; }
.entry { margin-top: 20px; }
.entry-content{ margin-bottom: 20px; }
.entry-content p { margin: 0; padding: 0; }
.entry-tags { margin-top: 10px; }
.entry-tags-header { font-size: 10px; color: #333; border: none; }
.entry-tags-list { margin-left:3px; }
.entry-tag { list-style: none; float: left; margin: 5px; display: block; }
.entry-body { margin: 0; padding: 0; }
.entry-body img { margin: 3px; }
.entry-footer { margin: 0px; padding: 0px; }

/* color */

.white { color: #FFFFFF; }
.blue { color: #023761; }
.blue02 { color: #0000CC; }
.red { color: #993333; font-weight: bold; }
.red02 { color: #996666; }
.red03 { color:#FF0000; }
.red04 { color: #996666; }
.red06 { color: #996633; font-weight: bold; }
.orange { color: #F0A703; }
.wine { color: #6E0000; }
.green { color: #666600; }
.gray { color: #999999; }

/* position,weight */

.top { text-align: center; font-size: 10px; color: #666666; }
.center { text-align: center; }
.bold { font-weight: bold; color: #999999; }
.right { text-align: right; }