/**************************************************
* デフォルトスタイル
***************************************************/
html {
	background:#ffdab9;
}

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/typeg02-03.jpg) top left;
    font-size:90%;
}

div#wrapper{
 width:950px;
 padding-top:0px;
 margin-right:auto;
 margin-left:auto;
}

/**************************************************
* ヘッダー
***************************************************/

div#header
{
 background: url(../images/typeg02-01.jpg) top center no-repeat;
 width:950px;
 margin:0px auto 0px auto;
 height:137px;
 position:relative;
}

div#header h1{
 font-weight:bold;
 font-size:180%;
 padding:15px;
}
/**************************************************
* コンテンツ全体
***************************************************/
div#content{
 width:950px;
 margin:0px auto 0px auto;
 padding:0px;
 background:#ffdab9;
}

div#bgborder
{
 background: url(../images/typeg02-02.jpg) top left no-repeat;
 height:8px;
 width:950;
}	
/**************************************************
* メイン
***************************************************/
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:598px;
 margin:0 auto;
 border-top:solid 1px #202;
 border-left:solid 1px #202;
 border-right:solid 1px #202;
 border-bottom:solid 1px #202;
 position:relative;

}

div#main .cname h2{
 font-size:16px;
 padding:8px 10px;
 font-weight:bold;

 color:#202;
}

div#main .cname h2 a{
  color:#202;
  text-decoration:none;
}

div#main .cwaku{
 width:598px;
 margin:6px auto 10px auto;
 /*background: url(../images/main_bg_m01.gif) top left repeat-y;*/
 border-top:dotted 1px #202;
 border-left:dotted 1px #202;
 border-right:dotted 1px #202;
 border-bottom:dotted 1px #202;
}

div#main .cwaku a{
 width:550px;
 background-position: 2% 40%;
 padding-left:15px;
 background: url(../images/typeg02-04.gif) no-repeat;
 color:#202;

}

div#main .cwaku ul{
 list-style-type :none;
 margin-left :13px;
 padding-top:5px;
 padding-bottom:5px;
 font-size:90%;
}

div#main .cwaku li
{
 line-height:180%;
 width:98%;
 padding:2px 0;
 border-bottom:dotted 1px #202;

}


div#main .cwakurad1
{
 margin:8px auto 6px auto;
 width:600px;
 height:8px;
 background:#202;
 
}

div#main .cwakurad2
{
 margin:0 auto 0px auto;
 padding:0;
 width:600px;
 height:8px;

}

div#main .topFreeArea
{
	width:600px;
	overflow:hidden;
	margin:0 auto 10px auto;
}

/**************************************************
* サイドバー
***************************************************/

div#sidebar{
 width:306px;
 margin:8px auto 7px auto;
 float:left;
}

div#sidebar .cname{
 width:290px;
 margin:0 auto 0 auto;
 border-top:solid 1px #202;
 border-left:solid 1px #202;
 border-right:solid 1px #202;

}

div#sidebar .cname h2
{
 width:250px;
 margin:10px auto 0px auto;
 font-size:16px;
 padding:8px 0 8px 10px;
 font-weight:bold;
 color:#202;
 border-top:solid 1px #202;
 border-left:solid 1px #202;
 border-right:solid 1px #202;
 border-bottom:solid 1px #202;

}

div#sidebar .cname h2 a
{
 color:#202;
 text-decoration:none;
}

div#sidebar .cwakurad1{
 display:none; 
}

div#sidebar .cwaku{
 width:290px;
 margin:0 auto;
 padding-top:6px;
 border-left:solid 1px #202;
 border-right:solid 1px #202;
 border-bottom:solid 1px #202;

}

div#sidebar .cwaku ul{
 list-style-type :none;
 width:250px;
 margin:0px auto 10px auto;
 font-size:12px;
 padding:5px 0 5px 10px;
 color:#202;
 border-top:dotted 1px #202;
 border-left:dotted 1px #202;
 border-right:dotted 1px #202;
 border-bottom:dotted 1px #202;

}

div#sidebar .cwaku li{
 line-height:150%;
 width:97%;
 padding:2px 0;
 border-bottom:dotted 1px #202;
 margin:0;

}


div#sidebar .cwaku a{
 padding-left:7px;
 color:#202;
}

div#sidebar .cwakurad2{
 margin:0 auto 0px auto;
 padding:0;
 width:290px;
 height:8px;
}

div#sidebar .topFreeArea
{
	width:259px;
	overflow:hidden;
	margin:0 auto 15px auto;
}

/**************************************************
* フッター
***************************************************/

div#footer{
 clear:both;
 width:952px;
 /*height:12px;*/
 text-align:center;
 margin:10px auto;
 padding:5px 0;
}

div#footer a{
	font-size:small;
	color:#ff00ff;
	text-decoration:none;
}
