@charset "utf-8";

/* ------------------------------------
CSS Information

 Site URL:       http://xxx.jp/
 File name:      style.css (http://xxx.jp/css/style.css)
 Summary:        Shigyou Mojyuen Co., Ltd. web site
 Created:        2009-05-26
 Last update:    2009-10-21 by Tomo
 Author:         Tomo

------------------------------------ */

/* -------------------------
 __Resetting
-------------------------- */

@import"reset.css";

/* -------------------------
 __Default style clear

  ＜font-size 対応表＞
 10pt <--> font-size:77%; 
 11pt <--> font-size:85%; 
 12pt <--> font-size:93%; 
 13pt <--> font-size:100%; 
 14pt <--> font-size:108%; 
 15pt <--> font-size:116%; 
 16pt <--> font-size:123.1%; 
 17pt <--> font-size:131%; 
 18pt <--> font-size:138.5%; 
 19pt <--> font-size:146.5%; 
 20pt <--> font-size:153.9%; 
 21pt <--> font-size:161.6%; 
 22pt <--> font-size:167%; 
 23pt <--> font-size:174%; 
 24pt <--> font-size:182%; 
 25pt <--> font-size:189%; 
 26pt <--> font-size:197%; 

-------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	background-color:#FBFBF1;
}

body {
	background: #FFFFFF url(../img/bg2.gif) repeat-x;
	font-size: 100%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	color: #333333;
	line-height: 1.4;
}

p {
	margin: 0 0 1em;
	/*text-indent:1em;*/
}

li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.bold {
	font-weight:bold;
}

.red   { color:#FF0000; }
.green { color:#006600; }
.blue  { color:#0000FF; }
.orange   { color:#FF6600; }
.gray  { color:#999999; }
.white  { color:#FFFFFF; }
.maroon { color:#800000; }

.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}

.va_mid { vertical-align: middle; }

.noindent {	text-indent: 0; }

.fs10 { font-size:77%; }
.fs11 { font-size:85%; }

.fl {float:left;}
.fr {float:right;}
.cb {clear:both;}

/* -------------------------
 __container
-------------------------- */

#container {
	width: 980px;
	margin: 0px auto;
	background-color:none;
}

/* -------------------------
 __header
-------------------------- */

#header {
	padding-top: 0px;
	margin-bottom: 0px;
	background:#FFFFFF url(../img/header_bg.gif) no-repeat;
	height:120px;
	width: 980px;
	margin: 0 auto;
}
 
#header h1 {
	float: left;
	font-size:65%;
	font-weight:normal;
	color: #777777;
	padding:0 0 0 10px;
}

#header h1 a,
#header h1 a:hover {
	height:90px;
	display:block;
	color: #777777;
	text-decoration:none;
}

#header ul,
#header ul li {
	float: left;
}

/*-- __Global Navigation --*/

#g_naviArea {
	width: 980px;
	height:60px;
	margin-top:20px;
	margin-bottom:20px;
}

#g_navi {
	margin:0px;
	position:absolute;
	width: 980px;
	height: 60px;
}

#g_navi li {
	float:left;
	margin:0px;
	width:196px;
}

#g_navi ul {
	display:none;
}

#g_navi ul li {
	width:196px;
	float:none;
}

/*-- __Site Help --*/

#header .siteHelp {
	float: right;
	margin-top: 96px;
	padding-bottom: 5px;
	text-align: right;
}

#header .siteHelp ul {
	float: right;
	padding-right: 10px;
	text-align: center; 
	line-height: 100%;
}
#header .siteHelp ul li {
	border: #68E594 1px solid;
	padding: 2px 6px; 
	display: inline; 
	margin-right: 6px;
	background-color: #68E594;
	font-size:85%;
}
#header .siteHelp ul li:hover {
	border: #FFFFFF 1px solid;
}
#header .siteHelp ul a {
	color: #ffffff;
}
#header .siteHelp ul a:hover {
	text-decoration: none;
}

/* -------------------------
 __swfArea
-------------------------- */

#swfArea {
	width: 980px;
	height: 350px;
	margin:0 auto;
	background-color:none;
	text-align:center;
	z-index:0;
	padding-top:10px;
}
#swfArea img {
	border:#FFFFFF 2px solid;
}


/* -------------------------
 __footer
-------------------------- */

#footer {
	clear: both;
	height:240px;
	background: #FBFBF1 url(../img/bg_footer.gif) repeat-x;
	border-top: 2px solid #68E594;
	color:#888888;
	font-size:77%;
	text-align:center;
}

#footer div {
	width: 980px;
	margin: 0 auto;
}

#footer div ul {
	width: 900px;
	padding:35px 0 40px;
}

#footer div ul li {
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	background: url(../img/glue_footer.gif) no-repeat left center;
	color:#FFFFFF;
}

#footer div ul li.home {
	padding-left: 0;
	background: none;
}

#footer div ul a {
	color: #ffffff;
}

#footer div ul a:hover {
	background: none;
	text-decoration: underline;
}

#footer div p {
	clear: both;
}
/* -------------------------
 __mainTitle
-------------------------- */

#mainTitle {
	clear: both;
	width: 980px;
	/*background: #b5b783 url(../img/bg_contents.gif) repeat-y;*/
	background:none;
}

#mainTitle h2 {
	padding:0 20px 0;
	margin:20px 0 20px;
	z-index:0;
}

/* -------------------------
 __pankuzu
-------------------------- */
#pankuzu {
	padding:0px 0 10px 10px;
	font-size:77%;
	color:#888888;
}

#pankuzu a {
	color:#888888;
	/*font-weight:bold;*/
}

/* -------------------------
 __contents
-------------------------- */

#contents {
	clear: both;
	width: 980px;
	/*background: url(../img/bg_contents.gif) repeat-y;*/
	background-color:#FFFFFF;
	overflow:hidden;
}

/* -------------------------
 __banner top page
-------------------------- */

#bnrtop{
	width:980px;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background-color:#8f9152;*/
	/*background: url(../img/bg_bnrtop.gif) repeat-y;*/
	background-color:#FFFFFF;
}

#bnrtop ul {
	width:910px;
	padding:0 35px;
}

#bnrtop ul li{
	width:260px;
	display: inline;
}
#bnrtop ul li.bnrcenter{
	margin:0 20px;
}


/* -------------------------
 __main
-------------------------- */

#main{
	float: left;
	width: 660px;
	/*background-color: #b5b783;*/
	background: none;
	padding: 0 20px 40px 20px;
}

#main_cafe{
	float: left;
	width: 665px;
	/*background-color: #b5b783;*/
	background: none;
	padding: 0 10px 0px 25px;
}

#main p {
	margin: 1em 0 0;
	padding: 0 10px 0;
}

#main_cafe p {
	margin: 1em 0 0;
}

/*-- __title --*/

#main .title {
	width: 660px;
}

#main .title h2 {
	margin-bottom: 10px;
}

#main .title h3 {
	text-indent:1em;
	font-size:153.9%;
	padding-top:0.2em;
	background:url(../img/ttl_h3_bg.gif) no-repeat;
	/*color: #68E594;*/
	color:#555555;
	margin-top: 30px;
	margin-bottom: 30px;
}
#main_cafe .title h3 {
	text-indent:1em;
	font-size:116%;
	font-weight:normal;
	padding-top:0.2em;
	background:url(../img/ttl_h3_bg.gif) no-repeat;
	/*color: #68E594;*/
	color:#555555;
	margin-top: 30px;
	margin-bottom: 30px;
}

#main .title h4 {
	margin-top: 30px;
	margin-bottom: 5px;
}

#main .title h5 {
	margin-top: 5px;
	margin-bottom: 5px;
}


#main .title ul {
	width: 500px;
	margin-left:35px;
	padding:10px 0 20px;
}

#main .title li {
	list-style:circle inside;
	line-height: 2em;
}

#main .title ul.ab li {
	list-style: upper-alpha inside;
	line-height: 2em;
	font-weight: bold;
}

#main .title ul.ab li li {
	list-style: none inside;
	line-height: 1.5em;
	font-weight:normal;
}
#main .event h3 {
	background:url(../img/ttl_event_bg.gif) no-repeat;
	text-indent:70px;
	font-size:123.1%;
	margin-bottom:0px;
}

#main .topconst img{
	float:left;
	padding-right:20px;
	padding-left:10px;
}

#main .fc_pic {
	float:left;
	margin:10px;
}
#main p.fc {
	padding: 0px 20px;
}

#main ul.thumbnail {
	width:560px;
	padding-left:50px;
	margin: 5px 0;
}
#main ul.thumbnail li{
	display:inline;
	margin-right:3px;
	line-height:190px;
}

#detailtable {
	width:660px;
}
#detailtable .leftsidetable{
	width:300px;
	float:left;
}
#detailtable .rightsidetable{
	width:340px;
	/*float:right;*/
}
#detailtable img {
	padding:5px;
}
#detailtable .text {
	padding-bottom:20px;
}
#detailtable .text p {
	padding:0 15px;
	line-height:1.4em;
}
#detailtable .after1 {
	width:300px;
	/*height:300px;*/
}
#detailtable .after2 {
	width:150px;
	/*height:150px;*/
}
#detailtable .before{
	vertical-align:top;
}
#detailtable .before img{
	float:right;	
	padding:0 0 10px 10px;
}
#detailtable .propose{
	vertical-align:top;
}

.cafe_caption {
	width: 300px;
	padding: 0 10px;
}

/*-- __detail navi --*/

.d_navi {
	margin-top:10px;
	margin-bottom:15px;
	width:570px;
}

/*-- __company --*/

#company table {  
	border:2px solid #888888;  
	width:600px;
	margin-top:20px;
	margin-left:30px;
}  
#company th {  
	width:130px;  
	margin-left:130px;  
	padding:5px 5px 5px 10px;  
	border-left:2px solid #888888;  
}  
#company td {  
	width:515px;  
	margin-left:130px;  
	padding:5px 5px 5px 10px;  
	border-left:1px solid #888888;  
}  
#company tr.c {
	background-color:#FBFBF1;
}  

/*-- __cafe --*/

#cafemenu table {  
	border:2px solid #888888;  
	width:600px;
	margin-left:30px;
	background-color:#FBFBF1;
	color:#333333;
	font-size:85%;
}  
#cafemenu th {  
	width:280px;  
	margin-left:130px;  
	padding:5px 5px 5px 10px;  
	border-left:2px solid #888888;
	color:#888888;	
}  
#cafemenu td {  
	width:365px;  
	margin-left:130px;  
	padding:5px 5px 5px 10px;  
	border-left:2px solid #888888;  
}  
#cafemenu tr {  
	border-top:2px solid #888888;  
}  
#cafemenu tr.c {  
	background-color:#FFFFFF;
	border-top:1px dashed #cccccc;
}  


#teamenu table {  
	border:1px solid #888888;  
	width:600px;
	margin:0 auto;
	color:#333333;
	font-size:85%;
}  
#teamenu th {  
	padding:7px;
	border-right:1px solid #888888;
	border-top:1px solid #888888;
	background-color:#FBFBF1;
	color:#888888;	
}  
#teamenu td {  
	padding:7px;
	border-right:1px solid #888888;
	border-top:1px solid #888888;
	color:#888888;	
}  
#teamenu tr {  
	border-left:1px solid #888888;
	border-bottom:1px solid #888888;
}  
#teamenu img {
	vertical-align:top;
}  
#teamenu li {
	list-style-position:outside;
	list-style-type:circle;
	margin:0 0 0 14px;
}  


#jigyo table{
	width:600px;
	margin-top:10px;
	margin-left:30px;
}

#staff table{
	width:600px;
	margin-left:30px;
}

#staff img{
	/*margin-bottom:10px;
	padding-top:10px;
	padding-right:20px;*/
	margin:10px 20px 10px 0;
	float:left;
}
.map {
	margin-left:10px;
}
/*-- __whatsnew --*/

#whatsnew {
	background: #FFFFFF url(../img/bg_whatsnew.gif);
	margin-top: 20px;
	margin-bottom:20px;
	float: right;
	width: 660px;
	height:350px;
}
#newblog {
	/*margin-top: 20px;*/
	margin-bottom:20px;
	float: right;
	width: 660px;
}

#whatsnew ul {
	width: 500px;
	height:210px;
	margin:60px 80px 0px;
	/*border-bottom: 1px solid #1E1106;*/
	font-size: 84%;
}
#newblog ul {
	width: 600px;
	margin:0 30px;
	/*border-bottom: 1px solid #1E1106;*/
	font-size: 84%;
}

#whatsnew li,
#newblog li{
	font-weight: bold;
	border-bottom:#CCCCCC dotted 1px;
}

#whatsnew li.indent {
	text-indent:1em;
}
#newblog li.ttl{
	font-weight: bold;
	margin-top:15px;
}
#newblog li.indent{
	font-weight:normal;
	padding-left:1em;
}

#whatsnew li a {
	font-weight: normal;
}
#newblog li a{
	/*font-weight: normal;*/
}

#whatsnew img,
#newblog img{
	line-height:0;
}

p.btn_history {
	display:block;
	margin-top:7px;
	text-align:center;
}
p.btn_history a {
	color:#333333;
}
p.btn_history a:hover {
	color:#000000;
	text-decoration:underline;
}

#backnumber {
	width:600px;
	text-align:center;
	margin-top:20px;
	margin-left:30px;
	font-size:77%;
}
/*-- __pagetop --*/

.pagetop {
	clear:both;
    text-align: right;
    margin: 25px 20px 15px 0;
}

.pagetop a {
	color:#888888;
    font-size: 0.75em;
}

.pagetop a:hover {
    color: #333333;
	background:none;
    text-decoration: underline;
}

.shopmenu {
	margin-left:50px;
}
/* -------------------------
 __subContents
-------------------------- */

#subContents {
	float: right;
	width: 260px;
	padding-right: 15px;
	padding-bottom: 120px;
	/*background-color:#8f9152;*/
	background:none;
}
#subContents .submenu {
	float:left;
	width:260px;
	margin:15px 0;
}
#subContents .submenu ul {
	/*height: 150px;*/
}
#subContents .submenu li {
	height: 50px;
}
#subContents .submenu li a {
	display:block;
	height:50px;
}
#subContents .info {
	float: left;
	width: 260px;
	margin-top: 5px;
	background:url(../img/bg_subContents.gif) repeat-y;
}
#subContents .info p {
	padding: 0 15px 0;
}
#subContents .info h3 {
	margin: 0;
	padding-bottom: 15px;
}

/* -------------------------
 __sitemap
-------------------------- */

#sitemap {
	width: 660px;
	background-color:none;
}

#sitemap dt{
	font-weight:bold;
	font-size:120%;
	color:#005243;
}

#sitemap dl{
	margin-bottom:20px;
	margin-left:15px;
}

#sitemap dl dd{
	margin:5px 15px;
	padding-left:15px;
	background:url(../img/arrow.gif) no-repeat left;
}

#sitemap .sitemap-l{
	float:left;
	width:300px;
	padding: 15px 0 20px 20px;
	border-right:1px solid #e5e5e5;
}

#sitemap .sitemap-r{
	float:right;
	width:300px;
	padding: 15px 20px 50px 0;
}

/* -------------------------
 __history
-------------------------- */

#history {
	clear: both;
	width: 740px;
	background-color:#FFFFFF;
	padding: 20px 50px;
}

#history ol {
	margin: 10px 0;
}

#history ul {
	width: 740px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1E1106;
}

#history li .his_ttl {
	font-weight: bold;
	color:#990000;
}

#history li p {
	padding: 5px 10px;
}

/* -------------------------
 __table
-------------------------- */

/*table.tb{
	font-size: 100%;
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	position:relative;
	left:0px;
	margin-top:10px;
}

.tb th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#653818;
    background-color:#ffffff;
    background-position:left top;
    padding:0.3em 1em;
}

.tb td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}
*/
/* -------------------------
 __clearfix
-------------------------- */

.clearfix:after {
  content: ".";    /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {        /* IE7 */
  min-height: 1px;
}

* html .clearfix { /* ~IE6, macIE4,5 */
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* -------------------------
 __Mailform style
-------------------------- */

dl.dlList {
	margin: 20px 0;
	width:660px;  
	border-bottom: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	background-color: #f8f8f8;
}
dl.dlList dt {
	clear: both;
	float: left;
	width: 13em;
	border-top: 1px solid #a3a3a3;
	margin: 0;
	padding: 0.5em 1em;
	font-weight:bold;
}
dl.dlList dd {
	padding: 0.5em 1em;
	margin: 0 0 0 15em;
	border-top: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	background-color: #fff;
}

/* -------------------------
 __tooltips
-------------------------- */

div.tooltip {
	width: 200px;
	position: absolute;
	left: -9999px;
}
div.tooltip p{
	color: #333333;
	background: #FFFFFF;
	padding: 5px 10px;
	border: 5px solid #CCFF00;
	font-size:83%;
}

/* -------------------------
 __mailform thaks page
-------------------------- */

div#thanks {
	padding: 40px 0px 40px 0px;
	text-align: center;
}
div#thanks p {
	font-size: 16px;
}
div#thanks p strong {
	font-size: 18px;
	color: #CC0000;
}


