@charset "UTF-8";
/*CSSをリセットする*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: Arial,Helvetica,sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*全体の調整*/
body {
    font: 13px "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    *font-size:small;
    *font:x-small;
	
}
a {
	color: #000;
	outline: 0;
}
a:hover {
	color: #0495cb;
}

/*ヘッダ*/
div#header {
	position: relative;
	height: 75px;
	background: url(../images/stripe_line.gif) repeat-x left bottom;
	margin: 0 30px;
	min-width: 800px;
}

/*ロゴ*/
div#header h1 {
	width: 800px;
	position: absolute;
	left: 0;
	bottom: 15px;
}

/*グローバルナビ*/
ul#globalnav {
	position: absolute;
	right: 0;
	bottom: 15px;
}
ul#globalnav a:hover img {
	filter: alpha(opacity=5);
	-moz-opacity:0.5;
	opacity:0.5;
}
ul#globalnav img {
	vertical-align: bottom;
}
ul#globalnav li {
	display: inline;
	margin: 0 0 0 10px;
}

/*コンテンツ*/
div#contents {
	
}

/*タイトル部分*/
div#title {
	width: 730px;
	height: 60px;
	margin: 0 auto 30px;
	border-bottom: 1px solid #b2b2b2;
	position: relative;
}
div#title h2 {
	position: absolute;
	left: 0;
	bottom: 10px;
}
div#title p.note {
	position: absolute;
	right: 0;
	bottom: 10px;
	text-align: right;
	font-size: 93%;
}

/*必須項目の表示*/
span.require {
	font-size: 85%;
	color: #a7094a;
	padding: 0 5px;
}

/*フォームのスタイル*/
form#regist {
	width: 630px;
	margin: 0 auto;
}
form#regist table {
	width: 100%;
}
form#regist table th, form#regist table td {
	background: url(../images/dot.jpg) repeat-x left bottom;
	padding: 12px 0;
}
form#regist table th {
	width: 200px;
}

/*フォーム要素、ラベルなどのスタイル*/
form#regist table input {
	border: 1px solid #b2b2b2;
	padding: 5px;
}
form#regist table td label {
	margin-right: 1em;
}
form#regist table label input {
	margin-right: 3px;
}

/*エラー時のinput要素のスタイル*/
form#regist table input.err, form#regist table .err input,form#regist table textarea.err, form#regist table .err textarea {
	border: 1px solid #f67400;
	background: #FF9;
}
form#regist table #mediaGroup input {
	border: none;
	padding: 0;
}

/*送信ボタンのスタイル*/
.btn {
	text-align: center;
	width: 100%;
	padding-top: 30px;
}
.btn input:hover {
	filter: alpha(opacity=5);
	-moz-opacity:0.5;
	opacity:0.5;
}

/*アラート表示枠のスタイル*/
div#alert {
	width: 630px;
	border: 3px solid #f67400;
	color: #f67400;
	margin: 30px auto;
	padding: 15px;
	background: #FF9;
	font-weight: bold;
}
div#alert strong {
	font-weight: bold;
}

/*パスワード強度表示のスタイル*/
span.passwordScore {
	padding: 3px 10px;
	margin: 0 0 0 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 93%;
}

/*フッタ*/
div#footer {
	position: relative;
	background: url(../images/stripe_line.gif) repeat-x left top;
	margin: 0 30px;
	min-width: 800px;
	padding-bottom: 30px;
}
div#footer p.credit {
	padding-top: 15px;
	color: #666;
	font-size: 85%;
}

ul#footerNav {
	position: absolute;
	right: 0;
	top: 15px;
}

ul#footerNav li {
	display: inline;
}

ul#footerNav li a {
	font-size: 93%;
	padding: 0 0 0 15px;
	margin-left: 10px;
	background: url(../images/bullet.gif) no-repeat left center;
	display: inline;
}

.btn{display:inline;}


#btn_c{
	width:230px;
	margin:0 auto;
}


table#formn{
	width:100%;
}


table#formn tbody tr th{
	background-color:#ddd0c1;
	
    padding: 5px;
	
}

table#formn tbody tr th#hidariue{
	
	
}

table#formn tbody tr td#migiue{
	
	
}



table#formn tbody tr th,table#formn tbody tr td{
border-bottom: 10px solid #FFFFFF;
padding-right:15px;
}


table#formn tbody tr td{
background-color:#f3efea;
}



table#formn tbody tr th#hidarisita{
	border-bottom:none;
	
	
}

table#formn tbody tr td{
	padding:10px;
}


table#formn tbody tr td#migisita{
	border-bottom:none;
	
	
}


