
/* 基本設定 */
body{
	margin-top:0px;
	font-size:12px;
	line-height: 1.3em;
	background-color: #F3F3F6;
	}
img{
border:none;}

small{
	font-size: 10px;
	line-height: 1.3em;
	}
.blue{
	color:#969FC1;}
.red{
	color:#FF0000;}
.pink{
	color:#FF94BD;}
.purple{
	color:#9966CC;}
form{
	margin:0px;
	}
input.tx{
	width:5em;
	height:1em;}
	
.space10r5t{
	margin:5px 10px 0px 0px;
	text-align:right;}
.spece10b{
	margin:0px 0px 10px 0px;}
.spece10tb{
	margin:10px 0px 10px 0px;}
.spece10t{
	margin:10px 0px 0px 0px;}
.spece20b{
	margin:0px 0px 20px 0px;}
.box_g{
	background-color: #F3F3F6;
	padding:5px;
}

	
/* Hタグ */
h1{
	font-size:12px;
	margin:0px;
	padding:2px 0px 2px 10px;
	font-weight: normal;
}


/* リンク色 */
A:link {
	COLOR: #0000FF;
	text-decoration: underline;
	
} 
A:visited {
	COLOR: #0000FF;
	text-decoration: underline;
}
A:hover {
	COLOR: #0000FF;
	text-decoration: none;
}
A:active {
	COLOR: #0000FF;
	text-decoration: underline;
}


/* base設定 */
#base{
	width:750px;
	margin:0px auto 0px auto;
	border-right: 1px solid #9999CC;
	border-bottom: 1px solid #9999CC;
	border-left: 1px solid #9999CC;
		background-color: #FFFFFF;
	}

/* copy */
#copy{
	clear:both;
	width:750px;
	margin:0px auto 0px auto;
	height:20px;
	line-height:1.7em;
	text-align:center;
	}
/* ヘッダー */
#header{
	width:750px;
	height:75px;}
#header_bar{
	width:750px;
	height:1.5em;
	background-color: #DAD3E7;
}

/* メニュー */
#menu{
	width:750px;
	height:25px;}
/* タイトル */
#title{
	width:750px;
	height:180px;}
	
#title_left{
	float:left;
	width:180px;
	height:180px;
	background-image: url(../image/parts/back_login.gif);
	background-repeat: repeat-y;}
#title_right{
	float:left;
	width:570px;}
	
#title_left2{
	width:180px;
	height:120px;
	background-image: url(../image/parts/back_login.gif);
	background-repeat: repeat-y;}


/* コンテンツ */
#contents{
	clear:both;
	padding:10px 0px 10px 0px;
	margin:0px 0px 20px 0px;
	border-top: 1px solid #9999CC;
}
#left{
	float:left;
	width:180px;
}
#left_in{
	margin:0px 0px 0px 10px;}
#right{
	float:left;
	width:570px;}
#right_in{
	margin:0px 10px 0px 10px;}

/* 登録の説明 */
.regist{
	float:left;
	width:270px;	
	}
.regist_in{
	margin:0px 0px 0px 10px;}
.regist_in01{
	width:248px;
	padding:10px;
	border-top: 1px solid #FF99CC;
	border-right: 1px solid #FF99CC;
	border-left: 1px solid #FF99CC;
	}
.regist_in02{
	width:248px;
	padding:10px;
	border-top: 1px solid #B898CB;
	border-right: 1px solid #B898CB;
	border-left: 1px solid #B898CB;
	}
.gray_box{
	clear:both;
	margin:5px 0px 0px 0px;
	background-color: #F3F3F6;
	padding:10px;
}

/* 左メニュー */
ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}
li {
	padding:0px;
	margin: 0px 0px 5px 0px;
}

/* コピーライト */
#copy{
	clear:both;
	padding:10px 0px 0px 0px;
	height:7em;
	text-align:center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9966CC;
	}



























