body {
	margin:0px;
	padding:0px;
	font-size:80%;
	line-height:1.6;
	text-align:center;
}

body * {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-style:normal;
	font-family:sans-serif;
}

img {
	vertical-align:bottom;
	border:none;
}

a { color:#04c; }
a:hover { color:#c40; }

p { padding-bottom:25px; }
em {
	color:#ff8916;
	font-weight:bold;
}
strong {
	color:#f22;
	font-weight:bold;
}
strong.big { font-size:140%; }

h1 { float:left; }
h2 {
	width:950px;
	margin:0px auto;
	text-align:left;
}
h3 {
	font-size:130%;
	color:#fff;
	font-weight:normal;
	padding:2px 10px;
	margin-bottom:15px;
	text-shadow:1px 1px 0px #444;
	background-color:#0d549c;
}
h3 a { float:right; }
h3 img { vertical-align:middle; }

h4 {
	color:#f78f2a;
	border-bottom:solid 2px #d2d2d2;
	width:100%;
	margin-bottom:15px;
}

h5 {
	font-weight:bold;
	font-size:120%;
	padding:3px 0px;
	margin-bottom:10px;
	color:#004ea2;
	line-height:1.4;
}
h6 {
	font-weight:bold;
	font-size:100%;
	padding-bottom:10px;
	color:#669;
}

form input {
	margin-bottom:2px;
}


input { padding:2px; }
input.text-form { width:120px; }

.all {
	width:950px;
	margin:0px auto;
}



/*** ヘッダ **********************/

.head-address {
	background:#666666;
	border-bottom:solid 1px #000000;
	padding:2px 0px;
	color:#ffffff;
}

.head-address address {
	width:950px;
	margin:0px auto;
	color:#fff;
	min-height:20px;
	_height:20px;
	text-align:right;
}
.head-address address img {
	float:left;
	vertical-align:middle;
}

#head {
	min-height:81px;
	_height:81px;
	background:#ededed url("img/head_wall.gif") top repeat-x;
	border-bottom:solid 1px #ffffff;
	width:100%;
}

#head div.all {
	padding:0px;
	text-align:right;
}

#head div {
	padding:30px 0px;
}


#head p {
	display:inline;
	margin:0px 10px;
	padding-bottom:0px;
}
#head p img {
	vertical-align:middle;
}

#head ul.text-menu {
	background:#999999;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:2px 3px;
	display:inline;
}
#head ul.text-menu li {
	display:inline;
	font-size:110%;
}
#head ul.text-menu li a {
	color:#fff;
	text-decoration:none;
	border-right:solid 1px #fff;
	padding:0px 5px;
	font-weight:bold;
}
#head ul.text-menu li.end a {
	border:none;
}
#head ul.text-menu li a:hover {
	text-decoration:underline;
}

#head input {
	padding:0px 3px;
	font-size:90%;
}



#title {
	width:100%;
	background-color:#e7e7e7;
	border-bottom:#999999 1px solid;
	border-top:#999999 1px solid;
}



/*** コンテンツ ***/

#main .all {
	text-align:left;

}

/*** 左カラム ***/

#content {
	width:665px;
	float:left;
	padding-top:30px;
}

/*** 右カラム ***/

#main #right-column {
	padding:30px 15px 0px 15px;
	width:240px;
	float:right;
	background:#f6f6f6;
	margin-bottom:30px;
}



#main #right-column ul{
	list-style:none;
	margin-bottom:30px;
}

#main #right-column ul li a{
	display:block;
	margin-bottom:5px;
	width:236px;
	height:86px;
	padding:1px;
	background-color:#fff;
	border:1px solid #ccc;
}

#main #right-column ul.qr li{
	width:240px;
	height:66px;
}

#main #right-column ul li a:hover{
	border:1px solid #f78f2a;
}

#main #right-column ul li a img{
	border:none;
}





/*** フッタ ***/
#foot {
	clear:both;
	padding:10px 0px;
	background:url("img/common/wall_foot.gif") top repeat-x;
	border-top:#e7e7e7 1px solid;
}

#foot .all{
	text-align:right;
}




/*** トップ ***/

#main-top {
	padding: 0px;
	width:100%;
	background-color:#e7e7e7;
	border-bottom:#999999 1px solid;
	border-top:#999999 1px solid;
}
#main-top .all *{
	text-align:center;
	padding:0;
}

#main-bottom{
	background-color:#f6f6f6;
}

#main-bottom .all{
	text-align:center;
	padding:25px 0px;
}

#main-bottom .all ul{
	list-style:none;
	width:810px;
	height:90px;
	margin:0px auto;
}

#main-bottom .all ul li{
	display:block;
	float:left;
	margin: 0px 15px;	
}

#main-bottom .all ul li a{
	display:block;
	margin-bottom:5px;
	width:236px;
	height:86px;
	padding:1px;
	background-color:#fff;
	border:1px solid #ccc;
}

#main-bottom .all ul li a:hover{
	border:1px solid #f78f2a;
}

/*** その他 ***/

a em {
	display:none;
}

.inline {
	display:inline;
}

h3.greeting {
	border:none;
	background:none;
	padding:0px;
}

.right{
	float:right;
}

/*** 法人概要テーブル ***/

#content table {
	border-collapse:collapse;
	border:solid 1px #ccc;
	margin-bottom:15px;
	width:660px;
}
#content table td , #content table th {
	padding:4px 10px;
	border:solid 1px #ccc;
}
#content table th {
	background:#eee;
}

