@charset "UTF-8";


/* Browser-Formatting-Styles */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 12px;
	line-height: 180%;
}

h1,h2,h3,h4,h5,h6,
div,p,form {
	margin: 0;
	padding: 0;
}

th,td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.0;
	text-align: left;
}

a:link		{color: #2D6FD3; text-decoration: none; }
a:visited	{color: #806ED1; text-decoration: none; }
a:hover		{color: #699FF1; text-decoration: underline; }
a:active	{color: #699FF1; text-decoration: underline;}

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

input {
	margin: 0;
	vertical-align: middle;
}

*+html input {
	vertical-align: middle;
}

input:focus,
textarea:focus {
	background-color: #FFF8DE;
}


/* General Classes */

.MrgnBtm20 {
	margin-bottom: 20px;
}

.MrgnBtm30 {
	margin-bottom: 30px;
}

h2.Simple {
	margin-bottom: 25px;
	padding-bottom: 5px;
	background: url(../images/tit_line.gif) left bottom no-repeat;
	font-size: 14px;
}

h3.Simple {
	margin-bottom: 10px;
	color: #3C5998;
	font-size: 12px;
}

.Notes {
	color: #7D7D7D;
	font-size: 10px;
}

.Attention {
	color: #D01D3B;
}

.Msg {
	text-align: center;
}



/* -------------------------------------------
COMMON
------------------------------------------- */

#Wrapper {
	width: 690px;
	margin: 0 auto;
	background: none;
}


/* HEADER ---------- */

#SiteID {
	float: left;
	width: 315px;
	height: 30px;
	margin-bottom: 0;
	background: url(../images/pnt_head_id.gif) no-repeat;
	text-indent: -9999px;
}

#Function {
	display: none;
}

#GlobalNav,
#LocalNav {
	display: none;
}


/* CONTENTS ---------- */

#Contents {
	clear: both;
	margin-bottom: 50px;
	min-height: 1px;
}

	/* Evasion of problem of float box（START） */
	#Contents:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	#Contents { display:inline-table; }
	/* Not for Mac IE \*/
	* html #Contents { height:1px; }
	#Contents { display:block; }
	/* */
	/* Evasion of problem of float box (END) */


#LeftClm{
	width: 690px;
	padding: 36px 30px 0 15px;
}

#RgtClm {
	display: none;
}


/* FOOTER ---------- */

#Footer {
	clear: both;
	height: 25px;
	background: #FFFFFF;
}

#Footer div {
	width: 690px;
	margin: 0 auto;
}

#Footer #BridgeID {
	float: left;
	width: 300px;
	height: 25px;
	background: url(../images/pnt_foot_id.gif) no-repeat;
	text-indent: -9999px;
}

#Footer #Copyright {
	float: right;
	width: 290px;
	height: 9px;
	margin-top: 28px;
	background: url(../images/pnt_foot_copy.gif) no-repeat;
	text-indent: -9999px;
}



/* -------------------------------------------
HOME
------------------------------------------- */

#Home {
	background-image: none;
}

#Home #Wrapper {
	width: 690px;
	background: none;
}

#Home #SiteID {
	margin-bottom: 15px;
}


/* MAIN VISUAL ---------- */

#MainVisual {
	clear: both;
	margin: 0 auto;
}

#MainVisual h2 {
	width: 440px;
	height: 193px;
	text-indent: -9999px;
}

#MainVisual h2 a {
	display: block;
	height: 193px;
}

#MainVisual #MV01 {
	margin-bottom: 15px;
	background: url(../images/in_mv01.jpg) no-repeat;
}

#MainVisual #MV02 {
	background: url(../images/in_mv02.jpg) no-repeat;
}


/* CONTENTS ---------- */

#Home #Contents {
	background: none;
	margin-bottom: 0;
}

#Home #LeftClm{
	width: 690px;
	padding: 29px 30px 50px 0;
	background-image: none;
}

h3#TitTopic {
	clear: both;
	height: 27px;
	margin-bottom: 4px;
	background: url(../images/in_tit_topic.gif) no-repeat;
	text-indent: -9999px;
}

dl.InfoList {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #F0F0F1;
}

*:first-child+html #Home #LeftClm dl {
	min-height:1px;　/* for IE7 */
}

	/* Evasion of problem of float box（START） */
	dl.InfoList:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	dl.InfoList { display:inline-table; }
	/* Not for Mac IE \*/
	* html dl.InfoList { height:1px; }
	dl.InfoList { display:block; }
	/* */
	/* Evasion of problem of float box (END) */


dl.InfoList dt {
	clear: both;
	float: left;
	width: 85px;
	margin: 0;
	padding: 6px 0;
	color: #7D7D7D;
	line-height: 140%;
}

dl.InfoList dd {
	float: right;
	width: 605px;
	margin: 0;
	padding: 6px 0;
	line-height: 140%;
}

dl.InfoList dd img {
	margin-left: 3px;
}

h3#TitLineup {
	clear: both;
	height: 27px;
	margin-top: 25px;
	margin-bottom: 10px;
	background: url(../images/in_tit_lineup.gif) no-repeat;
	text-indent: -9999px;
}

#ServiceBnr,
#ServiceLineup {
	list-style-type: none;
	clear: both;
	margin: 0;
	padding: 0;
	min-height: 1px;
}

	/* Evasion of problem of float box（START） */
	#ServiceBnr:after,
	#ServiceLineup:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	#ServiceBnr,
	#ServiceLineup { display:inline-table; }
	/* Not for Mac IE \*/
	* html #ServiceBnr,
	* html #ServiceLineup { height:1px; }
	#ServiceBnr,
	#ServiceLineup { display:block; }
	/* */
	/* Evasion of problem of float box (END) */


#ServiceBnr li {
	float: left;
	width: 226px;
	height: 60px;
	margin: 0 6px 2px 0;
	padding: 0;
	text-indent: -9999px;
}

#ServiceBnr li a {
	display: block;
	height: 60px;
}

#ServiceBnr #ServBnr01 {
	background: url(../images/in_btn_dom.gif) no-repeat;
}

#ServiceBnr #ServBnr02 {
	background: url(../images/in_btn_mstr.gif) no-repeat;
}


#ServiceBnr #ServBnr03 {
	margin-right: 0;
	background: url(../images/in_btn_serv.gif) no-repeat;
}

#ServiceLineup li {
	float: left;
	width: 230px;
	margin: 0 0 25px;
	padding: 6px 0;
	background: url(../images/line_dot.gif) left bottom no-repeat;
}

#ServiceLineup li a {
	padding: 0 0 0 13px;
	background: url(../images/arrow01.gif) left center no-repeat;
	font-weight: bold;
}





/* -------------------------------------------
INQUIRY
------------------------------------------- */

#Inquiry h1 {
	height: 53px;
	margin-bottom: 20px;
	background: url(../inquiry-ftp/images/in_title.gif) no-repeat;
	text-indent: -9999px;
}

#InqTbl {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #E1E2E4;
}

#InqTbl th,
#InqTbl td {
	padding: 10px;
	border-bottom: 1px solid #E1E2E4;
}

#InqTbl th {
	width: 25%;
	background-color: #F0F1F3;
}

#InqTbl th img {
	margin-left: 5px;
	vertical-align: middle;
}

#InqPrivacy {
	margin-bottom: 20px;
	padding: 10px 15px;
	border: 1px solid #E1E2E4;
	background-color: #FFF8DE;
}

.FormBtn {
	text-align: center;
}

#BtnLeft {
	margin-right: 20px;
}

#ThanksMsg {
	margin: 70px 0;
	text-align: center;
}





/* -------------------------------------------
OBSTACLE
------------------------------------------- */

#Obstacle h1 {
	height: 53px;
	margin-bottom: 20px;
	background: url(../obstacle/images/in_title.gif) no-repeat;
	text-indent: -9999px;
}

#Obstacle #LeftClm {
	padding-bottom: 50px;
}





/* -------------------------------------------
LOGIN
------------------------------------------- */

#Login h1 {
	height: 53px;
	margin-bottom: 20px;
	background: url(../login/images/in_title.gif) no-repeat;
	text-indent: -9999px;
}

#UserLogin {
	background: #FAFAFA url(../images/bg_box.gif) repeat-y;
}

#UserLogin h2 {
	height: 37px;
	margin-bottom: 15px;
	background: url(../login/images/in_txt_login.gif) no-repeat;
	text-indent: -9999px;
	
}

#LoginTbl {
	margin: 0 auto 10px;
}

#LoginTbl th,
#LoginTbl td {
	padding: 10px 5px;
}

#LoginTbl th {
	text-align: right;
}

#Login form {
	margin-bottom: 30px;
	padding-bottom: 5px;
	background: url(../images/bg_box_btm.gif) left bottom no-repeat;
}

#NewApp {
	height: 27px;
	margin-bottom: 15px;
	background: url(../login/images/in_txt_new.gif) no-repeat;
	text-indent: -9999px;
}

#ServSite {
	height: 20px;
	margin-bottom: 10px;
	background: url(../login/images/in_txt_service.gif) no-repeat;
	text-indent: -9999px;
}






