@charset "EUC-JP";

@import "/etc/korea/css/guide.css";

/*基本設定
--------------------------------*/
*{
	margin:0;
	padding:0;
}
a img{
	border:none;
}
p{
	color:#666;
}
#mainContents .wrapper hr{
	visibility:hidden;
}
div .clear{
	clear:both;
}
table{
	border:0;
	border-collapse:collapse;
}

/*ヘッダー
--------------------------------*/
#mainContents .wrapper #guideHeader{
	width:575px;
}

/*メニュー
--------------------------------*/
#mainContents .wrapper #guideMenu{
	width:575px;
}

/*con01
--------------------------------*/
div#con01{
	width:575px;
	background:url(../img/bg.jpg) repeat-y;
	_display:inline-block;/*WinIEのみ適用 IEのときに背景が消えるのを回避*/
}
div#con01 div.img{
	float:left;
	margin:5px 10px 0 25px;
}
div#con01 p{
	font-size:12px;
	line-height:130%;
	color:#000;
	padding:10px 20px 10px 10px;
}

/*clearfix 親要素の高さが算出されず背景画像など表示されない時に*/
div#con01:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

/*con02
--------------------------------*/
div#con02{
	width:575px;
}

/*con03
--------------------------------*/
div#con03{
	width:575px;
	font-size:12px;
	line-height:130%;
}
div#con03 .box{
	background:url(../img/bg.jpg) repeat-y;
	_display:inline-block;/*WinIE6のみ適用 IEのときに背景が消えるのを回避*/
	min-height:1em;/*WinIE7のみ適用 IEのときに背景が消えるのを回避*/
}

/*clearfix 親要素の高さが算出されず背景画像など表示されない時に*/
div#con03 .box:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
div#con03 .box .txtLeft{
	float:left;
	width:252px;
	padding:5px 10px 10px 25px;
}
div#con03 .box .txtRight{
	float:right;
	width:252px;
	padding:5px 25px 10px 10px;
}
*html div#con03 .box .txtLeft{
	float:left;
	width:250px;
	padding:5px 10px 10px 20px;
}
*html div#con03 .box .txtRight{
	float:right;
	width:250px;
	padding:5px 20px 10px 10px;
}

div#con03 .box2{
	clear:both;
	background:url(../img/bg.jpg) repeat-y;
	_display:inline-block;/*WinIE6のみ適用 IEのときに背景が消えるのを回避*/
	min-height:1em;/*WinIE7のみ適用 IEのときに背景が消えるのを回避*/
}
div#con03 .box2:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
div#con03 .box2 .txtLeft{
	float:left;
	width:252px;
	padding:5px 10px 10px 25px;
}
div#con03 .box2 .txtRight{
	float:right;
	width:252px;
	padding:5px 25px 10px 10px;
}
*html div#con03 .box2 .txtLeft{
	float:left;
	width:250px;
	padding:5px 10px 10px 20px;
}
*html div#con03 .box2 .txtRight{
	float:right;
	width:250px;
	padding:5px 20px 10px 10px;
}

/*con04
--------------------------------*/
div#con04{
	width:575px;
	background:url(../img/bg.jpg) repeat-y;
}
div#con04 .txt p{
	font-size:12px;
	line-height:130%;
	color:#550000;
	padding:0px 4px;
}
div#con04 .boxRight,
div#con04 .boxLeft{
	width:575px;
	/*border-bottom:1px solid #000;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-right:20px;
	margin-right:20px;*/
}
/*clearfix 親要素の高さが算出されず背景画像など表示されない時に*/
div#con04 .boxRight:after,
div#con04 .boxLeft:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
div#con04 .boxRight .img{
	float:right;
	padding:10px 20px 10px 0;
}
div#con04 .boxRight .txt{
	float:left;
	width:380px;
	padding:10px 10px 10px 20px;
}
div#con04 .boxLeft .img{
	float:left;
	padding:10px 0 10px 20px;
}
div#con04 .boxLeft .txt{
	float:right;
	width:380px;
	padding:10px 20px 10px 10px;
}


/*con05
--------------------------------*/
div#con05{
	width:575px;
	margin-bottom:10px;
}
p.toplink{
	font-size:12px;
	line-height:140%;
	margin-top:10px;
	text-align:right;
}