@charset "utf-8";
/* CSS Document */

html,body{
	height: 100%;
}
html,body,div,p,table,form,h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
a {
	text-decoration: none;
	color: #E46;
}
a:visited {
	color: #F89;
}
a:hover {
	text-decoration: underline;
	color: #E46;
}
img{
	border: none;
}
.font-s {
	font-size: 10px;
}

#linker {
	width: 210px;
	margin-top: 12px;
}
#linker li{
	list-style-type: none;
	width: 210px;
	overflow: hidden;
	margin-top: 4px;
}
#linker a{
	display: block;
	margin: -1px 0 0 -1px;
}
#linker a img{
	border: none;
}
#linker .web{
	height: 49px;
}
#linker .pc{
	height: 33px;
}
#linker .other{
	height: 17px;
}
#linker .web a:hover{
	margin-top: -52px;
}
#linker .pc a:hover{
	margin-top: -36px;
}
#linker .other a:hover{
	margin-top: -18px;
}

#signature {
	clear: both;
	width: 720px;
	margin: 0 auto;
	text-align: right;
	color: #15B;
}
#signature p{
	font-size: 95%;
}

/* Modal.Window */
#modal_container {
	color: #FFF;
}
#modal_overlay {
     background-color:#FFF;
}
#modal_container .closeButton{
	margin: 0 0 5px 0;
	padding: 0 5px 3px 5px;
	text-align: right;
	background-color: #4FAE4D;
}

.modal_header {
	height: 24px;
	background: url(../imgs/modal_header_bg.gif) repeat-x;
	color: #CCC;
	padding: 4px 0 0 60px;
	text-align: center;
	line-height: 20px;
}
.modal_body {
	padding: 0.5em 0 1em 0;
	background-color: #2B3447;
	color: #FFF;
}
.modal_close {
	float: right;
	width: 48px;
	padding-left: 22px;
	text-align: left;
	color: #CCC;
	background: url(../imgs/modal_close_bg.gif) no-repeat;
}
.modal_close:hover {
	text-decoration: none;
	background-position: 0 -28px;
}