@charset "utf-8";
/*---------------------------------
	bit Top CSS 2012.11
	CSS 担当者名 Document 2010.08
	Last Update 2010.00.00 担当者名

?共通設定
?枠設定
?ヘッダ
?グローバルナビ
?サイドナビ
?コンテンツ部
?フッタ
---------------------------------*/

/*@import "common.css";*/
/*@import "calendar.css";*/

/*####################　メインヴィジュアル　####################*/
#MainImage {
	width:960px;
	height:325px;
}

#MainImage #imgArea {
	position:relative;
	overflow:hidden;
	width:960px;
	height:325px;
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Color='#f0f0f0', Direction=135, Strength=5);
	filter: progid:DXImageTransform.Microsoft.Shadow(Color='#f0f0f0', Direction=135, Strength=5);
	box-shadow:5px 5px 5px rgba(50,50,50,.1);
	-webkit-box-shadow:5px 5px 5px rgba(50,50,50,.1);
	-moz-box-shadow:5px 5px 5px rgba(50,50,50,.1);
	-o-box-shadow:5px 5px 5px rgba(50,50,50,.1);
	-ms-box-shadow:5px 5px 5px rgba(50,50,50,.1);
}

#MainImage #imgArea #Policy {
	position:absolute;
	z-index:3;
	top:70px;
	right:16px;
	height:245px;
	width:415px;
	padding:29px 0 0 0;
	background:url(/sk_kokugo/img/policy_bg.png) no-repeat left top;
}

#MainImage #imgArea #Policy h2,
#MainImage #imgArea #Policy p {
	margin-left:28px;
}

#MainImage #imgArea #Policy h2 {
	margin-bottom:11px;
	text-align:left;
	color:#19479e;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size:24px;
	font-weight:normal;
}

#MainImage #imgArea #Policy h2 span {
	letter-spacing:-10px;
}

#MainImage #imgArea #Policy p {
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}

#MainImage #imgArea ul {
	position:relative;
	z-index:2;
	height:325px;
}

#MainImage #imgArea ul li {
	width:960px;
	height:325px;
	position:absolute;
	left:0;
	top:0;
}

#MainImage #imgArea ul li.slider01 {
	background:url(/sk_kokugo/img/main_visual01.jpg) no-repeat left top;
}

#MainImage #imgArea ul li.slider02 {
	background:url(/sk_kokugo/img/main_visual02.jpg) no-repeat left top;
}

/*####################　メインコンテンツ　####################*/
#Main {
}

#Main .contentsBox {
	position:relative;
	clear:none; /* clear:both;相殺 */
	height:60px;
	width:310px;
	padding:103px 15px 15px 15px;
	margin-bottom:40px;
	background-repeat: no-repeat;
}

#Main .contentsBox .cover {
	position:absolute;
	top:0;
	left:0;
	background:none;
	height:60px;
	width:310px;
	padding:96px 15px 22px 15px;
}

#Main .contentsBox .cover p {
	line-height:1.35em;
	font-size:12px;
}

#Main .contentsBox h2 {
	margin-bottom:3px;
	font-size:15px;
	letter-spacing:0.1em;
}

#Main .contentsBox h2 span {
	letter-spacing:0;
}

#Main .contentsBox.contents01 p,
#Main .contentsBox.contents02 p {
	margin-bottom:9px;
}

#Main .contentsBox.contents01 p span.letterSpacing {
	letter-spacing:-0.1em;
}

#Main .contentsBox p.moreLink {
	font-size:11px;
}

#Main .contentsBox p.moreLink a:hover {
	text-decoration:none;
}

#Main .contentsBox.contents01 {
	float:left;
	background-image:url(/sk_kokugo/img/visual01.jpg);
	background-color:#ffccdb;
}

#Main .contentsBox.contents02 {
	float:right;
	background-image:url(/sk_kokugo/img/visual02.jpg);
	background-color:#ffcfb8;
}

/*####################　サブコンテンツコンテンツ　####################*/
#Sub {
	float:right;
	width:706px;
}

#Sub h2 {
	height:38px;
	width:706px;
	margin-bottom:13px;
	background: url(/sk_kokugo/common/img/h3_blue.jpg) no-repeat left top;
	line-height:38px;
	text-indent:18px;
	font-size:13px;
	box-shadow:0px 0px 2px rgba(50,50,50,.1);
	-webkit-box-shadow:0px 0px 2px rgba(50,50,50,.1);
	-moz-box-shadow:0px 0px 2px rgba(50,50,50,.1);
	-o-box-shadow:0px 0px 2px rgba(50,50,50,.1);
	-ms-box-shadow:0px 0px 2px rgba(50,50,50,.1);
}

#Sub .subContents {
	position:relative;
}

#Sub .subContents .minNav {
	position:absolute;
	top:2px;
	right:2px;
}

#Sub .subContents .minNav a {
	display:block;
	width:133px;
	height:34px;
	background:#000;
	font-size:10px;
	text-align:center;
	line-height:34px;
	color:#fff;
}

#Sub .subContents .minNav a:hover {
	background:#424242;
	text-decoration:none;
}

#Sub .subContents dl {
	clear:both;
	margin-right:5px;
	padding-bottom:1px;
	background:url(/sk_kokugo/common/img/dotted_line.jpg) repeat-x left bottom;
}

#Sub .subContents dl {clear:both;}
#Sub .subContents dl:after {
	content:"";
	display:block;
	clear:both;
}

#Sub .subContents dl dt,
#Sub .subContents dl dd {
	padding:11px 0;
}

#Sub .subContents dl dt {
	float:left;
	width:115px;
	padding-left:15px;
	color:#a4a4a4;
	font-size:12px;
	letter-spacing:0.1em;
}

#Sub .subContents dl dd {
	float:right;
	width:535px;
	padding-right:15px;
}

/*####################　おやみだし　####################*/


/*　こみだし
-------------------------------------*/

/* まごみだし */



/*end*/
