@import "basic.css";


/*コンテンツレイアウト関連*/
/*下記指定の#special,#loginはindex.cssのみの内容です*/
#special {　
	text-align: center;
	display: block;
	background-image: url(../image/special_image.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 165px;
	width: 880px;
	text-indent: -9999pt;
}
#login {
	width: 880px;
	height: 60px;
}

/*centerとrightはページにより幅が異なります*/
/*下記指定のcenterとrightはindex.cssのみの内容です*/
#center {
	float: left;
	width: 480px;
}
#right {
	float: right;
	width: 215px;
}


/*右側広告枠*/
.rightad {
	padding-left: 15px;
}


/*中央メインコンテンツ*/
/*項目紹介の角丸四角枠はwaku.cssで指定しています*/
#news {
	width: 480px;
	margin-bottom: 10px;
}
#news ul li{
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 100%;
	list-style-type: none;
	margin-left: 10px;
	padding: 5px;
	margin-right: 10px;
}
#omoshiro {
	width: 480px;
	margin-bottom: 10px;
}
#category {
	width: 480px;
	margin-bottom: 10px;
}
/*おもしろ検定の検定タイトル*/
h3 {
	font-size: 100%;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h3 a{
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}
h3 a:hover{
	color: #000000;
	text-decoration: underline;
}
.kentei-gif{
	padding-left:10px;
	padding-top:3px;
	padding-right:10px;
	padding-bottom:10px;
	float: right;
}
/*検定カテゴリのタイトル*/
h4 a{
	font-size: 130%;
	padding: 10px;
	color: #000000;
	text-decoration: none;
}
h4 a:hover{
	color: #ff0000;
	text-decoration: underline;
}
.cate{
	margin-left:70px;
}

