@charset "UTF-8";
@import url("navi.css");
/* CSS Document */

/* ////////////////////////////////////////

　　デフォルトCSSリセット

//////////////////////////////////////// */

/* reset
------------------------------------- */
body, div, p, blockquote, pre, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
p, pre, cite, blockquote, h2, h3, h4, h5, h6 {
	font-size:93%;
}
html {
	height: 100%;
	margin-bottom: 0;
}
body {
	height: 100%;
}
br {
	letter-spacing: 0;
}
hr {
	display:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
th, td {
	vertical-align:top;
}
fieldset, img {
	border: 0;
	vertical-align:bottom;
}
li {
	list-style: none;
}
em {
	font-style: normal;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}


/* fonts
------------------------------------- */
body {
	font: 13px/1.231 "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 *font-size:small; /* IE 7およびIE 6標準準拠モードに適用*/
 *font:x-small; /* IE 6後方互換モードに適用*/
}
table {
	font-size:inherit; /* モダンブラウザ */
	font:100%; /* IE 5-5.5、6(後方互換モード)に適用 */
}
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:100%;
	line-height:100%;
}
select, input, button, textarea {
	font: 13px/1.231 "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


/** font-size(13pxを基準とした場合)
（参照）
YUI Library: Fonts CSS
http://developer.yahoo.com/yui/fonts/
YUI Fonts CSSファイル 
http://yui.yahooapis.com/2.7.0/build/fonts/fonts-min.css

(参考)http://colo-ri.jp/develop/2008/03/css.html
------------------------------------- 
.font10 font-size: 77%;
.font11 font-size: 85%;
.font12 font-size: 93%;
.font13 font-size: 100%;
.font14 font-size: 108%;
.font15 font-size: 116%;
.font16 font-size: 123.1%;
.font17 font-size: 131%;
.font18 font-size: 138.5%;
.font19 font-size: 146.5%;
.font20 font-size: 153.9%;
.font21 font-size: 161.6%;
.font22 font-size: 167%;
.font23 font-size: 174%;
.font24 font-size: 182%;
.font25 font-size: 189%;
.font26 font-size: 197%;
------------------------------------- */


/* ////////////////////////////////////////

　サイト全体のBaseスタイル

//////////////////////////////////////// */

/*　color
-----------------------------------
text:#666;
background-color：#fff;

a:#666;
a:hover:#3399cc;
a:visited:#3399cc;
-----------------------------------*/

* {
	line-height: 1.6;
}
a:focus{
	outline:none; /*リンクをクリックした時に出る点線を消す*/
}
p{
	/*margin-bottom:1em;*/
}

/*　hypertext
-----------------------------------*/
a:link{
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #3399cc;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
	color:#3399cc;
}


/* clearfix
---------------------------------- */
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: " ";
}

.clearfix {
	display: inline-block;
}

/* \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* end */
