@charset "UTF-8";
body{
	font-size:12px;
	/*background:#D4FF00;*/
	color:#191919;
	/*font-family: 'Gothic MB101 Ultra JIS2004' ;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*color:#333;*/
	height: 100%;
	word-wrap:normal;
	width: 100%;
}
::selection {
background: #F1FF36;
color:#ffffff;
}
::-moz-selection {
background: #F1FF36;
color:#ffffff;
}
a{
	text-decoration: underline;
	color: #557920;
}
a:link {
	text-decoration: underline;
	color: #557920;
}
a:visited { text-decoration:none;
	color:#191919;
}
a:hover { text-decoration: underline;
	color: #557920;
}

/*=================================
*
* footer
*
*==================================*/
footer {
    width: 840px;
    margin: 70px auto;
}
#footer_summary {
    width: 250px;
    float: left;
    border-right: 1px solid #D6D6D6;
    padding-right: 15px;
}
#footer_live {
    width: 152px;
    padding:  0 60px;
    float: left;
    border-right: 1px solid #D6D6D6;
}
#footer_contact {
    width: 250px;
    float: left;
    padding-left: 40px;
}
#copyright {
    text-align: center;
    clear: both;
    margin: 15px 0;
    padding: 15px 0;
}

