@charset "UTF-8";

*{
	margin: 0px;
	padding: 0px;
}

/* 全体構造
-------------------------------------------------------------------------------------------------------- */
html {
	height:100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	*font-size:small;
	*font:x-small;
	margin: 0px;
	padding: 0px;
	background-color: #E5E5D9;
	background-image: url(../img/base/bg.gif);
	background-position: 0% top;
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height:0;
}

/*フォントサイズ基本11px
-------------------------------------------------------------------------------------------------------- */
dt, dd, li, h1, h2, h3, h4, h5, h6, pre, fieldset, p, blockquote {
	font-size:93%;
	line-height:1.7em;
	color: #848168;
}
/*その他の各フォントサイズ
10px = 77% 	 	11px = 85%	  	12px = 93%   	13px = 100%
14px = 108%  	15px = 116%  	16px = 123.1%	17px = 131%
18px = 138.5% 	19px = 146.5%	20px = 153.9%	21px = 161.6%
22px = 167%  	23px = 174%  	24px = 182%  	25px = 189%
26px = 197%  	27〜はpx指定
--------------------------------------------------------------------------------------------------------*/
.p10{
	font-size:77%;
	line-height:1.7em;
}
.p11{
	font-size:85%;
	line-height:1.7em;
}
.p12{
	font-size:93%;
	line-height:1.7em;
}
.p13{
	font-size:100%;
	line-height:1.7em;
}
.p14{
	font-size:108%;
	line-height:1.7em;
}
.p15{
	font-size:116%;
	line-height:1.7em;
}
.p16{
	font-size:123.1%;
	line-height:1.7em;
}
.p17{
	font-size:131%;
	line-height:1.7em;
}
.p18{
	font-size:138.5%;
	line-height:1.7em;
}
.p19{
	font-size:146.5%;
	line-height:1.7em;
}
.p20{
	font-size:153.9%;
	line-height:1.7em;
}
.p21{
	font-size:161.6%;
	line-height:1.7em;
}
.p22{
	font-size:167%;
	line-height:1.7em;
}
.p23{
	font-size:174%;
	line-height:1.7em;
}
.p25{
	font-size:189%;
	line-height:1.7em;
}
.p26{
	font-size:197%;
	line-height:1.7em;
}



/* 余白指定
-------------------------------------------------------------------------------------------------------- */
.pt5{
	padding-top: 5px;
}
.pt10{
	padding-top: 10px;
}
.pt20{
	padding-top: 20px;
}
.ptb4{
	padding-top: 4px;
	padding-bottom: 4px;
}
.ptb8{
	padding-top: 8px;
	padding-bottom: 8px;
}
.ptb10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.ptlb8{
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}
.ptb12{
	padding-top: 13px;
	padding-bottom: 12px;
}
.pl5{
	padding-left: 5px;
}
.pl9{
	padding-left: 9px;
}
.pl15{
	padding-left: 15px;
}
.pl20{
	padding-left: 20px;
}
.pl25{
	padding-left: 25px;
}
.pr9{
	padding-right: 9px;
}
.pr15{
	padding-right: 15px;
}
.pr20{
	padding-right: 20px;
}
.pr25{
	padding-right: 25px;
}
.pb2{
	padding-bottom: 2px;
}
.pb5{
	padding-bottom: 5px;
}
.pb8{
	padding-bottom: 8px;
}
.pb10{
	padding-bottom: 10px;
}
.pb15{
	padding-bottom: 15px;
}
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 20px;
}
.pall4{
	padding: 4px;
}
.pall10{
	padding: 10px;
}
.pall20{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/* マージン指定
-------------------------------------------------------------------------------------------------------- */
.mbot2{
	margin-bottom: 2px;
}
.mbot5{
	margin-bottom: 5px;
}
.mbot7{
	margin-bottom: 7px;
}
.mbot8{
	margin-bottom: 8px;
}
.mbot10{
	margin-bottom: 10px;
}
.mbot15{
	margin-bottom: 15px;
}
.mbot20{
	margin-bottom: 20px;
}
.mbot25{
	margin-bottom: 25px;
}
.mbot30{
	margin-bottom: 30px;
}
.mbot40 {
	margin-bottom: 40px;
}
.mbot50{
	margin-bottom: 50px;
}
.mbot80{
	margin-bottom: 80px;
}
.mbot120{
	margin-bottom: 120px;
}
.mbot260{
	margin-bottom: 260px;
}
.mbot700{
	margin-bottom: 700px;
}
.mright20{
	margin-right: 20px;
}
.mtop5 {
	margin-top: 5px;
}
.mtop7{
	margin-top: 7px;
}
.mtop10 {
	margin-top: 10px;
}
.mtop15 {
	margin-top: 15px;
}
.mtop30 {
	margin-top: 30px;
}
.mtop40 {
	margin-top: 40px;
}

/* ライブラリ
-------------------------------------------------------------------------------------------------------- */
.clear {
clear:both;
}
.clearL{
clear:left;
}
.clearR{
clear:right;
}
.tacenter{
text-align:center;
}
.taright{
text-align:right;
}
.taleft{
text-align:left;
}
.flright{
float:right;
}
.flleft{
float:left;
}

img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
iframe{
border:none;
}


/* リンク
-------------------------------------------------------------------------------------------------------- */
a:link {
	color: #1E78DC;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration: underline;
}


/* Clearfix
-------------------------------------------------------------------------------------------------------- */
/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE 7 and MacIE*/
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
