/* ▼タグリセット ------------------------*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	margin: 0 auto;
}
img {
	border: none;
}
ul {
	list-style-type: none;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
	line-height: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	color: #999;
}
a:focus {
	-moz-outline-style: none;
}
/* ▲タグリセット ------------------------*/

/* font
------------------------------------- */
body {
	font: 13px/1.22 "MS Pゴシック", arial, helvetica, clean, sans-serif;
	font: x-small;
	font-size: small;
	color: #333;
}
table {
	font: 100%;
	font-size: inherit;
}
/* font-size
------------------------------------- 
.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%;
------------------------------------- */


/*▽ページ共通-----------------------------*/

body {
	padding: 0;
	margin: 0 auto;
	background: url(../img/bg.gif) repeat;
}
#container {
	width: 760px;
	padding: 0 5px;
	margin: 0 auto;
	background: url(../img/cont_bg.gif) repeat-y;
}
/* clearfix
------------------------------------- */
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	display: inline-block;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */

.leftBox {
	float: left;
}
.rightBox {
	float: right;
}


/*▲ページ共通------------------------------*/
