@charset "utf-8";

/* CSS Document */

/* ============================= 


-- 目次 -- 

1:リセット
2:フォント
3:基本レイアウト
4:ヘッダー
5.グローバルナビゲーション
6:フッター
7:共通要素
8:コンテンツ


-- 更新日 -- 

Last update 2009.08.06

============================= */

/* ======== 1:リセット ======== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img, hr {
	border:0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border:0;
}

hr {
	visibility: hidden;
}

p {
	margin-bottom: 1.5em;
}

table {
	font-size:inherit;
	font:100%;
	text-align: left;
}


/* ======== 2:フォント ======== */

body {
	font-size: 12px;
 *font-size: small;
 *font: x-small;
	color: #333333;
	font-family:
 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Sans-Serif;
	line-height: 1.8em;
	background-repeat: repeat-x;
}


/* IE 7
*:first-child+html body {
	font-family: "メイリオ", Meiryo, Sans-Serif;
}
 */
 
a {
	color: #669900;
	text-decoration: underline;
}

a:link {
	color: #669900;
	text-decoration: underline;
}

a:visited {
	color: #669900;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.txts {
	font-size: small;
	line-height: 1.2em;
}

.txtl {
	font-size: 1.6em;
	line-height: 1.2em;
}

.sptxt {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #362610;
}

.txtred {
	color: #CC0000;
}



/* ======== 3:基本レイアウト ======== */

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#leftCol {
	float: left;
	width: 640px;
	margin: 0 20px 0 0;
	padding: 0;
}


#sidebar {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}


/* ======== 4:ヘッダー部分 ======== */

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0;
}

#headerNavi {
	width: 900px;
	height: 50px;
	margin: 0 auto;
}

#headerNavi h1 a{
	float: left;
	background:url(/wp-content/themes/howdee/images/head_logo.gif) no-repeat;
	width: 162px;
	height: 50px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
}

.headerBnr {
	background: url(/wp-content/themes/howdee/images/head_dj.jpg) no-repeat;
	width: 468px;
	height: 50px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin-left: 432px;
}


/* ======== 5:グローバルナビ ======== */

#globalNavigation {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#globalNavigation ul li {
	float:left;
}

#globalNavigation ul li a {
	display: block;
	height: 30px;
	padding-top: 0;
	margin: 0;
	line-height: 1em;
	font-size: 0%;
	overflow: hidden;
}

#globalNavigation li a {
	background-image:url(/wp-content/themes/howdee/images/gnavi.gif);
	background-repeat:no-repeat;
}

#globalNavigation .cat-item-12 a {	width: 126px;	background-position: 0 0; }
#globalNavigation .cat-item-4 a {	width: 129px;	background-position: -126px 0; }
#globalNavigation .cat-item-5 a {	width: 129px;	background-position: -255px 0; }
#globalNavigation .cat-item-6 a {	width: 129px;	background-position: -384px 0; }
#globalNavigation .cat-item-7 a {	width: 130px;	background-position: -513px 0; }
#globalNavigation .cat-item-8 a {	width: 129px;	background-position: -643px 0; }
#globalNavigation .cat-item-9 a {	width: 128px;	background-position: -772px 0; }


/*ロールオーバー*/

#globalNavigation .cat-item-12 a:hover {	width: 126px;	background-position: 0 -30px; }
#globalNavigation .cat-item-4 a:hover {	width: 129px;	background-position: -126px -30px; }
#globalNavigation .cat-item-5 a:hover {	width: 129px;	background-position: -255px -30px; }
#globalNavigation .cat-item-6 a:hover {	width: 129px;	background-position: -384px -30px; }
#globalNavigation .cat-item-7 a:hover {	width: 130px;	background-position: -513px -30px; }
#globalNavigation .cat-item-8 a:hover {	width: 129px;	background-position: -643px -30px; }
#globalNavigation .cat-item-9 a:hover {	width: 128px;	background-position: -772px -30px; }

#cat12 #globalNavigation .cat-item-12 a {	width: 126px;	background-position: 0 -96px; }
#cat4 #globalNavigation .cat-item-4 a {	width: 129px;	background-position: -126px -96px; }
#cat5 #globalNavigation .cat-item-5 a {	width: 129px;	background-position: -255px -30px; }
#cat6 #globalNavigation .cat-item-6 a {	width: 129px;	background-position: -384px -30px; }
#cat7 #globalNavigation .cat-item-7 a {	width: 130px;	background-position: -513px -30px; }
#cat8 #globalNavigation .cat-item-8 a {	width: 129px;	background-position: -643px -30px; }
#cat9 #globalNavigation .cat-item-9 a {	width: 128px;	background-position: -772px -30px; }


/* ======== 6:メインイメージ ======== */

.mainImg h2 {
	background: url(/wp-content/themes/howdee/images/top_main.jpg);
	width: 900px;
	height: 199px;
	margin: 10px 0 15px 0;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
}

.mainImg_other h2 {
	width: 900px;
	height: 120px;
	margin: 10px 0 15px 0;
	display: block;
}

.path_navi {
	width: 640px;
	margin: 0 0 10px 0;
}

/* ======== 8:フッター ======== */

#footer {
	width: 900px;
	height: 50px;
	padding: 0;
	background: url(/wp-content/themes/howdee/images/foot_bg.jpg) repeat-x;
	margin: 20px auto 0 auto;
}



/* ======== 9:共通要素 ======== */

/* フロートを解除する */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
/*\*/
* html .clearfix{height:1%;}
.clearfix {display:block;}
/**/

.clear {
	clear: both;
}


.n_table1 td {
	padding: 8px 0 8px 10px;
	border-bottom: 1px solid #E5E2D5;
	vertical-align: top;
	text-align: left;
}

.title1 {
	width: 620px;
	height: 23px;
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: left;
	font-weight: bold;
	color: #639400;
	background: url(/wp-content/themes/howdee/images/title_bg.gif);
	margin-bottom: 5px;
	padding: 15px 10px;
}

h4 {
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: left;
	font-weight: bold;
	color: #362610;
}

.comptxt {
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	color: #362610;
	margin-bottom: 1em;
}

table.st1 {
	border-top: 1px solid #E5E2D5;
}

table.st1 th,
table.st1 td{
	padding: 10px;
	border-bottom: 1px solid #E5E2D5;
}

table.st2 {
	margin-bottom: 10px;
}

table.st2 td {
	padding: 10px;
	border-bottom: 1px solid #E5E2D5;
}

table.st1 th {
	color: #36260F;
	background-color: #F2F0E3;
	width: 150px;
}

table.nstyle th,
table.nstyle td {
	padding: 0 20px 0 0;
	border: none;
}

#contact .inputtxt {
	width: 350px;
}

.errorbox {
	padding: 10px;
	background-color: #FFFFE8;
	border: 1px solid #CC0000;
}


/*margin
-------------------------------------------------------------------*/
.mr5 {
	margin-right: 5px;
}
.mr20 {
	margin-right: 20px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 25px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

/*padding
-------------------------------------------------------------------*/
.pd5 {
	padding: 5px
}

.pd10 {
	padding: 10px
}

.pd15 {
	padding: 15px
}

.pd20 {
	padding: 20px
}

.pt3 {
	padding-top: 3px
}

.pt5 {
	padding-top: 5px
}

.pt10 {
	padding-top: 10px
}

.pt15 {
	padding-top: 15px
}

.pt20 {
	padding-top: 20px
}

.pt30 {
	padding-top: 30px
}

.pb3 {
	padding-bottom: 3px
}

.pb5 {
	padding-bottom: 5px
}

.pb10 {
	padding-bottom: 10px
}

.pb15 {
	padding-bottom: 15px
}

.pb20 {
	padding-bottom: 20px
}

.pb30 {
	padding-bottom: 30px
}

.pl5 {
	padding-left: 5px
}

.pl10 {
	padding-left: 10px
}

.pl15 {
	padding-left: 15px
}

.pl20 {
	padding-left: 20px
}

.pl30 {
	padding-left: 30px
}

.pr5 {
	padding-right: 5px
}

.pr10 {
	padding-right: 10px
}

.pr15 {
	padding-right: 15px
}

.pr20 {
	padding-right: 20px
}

.pr30 {
	padding-right: 30px
}



.tablenav {
	background: #FFFFFF;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	padding: 4px .6em;
	border:solid 1px #CCCCCC;
	text-decoration:none;
	color: #660000;
}

a.page-numbers:hover {
	color: #FFFFFF;
	background: #8F6B43;
}

.tablenav .current {
	color: #FFFFFF;
	background: #36260F;
	border-color: #36260F;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
}


/* ======== about ======== */

.about h3 {
	background: url(/wp-content/themes/howdee/images/about_title.gif);
	width: 640px;
	height: 94px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin: 10px 0;
}	

.about_box {
	width: 580px;
	height: 224px;
	padding: 20px;
	background: url(/wp-content/themes/howdee/images/box_about.jpg) no-repeat;
}


/* ======== design ======== */

.design h3 {
	background: url(/wp-content/themes/howdee/images/design_title.gif);
	width: 640px;
	height: 94px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin: 10px 0;
}	


/* ======== shop ======== */

.shop h3 {
	background: url(/wp-content/themes/howdee/images/shop_title.gif);
	width: 640px;
	height: 94px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin: 10px 0;
}	



/* ======== event ======== */

.event h3 {
	background: url(/wp-content/themes/howdee/images/event_title.gif);
	width: 640px;
	height: 94px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin: 10px 0;
}


/* ======== access ======== */

.access h3 {
	background: url(/wp-content/themes/howdee/images/access_title.gif);
	width: 640px;
	height: 94px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin: 10px 0;
}	

/* ======== contact ======== */

.contact h3 {
	background: url(/wp-content/themes/howdee/images/contact_title.gif);
	width: 640px;
	height: 94px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin: 10px 0;
}	

/* ======== privacy ======== */

.privacy h3 {
	background: url(/wp-content/themes/howdee/images/privacy_title.gif);
	width: 640px;
	height: 94px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin: 10px 0;
}	


/* ======== web ======== */

.web h3 {
	background: url(/wp-content/themes/howdee/images/web_title.gif);
	width: 640px;
	height: 94px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin: 10px 0 20px 0;
}	

/* ======== graphic ======== */

.graphic h3 {
	background: url(/wp-content/themes/howdee/images/graphic_title.gif);
	width: 640px;
	height: 94px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin: 10px 0 20px 0;
}	

/* ======== news ======== */

.news h3 {
	background: url(/wp-content/themes/howdee/images/news_title.gif);
	width: 640px;
	height: 94px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin: 10px 0 20px 0;
}	

/* ======== contact ======== */

.contact h3 {
	background: url(/wp-content/themes/howdee/images/contact_title.gif);
	width: 640px;
	height: 94px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin: 10px 0 20px 0;
}	

/* ======== sitemap ======== */

.sitemap h3 {
	background: url(/wp-content/themes/howdee/images/sitemap_title.gif);
	width: 640px;
	height: 94px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	margin: 10px 0 20px 0;
}	



/* ======== photoFrame link ======== */

.photoFrame a {
	display: block;
	border: #ccc 5px solid;
	width: 146px;
	height: 89px;
	text-decoration: none;
}

.photoFrame a:hover {
	display: block;
	border:  #99CC00 5px solid;
	width: 146px;
	height: 89px;
	text-decoration: none;
}

/* -- Hack WinIE & MacIE --*/

*html .photoFrame a, *html .photoFrame a:hover {
	width: 158px;
	height: 101px;
}

/* ======== design photoFrame link ======== */

ul.des_photoFrame {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.des_photoFrame li {
	float: left;
	margin-right: 20px;
	text-align: center;
}

.des_photoFrame a {
	display: block;
	border: #ccc 5px solid;
	width: 130px;
	height: 130px;
	text-decoration: none;
}

.des_photoFrame a:hover {
	display: block;
	border:  #99CC00 5px solid;
	width: 130px;
	height: 130px;
	text-decoration: none;
}

/* -- Hack WinIE & MacIE --*/

*html .des_photoFrame a, *html .des_photoFrame a:hover {
	width: 142px;
	height: 142px;
}



/* ======== pagenavi  ======== */
.tablenav {
	color: #629300;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #629300;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #72AB01;
}

.tablenav .current {
	color: white;
	background: #72AB01;
	border-color: #72AB01;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}

/* ======== contact table  ======== */
table.st5 {
	width: 550px;
	margin: 0 10px;
	padding: 0;
}

table.st5 td,
table.st5 th {
	padding: 1em 0;
	border-bottom: solid #E0E0E0 1px;
	vertical-align: top;
}

table.st5 th {
	color: #533729;
	font-weight: bold;
	width: 150px;
}

table.st5 td em {
	font-size: 80%;
}

.txtOrange {
	color: #FF6600;
}
