﻿@charset "UTF-8";

/* ALL LINE
-------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	}	
body {
	font-size: 12px;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family:
		Arial,
		Meiryo,
		Verdana,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		"メイリオ",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	}
	
#contents {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	width: 1000px;
	}
#contents2 {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	margin-top: 30px;
	width: 692px;
	}
.main {
	background: #FFFFFF;
	}
img {
	border: none;
	}


/* TEXT
-------------------------------------------- */	
.tx9 {
	font-size:9px;
	}


/* LINK
-------------------------------------------- */
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #999999;
}


/* BR
-------------------------------------------- */
.br2 {
 	margin-bottom: 15px
}


/* CONTENT
-------------------------------------------- */
.centerbg {
	background: url(../blog/image/info_03.jpg) repeat-y;
}
#footer ul li {
	display: inline;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 692px;
	margin-bottom: 5px;
}
#footer2{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align: right;
	margin: 0 auto;
	padding: 0px;
	left: 0px;
	overflow: hidden;
	position:fixed;
	left:0px;
	bottom:0px;
}
#footer2 p {
	margin-right: 10px;
}
#footer-menu {
	margin-bottom: 15px;
}
#list-menu {
	color: #999999;
}
#list-menu ul {
	margin-bottom:2px;
}
.contents_c {
	width: 155px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.contents_b2_set {
	width: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.contents_b3_set {
	width: 525px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}
.border_01 {
	width: 530px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 30px;
	margin-bottom: 30px;
	}


/* NEWS (Grooup Top Page)
-------------------------------------------- */
#news {
	width: 426px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#news-left {
	background: url(../image/news_left.jpg) repeat-y;
}
#news-right {
	background: url(../image/news_right.jpg) repeat-y right;
}
#news-text {
	font-size:11px;
	padding: 9px 5px 4px;
	color: #666666;
	text-align: left;
	vertical-align: top;
}
#news-text a {
	color: #666666;
}


/* NEWS (News Page)
-------------------------------------------- */
#news-main {
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding: 20px 80px 40px 80px;
}
.colum-news {
	margin-bottom: 10px;
}
.colum-news a {
	text-decoration: underline;
	color: #333333;
}
.colum-news img {
	margin: 0px 5px 0px;
}
.title {
	font-size:14px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 10px;
	padding: 3px 3px 0px;
	border-left: 5px solid #333333;
}
.end-guide {
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
 	margin-bottom: 15px
}


/* RECRUIT
-------------------------------------------- */
#recruit-main {
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding: 20px 100px 40px 170px;
}
.colum-recruit {
	margin-bottom: 10px;
}
.colum-recruit2 {
	margin-bottom: 15px;
}


