/* common.css */

/* author------------------------
	SHOKO OYAMADA
	last update:2007/04/18
-------------------------------*/
/* contents------------------------
	1.ブラウザ初期設定の相殺
	2.背景画像の設定
	3.その他
------------------------*/

/* 1.ブラウザ初期設定の相殺 */

html,body,table,th,tr,td,p,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,address,em,strong,blockquote,textarea{
	font:normal 11px/1.6em "Verdana",sans-serif;
	margin:0;
	padding:0;
	color:#666666;
	
}

/* 2.背景画像の設定 */
html,body{
	/*height:100%;*/
}
body{
	text-align:center;
	background:#fff url(../image/back.gif) repeat-x;
}

/* 3.その他 */
p{
	text-align:left;
}

.spacer img{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}
a{
	color:#666;
}
a:hover {
	color:#bbb;
}
strong {
	font-weight:bold;
}

a img{
	border:0;
}

.clearth{
	clear:both;
	padding:1px;
	line-height:1px;
	font-size:9px;
	height:1px;
}

.caption{
	font-size:85%;
}

.caption td{
	font-size:85%;
}

#wrapper{width:690px;margin:21px auto 21px; background:url(../image/wrapper_body.gif) repeat-y;}

.style4 {font-size: 10px}
.style5 {font-size: 14px}
.style6 {color: #F08027}


