@charset "utf-8" ;



/********************************************************************************************************
AUTHOR:  		Goto Kazuhito
CSS構成書:   	
LAST MODIFIED:	2008.08.12

*********************************************************************************************************/ 


/* -------------------------------------------------------------------------------------------------------
            基本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 */
/* 区切り */
hr {
	border : none ;
	height : 1px ;
}

/*---------------------------------------------------------------------------------------------------------------
                    ページ指定
---------------------------------------------------------------------------------------------------------------*/
/* --- ページ基本 --- */
body {
	color : #444;
	background-color:#fff;
	padding:0;
	font-family : Osaka, /*'メイリオ', 'Meiryo', "HGSｺﾞｼｯｸM",*/ "ＭＳ Ｐゴシック", sans-serif ;
	
}


.clear{ clear:both; display:block;}
/*---------------------------------------------------------------------------------------------------------------                   
クリアフィックス
---------------------------------------------------------------------------------------------------------------*/

/*　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 ;}

/*---------------------------------------------------------------------------------------------------------------
                    リンク指定
---------------------------------------------------------------------------------------------------------------*/
/*　リンク設定　*/


a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration: underline;
}
a:active {
	color:#333;
	text-decoration: underline;
}

/*　ヘッダリンク指定　*/




/*　フッタリンク設定　*/






/*　フッタフラッシュリンク指定　*/


/*---------------------------------------------------------------------------------------------------------------
                   パンくず
---------------------------------------------------------------------------------------------------------------*/
/*　パンクズ　*/

#pankuzu00 a:link {
	color: #000;
	text-decoration: none;
}

#pankuzu00 a:visited {
	color: #000;
	text-decoration: none;
}

#pankuzu00 a:hover {
	color: #000;
	text-decoration: underline;
}

#pankuzu00 a:active {
	color: #000;
	text-decoration: underline;
}


/*　IE6.0以前だけ適用CSSハック　*/
/* */
/*---------------------------------------------------------------------------------------------------------------
                    ピングフィックス
---------------------------------------------------------------------------------------------------------------*/

	/*　PNG対応　IE6.0　IE5.5　*/

*html img{ behavior: url(iepngfix.htc) }


/*　トップへ戻る　*/
.top_to00{
	margin:0 10px;
	font-size:12px;
	cursor:pointer;
	
}
