/**************************************************
* デフォルトスタイル
***************************************************/
html {
	
}

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_bg02-4.gif) top left;
    font-size:90%;
}

div#wrapper{
 width:950px;
 padding-top:0px;
 margin-right:auto;
 margin-left:auto;
}

/**************************************************
* ヘッダー
***************************************************/

div#header
{
 background: url(../images/headerbg02.jpg) top center no-repeat;
 width:950px;
 height:226px;
 position:relative;
}

div#header h1{
 font-weight:bold;
 font-size:180%;
 padding:5px;
}
/**************************************************
* コンテンツ全体
***************************************************/
div#content{
 width:950px;
 margin:5px auto 0px auto;
 padding:0px;
 background:#FFFFFF;
}

div#bgborder{
 display:none;
}	
/**************************************************
* メイン
***************************************************/
div#mainLeft{
 width:640px;
 float:left;
}
div#mainRight{
 width:640px;
 float:right;
}

div#main{
 width:640px;
 float:right;
 padding-top:24px;
 background:#FFFFFF;
}

div#main .cname{
 width:596px;
 height:32px;
 margin:0 auto;
 background: url(../images/main_c02-4.gif) top left no-repeat;
 border-left:solid 1px #BCBCBC;
 border-right:solid 1px #BCBCBC;
 position:relative;
}

div#main .cname h2{
 font-size:16px;
 font-weight:bold;
 color:#565250;
 position:relative;top:7px;left:28px;

}

div#main .cname h2 a{
 color:#565250;
 text-decoration:none;
}

div#main .cwaku{
 width:596px;
 margin:0 auto 10px auto;
 /*background: url(../images/main_bg_m02.gif) top left repeat-y;*/
 border-left:solid 1px #BCBCBC;
 border-right:solid 1px #BCBCBC;
 border-bottom:solid 1px #BCBCBC;
}

div#main .cwaku a{
 background: url(../images/liimg07.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{
 width:596px;
 height:0px;
 margin:0 auto 0 auto;
 overflow:hidden;
 padding-top:1px;
 border-left:solid 1px #BCBCBC;
 border-right:solid 1px #BCBCBC;
 border-top:solid 1px #BCBCBC;
}

div#main .cwakurad2
{
 display:none;	
}

div#main .topFreeArea
{
	width:596px;
	overflow:hidden;
    margin:0 auto 10px auto;
}

/**************************************************
* サイドバー
***************************************************/

div#sidebar{
 width:310px;
 padding-top:24px;
 margin:0px;
 float:left;
 background:#DDDDDD;
}

div#sidebar .cname{
 width:259px;
 height:30px;
 background: url(../images/sub_bg_m02.gif) top left; 
 margin:0 auto;


}

div#sidebar .cname h2
{
 background: url(../images/sub_c02-4.gif) top left no-repeat;
 background-color:#565250; 
 font-size:16px;
 font-weight:bold; 
 color:#FFFFFF;
 padding:7px 0 8px 25px; 
 margin:0 10px;
}

div#sidebar .cname h2 a
{
 color:#FFFFFF;
 text-decoration:none;
}

div#sidebar .cwakurad1{
 width:259px;
 height:5px;
 overflow:hidden;
 margin:0 auto;
 background: url(../images/sub_bg_t02.gif) top left no-repeat;
}

div#sidebar .cwaku{
 width:259px;
 margin:0 auto;
 background: url(../images/sub_bg_m02.gif) top left;
}

div#sidebar .cwaku ul{
 line-height:150%;
 list-style-type:none;
 margin-left:15px;
 padding:8px 0px;
 font-size:90%;
}

div#sidebar .cwaku a{
 background: url(../images/liimg07.gif) no-repeat;
 background-position: 0% 40%;
 padding-left:12px;
}

div#sidebar .cwakurad2{
 width:259px;
 height:2px;
 overflow:hidden;
 margin:0 auto 15px auto;
 background: url(../images/sub_bg_b02.gif) top left;
}

div#sidebar .topFreeArea
{
	width:259px;
	overflow:hidden;
    margin:0 auto 15px auto;
}

/**************************************************
* フッター
***************************************************/

div#footer{
 clear:both;
 text-align:center;
 color:#FFFFFF;
}
div#footer a
{
	color:#FFFFFF;
}