@charset "utf-8";
/* CSS Document */

@import url(./layout.css);
@import url(./tips.css);


/* basicset */
* {margin:0; padding:0;}
img { border: none;  border-width: 0px; }
li { list-style: none; }
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul { display: block; margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,strong { font-weight: bold; font-size: 100%; }

body {
	font-size: 92%;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.4;
	background-image: url(/_share/bg-body.png);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #FAF0E4;
	background-position: center top;
}


a { color: #0066CC; }
a:visited { color: #330066; }
a:hover { color: #FF6600; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.mt08 {	margin-top: 08px;}
.mr25 {	margin-right: 25px;}
.mb02 {	margin-bottom: 2px;}
.mb03 {	margin-bottom: 3px;}
.mb05 {	margin-bottom: 5px;}
.mb10 {	margin-bottom: 10px;}
.mb15 {	margin-bottom: 15px;}
.mb20 {	margin-bottom: 20px;}
.mb25 {	margin-bottom: 25px;}
.mb30 {	margin-bottom: 30px;}
.pad03	 {	padding: 3px;}


/* crear */
.clearfix {
	overflow:hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
