@charset "utf-8";
/* common.css */

/*初期化
////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	color: #666666;
	line-height: 1.5;
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	letter-spacing: 0.1em;
	list-style-type: none;
}

img {
	border: none;
	vertical-align: top;
}

hr {
	display: none;
	clear: both;
}



/*clear fix
////////////////////////////////////////////////////*/
.clear:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clear{
display:inline-block;
}

/*Hides from IE-mac \*/
*html .clear{
height:1%;
}

.clear{
display:block;
}
/*End hide from IE-mac*/

/*デフォルトリンクカラー
////////////////////////////////////////////////////*/
A:link {
	color: #3399FF;
}

A:hover {
	color: #3399FF;
	text-decoration: none;
}

A:visited {
	color: #3399FF;
}

/*レイアウト
////////////////////////////////////////////////////*/
body {
	text-align: center;
}

#wrapper {
	width: 923px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
}

#topNavi {
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 20px;
}

#topNavi li {
	float: left;
}

#topNavi_Firest {
	float: left;
}

#topNavi_Second {
	float: right;
}

#globalNavi {
	width: 223px;
	float: left;
	text-align: left;
}
h1 {
	clear: both;
	margin-bottom: 5px;
}


/*パンくずリスト*/

.locator {
	text-align: right;
	width: 700px;
	margin: 10px　0;
}

/*コンテンツ*/
#content {
	width: 700px;
	float: right;
	text-align: left;
}


#footer {
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 30px;
}


address {
	width: 282px;
	height: 12px;
	float: left;
	text-indent: -9999px;
	background: url(../img/img_copy.jpg) no-repeat;
}

#footer ul {
	float: right;
	width: 278px;
}

#footer  ul li {
	float: left;
}


/*個別設定*/
.gotoTop {
	text-align: right;
	clear: both;
	margin: 20px 0;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}



.mainContent a {
	list-style: url(../img/indent_right.jpg) outside;
}

a.indentArrow {
	padding-left: 20px;
	background: url(../img/indent_right.jpg) no-repeat left center;
}

.centerT {
	text-align: center;
}
h3 {
	clear: both;
	margin-top: 30px;
}
.indent7 {
	text-indent: 7.6em;
}
.red10 {
	color: #990000;
	font-size: 10px;
	vertical-align: center;
	padding-left: 10px;
}

#red12 {
color: #990000;
vertical-align: center;
padding-left: 10px;
}
