@charset "UTF-8";
/* CSS Document */


/*-------------------------------
 レイアウト
-------------------------------*/
body {
	background:url(../img/core/bg_main.gif);
}

#main_area {
	background-color:#27BAF7;
	background-image:none;
}

#main {
	padding:10px 0;
}

#main_left {
	float:left;
	width:190px;
}

#main_left img {
	margin-bottom:3px;
}

#main_left a:hover {
	background:none;
}

#main_right {
	float:right;
	width:586px;
	padding-top:48px;
}

#main_bottom {
	clear:both;
	width:100%;
	padding:10px 0 4px 0;
	text-align:center;
	background: url(../img/core/bg.gif);
}

#main_bottom img {
	margin-right:3px;
}

#main_bottom a, #main_bottom a:hover {
	border:none;
	background:none;
}

.link_title {
	padding-left:60px;
}

/*-------------------------------
 文字
-------------------------------*/


.txt {
	font-size:120%;
	margin-top:13px;
	line-height:180%;
}

.txt p {
	margin-bottom:10px;
}

.article_right a {
	color:#FFFFFF;
	margin-left:5px;
	border:none;
}