@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #3E3E3E;
	font-size: 80%;
	line-height: 1.6;
}
/* link styles
--------------------------*/
a img {
	border-width: 0px;
}
a:link {
	color: #006;
	text-decoration: underline;
}
a:visited {
	color: #5399cc;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF0066;
}
.mini {
	font-size: x-small;
	color: #666666;
}
.bold {
	font-weight: bold;
	color: #009999;
}


/* basic layout
--------------------------*/
#container {
	width: 770px;
	border-top: 0px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
	margin: 0px auto;
}
/* header styles
--------------------------*/
#header {
	width: 770px;
	border-top: 3px solid #87e04d;
}
#header #logo {
	position: relative;
	left: 23px;
	top: 15px;
}
#header h2 {
	text-align: center;
	padding: 10px 20px 20px;
}
#header #pankuzu {
	margin: 32px 0px 0px;
	border-top: 1px solid #999999;
	padding-left: 35px;
	font-size: small;
	padding-top: 20px;
}
#content {
	padding-right: 30px;
	padding-left: 30px;
	width: 510px;
	float: right;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#content h3 {
	border-left: 7px solid #FF9900;
	padding-left: 10px;
	margin-bottom: 20px;
}
#content h4 {
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 5px;
	font-size: small;
}
#content #news {
	background-color: #eeeeee;
	padding: 10px;
}
#content  #news dt  {
	float: left;
	width: 5em;
	margin: 0px 0px 10px;
	clear: left;
}
#content #news dd {
	margin: 0px 0px 10px 6em;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
}
#content  #news2 {
	background-color: #eeeeee;
	padding: 10px;
	margin-top: 20px;
}
#content  #news2  dt {
	float: left;
	width: 5em;
	margin: 0px 0px 10px;
	clear: left;
}
#content  #news2  dd {
	margin: 0px 0px 10px 6em;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	padding-top: 0px;
}

#content  #space {
	padding: 10px;
	background-color: #FFFFCC;
	margin-top: 20px;
}
#content #space dt {
	font-weight: bold;
	padding-top: 5px;
}
#content #space dd {
	margin-bottom: 1em;
	padding-left: 15px;
}




#content #text {
	margin-top: 10px;
}
#content #text li {
	list-style: none;
	border-bottom: 1px dotted #666666;
	padding: 10px;
}
#content  #text h4 {
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 5px;
	background-color: #FFFF66;
	padding: 5px;
}
#content table {
}
#content table td {
	padding: 5px;
}

#content #faq {
	background-color: #FFFFFF;
	padding: 20px 15px;
	border: 1px solid #FF9900;
}
#content #faq h4 {
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 7px solid #FF99CC;
	font-size: medium;
}
#content #faq h5 {
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 3px;
	font-size: small;
}
#content #faq h6 {
	font-weight: bold;
	color: #333333;
	font-size: small;
}



#content #faq ol {
	margin-bottom: 10px;
	padding-left: 2em;
}
#content #faq li {
	padding-bottom: 10px;
}
#content #faq li a {
	color: #3366CC;
	text-decoration: none;
}
#content #faq li a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#content #faq dt {
	color: #3366CC;
	background-image: url(faq_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-bottom: 1em;
	font-weight: bold;
}
#content #faq dd {
	background-image: url(faq_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-bottom: 25px;
}
#content #faq dd p {
	margin-bottom: 1em;
}
#content #faq dd img {
	margin-bottom: 1em;
}

#content  #faq  table#qa {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	margin-top: 15px;
}
#content  #faq  table#qa  th {
	text-align: right;
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 90%;
}
#content  #faq  table#qa  td {
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 90%;
}






#content img {
	padding-right: 5px;
}

/* sidebar styles
--------------------------*/
#sidebar {
	float: left;
	width: 166px;
	padding-left: 34px;
}
#sidebar     ul li   {
	list-style: none;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 1px;
}
#sidebar ul li a {
	border: 1px solid #CCCCCC;

}

#sidebar   ul li   a:hover   {
	border: 1px solid #FF6600;

}









/* footer styles
--------------------------*/
#footer {
	width: 740px;
	clear: both;
	padding: 15px;
	background-color: #eeeeee;
	color: #666666;
	margin-top: 30px;
	margin-bottom: 30px;
}
#footer address {
	text-align: center;
	margin-top: 10px;
}
#footer img {
	position: relative;
	left: 675px;
	bottom: 36px;
}

#main {
	width: 630px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#main #news {
	background-color: #eeeeee;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#main #box {
	background-color: #f9f0db;
	padding: 10px;
}
#main #box ul {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
	padding-left: 20px;
}
#main #box #last {
	border-style: none;
	padding-bottom: 5px;
}




#main h3 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: small;
}
#main h4 {
	border-left: 7px solid #FF9900;
	padding-left: 10px;
	margin-bottom: 20px;
}
#content #faq table {
}

#content #faq tr {
	line-height: normal;
	border-top: 1px #999999;
	border-right: 1px #999999;
	border-bottom: 1px #999999;
	border-left: 1px #999999;
}
#content #faq .tdwhite {
	line-height: normal;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 80%;
}


.photo_right {
	float: right;
}
.photo_left {
	float: left;
	margin-right: 20px;
}
.clear {
	clear: both;
}.box {
	width: 550px;
	text-align: left;
}







/* footer styles
--------------------------*/
#footer1 {
	clear: both;
	margin: 0px;
	padding: 10px 0px 10px 15px;
	border-top: 2px solid #999999;
}
#footer1  ul  li {
	float: left;
	padding-right: 20px;
	list-style: none;
	background-image: url(yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 95%;
}
#footer2 {
	background-color: #EEEEEE;
	padding: 15px 15px 15px 170px;
	margin: 0px;
}
#footer2 ul {
	list-style: none;
	border-left: 1px solid #CCCCCC;
	padding: 0px 10px;
	width: 150px;
	font-size: 90%;
	float: left;
}
#footer2 ul li a {
	text-decoration: none;
	color: #777777;
}
#footer2 ul li a:hover {
	color: #3E3BC9;
	text-decoration: underline;
}



#footer3 {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	clear: both;
	text-align: center;
	background-color: #DFDFDF;
	font-size: 82%;
	color: #666666;
}
#footer3 a {
	color: #777777;
	text-decoration: none;
}
#footer3 a:hover {
	color: #3E3BC9;
	text-decoration: underline;
}

#footer4 {
	padding-top: 10px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 10px;
	clear: both;
}
