body {
	margin: 0;
	padding: 0;
	}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	}
div	{
	padding:0;
	margin:0;
	}
#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 800px;
	text-align: left;
	background:url(../img/container_background.jpg) repeat-y;
}
a{
	color:#2173c4;
}
/*ヘッダー*/
#header {
	background:url(../img/header_image.jpg) no-repeat;
	margin:0;
	padding:0;
	width:800px;
	height:120px;
	position:relative;
}
#header h1 {
	float:left;
	font-size:12px;
	line-height:20px;
	text-indent:10px;
	width:300px;
	color:#fff;
}
#header h2 {
	float:right;
	font-size:12px;
	line-height:20px;
	text-align:right;
	padding-right:25px;
	width:300px;
}
#header h2 a {
	color:#FFFFFF;
}
#header p {
	float:left;
	font-size:12px;
	width:250px;
	text-align:right;
	position:absolute;
	top:37px;
	left:498px;
	padding:0;
	margin:0;
}
#header img{
	margin:0;
	padding:0;
	position:absolute;
	top:37px;
	left:2px;
	border:none;
}

/* ---------- カテゴリー部分 ---------- */

#category {
	height: 24px;
	background-color:#c40018;
}
#category ul {
	list-style-type: none;
	margin: 0 67px 0 67px;
	padding:0;
	text-align: center;
}
#category li {
	float:left;
	width:133px;
	display : block;
	margin: 0;

}
#category li a {
	text-decoration: none;
	font-size: 12px;
	display : block;
	line-height:24px;
	height:24px;
	color:#fff;
	font-weight:bold;
	background:url(../img/category.gif) no-repeat;
}

#category li a:hover {
	background-position: left bottom;
}
/* -----エントリー部分----- */
#center {
	float: left;
	width: 550px;
/*\*/
	width:596px;
/**/
	}
.content {
	padding: 10px 0px 30px 10px;
	font-size: 12px;
	margin: 10px 0;
	}
/* -----サイドバー左部分　全体設定----- */
#side {
	float: left;
	width: 200px;
	overflow: hidden;
	color: #666666;
	}

/* -----左サイドバー部分　sidebar1----- */
.sidebar1 {
	padding: 0px 0px 5px 0px;
	margin:15px 0;
	}

.sidebar1 h3 {
	padding:0;
	font-weight:bold;
	font-size: 14px;
	text-align: center;
	background:url(../img/sidebar_h3.jpg) no-repeat;
	height: 45px;
	line-height:45px;
	margin:0 7px;
	color:#FFFFFF;
	}
.sidebar1 ul{
	list-style:none;
	padding:10px 7px;
	margin:0;
	margin-bottom:30px;
	}
.sidebar1 li{
	width:161px;
	display: block;
	font-size: 12px;
	height:30px;
	line-height:30px;
	padding:0 0 0 25px;
	border-bottom:#999999 1px solid;
	background:url(../img/sidebar_li.jpg) no-repeat ;
	color:#CCCCCC;
	}
.sidebar1 a{
	color:#333333;
	}
.sidebar1 a:hover {
	text-decoration:none;
	color:#CC0033;
	}
.sidebar1 p{
	color:#666666;
	font-weight:bold;
	padding:5px 10px;
	}
/* -----フッター部分----- */

#footer{
	border-top: solid 3px #DDDDDD;
	padding: 3px 20px 10px 20px;
	clear: both;
	text-align: right;
	background-color: #EEEEEE;
}

#footer h3{
	color:#666;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}
#footer p{
	color:#666;
	margin-top: 5px;
	margin-bottom: 0;
	line-height:15px;
}
#footer a{
	color:#666;
}
/* -----content以下 本文----- */
/* -----文章----- */
.content h3{
	height:24px;
	padding:3px 35px;
	background:url(../img/content_h3.jpg) no-repeat;
	color:#666666;
}
.content h4{
	font-size:12px;
	border-left:solid 5px;

	padding:3px 10px;
	margin:10px 0;
	background-color:#bbe4ee;
	color:#0855ad;
	height:30px;
	line-height:30px;
	}
.content h5{
	color:#990000;
	margin-top:20px;
	margin-bottom:10px;
	font-size:12px;
}
.content h5.step:first-letter{
	font-size:20px;
	font-weight:bold;
}
.content p{
	margin-left:5px;
	line-height:20px;
	letter-spacing:0.04em;
}
.content p.breadcrumbs{
	margin:0;
	margin-bottom:10px;
	padding:0;
}
.content ul{
	list-style:none;
	margin-left:20px;
	padding-left:0;
	}
.content li{
	background:url(../img/bullet_blue.gif) no-repeat 0px 2px;
	padding-left:18px;
	line-height:20px;
	}
.content li.pdf{
	background:url(../template/img/pdf.jpg) no-repeat 0px 2px;
	padding-left:25px;
	line-height:25px;
	}
.content dl{
	margin:20px 0;
}
.content dt{
	border-left:#666666 solid 5px;
	padding:2px 10px;
	margin:10px 0;
}
.content dd{
	background-color:#EEE;
	line-height:160%;
	padding:8px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:20px;
	letter-spacing:0.04em;
}
.content div#back{
	border-bottom:1px dashed #666666;
	text-align:center;
	}
.content div#back p{
	margin:30px 0 5px 0;
}
.content span.underline{
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
	}
/* -----table----- */
div.content table{
	border-collapse:collapse;
}
div.content td{
	border:solid 1px #999999;
	padding:12px 20px;
	color:#333333;
	line-height:1.7em;
	font-size:12px;
	}
	
.content th{
	background-color:#8ed440;
	margin:0;
	padding:5px;
	color:#333333;
	}
.content tr.odd{
	background-color:#f5fff9;
	}

.content td a{
	padding:5px;
}
.content td a:hover{
	background-color:#fcc4e8;
	color:#666666;
	}
.content td span.number{
	font-size:16px;
	font-weight:bold;
	color:#FF0033;
}
.content strong{
	color:#FF0033;
	}

/* -----QandA----- */
ul.qa{
	list-style:none;
	margin-left:5px;
	}
ul.qa li{
	background:url(../img/qa_q.gif) no-repeat;
	padding:2px 20px;
	}
p.other_questions{
	background:url(../img/sidebar_li.gif) no-repeat;
	text-indent:0;
	padding-left:25px;
	margin-left:300px;
	}
