/*----------------------------------------------------
	Reset
----------------------------------------------------*/
* {
	marign:0;
	padding:0;
	font-size:100%;
	zoom: 0;
}

html {
	overflow-y: scroll;
	height: 100%;

}

img {
	border:0;
}


p {
	margin-bottom: 2em;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/
body {
	font-family: 'メイリオ',Meiryo, Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	background-image:url(../images/footer_bg.jpg);
	color:#000000;
	text-align:center;
	line-height: 1.0;
	margin: 0px auto;
	width:100%;
}

/*----------------------------------------------------
	Link
----------------------------------------------------*/
body a#top { height:0px; }

a:link {
	text-decoration: underline;
	color: #00F;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a:active {
	text-decoration: none;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.alignR {
	float: right;
}

.alignL {
	float: left;
}

.btn {
	text-align: center;
}

/*clearFix*/
.clear {
	clear: both;
}




/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	margin: 0 auto;
	text-align: left;
	font-size:0.9em;
	width:100%;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	margin:2px 0 0 0;
	background-color:#FFFFFF;
	text-align:center;
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 2px #6192bb;
}

.pageTop {
	width:100%;
	text-align: right;
	font-size:0.8em;
	margin-top:50px;
	border-bottom: solid 1px #cccccc;
}

.pageTop a {
	text-decoration:none;
	color:#003366;
	padding-bottom:5px;
}	


/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main { margin:0 auto; padding: 30px 0 30px 0; width:800px; background-color:#FFFFFF; }

#main p {
	line-height:1.5;
	font-break:break-all;
	text-align:left;
}


/*----------------------------------------------------
	#sub
----------------------------------------------------*/

#sub {
	margin:8px 0 0 80px;
}


/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	margin:0 auto;
	height:80px;
	background-image:url(../images/title_bg.jpg);
	background-repeat:repeat-x;

}


/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	background-repeat:repeat-x;
	font-size:10px;
	padding:15px 0 15px 0;
	height:50px;	
}

.copy {
	text-align:center;
	width:290px;
	background-repeat:no-repeat;
	padding:10px 0 10px 0px;
	margin: 0 auto;
	color: #ffffff;
}

.hidden {
   display: none;
   visibility: hidden;
}

.bold { font-weight:bold; }

.pagetitle {
/*	margin: 0 auto;
	height:110px;*/
	text-align:center;
}

.l {
	font-weight:bold;
	color: #AEA58D;
}

/*----------------------------------------------------
	#global menu
----------------------------------------------------*/

div#menu {
	position:absolute;
	top:15px;
	width: 700px;
}

.cont-title {
	font-size:0.9em;
	text-align:left;
	padding:5px;
	background-color:#3399CC;
	font-weight:bold;
	color:#ffffff;
}

#main h1 {
	font-size:0.85em;
	font-weight: normal;
	margin:20px 0 0 0;
	padding:1px 0 0 10px;
	text-align:left;
	line-height:1.3;
}
#main h2 {
	font-size:1.2em;
	border-left: solid 22px #003399;
	border-bottom: solid 1px #cccccc;
	margin:20px 0 0 0;
	padding:1px 0 0 10px;
	text-align:left;
	line-height:1.3;
}

/*#main h1 {
	font-size:1.2em;
	border-left: solid 22px #003399;
	border-bottom: solid 1px #cccccc;
	margin:20px 0 0 0;
	padding:1px 0 0 10px;
	text-align:left;
	line-height:1.3;
}

#main h2 {
	font-size:1.0em;
	border-left: solid 2px #8B4513;
	border-bottom: solid 1px #cccccc;
	margin:15px 0 0 0;
	padding:1px 0 0 5px;
	text-align:left;
	line-height:1.0;
}*/


/*----------------------------------------------------
	#form
----------------------------------------------------*/

.stxt {
	font-size: 0.8em;
	line-height: 1.5;
	margin-top: 10px;
}

.stxt ol, .stxt ul {
	margin:5px 10px 5px 30px;
}

.honmon {
	margin: 20px;
	padding:10px 20px 20px 20px;
	background-color:#F4F0E3;
	text-align:left;
	line-height:1.2;
}

.form_block {
	margin-top: 20px;
	padding:20px;
}

.form_block table {
	margin:0 0 20px 0;
}

.set {
	margin: 0 0 30px 0;
}

.red {
	color:#ff0000;
}



/*----------------------------------------------------
	#list
----------------------------------------------------*/


#main p {
	margin-left:25px;
}
.stext {
	font-size:0.8em;
}
.bold { font-weight:bold; }

.urllink {
	font-size:1.0em;
	line-height:1.3;
	width:220px; word-break: break-all; word-wrap:break-word;
}

/*----------------------------------------------------
	#table layout
----------------------------------------------------*/
.set table {
	border-top:dotted 1px #999999;
	border-right:dotted 1px #999999;
}

.set table tr td {
	border-left:dotted 1px #999999;
	border-bottom:dotted 1px #999999;
	padding: 5px 10px 2px 20px;
	background-color:#FFFFFF;
}

.set2 table {
	border-top:solid 1px #999999;
	border-right:solid 1px #999999;
}
.set2 table tr th {
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
}
.set2 table tr td {
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
}
td.lineress table {
	border:0;
	margin:0;
	padding:0;
}
td.lineress table tr td {
	border:0;
	margin:0;
	padding:0;
}

td.strong-red {
	font-weight:bold;
	border-bottom: solid 2px #ff0000;
	font-size:1.2em;
}
td.ex {
	text-align:left;
	font-size:0.75em;
	line-height:1.3;
}
td.ex img {
	margin-right:5px;
}

/*----------------------------------------------------
	#table colors
----------------------------------------------------*/

table tr td {
	padding:3px;
	font-size:0.95em;
	line-height: 1.3em;
}


tr.trbg {
	 background-color:#E3F3F9;
	
}
tr.trthbg {
	 background-color:#CDE2ED;
}
tr.trtdbg {

	 height:30px;
}
td.url {
	word-break:break-all;
	width:200px;
	text-align:left;
}


th.hname { width:210px; height:20px; font-weight:bold; text-align:
center; padding:2px; }
th.city { width:70px; font-weight:bold; text-align: center; padding:2px; }
th.add { width:255px; font-weight:bold; text-align: center; padding:2px; }
th.tel { width:155px; font-weight:bold; text-align: center; padding:2px; }
th.kani { width:50px; font-weight:bold; text-align: center; padding:2px; }
th.seimitsu { width:50px; font-weight:bold; text-align: center;
padding:2px; }

td.hname { width:210px; word-break: break-all; word-wrap:break-word;
text-align: left; }
td.city { width:70px; white-space: nowrap; text-align: center; }
td.add { width:255px; word-wrap:break-word; text-align: left; }
td.tel { width:155px; white-space: nowrap; text-align: left; }
td.kani { width:50px; text-align: center; }
td.seimitsu { width:50px; text-align: center; }
th.seimitsu { width:55px; }
