/**************************************************
* デフォルトスタイル
***************************************************/
html {
	background-color:#FFF5C7;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
 font-style:normal;
 margin:0;
 padding:0;
 font-size:100%;
}

table {
     border-collapse:collapse;
     border-spacing:0;
}
 
img {
     border:0
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal
}

caption,th {
     text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
}

div.clear{
 clear:both;
}

/**************************************************
* 全体レイアウト
***************************************************/
body{
	background: url(../images/body_bg01.gif) top center repeat-y ;
    font-size:90%;
}

div#wrapper{
 width:950px;
 padding-top:10px;
 margin-right:auto;
 margin-left:auto;
}

/**************************************************
* ヘッダー
***************************************************/

div#header
{
 background: url(../images/headerbg01.jpg) top center no-repeat;
 width:948px;
 height:240px;
 position:relative;
}

div#header h1{
 font-weight:bold;
 font-size:180%;
 padding:5px;
}
/**************************************************
* コンテンツ全体
***************************************************/
div#content{
 width:950px;
 margin:2px auto 0px auto;
 padding:0px;
}

div#bgborder{
 background: url(../images/headerbg_b01.gif) top center no-repeat;
 width:950px;
 height:6px;
 overflow:hidden;
}	
/**************************************************
* メイン
***************************************************/
div#mainLeft{
 width:640px;
 float:left;
}
div#mainRight{
 width:640px;
 float:right;
}
div#main{
 width:640px;
 float:right;
 padding-top:32px;
}

div#main .cname{
 width:600px;
 height:32px;
 margin:0 auto;
 background: url(../images/main_c01.gif) top left no-repeat;
 position:relative;
}

div#main .cname h2{
 font-size:16px;
 font-weight:bold;
 color:#603213;
 position:relative;top:7px;left:28px;
}

div#main .cname h2 a{
  color:#603213;
  text-decoration:none;
}

div#main .cwaku{
 width:596px;
 margin:0 auto 10px auto;
 /*background: url(../images/main_bg_m01.gif) top left repeat-y;*/
 border-left:solid 2px #BCBCBC;
 border-right:solid 2px #BCBCBC;
 border-bottom:solid 2px #BCBCBC;
}

div#main .cwaku a{
 background: url(../images/liimg01.gif) no-repeat;
 background-position: 0% 40%;
 padding-left:12px;
}

div#main .cwaku ul{
 line-height:150%;
 list-style-type :none;
 margin-left :10px;
 padding-top:5px;
 font-size:90%;
}

div#main .cwakurad1
{
 display:none;
}

div#main .cwakurad2
{
 display:none;	
}

div#main .topFreeArea
{
	width:600px;
	overflow:hidden;
	margin:0 auto 10px auto;
}

/**************************************************
* サイドバー
***************************************************/

div#sidebar{
 width:306px;
 padding-top:30px;
 margin:0px;
 float:left;
 background: url(../images/sub_bg01.gif);
}

div#sidebar .cname{
 width:259px;
 height:31px;
 background: url(../images/sub_bg_m01.gif) top left; 
 margin:0 auto;

}

div#sidebar .cname h2
{
 background: url(../images/sub_c01.gif) top left no-repeat;
 background-color:#F0E0A1; 
 font-size:16px;
 font-weight:bold; 
 color:#603213;
 padding:7px 0 8px 23px; 
 margin:0 10px;
}

div#sidebar .cname h2 a
{
 color:#603213;
 text-decoration:none;
}

div#sidebar .cname h3
{
 background-color:#F9E9AA;
 font-size:13px;
 font-weight:bold;
 color:#603213;
 padding:4px;
 margin:10px 10px 0 10px;
}

div#sidebar .cwakurad1{
 width:259px;
 height:6px;
 overflow:hidden;
 margin:0 auto;
 background: url(../images/sub_bg_t01.gif) top left no-repeat;
}

div#sidebar .cwaku{
 width:259px;
 margin:0 auto;
 background: url(../images/sub_bg_m01.gif) top left;
}

div#sidebar .cwaku ul{
 line-height:150%;
 list-style-type:none;
 margin-left:15px;
 padding-top:8px;
 font-size:90%;
}

div#sidebar .cwaku a{
 background: url(../images/liimg01.gif) top left no-repeat;
 background-position: 0% 40%;
 padding-left:12px;
}

div#sidebar .cwakurad2{
 width:259px;
 height:5px;
 overflow:hidden;
 margin:0 auto 15px auto;
 background: url(../images/sub_bg_b01.gif) top left;
}

div#sidebar .topFreeArea
{
	width:259px;
	overflow:hidden;
	margin:0 auto 15px auto;
}

/**************************************************
* フッター
***************************************************/

div#footer{
 clear:both;
 width:952px;
 /*height:12px;*/
 background: url(../images/footbg01.gif) top left;
 background-repeat:repeat-x;
 text-align:center;
 margin:0 auto;
 padding-top:2px;
}