/* CSS Document */

/* CommonStyle start */
* {
	margin:0;
}
body {
	background:#FFF url(../img/bg_main.gif) repeat-y center top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Helvetica, Arial;
	font-size:12px;
	line-height: 18px;
}


img {
	border:0;
}
hr {
	display:none;
}
.clear {
	clear:both;
}
.right {
	text-align: right;
}

html {
	overflow-y:scroll;
}
/* CommonStyle End */

li{list-style:none; list-style-image:none;}


/* リンク start */
a,a:link{
	color:#0e0ab0;
	text-decoration: none;
}
a:visited{
	color:#006666;
	text-decoration: none;
}
a:hover{
	color:#8528dc;
	text-decoration: underline;
}

a.blog:link,a.blog:visited{
	color:#db006c;
	text-decoration: none;
}
a.blog:hover{
	color:#666666;
	text-decoration: underline;
}


h1 {
	height:32px;
	background:url(../img/bg_title2.gif) no-repeat top;
	font-size: 16px;
	font-weight: bold;
	color: #00439d;
	padding: 6px 0px 0px 17px;
}

h2 {
	height:32px;
	background:url(../img/bg_h2.gif) no-repeat center top;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 8px 0px 0px 15px;
}

h3 {
	height:32px;
	background:url(../img/bg_h3.gif) no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #0f159c;
	padding: 8px 0px 0px 5px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #0f159c;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 2px;
}


/* Header */


/* container */

#page {
	width:850px;
	margin:0 auto;
}

#main {
	width:813px;
	margin:0 auto;
}


/* フォーム */

dl {
 width:800px;
}
dt {
 float:left;
 width:200px;
 padding:5px 0 0 10px;
 clear:both;
}
dd {
 margin-left:100px;
 padding:8px 5px 5px 10px;
}


/* TOPへボタン*/

div.back{
	text-indent: -9999px;height: 40px;
}
div.back a{
	display: block;
	width: 100%;height: 100%;
	background: url(../img/to_top.gif) top left no-repeat;
}
div.back a:hover{
	background-position: 0px -40px;
}

/* CLOSEボタン*/

div.close{
	text-indent: -9999px;height: 30px;
}
div.close a{
	display: block;
	width: 100%;height: 100%;
	background: url(../img/close.gif) top left no-repeat;
}
div.close a:hover{
	background-position: 0px -30px;
}

/*確認ボタン */

div.kakunin{
	text-indent: -9999px;height: 40px;
}
div.kakunin a{
	display: block;
	width: 100%;height: 100%;
	background: url(../img/kakunin_b.gif) top left no-repeat;
}
div.kakunin a:hover{
	background-position: 0px -40px;
}

/* コピーライト*/
a.copy:link, a.copy:visited{
	text-indent:-9999px; display:block;
	height: 20px;
	background:url(../img/copyright.gif) no-repeat;}
a.copy:hover{
	background-position: 0px -20px;
	}


/* Go TOP */
div.goTop{
	margin-top: 10px;
	text-indent: -9999px;
	height: 30px;
}
div.goTop a{
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(../img/gotop.gif) top left no-repeat;
}
div.goTop a:hover{
	background-position: 0px -30px;
}
/* Go TOP */
	

/*---  区切り線 ---*/
.line01 {
	background:url(../img/line1.gif) repeat-x;
	height:3px;
	margin:1px 0;
	width: 99%;
	clear: both;
}

.line01b {
	background:url(../img/line1.gif) repeat-x;
	height:3px;
	margin:10px 0;
	width: 99%;
	clear: both;
}

.line02 {
	background:url(../img/line2.gif) no-repeat;
	height:30px;
	margin:0px 1px;
}

.line02b {
	background:url(../img/line2b.gif) no-repeat;
	height:30px;
	margin:0px 1px;
}


.line03 {
	background:url(../img/line3.gif)  no-repeat;
	height:14px;
	margin:0px 1px;
	clear: both;
}

.line03b {
	background:url(../img/line3b.gif)  no-repeat;
	height:14px;
	margin:0px 1px;
	clear: both;
}

.line03c {
	background:url(../img/line3c.gif)  no-repeat;
	height:10px;
	margin:0px 1px;
	clear: both;
}



.table1{
	border: 2px dotted #1e8ec2;
}

.table2{
	background-color: #6e767b;
}

.yotei{
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
	padding: 10px;
	border: 1px dotted #FF3300;
	width: 470px;
	text-align: center;
	margin: 5px 0 5px 200px;
}


/* font */

.mfont1 {font-size: 12px; line-height: 18px;}
.mfont2 { font-size: 12px; color: #ef3f02; line-height: 18px;}
.mfont3 { font-size: 12px; color: #FFFFFF; line-height: 18px;}
.mfont4 { font-size: 12px; color: #e50535; line-height: 18px;}
.mfont5 { font-size: 12px; color: #11438e; line-height: 18px;}

.sfont1 {font-size: 10px;line-height: 15px;}
.sfont2 {font-size: 10px; color: #ef3f02;line-height: 15px;}
.sfont3 {font-size: 10px; color: #FFFFFF; line-height: 15px;}
.margin {
	margin-left: 20px;
}

.sfont4 {font-size: 10px; color: #e50535; line-height: 15px;}
.sfont5 {font-size: 10px; color: #11438e; line-height: 15px;}

.lfont {
	font-size: 16px;
	color: #ff4200;
	line-height: 18px;
	font-weight: bold;
}

.caption {
	font-size: 10px;
	line-height: 15px;
	color: #993333;
}

.caption2 {
	font-size: 11px;
	line-height: 16px;
	color: #403739;
}

.tTitle {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}
.zooTitle {
	font-size: 12px;
	color: #e30035;
	font-weight: bold;
}
