
/**************************************************
* デフォルトスタイル
***************************************************/
html {
	background:#FFFFFF;
}

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:#000000;
    font-size:90%;
}

div#wrapper{
 width:950px;
 padding-top:0px;
 margin-right:auto;
 margin-left:auto;
}

/**************************************************
* ヘッダー
***************************************************/

div#header
{
 background:url(../images/typeg10-01.jpg) top center no-repeat;
 width:950px;
 margin:0px auto 0px auto;
 position:relative;
}

div#header h1{
 font-weight:bold;
 font-size:180%;
 padding:120px 0 0 50px;
 color:#12438D;
}

div#header #ElemTitle
{
 width : 100%;
 height:400px;
}


/**************************************************
* コンテンツ全体
***************************************************/
div#content{
 width:950px;
 margin:0px auto 0px auto;
 padding:0px;
 background:#FFFFFF;
}

div#bgborder
{
 height:10px;
}	
/**************************************************
* メイン
***************************************************/
div#mainLeft{
 width:665px;
 float:left;
}
div#mainRight{
 width:665px;
 float:right;
}

div#main{
 width:665px;
 float:right;
 margin:0px auto 10px auto;
 padding-top:0px;
 background-position:bottom;
 background-color:#ffffff
 }

div#main .cname{
 width:650px;
 height:71px;
 margin:0 auto;
 padding:0px 0 0 0px;
 background:url(../images/typeg10-09.jpg) top left no-repeat;
 position:relative;

}

div#main .cname h2{
 width:650px;
 height:33px;
 font-size:16px;
 position:relative;
 text-align:center;
 font-weight:bold;
 padding:25px 0 0 0px;
 background:url(../images/typeg10-12.gif) bottom center no-repeat;
 color:#FFF;
}

div#main .cname h2 a
{
  color:#000000;
  text-decoration:none;
}

div#main .cwaku{
 width:650px;
 margin:0px auto 0px auto;
 border-top:dotted 0px #FFF;
 border-left:dotted 0px #FFF;
 border-right:dotted 0px #FFF;
 border-bottom:dotted 0px #FFF;
 background:url(../images/typeg10-10.jpg) center repeat-y;
}

div#main .cwaku a{
 width:550px;
 background-position: 2% 40%;
 color:#000;
}

div#main .cwaku ul{
 list-style-type :none;
 margin-left :50px;
 padding-top:20px;
 padding-right:40px;
 font-size:90%;
}

div#main .cwaku li
{
 line-height:180%;
 width:98%;
 padding:0px 0;
 border-bottom:dashed 1px #4F819B;
}

div#main .cwakurad1
{
 margin:8px auto 0px auto;
 width:600px;
 height:42px;
 background: url(../images/typeg10-08.jpg) center no-repeat;
}

div#main .cwakurad2
{
 margin:0px auto 10px auto;
 padding:0;
 width:650px;
 height:71px;
 background: url(../images/typeg10-11.jpg) center no-repeat;
}

div#main .topFreeArea
{
	width:600px;
	overflow:hidden;
	margin:10px auto 10px auto;
}

/**************************************************
* サイドバー
***************************************************/

div#sidebar{
 width:283px;
 margin:8px auto 7px auto;
 float:left;
}

div#sidebar .cname{
 width:268px;
 margin:0px auto 0 auto;
 padding:10px auto 0px auto;
 background: url(../images/typeg10-03.jpg) center repeat-y;
}

div#sidebar .cname h2
{
 width:268px;
 height:43px;
 margin:0px 0px 0px 0px;
 font-size:16px;
 padding:10px 0px 0px 0px;
 font-weight:bold;
 text-align:center;
 background: url(../images/typeg10-07.jpg) center no-repeat;
}

div#sidebar .cname h2 a
{
 color:#000000;
 text-decoration:none;
}

div#sidebar .cwakurad1
{
 width:268px;
 height:74px;
 margin:0 auto 0px auto;
 padding:0;
 background: url(../images/typeg10-02.jpg) center no-repeat;

}

div#sidebar .cwaku{
 width:268px;
 margin:0 auto 0 auto;
 background: url(../images/typeg10-06.jpg) center repeat-y;
 padding-bottom:5px;
}

div#sidebar .cwaku ul{
 list-style-type :none;
 width:230px;
 margin:0px auto 10px auto;
 font-size:12px;
 padding:5px 0 5px 10px;
 color:#000000;

}

div#sidebar .cwaku li{
 line-height:150%;
 width:97%;
 padding:5px 0;
 margin:0;
 background: url(../images/typeg10-04.jpg) bottom center no-repeat;
}


div#sidebar .cwaku a{
 padding-left:30px;
 color:#000000;
}

div#sidebar .cwaku .CalendarT table tr td a{
 background:url("../images/event.gif") no-repeat scroll 0 40% transparent;
 background-position:0 0;
 padding-left:12px;
 display:block;
}

div#sidebar .cwaku .CalendarT table tr td a:hover{	
 background-position:0 -28px;
}

div#sidebar .cwakurad2
{
 width:268px;
 height:65px;
 margin:0 auto 15px auto;
 padding:0;
 background: url(../images/typeg10-05.jpg) center no-repeat;

}

div#sidebar .topFreeArea
{
	width:270px;
	overflow:hidden;
	margin:10px auto 10px auto;
}

/**************************************************
* フッター
***************************************************/

div#footer{
 clear:both;
 width:952px;
 /*height:12px;*/
 text-align:center;
 margin:10px auto;
 padding:5px 0;
 color:White;
}

div#footer a{
	font-size:small;
	text-decoration:none;
}
