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

/* すべて */
* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ丸ゴ Pro W4", Osaka , "MS UI Gothic", Verdana ,  Arial , sans-serif;
	font-size: 13px;
}

.right {
	float: right;
}

.m-btm20{
	margin-bottom: 20px;
}

.m-top20{
	margin-top: 20px;
}

.red{
	color:#F00 ;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

#yl_header {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 0px;
}

#yl_header img{
	margin-left: 20px;
}

#yl_topbnr {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 80px;
}

#yl_contentsbox {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#tf_textbox {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	max-width: 80em;
}

#yl_contentsbox p {
	clear: both;
}

#yl_left {
	width: 412px;
	padding-right:26px;
	float:left;
	text-align: left;
	background-image: url(images/yl_line.gif);
	background-repeat: repeat-y;
	background-position: 423px;
}


#yl_right {
	width: 412px;
	float:left;
	text-align: left;
}

#yl_foot {
	clear:both;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	font-size: 9px;
}