@charset "UTF-8";

/* CSS Information ==============================
File name: know_fun.css
Table of Contents:
 +container styles
 +module styles
============================================== */

/*========================================
 +header
========================================*/
#header {
	position: relative;
}
#header #customizeArea {
	position: absolute;
	top: -5px;
	right: 0;
	padding: 3px 4px 4px 10px;
	background:  #D60A0A;
	color: #fff;
}
#header #customizeArea h2,
#header #customizeArea p {
	float: left;
}
#header #customizeArea h2 {
	padding: 4px 4px 0 0;
	font-weight: normal;
	font-size: 83.3%;
}
#langSearch {
	padding-top: 11px;
}

/*========================================
 +container styles
========================================*/
#main {
	border: 1px solid #dfdfdf;
}

/*========================================
 +module styles
========================================*/
.ttlArea {
	padding-top: 19px;
	border-bottom: 2px solid #d5d5d5;
	background: #fff;
}
.ttlArea h1 {
	margin: 0 0 17px -1px;
	padding: 2px 0 2px 18px;
	border-left: 5px solid #D60A0A;
	font-size: 183.3%;
	line-height: 1.2;
}



.tabArea {
	padding-bottom: 4px;
	background: url(../../shared/img/bg_mesh4.gif) left bottom repeat;
}
.tabAreaInner {
	padding: 5px 0 0 16px;
	border-top: 1px solid #e0e0e0;
	background: #eee;
}
.tabArea li {
	float: left;
	margin-right: 6px;
}
.tabArea li a {
	display: block;
	width: 164px;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
.tabArea .all a { background: url(http://www.al-pha.jp/css/img/tab/all.gif) left top no-repeat; }
.tabArea .beginner a { background: url(http://www.al-pha.jp/css/img/tab/beginner.gif) left top no-repeat; }
.tabArea .expert a { background: url(http://www.al-pha.jp/css/img/tab/expert.gif) left top no-repeat; }
.tabArea .all .active,
.tabArea .all a:hover,
.tabArea .all a:focus,
.tabArea .all a:active { background: url(http://www.al-pha.jp/css/img/tab/all_over.gif) left top no-repeat; }
.tabArea .beginner .active,
.tabArea .beginner a:hover,
.tabArea .beginner a:focus,
.tabArea .beginner a:active { background: url(http://www.al-pha.jp/css/img/tab/beginner_over.gif) left top no-repeat; }
.tabArea .expert .active,
.tabArea .expert a:hover,
.tabArea .expert a:focus,
.tabArea .expert a:active { background: url(http://www.al-pha.jp/css/img/tab/expert_over.gif) left top no-repeat; }

.contentsBody {
	padding: 10px 0 18px 20px;
	background: #fff;
}
.section {
	margin-bottom: 20px;
}
.contentsBody .column {
	float: left;
	width: 296px;
	margin-right: 19px;
	font-size: 83.3%;
}
.contentsBody .go {
	margin-right: 0;
}
.contentsBody .column h2 {
	margin-bottom: 9px;
	padding-left: 5px;
	background: url(../../shared/img/bg_mesh.gif) left top repeat;
}
.contentsBody .column h2 span {
	display: block;
	padding: 2px 0 2px 8px;
	background: #fff;
}
.contentsBody .column dl {
	margin-bottom: 2px;
	padding: 10px 10px 8px 11px;
	background: url(../../shared/img/bg_mesh4.gif) left top repeat;
}
.contentsBody .column dt {
	margin-bottom: 8px;
}
.contentsBody .column dd {
	padding: 0 34px 0 4px;
}

.recommendContents {
	padding-right: 20px;
}
.recommendContents h2 {
	margin-bottom: 20px;
	padding: 5px 0;
	background: url(../../shared/img/bg_mesh4.gif) left bottom repeat;
	line-height: 1.2;
	
}
.recommendContents h2 span {
	border-left: 5px solid #D60A0A;
	padding: 0 10px;
}
.recommendContents ul {
	padding-left: 10px;
}
.recommendContents li {
	float: left;
	margin-right: 9px;
}
.recommendContents li img {
	border: 1px solid #dfdfdf;
}

.box{
	width:450px;
	padding: 5px;
	background: url(../../shared/img/bg_mesh4.gif) left bottom repeat;
}
.mr_40{
	margin-right:40px;
}
.mb_20{
	margin-bottom:20px;
}
.ml_20{
	margin-left:20px;
}