@charset "utf-8";
/* CSS Document */

/* 基本 -------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td{
	margin:0;
	padding:0;
	}
img{
	border:0px;
}
body {
	font-size: 13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
	color: #333;
	letter-spacing:0.1em;
	line-height:140%;
	-webkit-text-size-adjust: none;
}
a:link,a:visited,a:active{
	color:#2E5BD7;
}
a:hover{
	color:#6789E2;
}
p{
	padding-bottom:10px;
}
sup{
	font-size:11px;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.cl{
	clear:both;
}
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
.wrap{
	width:950px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ol li{
	margin-left:20px;
	margin-bottom:10px;
}

/* Images -------------------------------------------------------------- */
.alignleft,
img.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright,
img.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* マウスオーバ -------------------------------------------------------------- */
.side-wp a:hover,.pagetop a:hover,#btn a:hover,a:hover img.over{
	filter: alpha(opacity=70);
	-moz-opacity:0.80;
	opacity:0.80;
}

/* 基本 -------------------------------------------------------------- */
.table1 th{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.table1 td{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.table1 td table td{
	border-bottom: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.table2 th{
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.table2 td{
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.table2 td table td{
	border-bottom: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table li{
	list-style-position: outside;
	margin-left: 15px;
}

table.table3{
	border:1px solid #C9D3D8;
}
.table3 td img{
	padding-right:5px;
}
.table3 th,.table3 td{
	padding:7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9D3D8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9D3D8;
}

/* フォント -------------------------------------------------------------- */
.red{
	color:#F00;
}
.font-s{
	font-size:85%;
}