@charset "Shift_JIS";
/*共通スタイル：更新者−林大輔（2007.05.17）*/

/*--------------------------------------------
タグセレクタ・ブラウザスタイル初期化
--------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #333;
	font-size: 100%;
}

img,table {
	border: 0;
}

h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,form,input {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


/*--------------------------------------------
強制的にclearするセレクタ
--------------------------------------------*/
.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
	}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	display: inline-table;
	min-height: 1%;
	}
/*Hides from MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*Hides from MacIE */

/*--------------------------------------------
全体を包むコンテナ
--------------------------------------------*/
#wrapper{
	width:750px;
	margin:0 auto;
	text-align:left;
}

/*--------------------------------------------
リンク
--------------------------------------------*/
/*a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}*/

a img {
	border: none;
}