﻿/*□□□□□□□□□□□□□□□□□□□□

	サイト共通スタイル：基本

□□□□□□□□□□□□□□□□□□□□*/
/*////////////////////////////////////////
	標準スタイル
////////////////////////////////////////*/
* {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	font-size: small;
}
html, body, form {
	height:100%;
	margin: 0px;
	padding: 0px;
}
body {
	background: url(/_images/bg.png) repeat-x;
}
a:link, a:visited {
	color: #339acc;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}
a[target="_blank"] {
	background: url(/_images/ico_target_blank.gif) no-repeat right center;
	padding-right: 17px;
}
img {
	border: none;
	vertical-align: middle;
}
/*――― ページタイトル ―――*/
h1 {
	color: #555;
	font-size: 18px;
	line-height: 2em;
	border-bottom: 1px solid #999;
	text-indent: 0.3em;
	margin-top: 0;
	margin-bottom: 1em;
}
/*――― ページ内コンテンツタイトル ―――*/
h2 {
	font-weight: normal;
	color: #205080;
	border: 1px solid #ccc;
	border-radius: 5px 5px;
	padding: 8px;
	font-size: 15px;
	text-indent: 17px;
	background-image: url(/_images/bg_h2_h.png), url(/_images/bg_h2.png);
	background-repeat: no-repeat, repeat-x;
	margin-bottom: 1.5em;
}



/*////////////////////////////////////////
	基本枠
////////////////////////////////////////*/
table.FormBase {
	width: 100%;
    height: 100%;
    border: none;
	border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}
table.FormBase td.ContentsBase {
    height: 100%;
    padding: 25px 20px 5px 20px;
}


/*////////////////////////////////////////
	ヘッダー
////////////////////////////////////////*/
div#HeaderArea {
	background-color: #fff;
	height: 70px; /*120px;*/
	border-bottom: 10px solid #339ACC;
	box-shadow: 0px 0px 8px 3px #333;
}
div#HeaderArea div.line {
	width: 940px;
	margin: auto;
}
div#HeaderArea div.line * {
	margin-top: 5px;
}

/*――― サインインアウト ―――*/
div#HeaderArea div.line a.sign,
div#SystemErrorArea div.line a.sign,
div#SystemErrorArea div.line a.inquiry {
	position: relative;
	float: right;
	display: block;
	padding: 5px 10px;
	width: 110px;
	border-radius: 5px 5px;
	text-decoration: none;
}

div#HeaderArea div.line a#SignIn,
div#SystemErrorArea div.line a#SignIn {
	text-indent: 2.2em;
	color: #fff;
	background: url(/_Images/bg_signIn.png) no-repeat;
	border: 1px outset #339acc;
}
div#SystemErrorArea div.line a#Inquiry {
	text-indent: 2em;
	color: #fff;
    background: url(/_Images/bg_inquiry.png) no-repeat;
	border: 1px outset #339acc;
}
div#HeaderArea div.line a#SignOut {
	text-indent: 1.8em;
	color: #333;
	background: url(/_Images/bg_signOut.png) no-repeat;
	border: 1px outset #ccc;
}

/*――― メインメニュー ―――*/
div#HeaderArea ul#MainMenu {
	list-style: none;
	margin: 0;
	margin-top: 4px;
}
div#HeaderArea ul#MainMenu li {
	margin-right: -1px;
	float: left;
	background: url(/_images/bg_mainmenu.png) no-repeat;
	text-align: center;
}
div#HeaderArea ul#MainMenu li a {
	display: block;
	font-size: 15px;
	width: 160px;
	height: 60px;
	line-height: 60px;
}
/*――― メインメニュー：Hover ―――*/
div#HeaderArea ul#MainMenu li:hover {
	background-image: url(/_images/bg_mainmenu_hover.png);
}
div#HeaderArea ul#MainMenu li:hover a {
	text-decoration: none;
	color: #339acc;
}


/*////////////////////////////////////////
	メイン
////////////////////////////////////////*/
/* グラデーション枠 */
div#MainOutline {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 14px;
	height: 300px;
	width: 942px;
	z-index: -1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ccc', EndColorStr='#fff')";  
	background: linear-gradient(to bottom, #ccc, #fff);
} 
div#MainArea {
	background-color: #fff;
	min-height: 350px;
	height: 100%;
	width: 900px;
	padding: 20px 20px 0px 20px;
	margin: auto;
	margin-top: 15px;
}


/*////////////////////////////////////////
	フッター
////////////////////////////////////////*/
div#FooterArea {
	background: url(/_images/bg_footer.gif) repeat-x;
	width: 100%;
}
div#FooterArea table {
	border-collapse: separate;
	border-spacing: 8px;
	margin: auto;
	width: 920px;
	position: relative;
}
div#FooterArea table td {
	padding: 0;
	vertical-align: top;
	color: #339acc;
}
div#FooterArea table td * {
	color: #339acc;
}

/*――― 左側 ―――*/
div#FooterArea table td ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#FooterArea table td ul li {
	float: left;
    padding-right: 2em;
}
div#FooterArea table td ul li a {
	font-size: 90%;
	border-left: 5px solid #339acc;
	padding-left: 0.5em;
}

/*――― 右側 ―――*/
div#FooterArea table td#RightArea {
	text-align: right;
	font-size: 88%;
}
div#FooterArea table td#RightArea div#Copyright {
	font-family: 'Arial Unicode MS';
}


/*////////////////////////////////////////
	共通クラススタイル
////////////////////////////////////////*/
/*――― img ―――*/
img.sep {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

/*――― dl ―――*/
dl.asterisk_jp, dl.asterisk_jp_s {
	margin: 0px;
}
dl.asterisk_jp dt,
dl.asterisk_jp dd,
dl.asterisk_jp_s dt,
dl.asterisk_jp_s dd {
	line-height: 1.3em;
	margin-bottom: 0.2em;
}
dl.asterisk_jp dt,
dl.asterisk_jp_s dt {
	float: left;
}
dl.asterisk_jp dd,
dl.asterisk_jp_s dd {
	margin-left: 1.2em;
	white-space: pre-line;
}
dl.asterisk_jp_s dt,
dl.asterisk_jp_s dd {
	font-size: 90%;
}

/*――― セパレーター ―――*/
.separator_dot {
	background: url('/_Images/separator_dot.gif') no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 24px;
}

/*――― 文字位置 ―――*/
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
.top {
	vertical-align: top !important;
}
.middle {
    vertical-align: middle !important;
}

/*――― 文字修飾 ―――*/
.caution {
	color: red;
}
.comment {
	color: #666;
}
.comment_s {
	color: #666;
	font-size: 90%;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
