@charset "UTF-8";

#side_area {
	width: 200px;
	margin-right: 25px;
	float: left;
	}
	
#main_block {
	width: 525px;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#contents_title {
	width: 525px;
	margin-bottom: 15px;
	}
	
.text_area {
	width: 525px;
    height: 200px;
	padding-bottom: 15px;
	clear: both;
	}

#text_area2 {
	width: 525px;
	text-align: right;
	clear: both;
	}
	
.text_left {
	width: 140px;
	float: left;
	margin-right: 15px;
    text-align: center;
    border:solid 1px #ccc;
	}
	
.text_right {
	width: 360px;
	float: right;
	}
	
#text_left img {
	border-color:#003300;
	border-style:solid;
	border-width:1px;
	padding:5px;
	}
	
.text_right_title {
	width: 360px;
	font-size: 11pt;
	font-weight: bold;
	color:#006600;
	}

.text_link {
	width: 360px;
	text-align: right;
	}

#text_area ul {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
	}
	
#text_area li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	}
	
#text_area2 a:link {
	font-size: 8pt;
	color: #000000;
}

#text_area2 a:visited {
	font-size: 8pt;
	color: #000000;
}

#text_area2 a:hover {
	font-size: 8pt;
	color: #003399;
	text-decoration: underline;
}

#text_area2 a:active {
	font-size: 8pt;
	color: #000000;
}

#privacy {
	width: 485px;
	padding: 10px 20px 10px 20px;
	border-top: #000099 dotted 1px;
	clear: both;
	}
	
#privacy_last {
	width: 485px;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 20px 0px;
	border-top: #000099 dotted 1px;
	border-bottom: #000099 dotted 1px;
	clear: both;
	}
	
#privacy_num {
	font-weight: bold;
	color: #000099;
	width: 30px;
	float: left;
	}
	
#privacy_text {
	width: 455px;
	float: right;
	}
	
#recruit_title {
	width: 525px;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	padding: 0px 0px 15px 0px;
	border-bottom: #000099 dotted 1px;
	}
	
#recruit_area {
	width: 505px;
	clear:both;
	padding: 10px;
	}
	
#recruit_text {
	width: 505px;
	padding: 0px 10px ;
	}
	
#greeting {
	width: 355px;
	float: left;
	margin-right: 20px;
	}
	
#greeting_pic {
	width: 150px;
	float: right;
	}
	
#greeting_name {
	width: 355px;
	text-align: right;
	margin-top: 10px;
	} 
	
table {
        color: #666666;
        width: 500px;
        margin-bottom: 30px;
        border: 1px solid #CCCCCC;
        border-collapse: separate;
        border-spacing: 1px;
}
th {
        padding: 5px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #E1E2E6;
}
td {
        padding: 5px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #EFF2F3;
}