.img-l{
margin:25px;
float:left;
}

.text{
line-height:150%;
padding:10px;
}
.left{
align:left;
}
.red{
line-height:150%;
color:red;
}

.freebox{
border:solid 1px #BCBCBC;
padding:10px;
}
h2 .freebox
{
font-size:13px;
font-weight:bold;
padding:5px;
background:#B3C5D9;
border-color:#2B609C;border-width:0 0 0 3px;border-style:solid;
}

.blue{
line-height:200%;
color:blue;
}

/**************************************************
* デフォルトスタイル
***************************************************/
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,em,strong,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:800px;
 padding-top:0px;
 margin-right:auto;
 margin-left:auto;
}

/**************************************************
* ヘッダー
***************************************************/

div#header
{
 background: url(../images/headerbg02.jpg) top center no-repeat;
 width:800px;
 height:226px;
 position:relative;
}

div#header h1{
 font-weight:bold;
 font-size:180%;
 padding:5px;
}

ul#top-menu {
	margin: 0;
	padding: 0;
	line-height: 1;
	background-color: #eee;
	list-style-type: none;
}

ul#top-menu li {
	margin: 0;
	padding: 0;
	float: left;
	width:200px;
	text-align: center;
	font-size: 13px;
}

ul#top-menu li a {
	border-right: 1px solid #666;
	padding: 9px 20px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

ul#top-menu li a:hover {
	border-color: #ccc;
	color: #333;
	background-color: #ccc;
}

/* ClearFix */

ul#top-menu {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul#top-menu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/**************************************************
* コンテンツ全体
***************************************************/
div#content{
 width:950px;
 margin:5px auto 0px auto;
 padding:0px;
 background:#FFFFFF;
}

div#bgborder{
 display:none;
}	
/**************************************************
* メイン
***************************************************/
div#main .text{
line-height:150%;
padding:10px;
}
div#mainLeft{
 width:640px;
 float:left;
}
div#mainRight{
 width:640px;
 float:right;
}

div#main{
 width:800px;
 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:800px;
 padding-top:20px;
 float:left;
 border-top:2px dashed;
 background:#DDDDDD;
}

div#sidebar .cname{
 width:9px;
 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:800px;
	overflow:hidden;
    margin:0 auto 15px auto;
}

/**************************************************
* フッター
***************************************************/

div#footer{
 clear:both;
 text-align:center;
 background:#DDDDDD;
 padding:10px 0;
}
div#footer a
{
	color:#000000;
}