/* common.css */

/* author------------------------
	SUPER EDITION INC.
	SHOKO OYAMADA
	oyamada@super-edition.com
	last update:2006/07/20
-------------------------------*/
/* used by------------------------
	全てのページ
-------------------------------*/
/* contents------------------------
	1.ブラウザ初期設定の相殺
	2.背景画像の設定
	3.クリアー要素
	4.その他
------------------------*/

/* 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 small/1.6em "Verdana",sans-serif;
	color:#535353;
	margin:0;
	padding:0;
	
}

/* 2.背景画像の設定 */
html,body{
	height:100%;
}
body{
	text-align:center;/* 中央寄せの設定、layout.cssのwrapperのmargin:0px autoと併せて使用 */
	background:#eceded url(../image/body_back.gif) 50% 0% repeat-y;
}
/* 3.クリアー要素 */
.clearth{
	clear:both;
}
/* 4.その他 */
h1 { 
      
}
li {
	list-style:none;
}
a {
	color:#444;
	text-decoration:underline;
}
a:hover {
	color:#888;
	text-decoration:none;
}
strong {
	font-weight:bold;
}

a img{
	border:0;
}
.jumpToPageTop{
	clear:both;
	width:100%;
	text-align:right;
}

