@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	background-color: #E7F5FD;
	background-image: url(../img/bg_main.gif);
}
em {
	font-style: normal;
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}

#container {
	width: 799px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #066999;
	border-left-color: #066999;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/ 

#header {
	padding: 0;
	margin: 0px;
	background-image: url(../img/bg_header.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: right;
} 
#header h1 {
	margin: 0;
	padding: 0px;
}
#tel {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 525px;
}
/* 上書き指定 */
* html #tel {
	margin-left: 522px;
}
#menu {
	background-image: url(../img/topimage.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	height: 52px;
	padding-top: 175px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#sidebar1 {
	float: right;
	width: 171px;
	padding: 15px 0px 0px 10px;
	margin: 0px;
	text-align: left;
}
#sidebar1 h2 {
	margin: 0px;
	padding: 0px;
	width: 163px;
}
#sidebar1 p {
	background-image: url(../img/bg_side.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 20px;
	padding: 10px;
	width: 143px;
}
#banner img {
	margin-bottom: 10px;
}


#mainContent {
	margin: 0 181px 0 0;
	padding: 15px 0 0;
	font-size: 14px;
} 
#mainContent h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 17px;
}
#mainContent h3 {
	width: 520px;
	margin-left: 42px;
	border-style: none none none solid;
	border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color rgb(51, 153, 204);
	border-width: medium medium medium 5px;
	padding: 5px 10px;
	margin-bottom: 1em;
	background-color: transparent;
	font-size: 14px;
	background-image: url(../img/bg_article_subtitle.gif);
	background-position: bottom;
}

#mainContent p {
	width: 540px;
	margin-left: 42px;
}
.kakomi {
	border: 1px dotted #CCCCCC;
	padding: 5px;
}

.list-orange {
	margin-left: 0px;
	width: 540px;
	list-style-type: none;
}
/* 上書き指定 */
* html .list-orange {
	margin-left: 45px;
}
*+html .list-orange {
	margin-left: 45px;
}
.list-orange li {
	background-image: url(../img/icon.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 3px;
	margin-bottom: 10px;
}
.qanda {
	width: 540px;
	margin-left: 45px;
}
.qanda dt {
	background-image: url(../img/bg_question.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	margin-bottom: 5px;
}
.qanda dd {
	margin-bottom: 15px;
}
.about {
	margin-left: 45px;
	margin-bottom: 10px;
	border: none;
	border-collapse:separate;
}
.about th {
	text-align: left;
	padding: 5px;
	vertical-align: top;
	width: 5em;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #2C82BF;
}
.about td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}






#pagetop {
	background-image: url(../img/bg_pagetop.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	padding: 0px;
}



#footer {
	padding: 0;
	height: 88px;
	margin-top: 10px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-color: #057DC2;
} 
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#fmenu {
	padding: 7px 0px 0px;
	margin: 0px;
}
#address {
	margin: 7px 0px 0px;
	padding: 0px;
}
#address span {
	font-size: 10px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
