@charset "utf-8";

/*
BASE
==============================================*/
html {
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background: #FFFFFF;
	color: #333333;
	min-width: 1000px;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0;
}
.clearfix:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
	/*
	font-size: 0.1em;
	line-height: 0;
	*/
}
.clearfix {
	zoom : 1; 
}
.clearfix {
 display: inline-block;
}
/* Hide from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

a:link,
a:visited,
a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #dd0000;
	text-decoration: underline;
}
a img:hover {
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
}





/*
PC
==============================================*/
#container {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: url(../image/bg_container.png) repeat-y top center;
}
/* ----- HEADER ----- */
#global {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../image/bg_global.png) repeat-x top center;
}
#global h1 {
	float: left;
	margin: 10px 0 0 30px;
}
#global p {
	float: right;
	margin: 10px 30px 0 0;
}
#global a:link,
#global a:visited,
#global a:active {
	color: #ffffff;
	text-decoration: none;
}
#global a:hover {
	color: #AA0000;
	text-decoration: none;
}
#global nav {
	clear: both;
}
#global nav li {
	float: left;
}
/* ----- VISUAL ----- */
#visual {
	width: 1000px;
	margin: 0 auto;
}
/* ----- LAYOUT ----- */
#layout {
	width: 1000px;
	margin: 0 auto;
}
#main {
	width: 720px;
	margin: 0;
	padding: 0;
	float: right;
	background: #dddddd;
}
#side {
	width: 220px;
	float: left;
	margin-right: 30px;
	background: #aaaaaa;
}
#bread {
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 20px;
}
/* ----- SIDE ----- */
#side h3 {
}
#side ul {
	margin-bottom: 20px;
	padding: 0;
}
#side li {
}
#side aside li {
}
/* ----- FOOTER ----- */
footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background: #f0f0f0 url(../image/bg_footer.png) no-repeat top left;
	overflow: hidden;
}
footer .f_logo {
	height: 85px;
	float: left;
	border-right: solid #888888 2px;
	padding-right: 20px;
	margin: 15px 0 0 40px;
}
footer .f_logo img {
	margin-top: 5px;
}
footer p {
	line-height: 22px;
	width: 650px;
	margin: 17px 40px 0 0;
	float: right;
}
footer small {
	font-size: 11px;
	line-height: 27px;
}
