/*  
Theme Name: 株式会社GENO　基本スタイル
Theme URI: http://www.geno.co.jp/
Description: 株式会社GENOのサイトにて起用されるスタイルシートです。
Version: 1.02
Author: 株式会社GENO　IT事業部
Author URI: http://www.geno.co.jp/
*/


/* ALL RESET  */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding:0;

	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, h7, p, ol, ul, pre, blockquote {
	margin-top: 12px;
	margin-bottom: 12px;
}

ul , li {
	margin-left: 0;
	padding-left: 0;
}

form, input {
	margin: 0;
	padding: 0;
}
	
a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #ff00ff;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:active {
	color: #ffff00;
	text-decoration: underline;
}


/* BASE SETTING */

body {
	color: #333;
	background-color: #999999;
}
	
#container {
	margin: 10px auto 10px auto;
	width: 780px;
	text-align: center;
	background-color: #fff;
}
	
#contents {
	background: url('http://www.geno.co.jp/archives/images/geno_bg_content.gif') repeat-y top right;
	text-align: left;
}

#header {
	clear: both;
	width: 780px;
	height: 94px;
	background: url('http://www.geno.co.jp/archives/images/geno_bg_header.gif') repeat-x bottom right;
}


#header_left {
	float: left;
	width: 210px;
	text-align: left;
}

#header_right {
	float: right;
	margin-left: -210px;
	width: 100%;
	min-width: 600px;
	text-align: right;
}


#sidebar {
	float: left;
	width: 180px;
	padding-right: 25px;
	padding-left: 5px;
	text-align: left;
	background: url('http://www.geno.co.jp/archives/images/geno_bg_sidebar.gif') repeat-y top right;
}

#sidebar h2 {
	font-size: 144%;
	font-weight: bold;
	text-align: center;
	background: url('http://www.geno.co.jp/archives/images/geno_bg_sidebar_h2.gif') repeat-x top left;
}

#sidebar li {
	list-style-type: none;
}

#sidebar ul li .midashi {
	font-size: 152%;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 5px;
	list-style-type: none;
	border-bottom: 1px solid #990000;
	background: url('http://www.geno.co.jp/archives/images/geno_bg_sidebar_arrow.gif') no-repeat bottom right;
}

#sidebar p.contents {
	padding: 2px;
	font-size: 100%;
	text-align: left;
	line-height: 1.25;
	background-color: #ccffcc;
}

#main {
	float: right;
	width: 560px;
	margin-right: 10px;
	_margin-right: 0;
	_padding-right: 10px;
	text-align: left;
}

#main .entry {
	background: url('http://www.geno.co.jp/archives/images/geno_bg_main_shopentry.gif') repeat-y top right;
}

#main .entry-header {
	background: url('http://www.geno.co.jp/archives/images/geno_img_main_shoptop.gif') no-repeat top right;
}

#main .entry-footer {
	background: url('http://www.geno.co.jp/archives/images/geno_img_main_shopbottom.gif') no-repeat top right;
}


#main h2 {
	font-size: 129%;
	height: 27px;
	background: url('http://www.geno.co.jp/archives/images/geno_bg_main_h2.gif') no-repeat left top;
	padding-top:1px;
	color: white;
	text-indent: 1em;
}

#main h2.shop {
	padding-top: 18px;
	background: none;
	color: #333;
	font-size: 1.5em;
}

#main h3 {
	padding: 3px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

h4.shoptitle {
	font-size: 144%;
	padding: 5px;
	line-height: 1;
}
p.shopdata {
	padding-right:5px;
}


blockquote.caution {
	padding: 5px;
	background-color: #cccccc;
}

#main li.koumoku {
	margin-left: 20px;
	text-indent: 0;
}

#footer {
	clear: both;
	width:  780px;
	height: 36px;
	background-image: url('http://www.geno.co.jp/archives/images/geno_bg_footer.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

table.prof {
	color: #000;
}

p.env {
	color: #000;
	background: url('http://www.geno.co.jp/archives/images/geno_img_env.jpg') no-repeat bottom right;
}

#main dt {
	text-indent: 1em;
}

#main dd {
	padding-bottom: 1em;
	text-indent: 0;
	line-height: 1.5;
}

p.footcaption {
	margin-top: 3em;
	text-align: center;
}

/* ADJUSTMENT for IE */

p.shopdata {
	_padding-right: 3px;
}


/* TEXT */
span.shop {
	font-size: 10px;
}


/* Publicity Form */
table.pub_list {
border-collapse: collapse;
border-spacing: 1;
empty-cells: show;
}
table.pub_list tr td {
margin: 12px;
}