/* ************************************************ 
 *	ベース
 * ************************************************ */
	
	* {
		margin: 0px;
		padding: 0px;
	}

	body {
		font-size:12px;
		line-height:160%;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		text-align:center;
	}

	.clear {
		clear: both;
		
	}

	img {
		border: 0px;
	}
	
	li{
	list-style:none;
	}

	#base{
		margin: 0px auto;
		padding: 0px;
		width: 900px;
		text-align: center;
		border: 0px solid #ffffff;
	}


/* ------------------------------------- 
 *	リンク
 * ------------------------------------- */
a:link, a:visited, a:active {
	color:#696969;
	text-decoration:none;
	}

a:hover {
	color:#4169e1;
	text-decoration:underline;
	}


/* ------------------------------------- 
 *	外大枠
 * ------------------------------------- */

#content{
	margin: 2em auto 0px auto;
	padding: 0px;
	width: 900px;
	text-align: center;
	border: 0px solid #1493FF;
}

/* ------------------------------------- 
 *	ヘッダー
 * ------------------------------------- */

#head {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 870px;
	text-align:center;
	border : 0px solid #cccccc;
}

/* ------------------------------------- 
 *	中段コンテンツ
 * ------------------------------------- */

#mainbox {
	width: 870px;
	margin: 5px auto 10px auto;
	padding: 0px;
	text-align: center;
	
	}

#top-mainbox {
	width: 870px;
	height:455px;
	padding: 0px;
	text-align: center;
	border-top: 5px solid #333333;
	
	}

.newsbox{
	width: 170px;
	height: 450px;
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	background-color: #EAEAEA;
	border: 0px solid #1493FF;
	float: left;
	}

.flashbox{
	width: 700px;
	height: 450px;
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	border: 0px solid #1493FF;
	float: left;
	}

#top_news_left {
	width: 460px;
	margin: 5px auto;
	padding: 0px;
	text-align: left;
	float: left;
	}
	
#top_news_right {
	width: 400px;
	margin: 15px auto;
	padding: 0px;
	text-align: right;
	float: right;
	}
	
.top_news{
	text-align: left;
	}

#container {
	width: 870px;
	margin: 10px auto 0px auto;
	padding: 0px;
	}
	
.top_news_ttl {
	margin:0px auto;
	padding: 0px 10px;
	border-bottom: 1px solid #CCC;
	text-align:left;
	line-height:0%;
	}
	
.top_recruit {	
	margin: 5px auto;
	padding-left:10px;
	text-align:left;
	}



#profile_left {
	width: 400px;
	margin: 70px 0px 70px 50px;
	padding: 0px;
	text-align: left;
	float: left;
	}

#profile_right {
	width: 400px;
	margin: 70px 0px 70px 0px;
	padding: 0px;
	text-align: left;
	float: right;
	}


/*=========================
 * NEWS
 *=========================*/

#feed{
	margin:2px 0px 0px 30px;
}

#feed a:link, a:visited, a:active {
	color:#696969;
	text-decoration:none;
	}


#feed a:hover {
	color:#000000;
	}



.recruite{
padding-top:10px;
}

dl{
	float:left;
	display:block;
	clear:both;	
	line-height:120%;
	}

dt{
	float:left;
	padding-top:5px;
	padding-left:10px;
	display:block;
	width:75px;
	line-height:120%;
	
	}

#top_news_left dd{
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	float:right;
	line-height:120%;
	width:275px;
	}
	
#top_news_right dd{
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	float:right;
	line-height:120%;
	width:415px;
	}

div.box{
	border:1px solid #666;
	padding:15px;
	margin:15px 0;
	}

/*=========================
 * PORTFOLIO
 *=========================*/
#portfolio{
clear:both;
margin:20px 0 20px 0;
height:130px;
	}

#box_01{
display:inline;
float:left;
width:154px;
height:130px;
margin:0 10px 0 10px;
}

#box_02{
display:inline;float:left; width:154px;height:130px;margin:0 10px 0 10px;
}

#box_03{
display:inline;float:left; width:154px;height:130px;margin:0 10px 0 10px;
}

#box_04{
display:inline;float:left; width:154px;height:130px;margin:0 10px 0 10px;
}

#box_05{
display:inline;float:right; width:154px;height:130px;margin:0 10px 0 10px;
}

/*=========================
 * フッター
 *=========================*/
div#footer{
	clear:both;
	width:870px;
	height:55px;
	padding-top:0px;
	font-size:10px;
	color:#708090;
	}

div#copy{
	float:left;
	}

div#copy p{
	padding-left:15px;
	}

div#footer_navi{
	float:right;
	}

div#footer_navi ul{
	padding-right:15px;
	}

div#footer_navi li{
	float:left;
	}


#tcenter{
	text-align:center;
}

table.profile{
    margin:50px auto 50px auto;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}

.profile td{
    text-align:left;
}



/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background-color:#000000;
	color:#ffffff;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}




#slider {
	position:relative;
    width:300px;
    height:250px;
    margin:0 auto;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:100px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


