﻿@charset "utf-8";

/*=============================
Reset default CSS
=============================*/

* {
margin:0;
padding:0;
text-decoration:none;
font-weight:normal;
text-align: left;
line-height:200%;
letter-spacing:2px;
font-size:12px; 
font-family: "Georgia","ヒラギノ明朝 Pro W3","HiraMinPro-W3","ＭＳ 明朝",serif;
color:#2D1B13;
}
/*=============================
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
=============================*/




html {
	height:100%;
	background-color: #fff;
	background: url(../img/bg.jpg) repeat-x top;
	}

body { text-align:center; font-size: 75%;
       color: #fff;
	}

img { border: 0px; margin:0; padding:0;}

ul,ol { list-style-type: none;}
/* list-sytle-position adjustment */
ol {margin-left:1.8em;}

ul img { vertical-align: middle;}



hr { display: none;}

a:link		{color:#DE1B55 ; text-decoration:none ;}
a:visited	{color:#DE1B55 ; text-decoration:none ;}
a:hover		{color:#DE1B55 ; text-decoration:underline ;}
a:active	{color:#DE1B55 ; text-decoration:underline ;}


table,td,th{
	border: none;
	text-align: left;
	vertical-align: top;
	font-size:100%;
}

address,th{
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	line-height:100%;
}

h2,h4,h5,h6,em {
	font-style:normal;
	font-weight: bold;
	font-size:100%;
	
}



strong {
	font-style:normal;
	font-weight: bold;
	font-size:100%;
}
.clearfix {
width: 100%;
}
.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 */



.clear {
clear:both;
}
.clearL {
clear:left;
}
.clearR {
clear:right;
}

a.link {color:#0000FF; text-decoration:underline;}


/* BASE */


/* CONTENTS TABLE */

#wrapper {
margin:0 auto;

padding:0 0px;

}

/*------アクセス解析(規約access)------*/

#access	 		{display:none ;}

.pc{
	display: none;
}
.sp{
	display: block;
}

