@charset "UTF-8";

/*
Theme Name:taishiko
Theme URI:http://g-lab.jp/
Description:Theme for WordPress.
Author:Takatoshi Suzuki
*/

/* @group ***reset-css*** */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{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;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* @end */






/* @group ***font-css*** */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

/* @end */



/* @group clearfix */

/***************clearfix****************/
/*not IE Modern Browser*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*IE7 and MacIE5*/
.clearfix {
	display: inline-block;
}
/* HIDE MacIE5 \*/
*html.clearfix {height:1%;}
.clearfix {display:block;}
/* END HIDE MacIE5 */


.clear {
	clear:both;
}

/* @end */
html {
	overflow: scroll;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	text-align: center;
	letter-spacing: 0.1em;
}

a {
	text-decoration: underline;
}
a:link {
	color: #669900;
}
a:visited {
	color: #669900;
}
a:hover {
	color: #F18E01;
}
a:active {
	color: #F18E01;
}
div#wrap {
	text-align: left;
	background-image: url(img/common/ha_wrap.gif);
	background-repeat: repeat-x;
}


/*header*/
div#header {
	height: 110px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div#header h1 {
	float: left;
	padding-top: 8px;
}
div#header h1 a {
	text-decoration: none;
}
div#header div#logo {
	position: absolute;
	left: 0px;
	bottom: 20px;
}
div#header div#tel {
	position: absolute;
	right: 0px;
}


/*end-header*/
/*g-navi*/
div#header ul#g-navi {
	width: 540px;
	position: absolute;
	right: 0px;
	bottom: 10px;
}

div#header ul#g-navi li {
	width: 135px;
	float: left;
}

div#header ul#g-navi li a {
	display: block;
	height: 35px;
	background-image: url(img/common/ha_g-navi.gif);
}
div#header ul#g-navi span {
	display: none;
}

div#header li#g-navi01 a {
	background-position: 0px 0px;
}
div#header li#g-navi02 a {
	background-position: -135px 0px;
}
div#header li#g-navi03 a {
	background-position: -270px 0px;
}
div#header li#g-navi04 a {
	background-position: -405px 0px;
}

div#header li#g-navi01 a:hover {
	background-position: 0px -35px;
}
div#header li#g-navi02 a:hover {
	background-position: -135px -35px;
}
div#header li#g-navi03 a:hover {
	background-position: -270px -35px;
}
div#header li#g-navi04 a:hover {
	background-position: -405px -35px;
}
div#header li#g-navi01 a.active {
	background-position: 0px -35px;
}
div#header li#g-navi02 a.active {
	background-position: -135px -35px;
}
div#header li#g-navi03 a.active {
	background-position: -270px -35px;
}
div#header li#g-navi04 a.active {
	background-position: -405px -35px;
}

/*end-g-navi*/
/*contents*/
div#contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
div#contents p.img_main {
	padding-top: 10px;
}
div#contents div#pan-list {
	padding-top: 8px;
	padding-bottom: 8px;
}


/*end-contents*/

/*main-block*/
div#main-block {
	width: 590px;
	float: left;
	margin-bottom: 20px;
}
div#main-block p {
	line-height: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}

div#main-block p.data {
	font-size: 80%;
	color: #666666;
	text-align: right;
	clear: both;
}

/*end-main-block*/

/*side-block*/
div#side-block {
	width: 200px;
	float: right;
	margin-bottom: 20px;
}
div#side-block ul.l-navi li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669900;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(img/common/ha_linkmark.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
div#side-block ul.l-navi a {
	text-decoration: none;
}
/*end-side-block*/
/*f-navi*/
ul#f-navi {
	text-align: center;
	clear: both;
	background-image: url(img/common/ha_f-navi.gif);
	height: 26px;
	padding-top: 14px;
}
ul#f-navi a {
	text-decoration: none;
}


ul#f-navi li {
	padding: 0 10px 0 10px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #669900;
}
ul#f-navi li.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #669900;
}
/*end-f-navi*/

/*footer*/
div#footer {
	background-image: url(img/common/ha_footer.gif);
	background-repeat: repeat-x;
}
/*end-footer*/
div#footer #footer_in {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 60px;
}
div#footer_in p#shop {
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 18px;
}
div#footer_in p#address {
	color: #FFFFFF;
}

div#footer div#pageup {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

body.top div#contents p.img_main {
	margin-bottom: 10px;
}
body.top div#main-block p.detail {
	position: relative;
}
body.top div#main-block p.detail img {
	top: -38px;
	right: 5px;
	position: absolute;
}

body.top div#main-block dl#news {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 100px;
	overflow: auto;
}
body.top div#main-block dl#news a {
	text-decoration: none;
}

body.top div#main-block dl#news dt {
	float: left;
	background-image: url(img/common/ha_linkmark.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 5px;
}
body.top div#main-block dl#news dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
body.top div#main-block div#works {
	padding-top: 10px;
	width: 588px;
	padding-left: 1px;
}
body.top div#works dl {
	text-align: center;
	width: 196px;
	float: left;
	padding-bottom: 8px;
}
body.top div#works dd {
	color: #663300;
}

body.top div#works img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

body.archive div#main-block h2,body.page div#main-block h2,body.single div#main-block h2 {
	background-image: url(img/common/hl_h2.gif);
	background-repeat: no-repeat;
	height: 36px;
	padding-left: 15px;
	font-size: 120%;
	font-weight: bold;
	line-height: 36px;
}
body.single div#main-block h2,body.page div#main-block h2 {
	color: #669900;
}
body.archive div#main-block img,body.page div#main-block img,body.single div#main-block img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
body.page div#main-block table.company {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
body.page div#main-block table.company th {
	background-color: #94B64B;
	padding: 5px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100px;
}
body.page div#main-block table.company td {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
body.page div#main-block ul.link {
	margin-top: 10px;
	margin-bottom: 10px;
}
body.page div#main-block ul.link li {
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
	background-image: url(img/common/ha_linkmark.gif);
}
body.page div#main-block div.ddsg-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}
body.page div.ddsg-wrapper ul {

}
body.page div.ddsg-wrapper li {
	background-image: url(img/common/ha_linkmark2.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 18px;
	margin-bottom: 8px;
	margin-top: 5px;
}