@charset "UTF-8";
/**=====================================
* フォント設定スタイルシート 
======================================= */
body, input, textarea{
	font-family: "Lucida Grande","Verdana","Hiragino Kaku Gothic pro","ヒラギノ角ゴ Pro W3", Osaka,"ＭＳ Ｐゴシック",sans-selif;
	font-size: 12px;
	line-height: 1.4;
}
/** IE 禁則処理 IE6以下 
* ********************* */
* html body{
	line-break: strict;
}
/** IE 禁則処理 IE7 
* ********************* */
*:first-child+html body{
	line-break: strict;
}
/** メイリオ,Meiryo
******************************** */
* html body 
,* html input
,* html textarea
,*:first-child+html body
,*:first-child+html input
,*:first-child+html textarea
{
	font-family:Meiryo,"メイリオ", sans-serif;
}
/**===================================
*タグ基本設定スタイルシート
======================================*/
a{
	text-decoration:none;
	color:#3174d0;
}
a:hover{
	color:#de7e37;
}
/** clearfix
************************** */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix{
	display:inline-block;
}
/* Mac IE \*/
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/* END HACK Mac IE */
/* ************************** */
.clearall{
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
}

/* メジャーなリセットCSS Eric Meyer’s Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**===================================
*
======================================*/





