
/*共通*/

.txt {
	margin: 10px;
	color: #333;
	line-height: 150%;
	font-size: 1em;
}

.txt ul,.txt ol {
	margin: 10px 0 10px 30px;
}

.txtc {
	width: 1020px;
	margin: 0 auto;
	text-align: center;
}

.txtl {
	text-align: left!important;
}

.attention {
	color: #C00;
	font-size: smaller;
}

.txtimgr {
	float: right;
	padding: 5px;
	border: 1px solid #bee0ce;
	margin: 0 0 10px 10px;
}

.txtimgl {
	float: left;
	padding: 5px;
	border: 1px solid #bee0ce;
	margin: 0 10px 10px 0;
}

sup {
	color: #F60;
}

.hosoku {
	font-size: smaller!important;
}

.bgpink {
	background-color: #ffc0cb;
}

.bglightblue {
	background-color: #add8e6;
}

.bggreen {
	background-color: #90ee90;
}

.bgred {
	background-color: #fa8072;
}

.bgyellow {
	background-color: #ffffb7;
}

.bglightyellow {
	background-color: #ffffe0;
}

.bglightgreen {
	background-color: #e2ffc6;
}

.bgpurple {
	background-color: #cab8d9;
}

.note {
	text-align: center;
	margin-top: -50px;
}
/*TOPページ*/

#leftbox .catchtxt {
	font-size: 0.9em;
	line-height: 130%;
	color: #333;
	margin: 10px 0 0 0;
}

.catchtxtimgside {
	padding: 0 0 0 210px;
}

#rightbox dl {
	color: #333;
	font-size: 0.9em;
	line-height: 130%;
	text-align: left;
	margin: 5px 0 0 0;
	border: 5px solid #C6C5B9;
	padding: 10px;
}

#rightbox dl dt span {
	display: block;
	background-color: #62929E;
	color: #FFF;
	font-size: 0.8em;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
}

#rightbox dl dt {
	font-weight: bold;
	margin: 5px 0;
}

#rightbox dl dt a:link,#rightbox dl dt a:visited {
	color: #61929E;
	text-decoration: underline;
}

#rightbox dl dt a:hover {
	color: #366;
	text-decoration: none;
}

#rightbox dl dd {
	margin: 0 0 10px 0;
}

#rightbox dl dd a:link,#rightbox dl dd a:visited {
	color: #4A6C7B;
	text-decoration: underline;
}

#rightbox dl dd a:hover {
	color: #336;
	text-decoration: none;
}

#questionbox {
	width: 800px;
	min-height: 400px;
	background: url(../images/bg_question.jpg) bottom left no-repeat;
	padding: 50px 0 0 200px;
}

#questionbox ul {
	margin: 10px 0 10px 25px;
	color: #333;
	font-size: 0.9em;
	line-height: 130%;
	text-align: left;
}

#questionbox strong {
	color: #F60;
	font-weight: bold;
	margin: 0 0 0 10px;
}

#questionbox p {
	width: 775px;
	font-size: 0.9em;
	line-height: 130%;
	margin: 10px 0 10px 25px;
	color: #333;
}

#footerbox ul {
	list-style: none;
	margin: 0 auto;
	font-size: 0.8em;
	text-align: center;
	padding: 40px 0 0 0;
}

#footerbox ul li {
	display: inline;
	margin: 0 5px;
}

#footerbox ul li a:link,#footerbox ul li a:visited {
	color: #FFF;
	text-decoration: underline;
}

#footerbox ul li a:hover {
	color: #FFC;
	text-decoration: none;
}

/*下層共通*/


#rightbox ul {
	width: 250px;
	height: auto;
	list-style: none;
	font-size: 0.9em;
	border: 5px solid #C6C5B9;
	padding: 10px;
}

#rightbox ul li {
	text-align: left;
}

#rightbox ul li a:link,#rightbox ul li a:visited {
	display: block;
	width: 240px;
	height: auto;
	padding: 5px 0 0 10px;
	color: #333;
	border-left: 3px solid #40951F;
	margin: 5px 0;
}

#rightbox ul li a:hover {
	display: block;
	width: 240px;
	height: auto;
	padding: 5px 0 0 10px;
	color: #4A6C7B;
	background-color: #f0f6da;
	border-left: 3px solid #40951F;
}

.subttl {
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-top: 3px double #C6C5B9;
    border-bottom: 3px double #C6C5B9;
    font-size: 1em;
    font-weight: bold;
}

.tblcompany {
	font-size: 0.9em;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

table.tblcompany th {
	background-color: #62929E;
	padding: 10px;
	color: #333;
	text-align: left;
	vertical-align: top;
	background-color: #C6C5B9;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

table.tblcompany td {
	color: #333;
	padding: 10px;
	text-align: left;
	background-color: #fafafa;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

table.tblservice {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0 auto 50px auto;
}

table.tblservice th {
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

table.tblservice td {
	padding: 10px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: center;
}

.servicettl {
	text-align: center;
	background-color: #bee0ce;
}

.catelist {
	padding: 10px 0;
	list-style: none;
	font-size: 0.9em;
}

table.tblguide {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	margin: 0 auto 50px auto;
	font-size: 0.8em;
}

table.tblguide th {
	padding: 5px 0;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

table.tblguide td {
	padding: 5px 0;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	text-align: center;
}

.sline {
	border-top: 2px solid #666;
}

/*メールフォーム*/

.contacttbl {
	max-width: 775px;
	width: 100%;
	height: auto;
	margin: 10px auto;
	font-size: 90%;
}

.contacttbl th {
	background-color:#B5DBBF;
	padding: 5px 0;
}

.contacttbl td {
	padding: 5px 0;
}

.contacttbl td p input {
	width: 60%;
	height: auto;
	margin: 5px auto;
}
.contacttbl td p textarea {
	width: 60% !important;
	height: 100px !important;
	margin: 5px auto;
}

/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20;
}