@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus{
	outline:0;
}
body{
	line-height:1;
	color:black;
	background:white;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:12px;
	*font-size:78%;
	line-height:150%;
}
ol,ul{
	list-style:none;
}
img{
	vertical-align:bottom;
}
table{
	border-collapse:separate;
	border-spacing:0;
}
caption,th,td{
	text-align:left;
	font-weight:normal;
}

#header{
	background-color:#f1f1f1;
	border-bottom:5px #2d2d2d solid;
}

#header_in{
	width:936px;
	height:89px;
	background:url(../img/header.gif) center top no-repeat;
	margin:0 auto;
	position:relative
}
.logout{
	position:absolute;
	top:30px;
	right:10px;
}

#header #logo{
	padding:20px 0 0 9px;
}

#footer{
	border-top:1px #ccc solid;
	padding:11px 0 35px 0;
}

#footer_in{
	width:936px;
	margin:0 auto;
}

#copy{
	color:#989898;
	font-size:84%;
	line-height:150%;
}


#container{
	width:900px;
	color:#222;
	padding:40px 0;
	margin:0 auto;
}

body.user #container{
	width:400px;
}

body.user #container table th{
	width:8em;
	text-align:center;
}

body.user #go_top{
	display:none;
}

#content table{
	width:100%;
	border-top:1px #cbcbcb solid;
	border-left:1px #cbcbcb solid;
	margin-bottom:15px;
}

#content table th,
#content table td{
	border-bottom:1px #cbcbcb solid;
	border-right:1px #cbcbcb solid;
	padding:8px;
}

#content table th{
	width:300px;
	background-color:#f5f5f5;
	font-weight:bold;
}

#content table table{
	border:none;
	margin-bottom:0;
}

#content table table th,
#content table table td{
	background:none;
	border:none;
	padding:0;
}

#content table table th{
	width:13em;
	font-weight:normal;
}

#content table input,
#content table select{
	margin:4px 0;
}

#content table.list_table th,
#content table.list_table td{
	text-align:center;
}

#content table.search_table th{
	width:9em;
}

#content .message{
	background-color:#fffdf1;
	border:1px #cbcbcb solid;
	font-size:117%;
	line-height:150%;
	padding:15px;
	text-align:center;
	margin-bottom:10px;
}

.error-message{
	color:#F00;
    font-weight: normal;
}

#content table label{
	margin:0 5px;
}

#content table .ftxt{
	margin:0 5px;
}

#content h2{
	width:877px;
	height:27px;
	background:url(../img/h2_02_seminar.gif) 0 0 no-repeat;
	font-size:117%;
	line-height:150%;
	font-weight:bold;
	border-right:1px #dcdcdc solid;
	padding:8px 0 0 23px;
	margin-bottom:18px;
}

#content h3{
	background:url(../img/mark02.gif) 3px center no-repeat;
	font-size:117%;
	line-height:150%;
	font-weight:bold;
	border-bottom:1px #d3d3d3 dotted;
	padding:3px 0 3px 17px;
	margin-bottom:10px;
}

#content #bread{
	color:#707070;
	font-size:84%;
	line-height:150%;
	margin-bottom:10px;
}

#content #bread a{
	color:#669933;
	text-decoration:none;
}

#content #bread a:hover{
	color:#707070;
	text-decoration:underline;
}

#content .paging{
	text-align:center;
	color:#6a6a6a;
	margin:15px 0;
}

#content .paging span.current{
	border:1px #6a6a6a solid;
	background-color:#6a6a6a;
	color:#fff;
	padding:3px 8px;
	margin:0 3px;
}

#content .paging span.prev a,
#content .paging span.next a{
	border:1px #6a6a6a solid;
	background-color:#fff;
	padding:3px 8px;
	margin:0 3px;
}

#content .paging span a{
	border:1px #6a6a6a solid;
	background-color:#fff;
	color:#6a6a6a;
	padding:3px 8px;
	margin:0 3px;
	text-decoration:none;
}

#content .paging span a:hover{
	color:#fff;
	background-color:#6a6a6a;
}

#content .paging span.disabled{
	border:1px #ccc solid;
	color:#bbb;
	padding:3px 8px;
	margin:0 3px;
}

#content .required{
	color:#F00;
	font-weight:bold;
}

#content .policy{
	height:150px;
	overflow:scroll;
	overflow-x:hidden;
	margin-left:10px;
}

#content .policy p{
	margin-bottom:15px;
}
#content .policy h5{
	font-size:117%;
	line-height:150%;
	font-weight:bold;
	margin-bottom:15px;
}

#content .policy  dt{
	font-size:117%;
	line-height:150%;
	font-weight:bold;
	margin-bottom:3px;
}

#content .policy  dd{
	margin-bottom:10px;
}

#content #go_top{
	text-align:right;
	margin:20px 0;
}

#content .btns{
	text-align:center;
	margin-bottom:10px;
	overflow:hidden;
	/*width:300px;*/
	width:auto;
	margin:0 auto 15px auto;

}

#content .btns .l{
	float:left;
}


#content .btns .r{
	float:right;
}



a{
	color:#669933;
}

a:hover{
	color:#707070;
	text-decoration:none;
}

/*** ADD ***/


input.text{
	width:400px;
}

table table input.text{
	width:350px;
}


input.name{
	width:100px;
}

input.zip{
	width:70px;
}

input.jukennum{
	width:200px;
}

input.tel{
	width:70px;
}


input.subject{
	width:400px;
}


.doui{
	text-align:center;
	margin:0 0 15px 0;
}

.doui label{
	margin:0 5px;
}

.btns_txt{
	text-align:center;
	margin:0 0 15px 0;
}

.td_linktoform{
	white-space:nowrap;
	text-align:left!important;
}

.td_linktoform ul li{
	list-style:disc;
	margin:0 0 0 20px;
}

#mail_wpr .mail_title,
#template_edit_wpr .template_subject{
	margin-bottom:10px;
}
#template_edit_wpr .template_subject input{
	width:300px;
}


#mail_wpr .mail_body,
#template_edit_wpr .template_body{
	margin-bottom:10px;
}

#mail_wpr .mail_body textarea{
	width:100%;
	height:500px;
}

#mail_wpr,
#template_edit_wpr
{
	width:800px;
	margin:15px auto;
}

#template_edit_wpr .template_body textarea
{
	width:100%;
	height:500px;
}

.table_h_links{
	overflow:hidden;
	zoom:1;
	margin:0 0 5px 0;
}


.table_h_links .l{
	float:left;
}

.table_h_links .r{
	float:right;
}

.mailtemplate_nav{
	width:780px;
	margin:20px auto;
	overflow:hidden;
}


.mailtemplate_nav li{
	float:left;
	margin:0 0 10px 10px;
}

.mailtemplate_nav li a{
	border : #dcdcdc 1px solid;
	width:160px;
	display:block;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	color:#669933;
}

.mailtemplate_nav li a:hover{
	background-color:#d5efbb;
}


.mailtemplate_nav li.here a{
	background-color:#669933;
	color:#fff;
}


.mailtemplate_msg_select{
	margin:100px 0;
	text-align:center;
}

.mailform_attachments{
	margin:0 0 30px 0;
}



.mail_to_list{
	text-align:center;
	background-color:#f6f6f6;
	padding:10px;
	overflow:hidden;
}


.mail_to_list_h{
	font-weight:bold;
	font-size:14px;
	margin:0 0 5px 0;
}


.mail_to_list_l{
	font-size:12px;
	margin:0 15px 5px 0;
	white-space:nowrap;
	float:left;
}

.mail_to_list_name{
	font-weight:bold;
}

.message_send_to_list{
}

.message_send_to_list_failed{
	color:#f00;
}

.paging li{
	display:inline;
}

.paging li {
    border: 1px #6a6a6a solid;
    background-color: #fff;
    padding: 3px 8px;
    margin: 0 3px;
}
.paging li.active{
	border: 1px #6a6a6a solid;
    background-color: #6a6a6a;
    padding: 3px 8px;
    margin: 0 3px;
}

.paging li.disabled{
	border: 1px #ccc solid;
    padding: 3px 8px;
    margin: 0 3px;
}
.paging li a{text-decoration:none;color: #6a6a6a;}
.paging li.disabled a{text-decoration:none; color: #bbb;}
.paging li.active a{text-decoration:none; color: #fff;}