@charset "utf-8";

/*
Theme Name: Bi-enta
Theme URI: http://www.gaoh.jp/
Author: Saitou, Ogiwara
Description: Bi-enta's theme
Version: 20110115
*/

/* ----------------------------------------
	01. Reset
	02. Layout
	03. Common
	04. Header
	05. RightColoumn
	06. Footer
---------------------------------------- */




/* ----------------------------------------
	Reset
---------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font: 12px Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	color: #333;
}

* html div#container {
	height: 100%;
}

li { list-style: none; }
img { border: none; }
p { line-height: 1.5; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
	color: #333;
}

a:hover {
	color: #666;
}



/* ----------------------------------------
	Layout
---------------------------------------- */
div#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

body > #container {
	height: auto;
}

#header {
	width: 960px;
	margin: 0 auto;
}

#navi {
	background: url(../images/navi_bg.jpg) top left repeat-x;
	clear: both;
}

#content {
	width: 960px;
	margin: 20px auto 0;
	padding-bottom: 182px; /* footerの高さに */
}

div#main {
	float: left;
	width: 740px;
	margin-right: 40px;
}

#right {
	float: right;
	width: 180px;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	height: 172px;
	width: 100%;
	background-color: #222;
}

#footer .footer_info {
	color: #FFF;
	font-size: 10px;
	width: 920px;
	margin: 0 auto;
	padding: 20px 20px 10px;
}

#footer .copy {
	background-color: #111;
	color: #FFF;
	font-size: 10px;
}




/* ----------------------------------------
	Common
---------------------------------------- */
/* --- Header --- */
h1 {
	font-size: 12px;
	font-weight: normal;
	width: 960px;
	margin: 0px auto;
	padding: 10px 0 20px;
	color: #999;
}

#header h2 {
	padding-bottom: 15px;
	float: left;
}

#header ul {
	float: right;
	margin-top: 22px;
}

#header li {
	display: inline;
	padding: 0 10px;
	border-right: 1px #ddd solid;
}

#header li.none {
	padding: 0 0 0 10px;
	border: none;
}


/* --- Header Navi --- */
#navi ul {
	height: 40px;
	width: 960px;
	margin: 0 auto;
}

#navi li {
	height: 40px;
	overflow: hidden;
	float: left;
}


#navi li a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 40px;
	_float: left;
}


#navi li a:hover img {
	position: relative;
	top: -40px;
}

#navi li.shop {
	margin-left: 145px;
}


/* --- Right Navi --- */
#right .right-navi {
	width: 180px;
	margin: 0 0 30px 0;
}

#right .right-navi ul {
	margin: 0 0 30px 0;
}

#right .right-navi li {
	overflow: hidden;
	position: relative;
}

#right .right-navi li.bt_items {
	margin: 0;
}
#right .right-navi li.items {
	margin: 3px 0 5px 3px;
}

#right .right-navi a:hover {
	position: relative;
}


/* --- MainColumn Image --- */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.size-full {
	padding-right: 10px;
}


/* --- MainColumn Postinfo --- */
p.postinfo {
	text-align: right;
	margin:20px 0 0;
	clear: both;
}

p.pagelink { padding: 20px 0; }
span.pageprev { float: left; }
span.pagenext { float: right; }


/* --- RightColumn --- */
#right h3 {
	background: url(images/li_right.jpg) center left no-repeat;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#right li {
	margin-bottom: 10px;
}

#right .n_post li {
	line-height: 1.4;
}


/* --- RightColumn Search --- */
#right input#s {
	width: 130px;
	height: 20px;
}

#right input.bt_search {
	background: url(images/bt_submit.jpg) top left no-repeat;
	width: 34px;
	height: 24px;
	text-indent: -9999px;
}


/* --- RightColumn Calendar --- */
#wp-calendar {
	width: 145px;
	margin: 0 auto 20px;
}

#wp-calendar thead th, #wp-calendar tbody td {
	padding: 3px;
	text-align: center;
}



/* --- Footer --- */
#footer h3 {
	color: #FFF;
	font-size: 12px;
	margin-bottom: 10px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
}

#footer .navi {
	float: left;
}

#footer .info {
	float: right;
}

#footer .navi li, #footer .info li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px #333 solid;
}

#footer .footer_info .l_none {
	padding-left: 0;
}

#footer .footer_info .r_none {
	padding-right: 0;
	border-right: none;
}

address {
	width: 920px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: right;
	font-style: normal;
}




/* ----------------------------------------
	Main
---------------------------------------- */
/* index */
#content .keyimg {
	margin: 0 0 20px;
}

#main h3 {
	border-bottom: 1px #000 solid;
	padding-bottom: 10px;
	font-size: 16px;
	margin-top: 0;
}

.topics {
	width: 320px;
	float: left;
}

.event {
	width: 380px;
	float: right;
}

.purchase {
	width: 380px;
	float: right;
}

.topics dl, .event dl {
	margin-top: 15px;
}

.topics dt, .event dt {
	/* float: left; */
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 1.3;
}

.topics dd, .event dd {
	padding-bottom: 10px;
	line-height: 1.3;
}

.purchase p {
	margin: 15px 0 0 0;
	line-height: 1.6;
}

.more {
	text-align: right;
	padding-top: 10px;
}


/* Archive */
.post_archive {
	margin: 20px auto 0;
	width: 500px;
}

#main h2 {
	border-bottom: 1px #111 solid;
	padding-top: 30px;
	padding-bottom: 10px;
}

#main .post_archive h3 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: none;
	padding-bottom: 20px;
}

#main p {
	margin-bottom: 28px;
}

.post_archive img {
	padding-bottom: 20px;
}

.post_archive dl {
	margin-bottom: 40px;
}

.post_archive dt {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	height: 20px;
}

.post_archive dd {
	padding-bottom: 10px;
	height: 20px;
	font-size: 16px;
}

.post_archive p {
	font-size: 14px;
	line-height: 1.6;
}



/* Page */
#page {
	margin-top: 20px;
}

#page h4 {
	font-size: 16px;
	margin-bottom: 20px;
} 

#page p {
	font-size: 14px;
}

.about p {
	line-height: 2;
}



/* Company */
.com dl {
	margin-bottom: 50px;
}

.com dt {
	float: left;
	margin-bottom: 30px;
	line-height: 1.4;
	height: 18px;
}

.com dd {
	margin-left: 120px;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.4;
	height: 18px;
}


/* Recruit */
.recruit h4 {
	font-size: 16px;
}

.recruit dl {
	font-size: 12px;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
	width: 600px;
	margin-bottom: 20px;
}

.recruit dt, .recruit dd {
	padding: 10px;
}

.recruit dt {
	font-weight: bold;
	float: left;
	border-top: 1px #000 solid;
	width: 140px;
	height: 0;
}

.recruit dd {
	margin-left: 150px;
	line-height: 1.4;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	/* width: 430px; */
}




/* Sitemap */
.sitemap {
	border-bottom: 1px #ccc dotted;
}

.sitemap li {
	background: url(images/li_mark.gif) center left no-repeat;
	float: left;
	margin: 20px 20px 0 20px;
	padding: 10px;
}


/* Law */
#law-table {
}
#law-table {
	width: 98%;
	margin: 0 0 30px 0;
}
#law-table td {
	padding: 8px;
	border-bottom: 1px #CCCCCC solid;
}
#law-table .td_L {
	width: 24%;
}
#law-table .td_R {
	width: 76%;
	border-left: 1px #CCCCCC dotted;
}



