@charset "utf-8";


/* スタイルの初期化 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* タグ共通 */

body{
	font-size:82%;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	color:#333;
	letter-spacing:0.1px;
	line-height:1.4;
	}

strong {
	color:#cc0000;
	}

span {
	font-weight:bold;
	}

a {
	color:#333;
	}
a:visited{
	color:#333;
	}
a:hover{
	text-decoration:none;
	}

a img {
	cursor:pointer;
	}

/* common */

.clear {
	clear:both;
	width:100%;
	line-height:0;
	}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}

.tlCenter {text-align:center;}


/* コンテナ */

#container_wrapper {
	background:url(../../img/base/body_bg.gif) repeat-y;
	width:908px;
	margin:0 auto;
	}

#container {
	padding:0 4px;
	}

/* ヘッダー */

#header {
	position:relative;
	width:100%;
	height:80px;
	margin-bottom:5px;
	border-top:7px solid #D60012;
	}

#header h1 {
	margin:4px 0 0 4px;
	font-weight:bold;
	font-size:70%;
	color:#32292A;
	}

#header h2 {
	margin:4px 0 0 4px;
	}

#header .btn_contact {
	position:absolute;
	right:5px;
	top:23px;
	}


/* ナビゲーション */

#navigation ul {
	width:100%;
	background:url(../../img/navi/background.jpg) repeat-x;
	}

#navigation ul li {
	display:inline;
	}

#navigation ul li img {
	vertical-align:bottom;
	}


/* main */

#main {
	width:900px;
	margin:8px auto;
	float:left;
	}


/* left_column */

#left_column {
	width:215px;
	padding:5px;
	margin-bottom:15px;
	float:left;
	}

/* right_column */

#right_column {
	background:#fff;
	width:660px;
	margin-bottom:15px;
	padding:0 5px;
	float:right;
	}



#right_column p {
	}

#right_column #main_contents {
	padding:5px;
	}

/* footer */

#footer {
	clear:both;
	width100%;
	position:relative;
	padding:10px;
	height:130px;
	font-size:85%;
	background:#32292A;
	border-top:10px solid #D60012;
	color:#fff;
	}

#footer ul {
	margin-bottom:10px;
	}

#footer ul li {
	display:inline;
	padding-left:5px;
	margin-right:0px;
	background:url(../../img/common/footer/footer_link_separate.gif) no-repeat 0 2px;
	}

#footer ul li a {
	color:#fff;
	}

#footer address {
	margin:5px;
	}

#footer p {
	position:absolute;
	right:25px;
	top:10px;
	}

#footer p.back_top {
	clear:both;
	margin:100%;
	margin:0 0 10px 20px;
	}



/* 090106ログインメニュー */

#login_menu {
	position:absolute;
	top:5px;
	right:10px;
	font-size:80%;
	}

#login_menu li {
	display:inline;
	}


/* 第二階層コラム */

.columnBox {
	width:636px;
	border:1px solid #DBDBDB;
	background-color:#FFFAEB;
	margin:0px 0px 40px 0px;
}

.columnBox dt {
	font-size:1.2em;
	background-image: url(../../second/img/start/column_back.gif);
	height:29px;
	background-repeat: no-repeat;
	background-position: left top;
	padding:13px 0px 0px 40px;
	font-weight:bold;
}

.columnBox dd {
	padding:15px 25px 20px 10px;
}


/* お問い合せ */
#shigoto_inquiry {
	border: 2px solid #D60012;
}

#shigoto_inquiry dt {
	padding: 5px 0px 3px 5px;
	background-color: #D60012;
	color: #FFF;
	font-size: medium;
	font-weight: bolder;
}
#shigoto_inquiry dd {
	padding: 16px 6px 24px 14px;
	font-weight: bold;
}


.pankuzu {
	margin-bottom:10px;
	font-size:88%;
	}

.pankuzu li {
	background:url(../../img/pankuzu/pankuzu_marker.gif) no-repeat 0 5px;
	display:inline;
	padding-left:17px;
	margin-right:10px;
	}

.pankuzu li.top {
	background:none;
	padding:0;
	}
