@charset "utf-8";

/* 基本設定
----------------------------------------------------------- */
html {
	
}

body {
	color: #333333;
	font-weight: normal;
	font-size: 90%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ", "MS P ゴシック";
	line-height: 1.5;
	text-align: center;
	background-color: #eeeeee;
}
	
img {
	vertical-align: bottom;
}

@font-face {
	font-family: 'Hiramin';
	src: url(../fonts/hiramin_W3.eot?#iefix) format('embedded-opentype'),	url(../fonts/hiramin_W3.woff) format('woff');
}


/* リンク設定
----------------------------------------------------------- */
.subnavi a:link, .subnavi a:visited, .subnavi a:active {
	color: #000000;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.1em;
	font-weight: bold;
	display: inline;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: 9px center;
}

.subnavi a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFD504;
}


a:link, a:visited, a:active {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* ページ設定
----------------------------------------------------------- */
#wrapper {
	width: 980px;
	_width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
}
.clear {
	clear: both;
}

.cbox { 
zoom: 100%;
}

.cbox:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}

hr {
	height:0;
	border:0;
	border-top: 1px dotted #ccc;
	margin: 25px 0;
}


					
