@charset "Shift-JIS";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/


body {
	font-family: Lucida Grande, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
	color:#333333;
	background-size: 41px 59px;
	margin: 0;
	padding: 0;
}


a:link {
	color: #0066ff;
	text-decoration: underline;
}
a:visited {
	color: #0099ff;
	text-decoration: underline;
}
a:active {
	color: #0099ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/********************************************
/ Header
*******************************************/
#header-wrap, #header-wrap{ width: 100%; }
#upper-inner, #header{ width: 100%; margin: 0 auto;}
#upper-wrap{ background: #f5f5f5; }
#upperLink {
    padding: 3px 0;
	width: 100%;
	margin: 0 auto;
}
#upperLink p {
	padding: 5px;
}
#upperLink ul {
	list-style-type: none;
	padding: 5px;
}
#logoTsite{ margin: 10px; text-align: left;}
#logoTsite img{ width: 30px; }

/********************************************
/ Footer
*******************************************/
#footer .footer-links {
    margin-bottom: 20px;
}
#footer .footer-links .stft {
    font-size: 10px;
    line-height: 1;
}
#footer .stft {
    text-align: center;
}
#footer .stft li:first-child {
    border-left: none;
    margin: 0;
    padding: 0;
}
#footer a {
    text-decoration: none;
}
.footer-links a {
    color: #333;
    text-decoration: none;
}
#footer .stft li {
    display: inline;
}
#footer .footer-links li {
    line-height: 2;
    font-size: 12px;
}
.footer-links a:hover, a:active {
    color: #3366FF;
    outline: 0;
    text-decoration: underline;
}
#footer .stft li {
    border-left: 1px solid #CCCCCC;
    display: inline;
    margin-left: 10px;
    padding-left: 10px;
}
.copy {
    background: #1A1A1A;
    text-align: center;
    padding: 10px 0;
}
.copy p {
    font-size: 12px;
    color: #fff;
    font-family: "Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}