/* All------------------------------------------ */
.MainArea {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}

/*	1.基本設定
-----------------------------------------------------------*/

*{ 
	margin:0;
	padding:0;
	font-style:normal;
	font-size:100%;
	/*font-weight:normal;*/
	list-style-type:none;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


td img {display: block;}


img{
	border:none;
}


body{
	padding:0;}

html { 
scrollbar-3dlight-color:#E4CBCB;
scrollbar-arrow-color:#9B3151;
scrollbar-darkshadow-color:#5F1F32;
scrollbar-face-color:#E8D6C0;
scrollbar-highlight-color:#F4ECEC;
scrollbar-shadow-color:#996666;
scrollbar-track-color:#F7F1E3;
}

/* スクロールバーの色 
scrollbar-3dlight-color:3D部分の色;
scrollbar-arrow-color:▲の色;
scrollbar-darkshadow-color:深い影の色;
scrollbar-face-color:表面の色;
scrollbar-highlight-color:明るい部分の色;
scrollbar-shadow-color:影の色;
scrollbar-track-color:トラックの色;
*/


p {
	padding-right: 15px;
	padding-left: 25px;
}



/* 文字  黒 */


.text_11{
	font-size:11px;
	line-height: 16px;
}

.text_12{
	font-size:12px;
	line-height: 18px;
}


/* 文字 白 */


.text_white10{
	font-size:10px;
	color: #FFFFFF;
	line-height: 12px;
}

.text_white12{
	font-size:12px;
	color: #FFFFFF;
	line-height: 14px;
}


.text_white_16{
	font-size:16px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: 900;
}


/* 文字  薄茶*/

.text_moca_11{
	font-size:11px;
	color: #996666;
	line-height: 18px;
}


/* 文字  タイトル　濃い茶 */


.text_brown_14{
	font-size:14px;
	color: #5F1F32;
	line-height: 20px;
	font-weight: 900;
}


.text_brown_16{
	font-size:16px;
	color: #5F1F32;
	line-height: 24px;
	font-weight: 900;
}


/* 文字  オレンジ*/

.text_orange_11{
	font-size:11px;
	color: #F76A02;
	line-height: 18px;
}

.text_orange_12{
	font-size:12px;
	color: #F76A02;
	line-height: 24px;
	font-weight: 900;
}


.text_orange_16{
	font-size:16px;
	color: #F76A02;
	line-height: 24px;
	font-weight: 900;
}




/* 文字  リンク 薄茶 */



a:link{
    font-size:11px;
    color :#996666;
	line-height: 18px;
    text-decoration: underline
    }
a:visited{
    font-size:11px;
	color :#5F1F32;
	line-height: 18px;
    text-decoration: underline
    }
a:active{
	font-size:11px;
    color :#996666;
	line-height: 18px;
    text-decoration: underline
    }
a:hover{
	font-size:11px;
    color :#5F1F32; 
	line-height: 18px;
    text-decoration: underline
    }



/* TOPページの更新情報 */

#soryu-news {
	margin-top:43px;
	margin-left:50px;
}

dl#update {
	width:260px;
	height:93px;
	overflow:auto;
	padding:0.3em 0.5em;
	margin:5px;
	/*border:1px solid #f1d8df;*/
	background-color: transparent; /*背景　透過させる*/
	scrollbar-face-color:#E8D6C0; /*スクロールバー本体の色*/
	scrollbar-highlight-color: #F4ECEC; /*スクロールバー左側（上）の影*/
	scrollbar-shadow-color: #ffffff; /*スクロールバー右側（上）の影*/
	scrollbar-3dlight-color: #ffffff; /*スクロールバーの左側（下）の影*/
	scrollbar-arrow-color: #996666; /*矢印の色*/
	scrollbar-track-color: #F7F1E3; /*背面の色*/
	scrollbar-darkshadow-color: transparent;/*スクロールバー右側（下）の影*/
}

h3 {
	font-size: 12px;
	margin:5px;
	color: #9B3151;
}



dt {
	color: #9B3151;
	font-weight:bold;
	font-size:small;
	line-height:120%;
	margin-bottom:2px;
}


dd {
	color:#5F1F32;
	font-size:x-small;
	line-height:130%;
	margin-bottom:2px;
}



table#calligraphy{
	background:url(images/calligraphy.jpg) top left no-repeat;
	width:800px;
	height:600px;}

table#calligraphy-menu-area td{padding:0.3em;}



