﻿/*
Theme Name: LBA
Theme URI: http://lba.jp/
Description: 
Version: 1.0
Author: naoki / Lba

ARIA by Masao Hhirasawa || http://gucio.jp
*/

/* ---------- レイアウト関連 ---------- */

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #444;
	font-size: 85%;
	font-family:Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ　Pゴシック";
	background: #F0ECE0 url(images/body_bg.jpg) repeat-x;
	}

#wrapper {
	display: block;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #fff;
	/*border-left: 1px solid #E9E3D1;
	border-right: 1px solid #E9E3D1;*/
	}

#header {
	padding: 0 20px;
	margin: 0;
	height: 48px;
	text-align: left;
	/*background: #F8F8EE;*/
	}

#logo {
	float: left;
	height: 48px;
	display: block;
	margin: 8px 0 0 0;
	text-align: left;
	}

#navi{
	clear: both;
	margin: 0;
	padding: 0;
	width: 800px;
	background: url(images/navi_bg.jpg) no-repeat;
	}

#container {
	position: relative;
	margin: 10px 0;
	width: 100%;
	}

#sidebar {
	width: 199px;
	float: left;
	text-align: left;
	}

#main {
	width: 600px;
	float: right;
	text-align: left;
	}

#content {
	width: 560px;
	min-height: 300px;
	text-align: left;
	margin: 24px 0 0 20px;
	}

#footer{
	clear: both;
	display: block;
	width: 800px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: right;
	background: url(images/footer_bg.jpg) no-repeat;
	}



/* ---------- ナビゲーションメニュー ---------- */

#navi ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 8px;
	overflow: hidden;
	height: 32px;
	font-size: 85%;
	}

#navi li{
	float: left;
	width: 94px;
	margin: 0;
	padding: 0 2px;
	overflow: hidden;
	}

#navi li a{
	color: #2f4f4f;
	display: block;
	width: 100%;
	height: 32px;
	padding: 9px 0;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	}

#navi li a:hover{
	background: url(images/navi_bg_hover.jpg) repeat-x;
	}
	
#navi li a.active{
	font-weight: bold;
	color: #000;
	background: url(images/navi_bg_hover.jpg) repeat-x;
	}


	

/* ---------- サイドバー ---------- */

#sidebar h2{
	padding: 15px 0 0 0px;
	background: none;
	margin: 10px 0px 10px 18px;
	}

#sidebar h3 {
	padding: 15px 0 0 0px;
	background: none;
	margin: 10px 0px 10px 20px;
	}

#sidebar p {
	font-size: 80%;
	padding: 0;
	margin: 6px 0 0 20px;
	}

#sidebar p a {
	padding: 6px 0px 0 0;
	}
	
#sidebar ul {
	margin: 0 0 0 20px; 
	padding: 0;
	}

#sidebar ul li {
	font-size: 0.9em;
	list-style: none;
	line-height: 1.1em;
	padding: 5px 15px;
	background: url(images/arrow.gif) no-repeat left;
	}

#sidebar ul li a  {
	text-decoration: none;
	}

#sidebar ul li a:hover {
	text-decoration: underline;
	}




/* ---------- 前のページ・次のページ・トップへ戻る ---------- */

div.navigation {
	display: block;
	width: 95%;
	height: 20px;
	margin: 20px 20px 0 16px;
	}

div.navigation a {
	font-size: 0.85em;
	}

div.alignleft {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	}

div.alignright {
	display: block;
	float: right;
	width: 50%;
	text-align: right;
	}

	
p.contentnavi {
	text-align: right;
	font-size: 75%;
	}

p.gotop {
	text-align: right;
	font-size: 75%;
	margin: 0 20px 0 0;
	}


	
	
	
/* ---------- テーブル関連 ---------- */

table {
	width: 92%;
	margin: 0 auto;
	font-size: 85%;
	border-spacing: 0px;
	border-collapse: collapse; 
	line-height: 150%;	
	}
	
table tbody tr th {
	padding: 2px 16px;
	width: 24%;
	text-align: left
	}	

table tbody tr td {
	padding: 2px 16px;
	width: auto;
	}

table.send {
	width: 500px;
	margin: 20px 0;
	font-size: 100%;
	}

table.send th {
	background: #efefef;
	color: #000;
	font-weight: normal;
	}

table.sitemap {
	width: 95%;
	margin: 20px;
	font-size: 85%;
	border-spacing: 0px;
	border-collapse: collapse; 
	border: none;
	line-height: 220%;	
	}

table.sitemap tbody tr th {
	padding: 2px 10px;
	border-top: none;	
	border-left: none;	
	border-right: none;	
	border-bottom: 1px solid #efefef;
	width: 1%;
	background: none;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	color: #333;
	}	
	
table.sitemap tbody tr td {
	padding: 2px 5px;
	border: none;
	width: auto;
	border-bottom: 1px solid #efefef;
	}	

table#p_body {
	width: 96%;
	margin: 16px auto 16px 7px;
	border-top: 1px solid #dfdfdf;
	}

table#p_body th, td {
	padding: 10px;
	border-bottom: 1px solid #dfdfdf;
	}

table#p_body th {
	white-space: nowrap; 
	}

table#p_body td {
	padding: 10px 20px;
	border-left: 1px solid #dfdfdf;
	}	

table#company {
	width: 94%;
	margin: 10px auto;
	}

table#company th, td {
	padding: 6px;
	margin: 0;
	border-bottom: 1px solid #dfdfdf;
	}

table#company th {
	white-space: nowrap; 
	}


/* ---------- 全体のテキストやイメージなど ---------- */

img{
	border: 0px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}

img.item {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	border: 1px solid #E9E3D1;
	}
	
a{
	color: #2f4f4f;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	font-weight: normal;
	}

h1 {
	margin: 0;
	padding: 0;
	}

h1 a:hover{
	background-color: #fff;
	}

h2{
	clear: left;
	display: block;
	margin: 16px 0px 10px 6px;
	}
	
h3{
	clear: left;
	display: block;
	margin: 16px 0px 10px 6px;
	padding: 8px 0 8px 10px;
	font-size: 95%;
	color: #444;
	background: url(images/h3.jpg) no-repeat;
	}

h4{
	display: block;
	margin: 32px 20px 6px 12px;
	padding: 0 0 0 6px;
	border-left: 2px solid #2f4f4f;
	border-bottom: 1px solid #cfcfcf;
	 font-size: 90%;}

h4 a{
	padding: 1px 2px 1px 2px;
	}
h5{
	display: block;
	margin: 16px 0px 10px 6px;
	padding: 0 0 0 6px;
	border-left: 2px solid #2f4f4f;
	border-bottom: 1px solid #cfcfcf;
	 font-size: 90%;}
h5 a{
	padding: 1px 2px 1px 2px;
	}

p{
	clear: both;
	line-height: 1.6em;
	font-size: 85%;
	margin-left: 18px;
	}

p.right{
	line-height: 100%;
	font-size: 75%;
	text-align: right;
	}

#content p {
	margin-right: 15px;
	}

#content ul {
	margin: 0 0 0 20px; 
	padding: 0;
	}

#content ul li {
	font-size: 0.9em;
	list-style: none;
	line-height: 1.1em;
	padding: 5px 15px;
	background: url(images/arrow.gif) no-repeat left;
	}

#content ul li a  {
	text-decoration: none;
	}

#content ul li a:hover {
	text-decoration: underline;
	}



/* ---------- リンクページ ---------- */
ul.link {
	display: block;
	width; 500px;
	}

ul.link li {
	float: left;
	display: block;
	width: 240px;
	}

	
/* ---------- フッター関連 ---------- */

#footer p{
	font-size: 75%;
	text-align: center;
	margin: 0;
	padding: 0 20px 10px 10px ;
	color: #999;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ　Pゴシック";

	}

#footer p a{
	text-decoration: none;
	}

#footer p a:hover{
	text-decoration: underline;
	}