/* CSS DOCUMENT */

/*
2009.09.04 追記
リニューアル前のCSSファイル
会員規約で使用。
基本は読み込まないこと。
*/

/* BASE */

@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}

a {
	color:#E11749;
	text-decoration:underline;
	}

a:hover {
	color:#E11749;
	background-color:#F7D4C1;
	text-decoration:none;
	}

a:visited {
	}

body {
	background-color:#F5F5E6;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	font-size: 10px;
	line-height: 1.4em;
	color: #646464;
	text-align: center; /* center on ie */
	}

p {
	padding:5px 0 15px 0;
	}

strong {
	font-weight: bold;
	}

b {
	font-weight: bold;
	}

h1,h2,h3{
	margin: 0 0 0 0;
	padding:0 0 0 0;
	}



/* STRUCTURE */

#wapper_top{
	background:#FFFFFF;
	border-left:#D3D3D3 solid 1px;
	border-right:#D3D3D3 solid 1px;
	border-bottom:#D3D3D3 solid 1px;
	padding:0 0 25px 0;
	width: 798px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: center; /* center on ie */
	display:block;
	}

.tdo_sp{
	width: 738px;
	margin: 5px auto 30px auto;
	text-align: right; /* right on ie */
	}

.tdo_sp a {
	background-color:#F5F5E6;
	text-decoration:none;
	}

.tdo_sp a:hover {
	background-color:#F5F5E6;
	text-decoration:none;
	}

#wapper{
	background:#FFFFFF;
	border-left:#D3D3D3 solid 1px;
	border-right:#D3D3D3 solid 1px;
	border-bottom:#D3D3D3 solid 1px;
	padding:0 0 25px 0;
	width: 798px;
	margin: 0 auto 30px auto;
	position: relative;
	text-align: center; /* center on ie */
	}

#wapper2{
	background:#FFFFFF;
	border-left:#D3D3D3 solid 1px;
	border-right:#D3D3D3 solid 1px;
	border-bottom:#D3D3D3 solid 1px;
	padding:0 0 25px 0;
	width: 660px;
	margin: 0 auto 30px auto;
	position: relative;
	text-align: center; /* center on ie */
	}

#header{
	width: 738px;
	margin: 0 30px 15px 30px;
	padding:0 0 0 0;
	text-align:left; /* left on ie */
	}

#header2{
	width: 600px;
	margin: 0 30px 15px 30px;
	padding:0 0 0 0;
	text-align:left; /* left on ie */
	}

h1#logo{
	width: 448px;
	height: 94px;
	background: url("../images/head_logo.jpg") no-repeat left top;
	text-indent:-1999px;
	overflow:hidden;
	}

#photo{
	width: 738px;
	margin: 0 30px 15px 30px;
	padding:0 0 0 0;
	position: relative;
	text-align:left; /* left on ie */
	background-color:#F5F5E6;
	}

#no-fla{
	width: 738px;
	margin: 0 0 0 0;
	padding:20px;
	text-align:left; /* left on ie */
	}

#no-fla h3{
	margin: 0 0 3px 0;
	color:#1B5ECF;
	}

#contents{
	width: 738px;
	margin: 0 30px 20px 30px;
	padding:0 0 0 0;
	text-align:left; /* left on ie */
	}

#contents2{
	width: 600px;
	margin: 0 30px 20px 30px;
	padding:0 0 0 0;
	text-align:left; /* left on ie */
	}

#footer{
	width: 738px;
	margin: 0 30px 0 30px;
	padding:0 0 0 0;
	clear:both;
	}

#footer2{
	width: 600px;
	margin: 0 30px 0 30px;
	padding:0 0 0 0;
	clear:both;
	}

div#qa{
	}

div#qa table.boda{
	border: 1px solid #D2D2D2;
	margin: 0 0 15px 0;
	}

div#qa table td{
	padding:4px;
	}





/* FONT */

.t10{
	font-size:10px;
	line-height:1.4em;
	}

.t12{
	font-size:12px;
	line-height:1.4em;
	}

.t14{
	font-size:14px;
	line-height:1.5em;
	}

.shiro10{
	font-size:10px;
	color:#FFFFFF;
	line-height:1.4em;
	}

.ao12{
	font-size:12px;
	color:#2365C7;
	line-height:1.4em;
	}

.aka12{
	font-size:12px;
	color:#E6176F;
	line-height:1.5em;
	}

.shiro12{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:1.5em;
	}

.aka16{
	font-size:16px;
	color:#E6176F;
	line-height:1.6em;
	}


/* BLANK FONT */

.back_ao14{
	background:#1A68D7;
	padding:6px;
	font-size:14px;
	color:#FFFFFF;
	line-height:1.6em;
	text-align:center;
	}

.title12{
	padding:0 0 5px 25px;
	font-size:12px;
	font-weight:bold;
	line-height:1.6em;
	text-indent:-2em;
	margin-left:7em;
	}

.read10{
	padding:0 5px 20px 25px;
	font-size:97%;
	line-height:1.4em;
	}
	
.read10 ul {
	padding-bottom:10px;
}
	
.read10 ul li{
	list-style:none;
	padding-left:5px;
	padding-top:5px;
	margin-left:1em;
	text-indent:-1.2em;
}

.read10 table{
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
	text-align:center;
}

.read10 table th{

	background:#eaeaea;
}
.read10 table th,
.read10 table td{
	padding:5px;
	width:25%;
	border:1px solid #ccc;
}


.kiyakuttl{
	font-size:97%;
}
