@charset "utf-8";
/* init */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
	font-family: sans-serif;
}
a img {
	border: none;
}
a:link {
    color: #D600AC;
    text-decoration: underline;
}
a:visited {
    color: #D600AC;
    text-decoration: underline;
}
a:hover {
}
/* レイアウト */
#mainImg {
	width: 900px;
	height: 348px;
	margin: 0 auto;
}
#contents_bg {
	background-color: #f4f3ed;
}
#contents_bgIn {
	background: url(../images/bg_main.jpg) repeat-x 50% top;
}
#contents_wrapper {
	width: 900px;
	margin: 0 auto;
}
#contents_left, #contents_right {
	width: 440px;
}
#contents_left {
	float: left;
}
#contents_right {
	float: right;
}
.contents_1col, .contents_2col {
	background-color: #FFF;
	border: 1px solid #9a9a9a;
	padding: 20px 15px 15px 15px;
}
.contents_1col {
	width: 868px;
	margin-bottom: 20px;
}
.contents_2col {
	margin-bottom: 20px;
	width: 408px;
}
#footer {
    width: 100%;
    clear: both;
    background-color: #d600a1;
    margin-top: 40px;
    border-top: 1px solid #D600A1;
}
#footer_in {
	width: 900px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}
/* パーツ */
h1 {
	margin: 0 0 17px 0;
}
h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
.ttl_ev {
	margin-bottom: 8px;
}
table {
	border-collapse: separate;
}
.table01 {
	color: #333333;
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
}
.table01 td, .table01 th {
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	border-left: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}
.table01 th {
	font-weight: normal;
	background-color: #dad9d9;
}
.table01 td {
	background-color: #ffffff;
}
.table02 {
	border-collapse: collapse;
	width: 100%;
}
.table02 td, .table02 th {
	border: 1px solid #c3c3c3;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 12px;
}
.table02 th {
    font-weight: normal;
    background-color: #e4a0e0;
}
.table02 td {
    background-color: #f2d5ee;
}
.table03 {
	border-collapse: collapse;
	width: 100%;
}
.table03 th, .table03 td {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	background-color: #ededed;
	padding: 5px 0px;
	text-align: left;
	vertical-align: middle;
}
.table03 th {
	font-weight: normal;
	width: 25%;
	padding-left: 15px;
}
.table03 td {
	padding-right: 15px;
}
.table04 {
	border-collapse: collapse;
	width: 100%;
	font-size: 85%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
.table04 th, .table04 td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #ededed;
	padding: 5px 0px;
	text-align: left;
	padding: 5px;
	line-height: 1.2;
	background: #fff;
}
.box01 {
	width: 386px;
	border: 1px solid #d2d2d2;
	background-color: #f0efef;
	padding: 20px 10px 10px 10px;
	margin-bottom: 15px;
	color: #333333;
	line-height: 1.3em;
}
.txt01 {
	border-bottom: 1px dotted #999999;
	padding: 10px 0 8px 35px;
	margin-bottom: 13px;
	font-size: 90%;
	line-height: 1.3em;
	font-size: 0px;
}
.txt02 {
	padding-left: 15px;
}
.name {
	color: #945e7d;
}
.gmap {
	margin: 15px 0 5px;
}
.gmap p {
	text-align: right;
	font-size: 85%;
}
.gmap_in {
	border: solid 1px #cebbbb;
}
.box_dl1 a, .box_dl2 a {
	display: block;
	width: 238px;
	height: 57px;
	padding: 50px 20px 0 150px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
}
.box_dl1 a:link, .box_dl2 a:link, .box_dl1 a:visited, .box_dl2 a:visited, .box_dl1 a:hover, .box_dl2 a:hover {
	color: #333333;
	text-decoration: none;
}
.box_dl1 a {
	background-image: url(../images/btn_dl_off.gif);
	background-repeat: no-repeat;
}
.box_dl1 a:hover {
	background-image: url(../images/btn_dl_on.gif);
	background-repeat: no-repeat;
}
.box_inner {
	font-size: 90%;
	line-height: 1.2;
	padding: 5px 10px;
	border: 1px solid #aeaeae;
	background: #fff;
}
.box_inner p {
	margin-top: 5px;
}
.logo1 {
	width: 205px;
	height: 42px;
	position: absolute;
	top: 57px;
	left: 1px;
}
.logo2 {
	width: 163px;
	height: 34px;
	position: absolute;
	left: 176px;
	top: 37px;
}
.logo3 {
	width: 117px;
	height: 47px;
	position: absolute;
	top: 95px;
}
.support {
	width: 500px;
	color: #c775a9;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 40px;
}
.cr {
	width: 500px;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 132px;
}
.totop {
	width: 92px;
	height: 30px;
	position: absolute;
	left: 807px;
	top: -27px;
}
/* padding margin */
.maT5B10 {
	margin-top: 5px;
	margin-bottom: 10px;
}
.maT20 {
	margin-top: 20px;
}
.maT15 {
	margin-top: 15px;
}
.maT10 {
	margin-top: 10px;
}
.maT5 {
	margin-top: 5px;
}
.ma_top5 {
	margin-top: 5px;
}
.maB30 {
	margin-bottom: 30px;
}
.maB20 {
	margin-bottom: 20px;
}
.maB15 {
	margin-bottom: 15px;
}
.maB10 {
	margin-bottom: 10px;
}
.maB5 {
	margin-bottom: 5px;
}
.maB0 {
	margin-bottom: 0px;
}
.maR5 {
	margin-right: 5px;
}
.pa_btm10 {
	padding-bottom: 10px;
}
/* テキスト装飾 */
.small {
	font-size: 80%;
	line-height: 1.3em;
}
.note {
	color: #C36;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.sat {
	color: #0090ff;
}
.sun {
	color: #ef3ec3;
}
/*その他 */
.clear {
	clear: both;
}
.fL {
	float: left;
}
