/*　_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／　*/
/*　　　　CSSの使い方・解説 ⇒ http://css.uka-p.com/									　　		     */
/*　_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／_／　*/



/*　　ページ全体の設定？　　								　　		     */
/*　　　バックグラウンド 　	background : url("decoration/BG.png") no-repeat fixed;    */
/*　　　　			background-position:center;					　　		     */
/*　　　　			overflow-x:hidden;					　　		     */
/*　　字間スペースと行間スペースの設定　		     */
/*　　基準フォントサイズの設定     */

BODY {
	background-color:#ffffff;
	font-size:mideum;
	line-height:1.5;
	letter-spacing:1px;
	}

/*　　レターリンクの文字色の設定		     */
A:link { text-decoration:none; color:#000080; }
A:visited { text-decoration:none; color:#000080; }
A:active { text-decoration:none; color:#000080; }
A:hover { text-decoration:underline; color:#1e78ff; }

/*　　レターリンクの文字に使用する属性		     */
/*　　class="letterlink" にした場合の文字表現		     */
/*　　例　<a class="letterlink" href="html:***">テキスト</a>  	     */
.letterlink{
	font-size:medium;
	line-height:1.5;
	letter-spacing:1px;

}

/*　　カテゴリの枠(かたまり)についての設定 		     */
/*　　class="categorybox" にした場合の余白		     */
/*　　例　<div class="categorybox">　カテゴリ内容　</a>  	     */
.marginbox{
	position:
	relative;
	padding-top:25px;
	padding-bottom:25px;
}

/* mainmenu用 */
.menubox{
	width:450px; 
	height:400px;
	float:left;
}

/* submenu用 */
.submenubox{
	width:250px; 
	height:250px;
	float:left;
}

/* menu floatリセット用 */
.clearbox{
	clear:both;

}




/* 改行するための */
.stepbox{
	position:
	relative;
	padding-bottom:15px;
}

/* ??? */
.letterbox{
	position:
	relative;
	font-size:small;
	line-height:3;
}

/* 小説ページに活用 */
.novelbox{
	position:
	relative;
	font-size:x-large;
	line-height:2.8;
	left:15px;
	width: 950px; 
	font-family:"MS 明朝","ＭＳ Ｐ明朝";
}
/* Diaryページに活用 */
.diarybox{
	position:
	relative;
	font-size:mideum;
	line-height:2.3;
	left:15px;
	width: 750px; 
	font-family:"ＭＳ ゴシック","MS 明朝";
}

/*　　画像の枠線消し (リンク時に有効)		     */
/*　　class="categorytitle" にした場合の余白		     */
/*　　例　<img class="imagebase" src="***.png" alt="たいとる" >	     */
.imagebase{
	Border:0;
	width:;
	height:;
}

.image800x{
	Border:0;
	width:800px;
	height:;
}

.image8080{
	Border:0;
	width:80px;
	height:80px;
}

.image10045{
	Border:0;
	width:100px;
	height:45px;
}

/* 大項目　main menu */
.mainmenu{
	Border:0;
	width:350px;
	height:;
}

/* 小項目　main > submainのmenu */
.submenu{
	Border:0;
	width:200px;
	height:;
}

/*　　見出し 大項目 h1〜h6 小項目　  本来は、項目に当てて表現する必要がある。検索エンジンが認識する。 */


.big{
	font-size:medium;
	
}

.red{	
	color:#ff0000;
	
}

.blue{	
	color:#0000ff;
	
}

.bold{
	font-weight:bold; 
}