@charset "UTF-8";
/* CSS Document */

/*--------------------------------------- ページ基本定義 */
/*--------------------------------------- フォント・テキスト定義 */
/*--------------------------------------- 基本レイアウト */
/*--------------------------------------- 汎用ボックス */
/*--------------------------------------- 段組み */
/*--------------------------------------- clearfix */
/*--------------------------------------- サーバーメンテナンスページ */
/*--------------------------------------- 移転しましたページ */

/*--------------------------------------- ページ基本定義 */
html, body, h1, h2, h3, h4, h5, h6, div, p,
blockquote, ul, ol, dl, form {
	margin:  0;
	padding: 0;
}

*+html {
	background-color: #ffffff;/* IE7 zoom機能対策 */
}

body {
	background-color: #ffffff;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:   12px;
	line-height: 16px;	
	_text-align: center;
}

ul.noStyle {
	list-style-type: none;
}

img {
	border: none;
}

hr {
	display: none;
}

/*--------------------------------------- フォント・テキスト定義 */
.lrg {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:   14px;
	line-height: 18px;
}

.reg {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:   12px;
	line-height: 16px;
}

.sml {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:   10px;
	line-height: 13px;
}

/* ボールド */
strong {
	font-weight: bold;
	font-style:  normal;
}

/* 下線 */
.uLine {
	text-decoration: underline;
}

/* 約物「・」などを等幅で表示する */
.mono {
	font-family: monospace;
}

/* 基本リンクスタイル */
a:link,
a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #333333;
	text-decoration: none;
}

/* 真ん中寄せ、右寄せ */
.alCenter {
	text-align: center;
}

.alRight {
	text-align: right;
}

/*--------------------------------------- 基本レイアウト */
#wrapper {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 800px;
	_text-align: left;
	/*background:#ffffff url(/common/img/head_bg.gif)  0 67px no-repeat;*/
}

#wrapper #contents {
	border-bottom: #CCCCCC solid 1px;
}

/*--------------------------------------- 汎用ボックス */
.mgrow5px {
	margin: 5px 0;
}
.mgrow10px {
	margin: 10px 0;
}
.mgrow15px {
	margin: 15px 0;
}
.mgrow20px {
	margin: 20px 0;
}

.mgtop5px {
	margin-top: 5px;
}
.mgtop10px {
	margin-top: 10px;
}
.mgtop15px {
	margin-top: 15px;
}
.mgtop20px {
	margin-top: 20px;
}
.mgtop30px {
	margin-top: 30px;
}

.mgbtm5px {
	margin-bottom: 5px;
}
.mgbtm10px {
	margin-bottom: 10px;
}
.mgbtm15px {
	margin-bottom: 15px;
}
.mgbtm20px {
	margin-bottom: 20px;
}
.mgbtm30px {
	margin-bottom: 30px;
}

/* 左インデント付きボックス */
.ind1em {
	padding-left: 1em;
}
.ind2em {
	padding-left: 2em;
}

/*--------------------------------------- clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*--------------------------------------- サーバーメンテナンスページ */
#maintenance {
	text-align: center;
	padding: 155px 0 216px 0;
}

/*--------------------------------------- 移転しましたページ */
#relocated h1 {
	padding-top: 5px;
}

#relocated p {
	text-align: center;
}

#relocated p#top {
	padding-top: 140px;
	line-height: 32px;
}

#relocated p#middle {
	padding-top: 50px;
	font-size:   16px;
}

#relocated p#bottom {
	padding-top: 50px;
	line-height: 32px;
}

#relocated div#copyright {
	padding-top: 150px;
}

#relocated a:link,
#relocated a:visited {
	color: #ff5f32;
	text-decoration: underline;
}

#relocated a:hover,
#relocated a:active {
	color: #ff5f32;
	text-decoration: none;
}


