@charset "Shift-JIS";


/*
	初期化
	基本構造部分
	ナビゲーション
	side-box書式
	コンテンツ内
		ボックス
*/

/*------------------初期化----------------*/

/*------------------基本構造部分----------------*/

.categoryname {
	clear: both;
	font-family: "Hiragino MaruGothic Pro", Osaka, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 30px;
	width: 775px;
	height: 20px;

}

.box {
		float: left;
		width: 207px;
		height: 5em;
		border-bottom: 1px solid  #666; 
		border-right: 1px solid  #666; 
		padding: 5px 20px 0px 20px;
		margin: 0px 5px 5px 5px;
}

.drop {
	font-size: 1.5em;
	color: #990000;
}



/*------------------リンク要素----------------*/
a {
	color: #f0f0f0; 
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #ff6633; 
	text-decoration: none;
	font-weight: bold;
}
div.box a {
	font-size: 1.2em;
	color: #f0f0f0; 
	text-decoration: none;
	font-weight: bold;
}
div.box a:hover{
	color: #ff6633; 
	text-decoration: none;
	font-weight: bold;
}



