@charset "Shift_JIS";
/* 初期設定 */

*{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	width:100%;
	height:100%;
}

/* ボディー */
body {
	width:100%;
	font-size: 100%;
	color: #333333;
	margin: 0;
	padding:0 0 45px 0;
	_padding:0 0 30px 0;
	background: url(../images/main_bk.jpg);
}
/* 画像ボーダー */
img {
	border-style: none;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

/* 強調 */
strong {
	color: #000000;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}

/* クリア */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* メインスペース */
body h1 {
	width:556px;
	height:61px;
	margin:0 auto;
	padding:0;
	text-indent:-9999px;
	background: url(../images/tit/bosyu_tit.gif) no-repeat;
}

/* 文字サイズ */
body div#h01{
	width:550px;
	margin:0 auto 20px auto;
	padding:0;
	position:relative;
}

div#h01 ul#moji{
	width:160px;
	margin:0;
	padding:0;
	float:right;
	position: absolute;
	top:15px;
	right:0px;
}
ul#moji li{
	float:left;
	margin:0 0 0 2px;
	padding:0;
	list-style-type: none;
	text-indent: -9999px;
}
ul#moji #size{
	width:62px;
	height:29px;
	margin:0 5px 0 0;
	background: url(../images/sizeb.gif) no-repeat;
	background-position:0 14px;
	text-indent:-9999px;
}
ul#moji li a{
	margin:0;
	padding:0;
	display: block;
	text-decoration: none;
}
ul#moji #small2 a{
	width:25px;
	height:29px;
	background: url(../images/b01b.gif) no-repeat;
	background-position:0 0;
}
ul#moji #default2 a{
	width:27px;
	height:29px;
	background: url(../images/b02b.gif) no-repeat;
	background-position:0 0;
}
ul#moji #big2 a{
	width:29px;
	height:29px;
	background: url(../images/b03b.gif) no-repeat;
	background-position:0 0;
}

/* ロールオーバー */
ul#moji #small2 a:hover{
	width:25px;
	height:29px;
	background: url(../images/b01b.gif) no-repeat;
	background-position:0 -29px;
}
ul#moji #default2 a:hover{
	width:27px;
	height:29px;
	background: url(../images/b02b.gif) no-repeat;
	background-position:0 -29px;
}
ul#moji #big2 a:hover{
	width:29px;
	height:29px;
	background: url(../images/b03b.gif) no-repeat;
	background-position:0 -29px;
}

/* メインスペース */
body div#mainspace {
	width:556px;
	margin:0 auto;
	padding:0 0 10px 0;
	background: url(../images/renraku/shibu_bk.gif) repeat-y;
}
body div#mainspace div.cont01{
	width:512px;
	margin:0 auto 20px auto;
	padding:20px 0 0 0;
}
div#mainspace h2{
	width:512px;
	margin:0 auto;
	padding:2px;
	background:#0066CC;
	color:#FFFFFF;
}
div#mainspace dl{
	width:512px;
	margin:0 auto;
	padding:3px 0 3px 0;
	background: url(../images/renraku/sen.gif) bottom no-repeat;
}
div#mainspace dt{
	width:60px;
	margin:0;
	padding:0;
	float:left;
}
div#mainspace dd{
	width:430px;
	margin:0;
	padding:0;
	float:right;
}

/* closeボタン */
body ul#close{
	width:556px;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
	background: url(../images/renraku/shibu_bottom.gif) top no-repeat;
}

ul#close li{
	width:104px;
	margin:0 auto;
	padding:0;
	list-style:none;
	display:block;
}
ul#close li a{
	width:104px;
	height:27px;
	margin:0 auto;
	padding:0;
	background: url(../images/renraku/close_b.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}