@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;/*Firefoxでのセンタリングずれを防ぐ為のスクロールバーを強制表示*/
	background-image: url(../image/common/slash.gif);
	background-repeat: repeat;
	}


body {
	color: #333333;
	text-align: center; /*IE6でセンタリング*/
	line-height: 160%;
	background-image: url(../image/common/slash.gif);

}



#wrapper {
	background-image: url(../image/common/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}


#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left; /*IE6でセンタリングによる中身のセンタリング回避*/
	background-image: url(../image/common/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: auto;
}

#header {
	height: 80px;
	width: 900px;
	background-repeat: repeat-x;
	background-image: url(../image/common/line.gif);
	background-position: top;
}
#header #logo {
	position: relative;
	float: left;
	left: 15px;
	top: 10px;
	text-decoration: none;
	clear: both;
}
#header #header_navi {
	float: right;
	position: relative;
	top: 2px;
}
#header #header_navi ul {

}
#header #header_navi li {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	text-align: center;
	height: 36px;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
#top {
	height: 250px;
	width: 900px;
	background-image: url(../image/home/main_image.jpg);

}
#top #main_navi {
	position: relative;
	left: 20px;
	float: left;
	top: 15px;
	height: 140px;
	width: 194px;
}
#top #main_navi li {
	height: 28px;
	width: 194px;
}
#top #main_navi ul {
	height: 140px;
	width: 194px;
}
#flashcontent {
	height: 330px;
	width: 900px;
}
#top #group_navi ul {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0DFE3;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-color: #E0DFE3;
	height: 66px;
	float: left;
	position: relative;
	top: 30px;
	left: 0px;
	width: 900px;
	background-color: #F0F0F0;
}

#top #group_navi li {
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: auto;
	margin-left: auto;
	width: 221px;
}

#main {
	height: auto;
	width: 900px;
	padding-top: 30px;
	background-image: url(../image/home/main_image_under.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#main #contents #news #topicmore {
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	height: 20px;
	width: 100px;
}

#main #side_l #banner {
	margin-right: auto;
	margin-left: 10px;
}

#main #side_l {
	width: 210px;
	float: left;
	height: auto;
}
#main #contents {
	float: left;
	width: 440px;
}
#main #contents #topics {
	height: auto;
	margin-bottom: 30px; /*IE6用*/
	height:200px;
}
#main #contents #topics #title {
	font-size: larger;
	font-weight: bold;
	color: #99CC00;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}


#main #contents #topics #text {
	padding-left: 20px;
	padding-right: 20px;
}
#main #contents #news {
	width: auto;
}
#main #contents #news ul {
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
#main #contents #news li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-indent: 5px;
	padding-bottom: 6px;
	padding-top: 6px;
}
#main #contents #news li img {
	margin-bottom: -3px;
}


#main #side_r {
	width: 250px;
	float: right;
	line-height: 140%;
}



#main #side_r #info {
	background-color: #F7F5ED;
	margin-right: 8px;
	margin-left: 8px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C5C0B4;
	border-bottom-color: #C5C0B4;
	border-left-color: #C5C0B4;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-top: 8px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C5C0B4;

}


#main #side_r #info #time {
}
#main #side_r #info #time table {
	margin-left: 5px; /*IE6用*/
	width: 200px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main #side_r #info #time td {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C0B4;
	padding-top: 1px;
	padding-left: 1px;
}

#main #side_r #info #time strong {
	color: #ED0078;
}
#main #side_r #info #mobile {
	background-image: url(../image/common/info_line.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 10px;
}


/*#main #sidebar #info #mobile img {
	float: left;
	padding-right: 10px;
}*/

#main #side_r #info #data {
	background-image: url(../image/common/info_line.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#footer {
	clear: both;
	width: 900px;
	line-height: 30px;
	text-align: left;
	height: 30px;
	font-size: x-small;
	text-indent: 20px;
}
#recruit {
	height: 230px;
	width: 210px;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float:right;
	margin:0 0 0px 10px;
	border: 1px solid #C5C0B4;
}


.imgC {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;



}
.imgL {
	float:left;
	margin:0 10px 0px 0;
	border: 1px solid #C5C0B4;
}

.imgFrame {
		display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C5C0B4;
		text-align: center;　
}


/*	Base Link Color Setting

----------------------------------------------------*/



a:link {
	color: #e888a3;
	text-decoration: underline;
}

a:visited {
	color: #e888a3;
	text-decoration: underline;
}

a:hover {
	color: #CC6699;
	text-decoration: underline;

}

a:active {
}
h1 {
	float: left;
	color: #FFFFFF;
	display: none;
}
