/* Reset
============================================================*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,iframe { border: none; }
li { list-style: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
article,aside,footer,header,hgroup,nav,section,figure,figcaption { display: block; }

/* Base
============================================================*/
body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Microsoft YaHei','Microsoft JhengHei',Verdana,'ＭＳ Ｐゴシック',MS-PGothic,sans-serif;
	font-size: 12px;
	line-height: 150%;
	background: #9B195F;
}
ul { margin-bottom: 10px; }
p { margin-bottom: 10px; }
a {
	color: #0D4EFF;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #647EC4;
	text-decoration: none;
}

a img { border: none; }




/* clearfix
============================================================*/
.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

.clear { clear: both; }





/* main -------------------------------------------------------------------------------*/


#main {
	width: 606px;
	margin: auto;	
	padding: 10px 0 15px 0;
	background: #fff;
}

h1 {
	width: 586px;
	height: 49px;
	margin: 0 auto 25px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/title.jpg) no-repeat;
}

form { display: inline; }

table { width: 568px; margin: 0 auto 15px; }
th, td { padding: 10px 5px; vertical-align: top; border-bottom: dotted 1px #ddd; font-size: 14px; }
th { width: 274px; font-weight: bold; }

input[type=radio] { margin-right: 5px; vertical-align: -2px; }
input[type=text], textarea { width: 268px; }
label { margin-right: 10px; }

.caution { color: #ff0000; }

.personal strong { font-size: 14px; font-weight: bold; }

.button { text-align: center; }
input[type=submit] { padding: 3px 5px; }

.error {  width: 548px; margin: 0 auto 15px; padding: 10px 10px 0; border: solid 1px #ff0000; }
.error p { color: #ff0000; }

.thanks { height: 200px; line-height: 200px; font-size: 14px; text-align: center; }

.close a {
	display: block;
	width: 50px;
	margin: 30px auto 0;	
	padding: 3px 5px;
	border: solid 1px #000;
	background: #000;
 	color: #fff;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.close a:hover { background: #666; }

/* foot -------------------------------------------------------------------------------*/

#foot {
	clear: both;
	width: 606px;
	margin: auto;
	padding: 25px 0 6px;
	}
.copyright {
	float: left;
	font-size: 10px;
	color: #C573A1;
}

#foot_logo {
	float: right;
	display: block;
	width: 153px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/foot_logo.gif) no-repeat;
}
