/**************************************************
* デフォルトスタイル
***************************************************/
html {
	background-color:#F7E8F6;
}

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-4.gif) top center repeat-y ;
    font-size:90%;
}

div#wrapper{
 width:950px;
 padding-top:2px;
 margin-right:auto;
 margin-left:auto;
}

/**************************************************
* ヘッダー
***************************************************/

div#header
{
 background: url(../images/headerbg01.jpg) top center no-repeat;
 width:950px;
 height:200px;
 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-4.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:0px;
}

div#main .cname{
 width:600px;
 height:32px;
 margin:0 auto;
 background: url(https://amakusa-web.jp/Sozai/Mg/FileAccess.aspx?aplUseNo=5278&angoFileKey=nl%2bFHgHoaTP8tis3G1U%2b5w%3d%3d&angoFolderKey=%2boJNNgRczvNgZEOTvGZV2g%3d%3d) top left no-repeat;
 position:relative;
}

div#main .cname h2{
 font-size:16px;
 font-weight:bold;
 color:#3F2534;
 position:relative;top:7px;left:28px;
}

div#main .cname h2 a{
  color:#3F2534;
  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 #D3BCF7;
 border-right:solid 2px #D3BCF7;
 border-bottom:solid 2px #D3BCF7;
}

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:640px;
	overflow:hidden;
	margin:0 auto 10px auto;
}

/**************************************************
* サイドバー
***************************************************/

div#sidebar{
 width:308px;
 padding-top:1px;
 margin:0px;
 float:left;
 background-color:#B1D3EF;
}

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-4.gif) top left no-repeat;
 background-color:#EFCACA; 
 font-size:16px;
 font-weight:bold; 
 color:#3F2534;
 padding:7px 0 8px 23px; 
 margin:0 10px;
}

div#sidebar .cname h2 a
{
 color:#3F2534;
 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:308px;
	overflow:hidden;
	margin:2 auto 15px auto;
}

/**************************************************
* フッター
***************************************************/

div#footer{
 clear:both;
 width:952px;
 /*height:12px;*/
 background: url(../images/footbg01-4.gif) top left;
 background-repeat:repeat-x;
 text-align:center;
 margin:0 auto;
 padding-top:2px;
}