/* トップページ用CSS */

body{
margin: 0;
padding: 0;
font-size:100%;
}


/* ==================================================== */
/* ヘッダー部分                                         */
/* ==================================================== */
#header {
	height: 110px;
}

/* 2007.11.30 jetgraph追加*/
#header-conte{
	height: 65px;
	width: 788px;
	margin: 0 auto;
}
#logo{
	float: left;
	height: 65px;
	width: 156px;
}
#menu{
	float: right;
	margin: 40px 0px 0px 0px;
	font-size: 13px;
}
#menu a{
	color: #666666;
	text-decoration: none;
}
#menu a:hover{
	color: #6AC4FF;
}
/* Our Values ボタン*/
#topimg{
	background-image: url(../images/topimage.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 790px;
	margin: 0 auto;
	padding-top:20px;
}
.detailbtn{
	text-indent:-9876px;
	margin-left:20px;
}
.detailbtn a{
	background:url(../images/top-btn.png) no-repeat top left;
	display:block;
	width:186px;
	height:186px;
}
.detailbtn a:hover{
	background-position:0 -186px;
}

/* Our Values ボタン2*/

.toptext{
	text-indent:-9876px;
}
.toptext a{
	background:url(../images/text.png) no-repeat top left;
	display:block;
	width:790px;
	height:135px;
}
.toptext a:hover{
	background-position:0 -135px;
}
/* リスト
---------------------------------------------------- */
ul {
	font-size: 13px;
	} 
/* 2007.11.30 jetgraph追加*/


#flash {
	width: 788px;
	margin: 0 auto;
	height: 200px;
}
#header #box {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 788px;
	height: 45px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/header-navi.gif);
}

h1 {
	font-size: 15px;
	color: #0F5A80;
	font-weight: bold;
	border-left: 4px solid #3B69AD;
	border-bottom: 1px solid #3B69AD;
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 15px;
	clear: left;
	letter-spacing: 0.15px;
}
h2 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	border-left: 4px solid #3B69AD;
	background-color: #EAF5FB;
	display: block;
	padding: 8px 0px 8px 15px;
	margin: 0px;
	clear: left;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	background-image: url(../images/title-back.png);
}

.title-allow {
	font-size: 13px;
	color: #3B69AD;
	font-weight: bold;
	background-image: url(../images/icon-h4.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	line-height: 1.4em;
	padding: 0px 0px 0px 23px;
	background-position: 0% 50%;
	text-align: left;
	height: 17px;
}


/* ==================================================== */
/* コンテンツ部分　　　　　　　　　　　　　　　　　  　 */
/* ==================================================== */

/* レイアウト関連
---------------------------------------------------- */
#contents {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	color:#4D4D4D;
}

p.margin{
	font-size: 13px;
	line-height: 1.8em;
	color: #262626;
	margin-bottom: 15px;
	padding: 0px;
	clear: both;
}

/* 最新ニュース */

#news {
}

#news-area{
	float: left;
}

#news .title{
	background-image: url(../images/title-news.png);
	height: 37px;
	width: 790px;
	background-repeat: no-repeat;
}
#news ul{
	font-size: 70%;
	list-style: none;
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.3em;
}
#news li{
	display: block;
	margin: 0;
	color: #333;
	width: 790px;
	border-bottom: 1px solid #D0EBF9;
}
#news li a{
	display: block;
	width: 765px;
	color: #333;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(../images/icon-list.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
#news li a:hover{
	background-color: #EAF5FB;
}

/* サイトマップ */

#sitemap{
	float: left;
	margin-right:15px;
	width: 170px;
}

#sitemap ul{
	font-size: 70%;
	list-style: none;
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.3em;
}
#sitemap li{
	display: block;
	margin: 0;
	color: #333;
	width: 170px;
	border-bottom: 1px solid #D0EBF9;
}
#sitemap li a{
	display: block;
	width: 155px;
	color: #333;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(../images/icon-list.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
#sitemap li a:hover{
	background-color: #EAF5FB;
}

/* その他 */
.shade{
	width: 479px;
	height: 8px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	background-image: url(../images/shade.gif);
}
.shade-b{
	width: 479px;
	height: 4px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
.icon{
	float: right;
}


/* スタッフ大募集 */

#stuff {
	background-image: url(../images/stuff_back.png);
	width: 282px;
	height: 154px;
	padding: 140px 0px 0px 0px;
	background-repeat: no-repeat;
}

#stuff ul{
	font-size: 13px;
	list-style: none;
	margin: 0px 0px 0px 14px;
	padding: 0 0 1em 0;
	line-height: 1.3em;
	width: 230px;
	display: block;
}

#stuff li a{
	display: block;
	width: 247px;
	color: #FFF;
	text-decoration: none;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/recruit_circle.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

#stuff li a:hover{
	color: #6AC4FF;
}



/* ==================================================== */
/* フッター部分                                    　   */
/* ==================================================== */


#footer {
	height: 94px;
	clear: both;
	background-image: url(../images/footer-back.gif);
	background-repeat: repeat-x;
	width: 788px;
	margin: 0px auto;
}
#copyright {
	height: 50px;
	float: left;
}
#pagetop {
	float: right;
}
	
