/* CSS Document */
/*-----------------------------------------
base
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.wrapper {
	width: 1000px;
	margin: auto;
}
.cleaning {
	clear: both;
}
/*-----------------------------------------
header
*/
.header {
	margin-bottom: 20px;
}
.header_img {
	margin-bottom: 15px;
	margin-top: 20px;
	padding-left: 10px;
}
/*-----------------------------------------
contents
*/
.contents {
}
.contents_cms {
	width: 800px;
	margin: auto;
}

.contents_bg {
	background-image: url(../images/contents.jpg);
	background-repeat: no-repeat;
}
.contents_senri_bg {
	background-image: url(../images/fla_senri_contents.jpg);
	background-repeat: no-repeat;
	padding-left: 13px;
}
.contents_company {
	background-image: url(../images/bg_company.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contents_contact {
	background-image: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu_line {
	background-image: url(../images/menuline.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.contents_service {
	color: #FFFFFF;
}
.img_border {
	border: 1px solid #999999;	
}
.img_border_cms {
	margin-top: 5px;
	margin-left: 5px;
}
.contents_img_index_left {
	margin-top: 5px;
	margin-right: 20px;
}
.contents_img_index_right {
	margin-top: 5px;
	margin-left: 20px;
}
h1 {
	color: #CCCCCC;
	font-size: 24px;
	margin-top: 40px;
	margin-left: 100px;
	margin-bottom: -40px;
	background-image:url(../images/title_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contents_text_title {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.contents_text_title a:link, .contents_text_title a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.contents_text_title a:hover, .contents_text_title a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.contents_text_title_center {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.contents_text_title_center a:link, .contents_text_title_center a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.contents_text_title_center a:hover, .contents_text_title_center a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.contents_text_subtitle {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
.contents_text_subtitle a:link, .contents_text_subtitle a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.contents_text_subtitle a:hover, .contents_text_subtitle a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.contents_text_text {
	color: #FFFFFF;
	line-height: 140%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	padding-bottom: 10px;
}
.contents_text_text_indexright {
	color: #FFFFFF;
	line-height: 140%;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.contents_text_text_indexright img {
	border: 1px solid #CCCCCC;	
}
.contents_text_indexleft {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.contents_text_rightbox {
	color: #FFFFFF;
	line-height: 140%;
	padding-right: 10px;
	font-size: 12px;
	clear: both;
	float: right;
	margin-top: 20px;
	width: 300px;
}
.contents_text_rightbox a:link, .contents_text_rightbox a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.contents_text_rightbox a:hover, .contents_text_rightbox a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.contents_text_rightbox02 {
	clear: both;
	float: right;
	margin-top: 5px;
	margin-left: 5px;
}
.contents_img_rightbox {
	margin: 5px;
	float: right;
}

.contents_text_text_contact {
	color: #CCCCCC;
	line-height: 140%;
	padding-left: 300px;
	padding-right: 20px;
	margin-bottom:5;
	font-size: 14px;
}
.contents_table {
	margin: 50px 100px;
}
.contents_table_text {
	color: #FFFFFF;
	line-height: 140%;
	font-size: 15px;
}
.contents_name {
	color: #FFFFFF;
	padding-left: 10px;
	margin-left: 50px;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}
.contents_value {
	color: #FFFFFF;
	margin-top: -25px;
	margin-left: 300px;
}
.contents_value input, .contents_value textarea {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #222222;
	border: 1px solid #666666;
}
.contents_index_left {
	font-size: 12px;
	color: #FFFFFF;
	height: 320px;
	overflow:auto;
	padding: 5px;
}
.contents_index_right {
	font-size: 12px;
	color: #FFFFFF;
	height: 270px;
	overflow:auto;
	padding: 5px;
}
.company_japan {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 22px;
	padding-left: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 50px;
}
/*-----------------------------------------
footer
*/
.footer {
	text-align: center;
	margin-top: 20px;
}

.contents_text_footer {
	color: #CCCCCC;
	font-size: 10px;
}
.warning {
	color: #FF0000;
}
