/* CSS Document */
/* Copyright B's Studio Ltd.  http://www.bs-studio.com */


/*共通
-----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 1;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
}
html {
font-size: 75%; /*　標準サイズ12px見当 */
font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Pro W3";
color: #333333;
}
body {
	text-align: center;
}
#wrapper {
	text-align: center;
}

a,
a:visited {
	color:#0f63ae;
	text-decoration: underline;
}
a:hover{
	color:#FF9900;
	text-decoration: none;
}
/*
#header {
	height: 70px;
	background-image: url(/common/img2/head_bg.jpg);
	display: block;
	min-width: 921px;
	width: 100%;
}
*/
#logo { 
	display: inline; 	
	background-position: 657px top; 
	background-repeat: no-repeat; 
	text-align: right;
/*	margin-top: 0px; */
	margin-left: -230px; 
	position: absolute;
	top: 0px;
	height: 70px;
	width: 215px;
}

#container {
	clear: both;
	margin-top: 17px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
#contents2 {
	width: 650px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

/*右バナー*/
#side {
	width: 190px;
	float: right;
	display: block;
	padding-top: 50px;
}
#side ul {
	list-style-type: none;
	width: 190px;
	margin: 0px;
	padding: 0px;
}
#side li {
	margin-bottom: 15px;
	display: block;
}
/*
#footer {
	margin-left: auto;
	height: 14px;
	width: 865px;
	padding-top: 15px;
	text-align: right;
	line-height: 1.5em;
	display: block;
	padding-bottom: 30px;
	clear: both;
	margin-right: auto;
	}
#footer a {
	text-decoration: none;
}*/
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.catch1{
	position:absolute;
	top:-100px;
}