@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #F00;
}


.container {
	width: 860px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../../../../img/ap-kabe3.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}


.header {
	background-image: url(../../../../img/kabe_head_860x90.gif);
	background-repeat: no-repeat;
}


.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	font-size: 14px;
}
.content {
	width: 680px;
	float: left;
	font-size: 15px;
	line-height: 25px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;

}


.content ul, .content ol { padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none;
	width: 145px;
	margin-left: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9A9C;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9A9C;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 125px;
	text-decoration: none;
	background-color: #FEC3B4;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #FFF;
	background-color: #FF9A9C;
}

/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	background-image: url(../../../../img/ap-kabe1_2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10px;
	color: #333;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



em {
	font-weight: bold;
	color: #F00;
	font-style: normal;
}
.container .header p {
	margin: 0px;
	padding: 0px;
}
.container .content form fieldset {
	background-color: #EFF0DB;
	padding: 10px;
	height: auto;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dotted #666;
}

.container .footer hr {
	padding: 0px;
	width: 100%;
	margin-bottom: 5px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #666;
}

.container .footer #footerleft {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 150px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}

.container .footer #fottermain {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 710px;
	float: right;
}

.container .footer #clear { clear: both; }

.container .content ul li {
	list-style-type: disc;
	list-style-image: url(../../../../img/ten_black_8px.gif);
}
.container .header #headcom {
	text-align: left;
	font-size: 12px;
	width: 550px;
	margin-left: 250px;
	padding-top: 50px;
}
.hr hr {
	padding: 0px;
	margin-bottom: 10px;
	margin-right: 50px;
	width: 90%;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #F66;
	border-bottom-style: none;
}
.cool {
	width: 95%;
	height: auto;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 15px;
}