/* body 壁紙・色・スクロールバーのスタイルシート設定 */
body		{background-image:url();
		scrollbar-face-color:#f8f5e3;
                scrollbar-highlight-color:#908877;
                scrollbar-shadow-color:#908877;
                scrollbar-darkshadow-color: #908877;
                scrollbar-arrow-color:#908877;
                scrollbar-track-color:#f8f5e3;
}

/* きゃんべるの文字設定 */
.title{
　　　　font-family: HG創英角ﾎﾟｯﾌﾟ体;
  　　　font-size : 32px;
　　　　font-weight : bold;
  　　　color : #004184;
  　　　font-weight : bold;
	margin : 30px 0px 30px 0px;
	letter-spacing : 2px;
}

/* 外枠のボーダーやパディングの指定 */
.waku		{padding:6px;
		border:1px solid #d6d6d6;
		width:850px;}

/* 基本的なリンクのスタイルシート設定 */
a:link		{text-decoration:none;
		color:0000FF;
		font-size:13px;}
a:visited 	{text-decoration:none;
		color:#c06000;
		font-size:13px;}
a:active 	{text-decoration:none;
		color:#c06000;
		font-size:13px;}
a:hover 	{color:#ff6f00;}

/* 上部にあるメニューリンクのスタイルシート設定 */
a.menu2:link	{text-decoration:none;
		color:#999999;
		font-size:13px;}
a.menu2:visited {text-decoration:none;
		color:#999999;
		font-size:13px;}
a.menu2:active 	{text-decoration:none;
		color:#999999;
		font-size:13px;}
a.menu2:hover 	{color:#666666;}

/* イメージのボーダーのスタイルシート設定 */
img		{border:0px;}

/* 見出しタグを使った場合に文字サイズやマージンの調整用 */
.h1_title	{font-size:13px;
		margin-bottom:0px;
		color:#999999;}

/* 各ページにあるH1タグを使った場合に文字サイズやマージンの調整用 */
.h1		{font-size:18px;
		margin-bottom:0px;
		color:#999999;}

/* 上部にあるメニューの表示してない場合のスタイルシート設定 */
.menu		{color:#88ff00;
		font-size:13px;
		text-align:center;
		border-right:1px solid #cfcfcf;
		border-bottom:1px solid #cfcfcf;
		width:111px;
		height:20px;
		background-color:#ffffff;
		background-image:url(image/main_menu.png);}

/* 上部にあるメニューの表示している場合のスタイルシート設定 */
.menub		{color:#606060;
                font-size:13px;
                text-align:center;
		border-right:1px solid #cfcfcf;
		border-bottom:1px solid #cfcfcf;
		width:111px;
		height:20px;
		background-color:#ffffff;
		background-image:url(image/main_menu2.png);}

/* インラインフレーム風に表示するスクロールバーの幅・高さ・ボーダーの指定 */
.ifra 		{border:1px solid #dfdfdf;
		overflow:auto;
		width:860px;
		height:550px;
		padding-top:10px;}

/* ゲストブック用のインラインフレームのサイズ指定 */
.iframe		{width:800px;
		height:500px;}

/* テーブル内にあるテキストのサイズと色の指定 */
td 		{color:#3f3f3f;
		font-size:13px;}

/* 下部にあるCopyright部分のテキストサイズと色の指定 */
.copy		{font-size:13px;
		color:#6f6f6f;
		text-align:center;}

/* 各ページのメニューやリンクページでのボーダーの指定 */
.underline	{border-bottom:1px solid #e0e0e0;}


/* 各ページにある区切り線の色と高さの指定 */
.hr		{color:#cccccc;
		height:1px;}

/* ブックマーク用 */
.kate		{font-weight:700;
		color:#909090;
		padding-top:10px;}
	
/* トップページ */
/*四角の外枠*/
.box1{
	padding :5px;
	border : solid #d5c8b7 1px;
	width : 350px;
	height : 500px;
	margin-top : 0px;
	background-color :#ffffff;
   }

/*四角の中の点線枠*/	
.box{
	padding : 5px;
	margin : 10px;
	border : dotted #d7d7d7 1px;
	width : 350px;
	height : 500px;
	text-align : center;
	background-color : white;
   }
/*四角の中の長い横線*/
.line{
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #cccccc;
	color : #b9a488;
	width : 300px;
	font-weight : bold;
	font-size : 16px;
	text-align : left;
	margin: 5px;
    }
/*四角の中の短い点線*/
/*UP DATEの短い点線*/
.line1{
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #cccccc;
	color : gray;
	margin-left : 13px;
	width : 290px;
	height : 25px;
	text-align : left;
        line-height: 25px;	
    }

/*UP DATEのスクロール*/
.text{
	height: 14em;
	overflow: auto;
	margin: 5px;
	padding : 0px;
    }


/*点線*/
.line2{
	border-bottom-width : 2px;
	border-bottom-style : dotted;
	border-bottom-color : #cccccc;
	margin-left : 10px;
	text-align : left;
        line-height: 25px;	
    }
