@charset "shift_jis";

/* 初期設定
----------------------------------------------- */

/* FontSizeSetting */

html{overflow-y: scroll;}

* {
	margin:0;
	padding:0;
}
/* 段落 */

p {
}


/* 強調 */

em {
	font-style:normal;
	font-weight:normal;
	color: #01663C;
}

strong {
	color:#333;
	font-weight: normal;
}
h1 {
	font-size:11px;
	font-weight: normal;
	color: #666666;
}

/* リスト */

ul, ol {
	
}

ul li {
}

ol li {
	margin:1em 0;
	margin-left:13px;
}

dl {
	margin:1em 0;
}

dt {
}

dd {
	margin-left:13px;
	margin-bottom: 12px;
}

/* 画像 */

img {
	border:0;
}



/* レイアウト
----------------------------------------------- */

/* 大枠 */

body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "MS UI Gothic", "sans-serif";
	line-height:17px;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#f5f5eb;
}

/* TOP */

.head{
	height:97px;
	width:900px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../img0912/head.gif);
}
.repohead{
	height:97px;
	width:754px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../repo/image/head.jpg);
}

/* back */
.back{
	background-image:url(../img0912/back.gif);
	background-position:top;
	background-repeat:repeat-y;
	width:910px;
	margin-right: auto;
	margin-left: auto;
}
.repoheadback{
	background-image:url(../repo/image/back.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:754px;
	margin-right: auto;
	margin-left: auto;
}
.repoback{
	background-image:url(../repo/image/back.gif);
	background-position:top;
	background-repeat:repeat-y;
	width:754px;
	margin-right: auto;
	margin-left: auto;
}
/* 左ナビ */

.container-left {
	width:230px;
	height:838px;
	background-image:url(../img0912/sidebg.gif);
	background-position:top;
	background-repeat: repeat-y;
}
#taikenform{
	background-image:url(../img0912/taikenback.jpg);
	width:200px;
	height:153px;
}


/* メイン */

#container-main {
	float: right;
	width:650px;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-right:10px;
}
#taiken{
	width:650px;
	height:106px;
	margin-top:10px;
	margin-bottom:35px;
}
#news{
	width:648px;
	height:610px;
	overflow-y:scroll;
}
.flameline{
	border:1px solid #cccccc;
}
.repouline{
	width:340px;
	line-height:24px;
	border-bottom:1px solid #cccccc;
}
.repouline2{
	margin-left:10px;
	width:660px;
	line-height:24px;
	border-bottom:1px solid #cccccc;
}
.repouline3{
	margin-left:10px;
	width:630px;
	line-height:24px;
	border-bottom:1px solid #cccccc;
}

/* フレーム内レイアウト
----------------------------------------------- */

/* 大枠 */

#wrapper-content {
	margin:10px;
	width: 725px;
	text-align: left;
	background-color:#E3E8EE;
}


/* フッター
----------------------------------------------- */

#footer {
	background-color:#fadcdd;
	text-align:left;
	width: 900px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top:35px;
}
#footer img {
	margin-top:20px;
}
#footermenu{
	width:800px;
	font-size:10px;
	margin-right: auto;
	margin-left: auto;

}

/* ポップアップ */



/* 親ボックスをはみ出すバグを回避 */
.boxin:after {
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
/* IE用のバグ回避 */
* html .boxin {
	height: 1%;
	display:block
}

address {
	font-style: normal;
}


/* ポップアップ to MacIE5 */

/*\*//*/

#navigation {
	position:relative;
}

#navigation ul {
	margin-left:-5px;
	top:32px;
}

#navigation ul li a,
#navigation #navi-job ul li a {
	width:auto;
}

/**/
