@charset "UTF-8";

/********************************************************************
Default CSS

1.General Elements
	body
	a
	list
	p
	img
	hr
	table
	div
2.All
	#all
3.Header
	#header
	h1
	#title
	#head_right
4.Global Navi
	#gnavi
	.gnavi
	.gnavion
5.Visual
	#visual
	#visual2
6.Main
	#main
7.Top Left

8.Left
	#left
	#catettl
	#lnavi
	#address
9.Top Contents
	#t_contents
	#information
		#h2info
		table
9.Contents
	#contents
	#h1normal
	.h2normal
	.h2link
	.h3normal
	p
	.ulnormal
	.tablenormal
	.totop
	#sitemap
10.Footer
	#footer
	#copyright
	#ft_navi
0.Free
	.none
	.indent
	.left
	.right
	.center
	.fleft
	.fright
	.clear
	.fleftimg
	.fightimg
********************************************************************/



/********************************************************************
1.General Elements
********************************************************************/

/* Body */
body {
	margin:0px;
	padding:0px;
	color:#515151;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	text-align:center;
}

/* Link */
a:link {
	color:#327dc3;
	text-decoration:none;
}
a:visited {
	color:#275988;
	text-decoration:none;
}
a:hover, a:active {
	color:#275988;
	text-decoration:underline;
}

/* List */
ul,ol,li{
	margin:0px;
	padding:0px;
}

/* P */
p {
	margin:0px 0px 10px 0px;
	padding:0px;
}

/* IMAGE */
img { border:0px; }

/* HR */
hr { display:none; }

/* Table */
table { font-size:100%; }

/* Div */
div { margin:0px; padding:0px; }


/********************************************************************
2.All
********************************************************************/

div#all {
	margin:auto;
	text-align:left;
}


/********************************************************************
3.Header
********************************************************************/

div#header {
    width:798px;
    margin:0 0 0px 9px;
    padding:0 0 10px 0px;
    background:#ffffff;
}

/* H1 */
div#header h1 {
	float:left;
	margin:0px 0px 0px 7px;
	padding:15px 0px 0px 0px;
}
div#header div#title {
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
}

/* Header_Right */
div#header div#head_right { display:none; }


/********************************************************************
4.Global Navi
********************************************************************/
ul#gnavi { display:none; }


/********************************************************************
5.Visual
********************************************************************/

/* Top */
div#bgvs { display:none; }


/********************************************************************
6.Main
********************************************************************/

div#main {
}
div#pan {
	clear:both;
	width:560px;
	margin-left:34px;
	padding:9px 0px 9px 10px;
	background:#ffffff;
	border-bottom:1px solid #d9d9d9;
}

/********************************************************************
7.Top Left
********************************************************************/

/********************************************************************
8.Left
********************************************************************/

div#left { display:none; }
div#left img { display:none; }

/********************************************************************
9.Top Contents
********************************************************************/

div#t_contents {
	float:left;
	width:757px;
	margin:10px 0px 0px 34px;
	_margin:15px 0px 0px 16px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

div#t_contents h2#h2about {
	width:758px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 17px;
	font-size:120%;
	letter-spacing:1px;
	line-height:150%;
}

div#t_contents div#about {
	float:left;
	width:375px;
	margin:0px 3px 10px 0px;
	padding:0px 0px 0px 0px;
}

div#t_contents div#about h3 {
	margin:5px;
	padding:0px;
}
div#t_contents div#about img.title {
	margin:0px 0px 0px 2px;
	padding:0px;
}
div#t_contents div#about img.abimage {
	float:right;
	margin:-25px 12px 0px 5px;
}
div#t_contents div#about p {
	margin:0px 4px 0px 4px;
	padding:0px 0px 0px 4px;
	line-height:150%;
}

div#t_contents div#about img.btn {
	margin:0px 0px 5px 8px;
	padding:0px 0px 0px 0px;
}

/* Information */
div#t_contents div#information {












	float:left;
	padding:0px 0px 0px 0px;
}

div#t_contents div#information h2#h2info {
	width:517px;
	height:23px;
	margin:0px;
	padding:0px 0px 0px 10px;
	font-size:120%;
}
div#t_contents div#information h2#h2info2 {
	width:517px;
	height:23px;
	margin:0px;
	padding:0px 0px 0px 10px;
	font-size:120%;
}

div#t_contents div#information table {
	width:517px;
	margin:0px 0px 5px 0px;
	font-size:100%;
}

div#t_contents div#information table th {
	width:100px;
	padding:5px 0px 5px 15px;
	border-bottom:1px dotted #cccccc;
	font-weight:normal;
	vertical-align:top;
}
div#t_contents div#information table td {
	padding:5px 0px;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
}
div#t_contents div#information img {
	margin-left:4px;
	vertical-align:middle;
}

/* T_right */
div#t_contents div#t_right {
	float:left;
	width:211px;
	padding:10px 0px 0px 12px;
}


/********************************************************************
10.Contents
********************************************************************/

div#dolink { display:none; }
div#contents div#back { display:none; }

/* Totop */
div#contents  div.totop { display:none; }

div#contents {
	float:left;
	width:565px;
	margin:15px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	text-align:left;
}


div#contents h1#h1normal {
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 17px;
	color:#403e54;
	font-size:150%;
	line-height:160%;
	width:543px;
}

div#contents h2.h2normal {

	clear:both;
	width:543px;
	margin:15px 0px 15px 0px;
	padding:0px 0px 2px 18px;
	font-size:130%;
	line-height:140%;
}

div#contents h2.h2link {
	clear:both;
	width:543px;
	margin:15px 0px 15px 0px;
	padding:0px 0px 2px 18px;
	font-size:130%;
	line-height:140%;
	color:#564a10;
}
div#contents h2.h2link a {
	color:#0bb3e4;
}
div#contents h3.h3normal {
	clear:both;
	margin:10px 0px 10px 5px;
	padding:2px 0px 1px 14px;
	font-size:100%;
	line-height:140%;
	color:#615f60;
}
div#contents h3.h3normal a {
	text-decoration:underline;
	color:#0bb3e4;
}
div#contents h3.h3link {
	clear:both;
	margin:10px 0px 10px 5px;
	padding:2px 0px 0px 14px;
	font-size:100%;
	line-height:140%;
	color:#615f60;
}
div#contents h3.h3link a {
	text-decoration:underline;
	color:#0bb3e4;
}
div#contents h3.h3link a:visited {
	text-decoration:none;
}
div#contents h2.h2_faq {
	clear:both;
	width:565px;
	margin:15px 0px 15px 0px;
	padding:0px 0px 3px 18px;
	font-size:130%;
	line-height:140%;
}
div#contents h3.h3_faq {
	clear:both;
	margin:10px 0px 10px 15px;
	padding:0px 0px 5px 16px;
	font-size:100%;
	line-height:150%;
}
div#contents h2.h2_net {
	clear:both;
	width:565px;
	margin:15px 0px 15px 0px;
	padding:0px 0px 1px 18px;
	font-size:130%;
	line-height:140%;
}
div#contents h3.h3_net {
	clear:both;
	margin:10px 0px 10px 0px;
	padding:3px 0px 1px 18px;
	font-size:100%;
	line-height:150%;
}

/* klink */
div#contents ul.klink {
	margin:0px 0px 15px 15px;
	font-size:110%;
}
div#contents ul.klink li {
	padding:0px 0px 5px 0px;
}

/* H3linkline */
div#contents h3.h3linkline {
	clear:both;
	margin:10px 0px 5px 5px;
	padding:5px 0px 3px 0px;
	line-height:140%;
	color:#666666;
}

/* Ulhlink */
div#contents ul.ulhlink {
	margin:0px 0px 15px 40px;
}

div#contents ul.ulhlink li {
	padding:1px 0px 5px 0px;
}
div#contents div.text {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 6px;
	font-size:100%;
	line-height:140%;
	letter-spacing:1px;
}

div#contents div.section {
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
}

div#contents div.section_idt {
	margin:0px 0px 3px 10px;
	padding:0px 0px 0px 0px;
}

div#contents p {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

div#contents div.frightimg {
	float:right;
	margin:0px 5px 10px 10px;
}

div#contents div.fleftimg {
	float:left;
	margin:0px 30px 10px 0px;
}

div#contents div.centerimg {
	text-align:center;
	margin:0px 0px 10px 0px;
}

div#contents div.blockcenter {
	text-align:center;
	margin:auto;
}

div#contents div.imgblock230 {
	float:left;
	text-align:center;
	margin:0px 5px 10px 0px;
}

div#contents div.caption {
	margin:3px 0px 0px 0px;
	font-size:80%;
	text-align:center;
}
div#contents p.linkleft {
	margin:3px 0px 10px 0px;
	padding:2px 20px 0px 12px;
}

div#contents p.linkleft a {
	text-decoration:underline;
}

div#contents p.linkleft2 {
	margin:3px 0px 10px 12px;
	padding:2px 20px 0px 17px;
}


div#contents p.linkleft a,div#contents p.linkleft2  {
}

div#contents p.linkright {
	float:right;
	margin:3px 0px 10px 0px;
	padding:2px 0px 0px 12px;
}

div#contents p.linkright a {

	text-decoration:underline;
}

/* LINKBOX */
div#contents div.text div.linkbox,div.linkbox2,div.linkbox3,div.linkbox4,div.linkbox5 {
	float:left;
	width:260px;
	margin:0px 10px 20px 8px;
	_margin:0px 8px 20px 4px;
}

div#contents div.text div.linkbox h2 {
	margin:0px;
	padding:0px 3px 3px 18px;
	_padding:0px 3px 5px 18px;
	font-size:110%;
}
div#contents div.text div.linkbox2 h2 {
	margin:0px;
	padding:5px 3px 5px 17px;
	font-size:110%;
}
div#contents div.text div.linkbox3 h2 {
	margin:0px;
	padding:3px 3px 7px 17px;
	font-size:110%;
}
div#contents div.text div.linkbox4 h2 {
	margin:0px;
	padding:3px 3px 7px 17px;
	font-size:110%;
}

div#contents div.text div.linkbox p,div.linkbox2 p,div.linkbox3 p,div.linkbox4 p {
	margin:0px;
	padding:5px;
	font-size:90%;
}
div#contents div.text div.linkbox ul,div.linkbox2 ul,div.linkbox3 ul,div.linkbox4 ul {
	margin:0px 0px 0px 20px;
	padding:5px;
}
div#contents div.text div.linkbox li,div.linkbox2 li,div.linkbox3 li,div.linkbox4 li {
	margin:0px 0px 3px 0px;
	padding:0px;
}
div#contents div.text div.linkbox div.imgspace,div.linkbox2 div.imgspace,div.linkbox3 div.imgspace,div.linkbox4 div.imgspace {
	text-align:center;
}

/* UlNormal */
div#contents ul.ulnormal {
	margin:0px 0px 15px 25px;
}

div#contents ul.ulnormal li {
	padding:2px 0px 5px 0px;
}

/* OlNormal */
div#contents ol.olnormal {
	margin:0px 0px 15px 25px;
}

div#contents ol.olnormal li {
	padding:2px 0px 8px 0px;
}


/* TableCommon */
div#contents table.common{
	margin:0px 0px 15px 0px;
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
}
div#contents table.common th {
	padding:7px;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	background:#e3e8c8;
}
div#contents table.common td {
	padding:7px;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
}

/* TableNormal */
div#contents table.tablenormal {
	width:100%;
	margin:0px 0px 15px 0px;
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
}
div#contents table.tablenormal th {
	padding:7px;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	background:#e3e8c8;
}
div#contents table.tablenormal td {
	padding:7px;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
}

/* TableNormal 1 */
div#contents table.table1,table.table2,table.table3 {
	width:540px;
	margin:0px 0px 15px 0px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
}
div#contents table.table1 th {
	padding:7px;
	border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	background:#e5e5e5;
	text-align:center;
}
div#contents table.table2 th {
	padding:7px;
	border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	background:#dde5ed;
	text-align:center;
}
div#contents table.table3 th {
	padding:7px;
	border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	background:#e5f2e8;
	text-align:center;
}
div#contents table.table1 td , table.table2 td , table.table3 td {
	padding:7px;
	border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	text-align:center;
}


/* TableSchedule */
div#contents table.schedule {
	margin:0px 0px 15px 0px;
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
}

div#contents table.schedule th {
	padding:7px;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	background:#e3e8c8;
	vertical-align:top;
	text-align:center;
}

div#contents table.schedule td {
	padding:7px;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	vertical-align:top;
}

/* TableStaff */
div#contents table.staff {
	width:100%;
	margin:0px 0px 15px 0px;
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
}

div#contents table.staff th {
	padding:7px;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	background:#e3e8c8;
	vertical-align:top;
	text-align:center;
}

div#contents table.staff td {
	padding:7px;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
}

/* TableHyo2th */
div#contents table.hyo2th {
	width:100%;
	margin:0px 0px 15px 0px;
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
}

div#contents table.hyo2th th {
	padding:7px;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	background:#e3e8c8;
	vertical-align:top;
	text-align:center;
}

div#contents table.hyo2th td {
	padding:7px;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
}

/* Sitemap */
div#contents div#sitemap {
	float:left;
	width:240px;
}
div#contents div#sitemap h3.h3sitemap {
	clear:both;
	margin:10px 0px 10px 30px;
	padding:0px 0px 0px 18px;
	font-size:110%;
	line-height:100%;
}

div#contents ul.ulsitemap {
	margin:0px 0px 15px 60px;
}

div#contents ul.ulsitemap li {
	padding:0px 0px 8px 0px;
}

/* QA */
div#contents div.qa-area { display:none; }
div#contents h2.h2qa {
	clear:both;
	margin:20px 0px 10px 13px;
	padding:0px 0px 0px 22px;
	font-size:110%;
	line-height:130%;
}
div#contents h3.h3qa {
	clear:both;
	margin:10px 0px 10px 20px;
	padding:0px 0px 0px 19px;
	font-size:110%;
	line-height:110%;
}
div#contents div.qalist {
	margin:0px 0px 10px 20px;
	padding:0px 20px 5px 19px;
	font-size:110%;
}
div#contents div.qalist a {
	text-decoration:none;
}

/* Information */
div#contents table#infolist {
	width:470px;
	margin:0px 0px 25px 0px;
	font-size:110%;
}

div#contents table#infolist th {
	width:130px;
	padding:6px 0px;
	border-bottom:1px dotted #999;
}

div#contents table#infolist td {
	padding:6px 0px;
	border-bottom:1px dotted #999;
}

div#contents div.amap {
	margin:0px 12px;
	padding:0px;
}

div#contents div.amap h2 {
	margin:0px;
	padding:0px;
}
div#contents div.amap h3 {
	/*width:340px;*/
	width:100%;
	margin:20px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #cccccc;
	font-size:100%;
}
div#contents div.amap table {
	background:#f2f2f2;
}
div#contents div.amap th {
	padding:5px;
	border-right:1px solid #cccccc;
	font-weight:normal;
}
div#contents div.amap td {
	padding:5px;
}

div#contents div#google {
	border:1px solid #cccccc;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

/* Information New */
div#contents div#information {
	float:left;
	padding:10px 0px 0px 0px;
}

div#contents div#information h2#h2info {
	width:517px;
	height:23px;
	margin:0px;
	padding:0px 0px 0px 10px;
	font-size:120%;
}

div#contents div#information table {
	width:517px;
	margin:0px 0px 5px 0px;
	font-size:100%;
}

div#contents div#information table th {
	width:100px;
	padding:5px 0px 5px 15px;
	border-bottom:1px dotted #cccccc;
	font-weight:normal;
	vertical-align:top;
}

div#contents div#information table td {
	vertical-align:top;
	padding:5px 0px;
	border-bottom:1px dotted #cccccc;
}

div#contents div#information img {
	margin-left:4px;
	vertical-align:middle;
}

/* MAP */
div#contents map#map {
	margin:0px 0px 30px 0px;
}
/********************************************************************
11.Footer
********************************************************************/

div#footer {
	clear:both;
	width:815px;
	margin:0px;
	padding:5px 0px 10px 0px;
	font-size:80%;
}

/* Copyright */
div#footer div#copyright {
	float:left;
	margin:6px 0px 0px 20px;
	_margin:6px 0px 0px 10px;
}

div#footer div#ft_navi {
	margin:6px 20px 0px 20px;
	_margin:11px 20px 0px 20px;
	text-align:right;
}



/********************************************************************
0.Free
********************************************************************/
.none { display:none; }
.indent { text-indent:-1000em; display:block; }

.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }

.fleft { float:left; }
.fright { float:right; }

.red { color:#ff0000; }


.bold { font-weight:bold; }

span.small {
	font-size:80%;
	line-height:120%;
	letter-spacing:0px;
}
span.underline{
	text-decoration: underline;
}
