@charset "utf-8";
/* CSS Document */

/*ベースフォーマット*/
* { padding: 0px; margin: 0px; }
body {font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Osaka', sans-serif; font-size: small; color: #333333; line-height: 150%;}
body, h1, h2, h3, h4, h5, form, dl, dt, dd,em,address{ margin: 0; padding: 0; font-style:normal;}

a {cursor: pointer;color: #333;}
a:link { color:  #333; }
a:visited { color:  #333; }
a:hover {color: #333;}
/*\*/ overflow: hidden;/**/
img { border: 0px; }
.non, hr { visibility: hidden; display: none; }



/* メインコンテンツ */

#wrapper {
	width:800px;
	margin: 0 auto;
	height: 100%;
}

/* ヘッダ */

#head {
	width:800px;
	height:60px;
}

h1 a{
background:url(../img/title.gif) no-repeat;
	width:800px;
	text-indent:-9999px;
	height:60px;
	display: block;
}

h2 {text-indent:-9999px;
}


#content{
background-color:#FFF;
}

.main {
	margin: 0 30px;
	clear: both;
}



#content p {
	margin: 0 0 10px 0;
}


/* フッター */

#foot {
	width:780px;
	margin:0 auto;
	background:url(../img/footer.gif) bottom no-repeat;
	clear: right;
	border-top: 1px solid #ccc;
	padding-top:7px;
}

#foot a {
text-decoration:none;
}

#foot ul{
	text-align:center;
	list-style: none;
	margin-bottom: 25px;
	font-size:10px;
}

#foot li{
	display:inline;
	list-style: none;
	padding:0 4px;
}

#foot p { text-indent:-9999px;}

/*　その他全ページ共通 */

.page_back{
	line-height:2em;
	background: url(../img/common/back_cursor.gif) 5px  no-repeat;
	text-indent:25px;
	height: 25px;
	float: right;
	}

.page_top {
	height: 25px;
	float: right;
	font-size:11px;
	margin: 20px 20px 10px 0;
	}
	

.img_left {
	float: left;
	margin: 0 20px 40px 0;
} 
