@charset "utf-8";
* {
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
}
body{
	margin: 0;
}
td{
	border-width: 0;
	padding: 0;
	margin: 0;
	border-width: 0;
}
table{
	border-width: 0;
	padding: 0;
}
a,a:link{
	text-decoration: none;
	color: #0000cc;
}
a:hover{
	text-decoration: underline;
}

h1.title1{
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #ff8000;
}

/* ロゴ */
a.top{
	display: block;
	width: 478px;
	height: 92px;
	background: url("../images/new/title.png") no-repeat;
}
a.top:hover{
	background-position: 0px -92px;
}
a.contact{
	display: block;
	height: 24px;
	width: 106px;
	background: url("../images/contact.png") no-repeat;
}
a.contact:hover
{
	background-position: 0px -24px;
}

/* タイトルイメージ */
#flash {
	float: left;
}
/* サイドバーペイン */
#blog {
	float: left;
	padding-top: 0px;
	padding-left: 10px;
}

/* 右下ペイン */
#free {
	float: left;
	padding-top: 0px;
	padding-left: 10px;
}

/* レイアウト */

#container {
	width: 760px;
	margin: 0px;
	padding: 0px;
	background-color : #FFFFFF;
}

#header {
	float: left;
	width: 760px;
	font-size: 10pt;
	padding-top: 0px;
	padding-left: 0px;
}

#footer{
	clear: both;
	width: 760px;
	margin: 0px;
	padding: 0px;
}

/* 角丸BOX */
td.lt{
	width: 13px;
	height: 12px;
	background: url("../images/new/lt.png") no-repeat;
}
td.t{
	background: url("../images/new/t.png") repeat-x;
}
td.rt{
	width: 13px;
	height: 12px;
	background: url("../images/new/rt.png") no-repeat;
}
td.wc{
	background-color: #FFFFFF;
	vertical-align: top;
}
div.topinner{
	margin: 10px 10px 30px 30px;
}
td.l{
	background: url("../images/new/l.png") repeat-y;
}
td.r{
	background: url("../images/new/r.png") repeat-y;
	background-position: 0px 0px;
}
td.lb{
	width: 13px;
	height: 13px;
	background: url("../images/new/lb.png") no-repeat;
}
td.b{
	background: url("../images/new/b.png") repeat-x;
}
td.rb{
	width: 13px;
	height: 13px;
	background: url("../images/new/rb.png") no-repeat;
}

