@charset "utf-8";
/* CSS Document */



/* -------------------------------------------------------
			Default
------------------------------------------------------- */

body { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, blockquote {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

p {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
	}

address { font-style: normal; }

textarea { font-size: 100%; }

img { border: none; vertical-align: bottom; }

cite { font-style: normal; color: #666666; }

hr { display: none; }



/* -------------------------------------------------------
				HTML Tags
------------------------------------------------------- */

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #000000;
}
/*
body {
	font-family: "メイリオ","Meiryo";
}
*/
* html body {
	text-align: center;
}

a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
a:link {
	/*color: #E65F0A;*/
	color: #CC6600;
}
a:visited {
	/*color: #BA5414;*/
	color: #CC8800;
}
a:hover {
	color: #E65F0A;
}
a:active {
	/*color: #E6A00A;*/
	color: #FF6600;
}



/* -------------------------------------------------------
				List
------------------------------------------------------- */

ol#faq-side-lnk {
	margin-bottom: 20px;
}

ol#faq-side-lnk li {
	background-image: url(../images/arrow_green.png);
	background-position: 10px 0.6em;
	background-repeat: no-repeat;
	
	padding-left: 20px;
	padding-right: 10px;
	
	padding-bottom: 10px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 0.4em;
}

ol#faq-side-lnk li a {
	color: #333333 !important;
	text-decoration: none !important;
}

ol#faq-side-lnk li a:hover {
	color: #999999 !important;
}



/* -------------------------------------------------------
				Readmore
------------------------------------------------------- */

ul#faq-side-readmore li {
	background-image: url(../images/arrow_brown.png);
	background-position: 10px 0.6em;
	background-repeat: no-repeat;
	
	padding-left: 20px;
	padding-right: 10px;
}

ul#faq-side-readmore li a {
	text-decoration: none !important;
}

ul#faq-side-readmore li a:hover {
}