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

* {
	padding:0;
	margin:0;
}

body {
	background-color: #FAFAFA;
	font-size:12px;
	color:#666666;
}

img {
	border:0px;
}

h1 {
	font-size:11px;
	color:#666666;
	padding: 0 0 3px 0;
	margin: 0;
	font-weight: normal;
}

.y-container {
	width:760px;
	margin:0 auto;
	background-image: url(../img/bg/bg01.gif);
	background-repeat: repeat-y;
	padding: 0 0 0 10px;
		font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:justify;
	text-justify:inter-ideograph;
}

.y-contentinner {
	padding:0 0 0 9px;
}
.header {
	padding:5px 0 0 0;
}

.header-left {
	width:400px;
	float: left;
}

.header-right {
	width:224px;
	float: right;
	padding: 0 6px 0 0;
}

.header-right p {
	font-size: 12px;
	text-align: right;
	padding: 0 0 17px 0;
}

.navi {
	margin: 0 0 1px 0;
}

.y-navi {
	width:726px;
}

.y-new {
	float:left;
	width: 475px;
	background-image:url(../img/bg/bg02.gif);
	background-repeat: no-repeat;
}

.y-newarea {
	background-image:url(../img/bg/bg03.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	padding: 29px 19px 13px 17px;
	*padding: 29px 19px 18px 17px;
}

.y-newarea-iframe {
	background-color: #FFFFFF;
}

.y-newarea-iframe li {
	padding:0 0 13px 0px;
	list-style:none;
	font-size:12px;
	display: block;
	border-bottom: 1px dotted #666666;
	margin: 0 0 5px 0;
}


.y-newarea-iframe li p {
	font-size: 11px;
	padding: 5px 0 4px 0;
}

.y-line {
	border-top:1px dotted #999999;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin: 6px 19px 7px 11px;
}


.y-bottom-contents {
	margin: 10px 0 10px 0;
}

.y-banner {
	width: 227px;
	float: right;
	padding: 19px 0 0 0;
}

.footer {
	background-color:#1488EB;
	width: 740px;
	padding: 10px 0 0 0;
}

.footer-line {
	border-top:1px solid #FFFFFF;
	margin:11px 10px 12px 10px;
}

.copyright {
	text-align:center;
	padding: 10px 0 20px 0;
}

a:hover {
	color: #88D6F5;
}

.y-new-bottom {
	background-image:url(../img/bg/bg03.gif);
	background-position:bottom;
	width: 475px;
	height: 27px;
	background-repeat: no-repeat;
}

.footer p {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	color: #88D6F5;
}

.header a {
	color: #666666;
}

.header a:hover {
	color: #88D6F5;
}

em {
	color:#FFFFFF;
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-indent: center;
	font-style: normal;
}
.y-newarea-iframe li a {
	display: block;
	padding: 0 0 0 22px;
	background-image:url(../img/other/other03.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	color: #666666;
}

.y-newarea-iframe li a:hover {
	color: #88D6F5;
}

.header {
min-height:1px; /* IE 7対策の為必要 */
width: 722px; /* 親要素に幅指定が必要*/
} 
/* floatさせたボックスが親要素からはみ出す現象を回避するCSS　ここから */
.header:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.header { 
display:inline-table; 
}
/* Mac IEには適用させない \*/
* html .header { 
height:1px; 
}
.header { 
display:block; 
}
/* */
/* floatさせたボックスが親要素からはみ出す現象を回避するCSS　ここまで */

.y-bottom-contents {
min-height:1px; /* IE 7対策の為必要 */
width: 722px; /* 親要素に幅指定が必要*/
} 
/* floatさせたボックスが親要素からはみ出す現象を回避するCSS　ここから */
.y-bottom-contents:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.y-bottom-contents { 
display:inline-table; 
}
/* Mac IEには適用させない \*/
* html .y-bottom-contents { 
height:1px; 
}
.y-bottom-contents { 
display:block; 
}
/* */
/* floatさせたボックスが親要素からはみ出す現象を回避するCSS　ここまで */

