@charset "UTF-8";
@import url("style_d2.css");
/*------------------------------------------------------------------------------
基本スタイルシート
--------------------------------------------------------------------------------
■目次
□基本構造
□汎用定義
□背景・コンテンツエリア
□ヘッダ
□メインコンテンツ
□サイドメニュー
□フッタ
--------------------------------------------------------------------------------
□基本構造
------------------------------------------------------------------------------*/
a:link    { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover   { color: #cc0000; text-decoration: underline; }
a:active  { color: #cc0000; text-decoration: underline; }
a.red:link    { color: #ff0000; text-decoration: none; }
a.red:visited { color: #ff0000; text-decoration: none; }
a.red:hover   { color: #ff0000; text-decoration: underline; }
a.red:active  { color: #ff0000; text-decoration: underline; }
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Osaka,ＭＳ Ｐゴシック;
	line-height: 1.25em;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0.5em 0;
}

input, textarea {
	font-size: 1em;
}

img {
	border: 0px;
	vertical-align: bottom;
}

/*------------------------------------------------------------------------------
□汎用定義
------------------------------------------------------------------------------*/
.red { color: #ff0000; }
.red-b { color: #cc0000; }
.green { color: #154800; }
.green-l { color: #98b15e; }
.grey { color: #636464; }
.black { color: #040000; }
.blue-grey {	color: #BEBEDE; }

.bg-grey { background-color: #d2d2d2; }

.box-grey { border: 1px solid #d2d2d2; }

.bold { font-weight: bold; }
.nobold { font-weight: normal; }

.font-s { font-size: 10px; }
.font-m { font-size: 12px; }
.font-l { font-size: 14px; }

.lineh-l { line-height: 1.5em; }

.w20 { width: 20%; }
.w80 { width: 80%; }
.w100 { width: 100%; }
.w10px { width: 10px; } /*use*/
.w30px { width: 30px; } /*use*/
.w330px { width: 330px; }
.w355px { width: 355px; }
.w400px { width: 400px; }
.w168px { width: 168px; } /*use*/
.w173px { width: 173px; } /*use*/
.w255px { width: 255px; } /*use*/
.w240px { width: 240px; } /*use*/
.w518px { width: 518px; } /*use*/
.w542px { width: 542px; } /*use*/
.w550px { width: 550px; } /*use*/
.w570px { width: 570px; } /*use*/
.w740px { width: 740px; } /*use*/
.w760px { width: 760px; } /*use*/

.h25px { height: 25px; } /*use*/
.h74px { height: 74px; } /*use*/
.h100px { height: 100px; } /*use*/
.h114px { height: 114px; } /*use*/

.fleft  { float: left; }
.fright { float: right; }
.clear  { clear: both; }

.left   { text-align: left; }
.right  { text-align: right; }
.center { text-align: center; }
.middle { vertical-align: middle !important; }
	
.bcenter {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.block  { display: block; }
.inline { display: inline; }	
	
.clearfix:after {
	content: url(/images/global/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

.mgn-no    { margin: 0; }
.mgn-lft-ss { margin-left:   3px;  }
.mgn-lft-s { margin-left:   5px;  }
.mgn-lft-m { margin-left:   10px; }
.mgn-lft-l { margin-left:   30px; }
.mgn-rgt-s { margin-right:  5px;  }
.mgn-rgt-m { margin-right:  10px; }
.mgn-rgt-l { margin-right:  30px; }
.mgn-top-s { margin-top:    5px;  }
.mgn-top-m { margin-top:    10px; }
.mgn-top-ml { margin-top:   20px; }
.mgn-top-l { margin-top:    30px; }
.mgn-btm-s { margin-bottom: 5px;  }
.mgn-btm-m { margin-bottom: 10px; }
.mgn-btm-ml { margin-bottom: 20px; }
.mgn-btm-l { margin-bottom: 30px; }
.mgn-btm-ll { margin-bottom: 40px; }

.mgn-wdt-s { margin-left:    5px; margin-right:    5px; }
.mgn-wdt-m { margin-left:   10px; margin-right:   10px; }
.mgn-wdt-l { margin-left:   30px; margin-right:   30px; }
.mgn-hgt-s { margin-top:     5px; margin-bottom:   5px; }
.mgn-hgt-m { margin-top:    10px; margin-bottom:  10px; }
.mgn-hgt-l { margin-top:    30px; margin-bottom:  30px; }

.pdd-top-s { padding-top:    5px; }
.pdd-top-m { padding-top:    10px; }
.pdd-top-sm { padding-top:    15px; }
.pdd-btm-s { padding-bottom:    5px; }
.pdd-btm-m { padding-bottom:    10px; }
.pdd-btm-sm { padding-bottom:    15px; }

.pdd-lft-s { padding-left:    5px; }
.pdd-rgt-s { padding-right:   5px; }
.pdd-wdt-s { padding-left:   5px; padding-right:   5px; }
.pdd-hgt-m { padding-top:   10px; padding-bottom:   10px; }
.pdd-all-m { padding: 10px; }

/*------------------------------------------------------------------------------
□背景・コンテンツエリア
------------------------------------------------------------------------------*/
.authentication {
	width: 865px;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: left !important;
}

.authentication h1 {
	width: 629px;
	height:55px;
	margin:0px;
	padding:0px;
}

.authentication h2 {
	width: 629px;
	height:124px;
	margin:0px;
	padding:0px;
}

.authentication .clear{
	width: 865px;
	height:186px;
	margin:0px;
	padding:0px;
	background-image:url(../images/authentication/text-bg.jpg);
	background-repeat:repeat-y;
	
}

.authentication p.fleft{
	padding: 20px 0px 0px 20px;
	line-height:16px;
}

/*------------------------------------------------------------------------------
□ヘッダー
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
□メインコンテンツ
------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------
□サイドメニュー
------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------
□フッタ
------------------------------------------------------------------------------*/

