@charset "UTF-8";
/*===============目次===============

    更新日：2010/6/18
     1:リセット
     2:フォントサイズ

==================================*/


/*==================================
    1:リセット
==================================*/

body {
	background-color:#F4F4EC;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/

	font: normal 13px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,"メイリオ",'ＭＳ Ｐゴシック','ＭＳ ゴシック',Osaka,sans-serif;
	*font-size:small;
	*font:x-small;

;

	/*line-height: 160%;*/
}

body, h1,h2,h3,h4,h5,h6,p,pire,blockquote,ul,di,dd, dl,form,fieldset{
    margin: 0px;
    padding: 0px;
	list-style-type:none;
}

table {
    font-size:inherit;
    font:100%;
}


/*フォントサイズ一覧
.text09 { font-size:69%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
*/



.over{
	background:#FFF;
}








input,textarea {
    font-size: 1em;
	margin:0;
}

address {
    font-style: normal;
}

img,
fieldset {
    border: none;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {

    	font-weight: normal;
}


/*==================================
    2:フォント
==================================*/
* {
    /*color: #333333;*/
}




/******リンクデフォルト******/
a {

	color: #333333;
	text-decoration:none;


}

a:hover {

	color: #68b8be;

}
/******メニューのリンク******/

/*
a {
    color: #68b8be;
}

a:hover {
	color: #333333;
}*/

/******その他テキストリンク******/

/*

※一覧リンクなど
a {
    color: #68b8be;
}

a:hover {
	color: #78d4db;
}

※フッターリンクなど
a {
    color: #CCCCCC;
}

a:hover {
	color: #FFFFFF;
}
*/




