@charset "utf-8" ;



/********************************************************************************************************
AUTHOR:  		Goto Kazuhito
CSS構成書:   	
LAST MODIFIED:	2009.03.17

*********************************************************************************************************/ 

/* -------------------------------------------------------------------------------------------------------
            基本CSS（全ページ共通）
------------------------------------------------------------------------------------------------------- */

/* @group Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img, :link img, :visited img {
	border: 0;
}
strong{
	font-style:normal;
}

img{ vertical-align:bottom;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul ,li{
	list-style: none;
}
/* @end */
/* 区切り */


/*---------------------------------------------------------------------------------------------------------------
                    ページ指定
---------------------------------------------------------------------------------------------------------------*/
/* --- ページ基本 --- */
body {
	font-family : Osaka,/*'メイリオ', 'Meiryo', "HGSｺﾞｼｯｸM", */"ＭＳ Ｐゴシック", sans-serif ;
} 


.clear{ clear:both; display:block;}
#footer ul li.clear{ clear:both; display:block; font-size:0.1em;}
#h_ul01 li.clear{ clear:both; display:block; font-size:0.1em;}
#h_ul02 li.clear{ clear:both; display:block; font-size:0.1em;}
#works ul li.clear{ clear:both; display:block; font-size:0.1em;}
#b_banner ul li.clear{ clear:both; display:block; font-size:0.1em; color:#a59501;}
#footer ul li.clear{ clear:both; display:block; font-size:0.1em; color:#a59501;}
/*---------------------------------------------------------------------------------------------------------------                   クリアフィックス
---------------------------------------------------------------------------------------------------------------*/

/*　clearfix　*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{ display:inline-block;}
/* HIdes from IE-mac */
*html .clearfix{ height:1%;}
.clearfix{ display:block;}
/* End hide from IE-mac */

/* --- 見出し --- */
h1, h2, h3, h4, h5, h6 {
	font-style : normal ;
	font-weight : normal ;
	font-size : 1.2em ; /* 12px */
}
/* firefox スクロールバー対応 */
html { overflow-y : scroll ; }

.hr_clear{
	display:block;
	border:hidden;
	display: none;
	clear:both;
}



/*---------------------------------------------------------------------------------------------------------------
                    リンク指定
---------------------------------------------------------------------------------------------------------------*/
/*　リンク設定　*/


a:link {
	color:#444;
	text-decoration: none;
}
a:visited {
	color:#444;
	text-decoration: none;
}
a:hover {
	color:#444;
	text-decoration: underline;
}
a:active {
	color:#444;
	text-decoration: underline;
}














/*---------------------------------------------------------------------------------------------------------------
                   パンくず
---------------------------------------------------------------------------------------------------------------*/
/*　パンクズ　*/
#pankuzu00{
	width:690px;
	height:27px;
	background:#017dc5;
	font-size:small;
}
#pankuzu00 li{
	padding:3px;
	display:block;
	color: #fff;
	width:auto;
	float:left;
}
#pankuzu00 li.pan_li{
	margin:3px;
	display:block;
	color: #fff;
	text-decoration: none;
	width:auto;
	float:left;
}
#pankuzu00 li a:link {
	padding:3px;
	display:block;
	color: #fff;
	text-decoration: none;
}

#pankuzu00 li a:visited {
	padding:3px;
	display:block;
	color: #fff;
	text-decoration: none;
}

#pankuzu00 li a:hover {
	padding:3px;
	display:block;
	color: #fff;
	text-decoration: underline;
}

#pankuzu00 li a:active {
	padding:3px;
	display:block;
	color: #fff;
	text-decoration: underline;
}


/*　IE6.0以前だけ適用CSSハック　*/
/* */
/*---------------------------------------------------------------------------------------------------------------
                    ピングフィックス
---------------------------------------------------------------------------------------------------------------*/

	/*　PNG対応　IE6.0　IE5.5　*/

*html img{ behavior: url(iepngfix.htc) }


/*　トップへ戻る　*/
.top_to00{
	width:auto;
	float:right;
	cursor:pointer;
	
}
