/*サブページ共通CSS*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*Header*/

#container #header {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F29600;
	height: 154px;
	background-image: url(../images/common/logo.gif);
	background-repeat: no-repeat;
	background-position: 50px 15px;
	font-size: 12px;
}
#container #header ul {
	list-style-type: none;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: right;
}
#container #header li {
	display: inline;
}
#container #header li a:link {
	color: #666666;
	text-decoration: none;
}
#container #header li a:visited {
	color: #666666;
	text-decoration: none;
}
#container #header li a:hover {
	color: #F29600;
	text-decoration: underline;
}
#container #header li a:active {
	background-color: #F0F0F0;
}
.description {
	text-align: left;
	display: block;
	margin-top: 60px;
	margin-left: 350px;
	line-height: 130%;
}

/*Subnavi*/

#container #subnavi {
	float: left;
	width: 200px;
	margin-top: 20px;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: left;
}
#container #subnavi #contact {
	margin-top: 15px;
}
#container #subnavi #contact #qa {
	margin-top: 10px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFF9DE;
	background-image: url(../images/common/title_qa.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#container #subnavi #contact #qa ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style-image: url(../images/common/list_sq.gif);
	list-style-position: inside;
}
#container #voice {
	border: 1px solid #CCCCCC;
	background-image: url(../images/index/title_voice.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 35px;
	text-align: center;
	line-height: 130%;
	font-size: 11px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.wide180 {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	text-align: left;
	margin-bottom: 5px;
}
.wide180noline {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.margin-btm8px {
	margin-bottom: 8px;
}

/*Content*/

#container #content {
	margin-top: 20px;
	float: right;
	margin-bottom: 20px;
	font-size: 12px;
	width: 740px;
	text-align: left;
	line-height: 180%;
}
#container #content #pagemenu ul {
	list-style-type: none;
	margin: 0px;
	text-align: left;
	padding-bottom: 1px;
	padding-left: 30px;
	border-bottom: 1px solid #FAD189;
}
#container #content #pagemenu li {
	display: inline;
}

/*Footer*/

#container #footer {
	clear: both;
	padding-top: 15px;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
address {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

/*Links*/

a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #F29600;
}
a:active {
	background-color: #ECECEC;
}
h1 {
	background-image: url(../images/common/h1_base.gif);
	background-repeat: no-repeat;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding-top: 26px;
	padding-bottom: 28px;
	padding-left: 90px;
	margin: 0px;
	background-position: left top;
	letter-spacing: -1.5px;
}
h2 {
	font-size: 15px;
	background-image: url(../images/common/h2_base.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 30px;
	letter-spacing: -1px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #F29600;
	border-left-color: #F29600;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 16px;
	background-image: url(../images/common/h4_sq.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
h5 {
	padding-left: 24px;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 0px;
	background-image: url(../images/common/list_sq.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
hr {
 	color:#CCCCCC;
	height:1px;
	background-color: #CCCCCC;
	border: none;
}
.small {
	font-size: 90%;
}
.large {
	font-size: 120%;
}
.pagetop {
	text-align: right;
	margin-top: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	clear: both;
}
.position-right {
	text-align: right;
	display: block;
}
.color-orange {
	color: #F29600;
}
