@charset "UTF-8";


/*
///////////////////////
共通
///////////////////////
*/

body {
background: url(../imgs/bg_base.jpg) #fff top repeat-x;
margin: 0 auto;
padding: 0;
color:#d4d4d4;
}

h1 {
font-size: 1em;
line-height: 1.5em;
margin: 20px auto;
}

p {
font-size: 0.9em;
line-height: 1.5em;
}

hr {
display: none;
visibility: hidden;
}

a {
color: #3399FF;
}

.clearBoth {
clear:both;
}

img {border:none;}

/*
///////////////////////
iframe
///////////////////////
*/

#iframe {
display: block;

width: 900px;
height: 580px;
margin: 0 auto;
padding: 0;
}


/*
///////////////////////
伊助レイアウト
///////////////////////
*/

#iskWrapper {
width: 760px;
margin: 0 auto;
padding: 0;
}

			#iskWrapper:after {
			content: ".";
			display: block;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
			clear: both;
			visibility: hidden;
			}

#iskWrapper p {
font-size:110%;
line-height: 160%;
color: #666;
margin-top: 5px;
margin-bottom: 5px;
}

#iskLeft {
float: left;
width: 480px;
}

#stctWrapper {
background:url(../imgs/staf_line.gif) repeat-y;
width: 450px;
padding: 0 25px;
text-align: left;
color: #000;
font-size:110%;
line-height: 160%;
}

			#stctWrapper:after {
			content: ".";
			display: block;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
			clear: both;
			visibility: hidden;
			}

#stctWrapper img { margin-bottom: 15px; }
#stctLeft { float: left; }
#stctRight { float: left; margin-left:25px;}
#stctLeft dl{font-size: 90%; line-height: 150%;}
#stctLeft dl dt {float: left;}
#stctLeft dl dd {margin-left: 7em; font-weight: bold;}
#stctRight dl{font-size: 90%; line-height: 150%;}
#stctRight dl dt {float: left;}
#stctRight dl dd {margin-left: 7em; font-weight: bold;}

#msgWrapper { padding: 30px 25px 15px 25px; }
#msgWrapper h3 { font-size: 150%; color: #333; margin-top: 15px;}
#msgWrapper p { color: #333; margin: 15px 0; line-height: 160%; }
#msgWrapper .sign { text-align: right; }
#msgWrapper span { font-size: 80%; }
#msgWrapper strong { font-weight: bold; }

#iskRight {
float: right;
width: 235px;
height: 400px;
background: url(../imgs/bnr_bg.jpg) top left no-repeat;
text-align: right;
}

#iskRight ul li { margin-bottom: 10px; }
#iskRight #toho { margin-top: 320px; }

#footer {
width: 760px;
margin: 0 auto;
padding: 10px 0 30px 0;
border-top: solid 1px #d4d4d4;
font-size: 90%;
color: #d4d4d4;
text-align: center;
}


