/* -----------------------共通----------------------- */

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight:normal;
	font-style:normal;
}

body{
	color:#000000;
	background-color:#ffffff;
}

img{
	border-width:0px;
}

a{
	color:#3366cc;
}

h1{
	width:740px;
}

h2{
	margin-bottom:10px;
}

h3{
	margin-bottom:10px;
}
h4{
	font-weight:bold;
	color:#009900;
}

li{
	list-style-type: none;
}

strong{
}

em{
}

table{
	border-collapse:collapse;
}

tr{
	vertical-align:top;
}

/* -----------------------レイアウト----------------------- */

ul#navi{
	background-color: #ffffff;
}

ul#navi li img{
	vertical-align:bottom;
}

#side{
	background-color: #ccffcc;
	text-align:center;
	vertical-align:top;
}

#main{
	padding-left:15px;
	vertical-align:top;
}

#foot{
	width:740px;
	color:#ffffff;
	text-align:right;
}

#foot p{
	background-color: #009900;
	padding:3px 10px;
	margin-bottom:10px;
}

.block{
	margin-bottom:14px;
}

.block p{
	padding-bottom:16px;
}

.link{
	margin-top:10px;
}

.pagetop{
	text-align:right;
}
.pagetop2{
	margin-top:0px;
	margin-bottom: 10px;
	text-align: right;
}
.pagetop3{
	text-align:right;
	margin-bottom: 10px;
}

/* -----------------------その他----------------------- */

.mark{
	color:#009900;
}

/* --------------よくある質問追加項目-------------------*/
#qa dt {
	background-image: url(images/qa_q.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-left: 55px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-position: 10px top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3D000C;
	color: #3D000C;
}
#qa dd {
	background-image: url(images/qa_a.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 60px;
	padding-bottom: 10px;
}
#main .block ul {
	margin-top: 20px;
	padding-top: 0px;
	list-style-type: none;
	display: block;
	margin-bottom: 30px;
}
#main .block li {
	display: block;
	height: 25px;
	background-image: url(images/qa_icon.jpg);
	background-repeat: no-repeat;
	background-position: 10px 3px;

}
#main .block ul li a {
	text-decoration: none;
	padding-left: 30px;
	padding-top: 5px;
   	line-height: 20px;
		
}
#main .block ul a:hover {
	text-decoration: underline;
}

