@charset "UTF-8";

/* sacco_style*/


/*基本設定　ここから*/

html {
    margin-bottom:1px;
    height:100%;
    }
	
body {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	font-family : Futura, Century Gothic, Helvetica, Arial, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03C;
}

a:hover {
	text-decoration: none;
	color: #09F;
	
}

a:active {
	text-decoration: none;
}

img { border-style:none; }

a img { border-style:none; }


a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


h1 {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	letter-spacing: 0px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	line-height: 1.2em;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0px 0px;
}

h4 {
	font-size: 13px;
	margin: 10px 0px 0px;
	padding: 0px;
	border-width: 0px;
	line-height: 20px;
	font-weight: normal;
}

h5 {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	letter-spacing: 0em;
}

h6 {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin: 0px;
	letter-spacing: 0em;
}

/*基本設定　ここまで*/


/*全体枠　ここから*/

#outer {
	margin: 0px auto;
	padding: 0px;
	border-width: 0px;
	width: 950px;
	text-align: left;
	height: auto;
}

/*全体枠　ここまで*/

#sacco_logo {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}



/*ナビ　ここから*/

#navi {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 950px;
	height: 27px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 0px;

}

#gloval_navi {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#gloval_navi li {
	margin: 0px;
	padding: 0px;
	float: left;
}

/*ナビ　ここまで*/


/*フッター　ここから*/

#footer {
	clear: both;
	padding: 0px;
	margin: 20px 0px 0px;
	border-top: thin solid #000;
	height: 30px;
}

address {
	font-size: 10px;
	font-style: normal;
	background-color: #FFF;
	text-align: right;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
}

#footer_left {
	float: left;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#footer_right {
	padding: 0px;
	border-width: 0px;
	float: right;
	margin-top: 8px;
}

/*フッター　ここまで*/


/*松林追加SEO対策　ここから*/
h1#txt-h1{
	margin:65px 0 0 0;
	padding:0;
	size:8px;
	width:700px;
	height:10px;
	float: right;
	display:block;
	text-align:right;
	letter-spacing:0.1em;
	font-weight:normal;
	color:#999;
}


/*松林追加SEO対策　ここまで*/