﻿@charset "utf-8";
/***********************************************************
(C)mudulat expand CSS
last update 20071204
***********************************************************/
/*テンプレート以外のスタイル*/
/*
新規060427
追加071204
*/

/*モジュレって何語？
３コラム（画像＋テキスト）
------------------------------------------------------------------------*/
/*
---------------------------------------------------- */
/*#content h1 {
 	margin: 0 0 1em;
	padding: 0;
	font-size: small;
}
#content h1 img {
  vertical-align: bottom;
}*/

/*画像
---------------------------------------------------- */
/*#content .lead {
	margin: 0px 0px 5px 5px;
	padding:0px;
}*/

/*左
---------------------------------------------------- */
#layout1 {
	float: left;
	width: 160px;
	margin:0px 16px 30px 3px;
}
/*中央
---------------------------------------------------- */
#layout2 {
	float: left;
	width: 160px;
	margin:0px 16px 30px 0px;
}
/*右
---------------------------------------------------- */
#layout3 {
	float: left;
	width: 160px;
	margin:0px 0px 30px 0px;
}

/*小見出し画像
---------------------------------------------------- */
#layout1 h2, #layout2 h2 ,#layout3 h2 {
	margin: 10px 0px 5px 0px;
	font-size: x-small;
	font-weight: normal;
	color: #ff9900;
	background: transparent;
}

/*文字
---------------------------------------------------- */
#layout1 p, #layout2 p ,#layout3 p {
	margin: 0;
	line-height: 150%;
	font-size:10px;
	color: #006699;
}

/*リクルートhtml
----------------------------------------------------*/
/*テーブル
---------------------------------------------------- */
.table_module{
	margin: 0px;
	width: 500px;
	border-spacing: 1px;
}
.table_module th{
	width: 100px;
	height:5px;
	padding: 6px;
	text-align: left;
	font-size:12px;
	font-weight: normal;
	border-right: 1px solid #bcbc9f;
	border-bottom: 1px solid #bcbc9f;
	color: #006699;
	background: url(../images/expand/thbg.gif) repeat-x bottom #dedecf;
	line-height:120%;
}
.table_module td {
	width: 380px;
	height:5px;
	font-size:12px;
	padding: 6px;
	border-right: 1px solid #d1d1c1;
	border-bottom: 1px solid #d1d1c1;
	color: #333333;
	background: #f1f1ed;
	line-height:120%;
}

/*サイトマップ
---------------------------------------------------------------*/
/*左
---------------------------------------------------- */
#readLeft{
	margin:0px 10px 20px 5px;
	padding:0px;
	float:left;
	font-size:10px;
	line-height:150%;
	width: 250px;
}	

/*右
---------------------------------------------------- */
#readRight{
	margin:0px 5px 20px 0px;
	padding:0px;
	float:left;
	font-size:10px;
	line-height:150%;
}

/*左右共通
-------------------------------------------------*/
#readLeft p,#readRight p{
	margin: 0px 0px 20px 10px;
	/*width: 200px;	*/
	font-size: 10px;
	line-height: 150%;
	color: #4d4d4d;
}　


/* リンク
---------------------------------------------------- */
a:link {
	text-decoration:none;
	color: #3366ff;
}
a:visited {
	color: #3366ff;
	text-decoration:none;
}
a:hover, a:active {
	color: #ff9933;
	text-decoration:none;
}

a img {
  border: none;
  color: #ffffff;
}
/* error
20071010追加
---------------------------------------------------- */
#error {
	background: url(../images/ir/error.gif) 50% 45% no-repeat;
}
/*IR一問一答
ul.headmenu
----------------------------------------------------------------------*/
ul.headmenu {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	list-style: none;
	font-size: 12px;
}
ul.headmenu li {
	margin: 0;
	margin-bottom: 3px;
	width: 240px;
}
