﻿ @charset "UTF-8";

/* カーボローディングページ
   2007年　大橋作成
   2007/11/28 窪田 （カーボローディング専用に変更）
   2008/03/14 大橋（clubwgh.jp用に変更）
---------------------------------------------*/

/* 基本スタイル
---------------------------------------------*/
body, div,
ul, li, 
h1, h2, h3, h4, h5, h6, 
form, textarea, p, td {
	margin:0pt;
	padding:0pt;
}
/*  safariのmarginを0に設定するため
---------------------------------------------*/
html   {
	border: none;
}

body   {  
	font:13px/1.22 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ',Meiryo, 
	'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
        background-image:url("../img/background.gif");
	font-size: 87%;
	letter-spacing :normal; 
	line-height:1.3;
	color: #333;
}

/*  safari only  */
/*html:\66irst-child body {
	font-size:12px; 
}*/

/* 画像の下の隙間を消す*/

img    {
	border:0;
	vertical-align: top;
}


/* リンク
---------------------------------------------*/
a:link     {
	text-decoration:none;
	color: #0033CC;
}
a:visited  {
	text-decoration:none;
	color: #4E9BE7;
}
a:hover    {
	 color:0033CC;
	text-decoration:underline;
}
a:active   {
	text-decoration:none;
	color: #000099;                
}
/* リンク　オンマウス 青→赤
---------------------------------------------*/
A.textLink:link    {
	text-decoration:none;
	color: #4682b4;
    font-weight: bold;
}
A.textLink:visited {
	text-decoration:none;
	color: #4682b4;
	font-weight: bold;

}
A.textLink:active  {
	text-decoration:none;
	font-weight: bold;

}
A.textLink:hover   {
	text-decoration:underline;
	color:#A60029;
	font-weight: bold;

}

/* container　と　ヘッダー
---------------------------------------------*/
#container {
	width: 740px;
	border-right:solid 1px #B9B9B9;
	background-color: #fff;   
	margin: 0 auto;          
}

#header {
        width: 740px;
}

#nav   {
	width: 740px;
	height: 28px;
	background-color: #333399;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #B9B9B9;
}
 
#navbox {
	margin-top: 3px;
	margin-left: 485px; 
	width:245px;
}

#title { 
	width: 715px;
	background-color: #91D328;/* カーボローディング用緑?oohashi*/
	color: #fff;
	/*font-weight: bold; */
	font-size:small;
	margin: 10px 0px 0px 10px;
	padding: 2px 0px 2px 5px;             
}

#title1 {
	float: left;
	width: 535px;/* margin分減545→535?080314?oohashi*/
}

#title2 {
	float: right;
	width: 170px;
}
/* リンク　オンマウス タイトル文字　白
---------------------------------------------*/
#title2 a:link     {
                    text-decoration:none;
                    color: #fff;
}
#title2 a:visited  {
                    text-decoration:none;
                    color: #fff;
}
#title2 a:hover    {
                    color:#fff; text-decoration:underline;
}
#title2 a:active   {
                    text-decoration:none;                 
}


/* 背景からテキストが出ないようにハック
---------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*　カーボローディング本体contents内 
---------------------------------------------*/
#contents  {
    width: 670px;
    margin: 30px 50px 20px 20px;
    border:1px;
    border-color:#333333;
    font-size: 87%;
}

#contents h2 {
    margin: 0 0 0.4em 20px;
	font-size: 120%;
 	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
	line-height: 1.75;
}
#contents h3 {
    margin: 0 0 0 20px;
	font-size: 120%;
 	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
	line-height: 1.3em;
}
#contents p   {
    margin: 0 0 1em 20px;
	text-align: justify;
	line-height: 1.75;
}

#contents .section  {
	margin: 20px 10px 15px 10px;
   	width: 295px;
}

#contents #section1,
#contents #section5  {
    float: left;
}

#contents #section7  {
    float: left;
	margin: 10px 0 5px 45px;/* 左下メニュー表示位置修正080318　oohashi*/
}

#contents #section2,
#contents #section3,
#contents #section6  {
    float: right;
}

#contents .honbun  {
	clear: both;
	padding: 0 20 1em 0px;
	text-align: justify;
	line-height: 1.75;
	width: 100%; /* for WinIE */
}

.listSection {
	margin: 0 0 20px 0;
}
.listSection li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	background : url(../img/libg.gif) no-repeat 0px 0px;
	font-color:#007FB5;
    	font-size: 85%;
	line-height: 1.5;
	list-style-type: none;
}

.listSection li a,
.listSection li a:visited,
.listSection li a:focus  {
	color:#007FB5;
	text-decoration:none;
}
.listSection li a:hover {
	color:#E36000;
	text-decoration:none;
}

#main  {
    margin-top: 20px;
    margin-left: 5px;
    width: 545px;
    float: left;
}

/* table 12/3 kubota
---------------------------------------------*/
#Hyou  {
    margin: 30px 0px 20px 40px;
}
#cl3Hyou  table {
    font-size:small;
    _font-size:x-small;
    background-color:#fff;
    border-collapse: collapse;
    border:solid #cccccc 1px;
    width:80%;
}

.col {
    color:#414141;
    text-align:center;
    padding:2px;
    text-transform:uppercase;
    height:20px;
    background-color: #fff;
    font-weight: normal;
    border:solid #cccccc 1px;
}


#cl3Hyou  tbody td {
    color:#414141;
    padding:5px 5px 5px 30px;
    text-align:left;
    border:solid #cccccc 1px;
}
.col2 {
    text-align:left;
    padding:2px 2px 2px 5px;
    background-color: #fff;
    color:#414141;
    font-weight:normal; 
    border:solid #cccccc 1px;
}

#cl3Hyou  tbody td p tbody th  {
    color:#6C8C37;
    text-decoration:none;
    font-weight:normal; 
    display:block;
    padding-left:15px;
    border:solid #cccccc 1px;
}

.rightbox  img {
    float: right;
}
.rightbox {
	text-align: justify;
    line-height: 1.75;
    width: 95%;
}
.rightbox2 img {
    float: right;
}
.rightbox2 {
	text-align: justify;
    line-height: 1.75;
    width: 95%;
   
}
#box1  {
    margin: 20px 20px 0px 50px;
    height: 100px;
}

/* 第5回カーボローディング
---------------------------------------------*/
.section3R {
	margin: 20px 10px 15px 5px;
    width: 402px;
    line-height: 1.3em; 
   	font-weight: normal; 
    float: right;
}

.section5R  {
	margin: 20px 5px 15px 20px;
    width: 188px;
    float: left;
}

.honbun  {
	clear: both;
	padding: 0 20px 1em 20px;
	text-align: justify;
	line-height: 1.75;
	width: 100%; /* for WinIE */
}

.honbunR  {
	clear: both;
	margin-top: -15px;
	padding: 0 20px 1em 40px;
	text-align: justify;
	line-height: 1.75;
	width: 100%; /* for WinIE */
} 
.section3R h2  {
    color: #ff6600;
}

.listSection2  {
	margin : 0px 0 0 30px;
	padding-left: 10px;
	font-color:#007FB5;
	font-size:small;
    _font-size:x-small;
	line-height: 1.5;
	list-style-type: disc;
}   

.listSection3 {
	margin : 0px 0px 0 30px;
    padding-left: 15px;
    font-color:#007FB5;
    font-size:small;
    _font-size:x-small;
	line-height: 1.5;
	list-style-type: decimal;
} 

.sectionPa1 {
	margin: 20px 0px 15px 5px;
    width: 178px;
    line-height: 1.3em; 
   	font-weight: normal; 
    float: right;
}

.sectionPa2  {
	margin: 20px 5px 15px 20px;
    width: 412px;
    float: left;
}

/* 第6回カーボローディング
---------------------------------------------*/
.section6T {
	margin: 20px 5px 15px 20px;
    width: 352px;
    line-height: 1.3em; 
   	font-weight: normal; 
    float: left;
    padding-bottom: 20px;
}

.section6I  {
	margin: 20px 5px 15px 10px;
    width: 238px;
    float: right;
}
.section6I img {
	margin-top:150px;

}
.section6T h2  {
    color: #ff6600;
}
.section5R img  {
	margin: 40px 0 0 10px;
}
.section6T h3  {
    padding-left: 20px;
}
#listSection6  {
	margin : 0px 0 0 50px;
    padding-left: 10px;
    font-color:#007FB5;
	font-size:small;
    _font-size:x-small;
	line-height: 1.5;
	list-style-type: disc;
}  

/*レシピ関係
---------------------------------------------*/
/*  材料表示 */

#material { text-align: left; }

#material table 
	{ 
	width: 335px; 
	margin: 10px 10px 0 10px; 
	font-size:90%;
	}
#material th
	{ 
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #91D328;
	padding: 0 0 0 18px;
	}
#material td
	{ 
	border-bottom: 1px dotted #91D328;
	}

/*  作り方  */

.howto { 
	margin: 0; 
	padding: 5px 0 0 0; 
	border-bottom: 1px dotted #C9BA7B;
	}

.howto ol { 
	margin: 0 10px 10px 10px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: inline;
	 }

.howto p { 
	margin: 0 0 1em 10px; 
	padding: 0;
	 }

/* 第8.9.10 12回カーボローディング
---------------------------------------------*/
   
table.cl8 {
  margin: 5px 0px 20px 40px;
  width: 350px;
  border-collapse: collapse;
  border: solid 1px #666;
  font-size:small;
  _font-size:x-small;
}

table.cl8 th,
table.cl8 td {
  border: solid 1px #666;
  padding: 4px 6px;
}
table.cl8 th {
  background: #E6E6E6;
  text-align: left;
  white-space: nowrap;
  color: #666;
}

table.cl81 {
  margin: 5px 0px 5px 40px;
  width: 90%;
  border-collapse: collapse;
  border: solid 1px #666;
  font-size:small;
  _font-size:x-small;
}

table.cl81 caption {
	text-align: left;
	font-size:small;
	margin-bottom: 10px;/* FX用*/
	margin-left: 40px;;/* FX用*/
	padding: 5px 0px 15px 0px;/* IE用*/
}

table.cl81 th,
table.cl81 td {
  border: solid 1px #666;
  padding: 4px 2px 4px 10px;
  text-align: center; 
  
  
}
table.cl81 th {
  background: #E6E6E6;
  text-align: left;
  white-space: nowrap;
  color: #666;
}

table.cl12 {
  margin: 5px 0px 20px 40px;
  width: 640px;
  border-collapse: collapse;
  border: solid 1px #666;
  font-size:small;
  _font-size:x-small;
}
table.cl12 th,
table.cl12 td {
  border: solid 1px #666;
  padding: 4px 6px;
}
table.cl12 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

/* 文章内赤字*/
.style2 {color: #FF0000}

/* 8回表注釈説明（*）*/
.style3 {
  font-size:small;
  _font-size:x-small;
	color:#CC6600;
	text-indent: 40px;		
}
/* 8回表注釈説明（*の文字色）*/
.style4 {
	color: #CC6600;
	font-size:x-small;
}



/*footer
---------------------------------------------*/

#footer {
	clear: both;
	width: 740px;
	text-align:center;
	font-size: 0.9em;
	background-color: #fff; 
  
}

#pan li {
	display: inline;
}

#copyright {
	margin-top: 5px;
        width: 740px;
        background-color: #333399;
        border-top: solid 1px #999999;    
}

address {
	padding: 3px 0;
    	font-style: normal;
    	color: #fff;
} 
