@charset "shift_jis";

/*全般*/

body {
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;	/*全体の背景色*/
	background-color: #FFFFFF;
	background-image: url(../images/background_canpany.jpg);
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
}

img {
	border: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 916px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 80px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 15px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
	line-height: 12px;
	position: absolute;
	top: 54px;			/*ヘッダーブロックに対して上から34pxの位置に配置*/
	right: -1px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	height: 25px;
}
#header h1 a {
	text-decoration: none;
}


/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	margin-right: 4px;
	padding-bottom: 15px;
}

/*一番右のメニュー設定*/
ul#menu li.last {
	margin-right: 0px;
}
ul#menu li a {

	text-decoration: none;
	text-align: center;		/*文字をセンタリング*/
	width: 180px;			/*メニュー１個あたりの幅*/
	display: block;
	overflow: hidden;
	background: url(../images/menu_bg.gif) no-repeat center top;	/*メニュー背景画像の読み込み＆上部分を表示させる*/
	line-height: 30px;
	height: 30px;
	color: #6d573e;	/*文字色*/
}
ul#menu li a:hover {
	background: url(../images/menu_bg.gif) no-repeat center center;	/*メニュー背景画像の読み込み＆上下の中央部分を表示させる*/
	color: #FFF;	/*文字色*/
}
/*現在表示中のメニュー設定*/
ul#menu li#current a {
	color: #FFF;	/*文字色*/
	background-image: url(../images/menu_bg_company.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*コンテンツ（mainとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 876px;	/*メインコンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}

/*h2タグ設定*/
#main h2 {
	font-size: 180%;
	clear: both;
	padding-left: 50px;	/*背景画像の読み込み＆リピートしない*/
	line-height: 36px;
	width: 836px;
	overflow: hidden;
	color: #413425;	/*文字色*/
	background-image: url(../images/maru_green_s.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	}

/*会社案内テーブル
---------------------------------------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing: 0;
	background-color: #FFF;
}
.mb1em {
	margin-bottom: 1em;
}

.ta1 {
	width: 670px;
	background: #FFFFFF;	/*テーブル全体の背景色*/
	margin-right: auto;
	margin-left: auto;
	color: #666;			/*テーブル全体の文字色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #666;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.5;
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 120px;
	padding: 10px;
	text-align: center;
	background: #dcdcdc;	/*背景色*/
}

/*テーブル内の右側*/
.ta1 td{
	width: 550px;
	padding: 10px;
}

/*会社写真
---------------------------------------------------------------------------*/
#company_photo {
	text-align: center;
	height: 220px;
}
#container #contents #main #company_photo img {
	padding: 10px;
}



/*プロフィール
---------------------------------------------------------------------------*/
#container #contents #main #profile .left {
	float: left;
	width: 550px;
	line-height: 25px;
	margin-bottom: 30px;
	padding-left: 30px;
	font-weight: bold;
}
#container #contents #main #profile .right {
	float: right;
	width: 250px;
	padding-left: 10px;
	margin-right: 10px;
	
}

/*経歴テーブル
---------------------------------------------------------------------------*/
.ta2 {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	color: #666;			/*テーブル全体の文字色*/
	margin-top: 30px;
	margin-top: 20px;
	clear: both;
}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #666;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1;
}

/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 90px;
	padding: 10px;
	text-align: center;
}
/*テーブル内の右側*/
.ta2 td{
	width: 530px;
	padding: 10px;
}

/*フッター（copyrightなど入っているHP最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 20px;
	padding-bottom: 20px;
    line-height: 20px;
	background: #FFF url(../images/footer_bg.gif) no-repeat center top;	/*背景色、背景画像の読み込み＆上部に表示*/
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;	/*リンクテキストの色*/
}
a:hover {
	color: #0066CC;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

#main a {
	color: #333;	/*リンクテキストの色*/
}
#main a:hover {
	color: #FC0;	/*マウスオン時のリンクテキストの色*/
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}



/*その他
---------------------------------------------------------------------------*/
h1,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
.clear {
	clear: both;
}
