@charset "utf-8";
/*------------------------------------------------------*/
/* Reset */
/*------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {	overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}
table {	border-collapse: collapse;	border-spacing: 0;}
caption,th {	text-align: left;}
hr {	display: none;}
img,abbr,acronym,fieldset {	border: none;}
img {	vertical-align: bottom;}
li {	list-style-type: none;}
/**/
/*------------------------------------------------------*/
/* Base */
/*------------------------------------------------------*/
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #333;
	word-break: break-all;
	font-size: 13px/1.231;
    *font-size:small;
    *font:x-small;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro W3,"メイリオ",Meiryo,Osaka,helvetica,arial,sans-serif;
}
/* IE7 */
*:first-child+html {
	font-family: "メイリオ","Meiryo";
}
/*IS Safari*/
body:first-of-type {
    line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
}	
/*------------------------------------------------------*/
/* Style */
/*------------------------------------------------------*/
/* Font Size --------------------------------- */
p,li,dt,dd,th,td {	font-size: 100%;}
li p,dd p,li li,dd li {	font-size: 100%;}
h1,h2,h3,h4,h5,h6,h7,h8 {	font-size: 100%;}
table {	font-size: inherit; font-size: 100%;}
/* line-height --------------------------------- */
p,li,dt,dd,th,td {    line-height: 1.48;}
/*Safari*/
body:first-of-type p,
body:first-of-type li,
body:first-of-type dt,
body:first-of-type dd,
body:first-of-type th,
body:first-of-type td {    line-height: 1.5;}
/**/
.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%;}

/**/

img {	vertical-align: bottom;}
br {	margin: 0;	padding: 0;}

/* Common Links --------------------------------- */
a,a:link {	color: #6A2606; text-decoration: underline; border-bottom: none; outline: none;}
a:visited {	color: #6A2606; text-decoration: underline; border-bottom: none; outline: none;}
a:hover {  color: #E60012; text-decoration: underline;border-bottom: none; outline: none;}
a:active { color: #E60012; text-decoration: underline;border-bottom: none; outline: none;}

/*IE Firefox（リンク選択時の破線消去）*/
a,a:link,a:visited,a:hover,a:active {	outline: none;}
/*------------------------------------------------------*/

/* clearfix */

/*------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*IS IE*/
.clearfix {
	*display: inline-block;
	*zoom: 1; 
}

/*------------------------------------------------------*/

/* noneImages */

/*------------------------------------------------------*/
.noneImages {
	display: none;
}







