@charset "utf-8";

/* ****************************************************
Since : 2007-11-28
Last Modified: 2007-11-28
***************************************************** */


/* main contents settings [ system.css ]
=================================
1: information perts for index

2: recruit perts for index

3: for index

99: extra
	
=================================*/

/*1: system perts for all
=================================*/
#contents .designh1{
	padding:0 0 6px 0;
	background: url(../images/common_h1_bg002.gif) no-repeat bottom left;
	zoom:1;
}

#contents .designh1 span.title-txt {
	width: 516px;
	background: url(../images/common_h1_bg001.gif) no-repeat top left;
	padding:7px 0 0 21px;
	display: block;
	color: #333333;
	font-size: 145%;
	font-weight: bold;
	line-height: 1.6;
}

body#system #contents div.section dl.info-list{
	margin-bottom: 10px;
	background: url(../images/index_bg001.gif) repeat-x left bottom;
}
body#system #contents div.section dl.info-list dt{
	font-weight: bold;
}

body#system #contents dl.info-list div.section dt{
	padding-top:5px;
	font-weight: bold;
}
body#system #contents div.section dl.info-list dd{
	padding: 0 0 5px 0;
	margin-left: 55px;
	text-indent: -55px;
}
body#system #contents div.section dl.info-list dd img{
	margin-right: 5px;
}
body#system #contents div.section dl.info-list dd span.ic-img{
	margin-left: 5px;
}

body#system #contents div.section p.day-tx{
	font-weight: bold;
}

body#system #contents div.section .system-box p.col-left02{
	float: left;
	text-align: center;
}
body#system #contents div.section .system-box p.col-left02 img{
	margin-bottom: 5px;
}

body#system #contents div.section .system-box p.col-right{
	float: right;
	width: 130px;
	margin-left: 20px;
	text-align: center;
}
body#system #contents div.section .system-box02 p.col-right{
	float: right;
	width: 200px;
	margin-left: 20px;
	text-align: center;
}
body#system #contents div.section .system-box03 .right{
	float: right;
	width: 49%;
	text-align: center;
}
body#system #contents div.section .system-box03 .right p,
body#system #contents div.section .system-box03 .left p{
	width: 230px;
}

body#system #contents div.section .system-box03 .left{
	float: left;
	width: 49%;
	text-align: center;
}

body#system #contents div.section .system-box p.col-right img{
	margin-bottom: 5px;
}
body#system #contents div.section img.img-next{
	margin-top: 10px;
}
body#system #contents div.section dl.mag-box{
	margin: 15px 0;
}
body#system #contents div.section dl.mag-box dt {
	float: left; 
	width: 100px;
}
body#system #contents div.section dl.mag-box dd {
	float: left; 
	width: 415px;
	vertical-align: middle;
}
body#system #contents div.section dl.mag-box dd  span.necessary-tx{
	font-weight: bold;
	color: #FF0000;
	margin-right: 5px;
}
body#system #contents div.section dl.mag-box dd ul {
	margin: -17px 0 0 40px;
	_margin: -20px 0 0 40px;
}
body#system #contents div.section p.bt-area02 {
	text-align: center;
	margin-top: 30px;
}
body#system #contents div.section p.bt-area02 input{
	margin: 0 15px;
}
body#system #contents div.section dl.mag-box dd ul li{
	float: left;
	width: 125px;
}
body#system #contents div.section dl.mag-box dd ul li input{
	margin-bottom: 2px;
	vertical-align: text-top;
	_vertical-align: middle;
}

body#system #contents div.section dl.mag-box dd ul li.short-tx {
	width: 55px;
}
body#system #contents div.section dl.mag-box dd ul li.last{
	width: 130px;
}
body#system #contents div.section dl.mag-box dd ul li.middle-tx {
	width: 88px;
}
body#system #contents div.section dl.mag-box dd ul li.long-tx {
	width: 155px;
}
body#system #contents div.section dl.mag-box dd.confirm span{
	width: 300px;
}
body#system #contents div.section dl.mag-box dd.confirm ul li{
	width: 300px;
}
body#system #contents div.section dl.mag-box dd.confirm span{
	margin-right: 33px;
}

/* magazine関連の右ナビ削除 */
body.magazine #mainContainer {
	background: none;
}
/* footerの文字サイズ縮小 */
#footer ul li{
	font-size: 75%;
}
#footer address{
	font-size: 75%;
}

/* 登録画面用css
=================================*/
body.kanri #contents {
	float: none;
}
body.kanri #contents .section {
	width: 515px;
	padding: 15px 10px 20px 20px;
}
body.kanri #kanri-box {
	width: 585px;
	padding: 10px;
	text-align: left;
	border: 2px solid #000000;
}
body.kanri #kanri-box #contents .designh1{
	padding:0 0 6px 0;
	background: url(../images/common_h1_bg002.gif) no-repeat bottom left;
	zoom:1;
}

body.kanri #kanri-box #contents .designh1 span.title-txt {
	width: 515px;
}
/* Win IE用 */
* html body.kanri #contents .section {
	width: 535px;
	padding: 15px 0 20px 20px;
}
* html body.kanri #kanri-box #contents .designh1 span.title-txt {
	width: 536px;
}

