@charset "utf-8";

body {
	background: #f3f3f3;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3",Hiragino Kakugo Pro3, Osaka,"ＭＳ Ｐゴシック",Arial, Helvetica, sans-serif;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	-x-system-font:none;
	padding:0;
	margin: 0px;
}

dd,
dt{
	margin:0;
	padding:0;
}

div#wrapper {
	width: 868px;
	margin: 0 auto;
	text-align: left;
	background:#FFFFFF;
	border-left:#e4e4e4 1px solid;
	border-right:#e4e4e4 1px solid;	
}

#header {
	margin:0 0 5px 0;
}

#header img{
	margin:3px 0 0 0;
}

.headTxt p {
	background-color: #180000;
	font-size:12px;
	color:#FFFFFF;
	padding:4px 0 4px 10px;
	margin:0;
}
 
div#main {
	width: 868px;
	margin:0 0 10px 0;
}
 
div#footer {
	width: 868px;
	height: 30px;
	text-align: center;
	background-color:#CA1A1C;
}

#textContents {
	text-indent: -80000px;
	height: 0px;
	display: none;
}

#mainContents {
	width: 868px;
	background: #FFFFFF;
}

#textContents h1 {
	margin: 0px;
	padding: 0px;
	height: 0px;
}

 /*運営までの流れ*/
.flowBox {
	width:700px;
	margin:0 0 0 80px;	
}
 
.flowBox .flowTable {
	width:700px;
	margin:10px 0 0 10px;
	font-size:14px;
}

.flowBox .flowTable2 {
	width:423px;
	margin:10px 0 0 0;
	font-size:14px;
}

.flowBox .flowTable td,
.flowBox .flowTable2 td {
	width:207px;
	padding:10px 5px 5px 8px;
	margin-bottom:10px;
	border:2px solid #FFD900;
	vertical-align:top;
	background:url(../img/td_bg.gif) repeat-x bottom;
}

.flowBox .flowTable td.noImage {
	background-image:none;
	border:none;
}

.flowBox .flowTable td h3,
.flowBox .flowTable2 td h3{
	width:190px;
	font-size:13px;
	margin:0 0 3px 0;
	padding:0;	
}

.flowBox .flowTable td p,
.flowBox .flowTable2 td p {
	width:190px;
	margin:0;
	padding:0;
}


.flowBox .flowTable tr,
.flowBox .flowTable2 tr {
	height:110px;
	margin-bottom:10px;
}

.flowBox .flowTable .shortTd,
.flowBox .flowTable2 .shortTd {
	width:14px;
	border:none;
	text-align:center;
	vertical-align:middle;
	background-image:none;
}

.c_Table {
	width:700px;
	margin:10px 0 0 0;
	font-size:14px;
	text-align:center;
}

.c_Table td {
	padding:0 0 5px 0;
}

.c_Table tr.name td {
	height:15px;
	padding:0;
}
.c_Table img {
	border:solid 1px #CCCCCC;
}

.profileBox {
	width:867px;
}

.profileBox .profileTable {
	width:800px;
	margin:10px 0 0 30px;
	padding:0;
}

.profileBox .profileTable td {
	padding:0 0 0 10px;
}

.profileBox .profileTable h3 {
	font-size:14px;
	margin:0 0 5px 0;
	padding:0;
}

h2 {
	border-left:10px #CA1A1C solid;
	background:url(../img/h3_bg.jpg) repeat-x bottom;
	width:765px;
	padding:5px 10px 3px 5px;
	margin:10px 0 0 40px;
	font-size:16px;
}

.faqBox {
	width:710px;
	margin:10px 0 0 70px;
	padding:0 10px 10px 10px;
	background-color:#ffffff;
}

.faqBox dt {
	margin-bottom:10px;
}

.faqBox dd {
	margin-bottom:20px;
	padding:0 0 10px 0;
	border-bottom:#CCCCCC 2px dotted;
}

.space {
	width:200px;
}


 /*お問い合わせ*/

iframe {
	width:623px;
	height:1580px;
	border:none;
	margin:0 0 0 120px;
	padding:0;
}

.section {
	margin-bottom:15px;
}

.fontL {
	font-weight:bold;
}

.center {
	text-align:center;
}

.red {
	color:#FF0000;
}

.pagetop {
	text-align:right;
	padding:0 30px 10px 0;
}

 /*FireFoxで背景が出ない事象の回避*/
.clearFix,
.flowBox,
.twoColA {
	overflow:hidden;
}

.clearFix:after,
.flowBox:after,
.twoColA:after {
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}

/*\*/
* html .clearFix,
* html .flowBox,
* html .twoColA {
	height:1em;
	overflow:visible;
}
/**/

/*===================================================
	1-4. Hypertext Style
===================================================*/

/*Win Firefox用リンク領域点線非表示*/
:focus {
	?moz-outline-style: none;
}

/*Mac Firefox用リンク領域点線非表示*/
a {
	outline: none;
 }

/*リンク要素の初期カラー*/
a:link {
	color: #1D3994;
}

a:visited {
	color: #1D3994;
}

a:hover {
	color: #f7c600;
}


