@charset "utf-8";
/*------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------*/
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
	}
/*-------IE--------*/	
.clearfix{
	zoom:100%;
	}
/*-------IE--------*/

body{
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	font-size: 100%;
	text-decoration: none;
	background-color: #cccccc;
	}
br{
	line-height:normal;
	letter-spacing:normal;
	clear:both;
	}
#warp{
	width:800px;
	text-align:left;
	margin:0 auto;
	padding:0 15px;
	font-size: 90%;
	line-height: 1.4em;
	background:url(http://www.ndsoft.jp/img/common/bg.jpg) repeat-y;
	}
	
form,h1,h2,h3,h4{
	font-weight:normal;
	}
.clear{
	clear:both;
	}
	
/*------------------------------------------------------------------------------
page-ancher
------------------------------------------------------------------------------*/
.page-ancher, .page-ancher p, .page-ancher ul, .page-ancher ul li,.skip { font-size:0; position:absolute; left:-9999px; }


/*------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------*/
#contents{
	width:800px;
	padding:0;
	margin:0 0 15px 0;
	}
a:link{ text-decoration:underline; color:#333333; }
a:visited{ text-decoration:underline; color:#203255; }
a:hover{ text-decoration:none; color:#002163; }
a:active{ text-decoration:underline; color:#002163; }
h3{
	background:#b2d1ff;
	padding:11px 0;
	text-align:center;
	margin-bottom:10px;
	}
h2{
	margin-top:6px;
	}
	
#contents .box{
	background:url(../img/campaign/box_bg.gif) repeat-y;
	width:676px;
	margin:0 auto;
	color:#565656;
	padding:0 28px;
	}
#box_contents{
	padding:0 34px;
	}
.txt01{
	margin:30px 0 30px 0;
	}
.ml22{
	margin-left:22px;
	}
.mb10{
	margin-bottom:10px;
	}
.point{
	margin-left:138px;
	font-size:80%;
	}

/*------------------------------------------------------------------------------
hedaer
------------------------------------------------------------------------------*/
#header{
	width:800px;
	}
.search{
	background-color: #B2D1FF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #002163;
	height: 30px;
	text-align: right;
	padding-right:10px;
	}

.search_text{
	width:420px;
	float:left;
	padding-top:5px;
	font-size:12px;
	}

.search_form{
	width:200px;
	float:left;
	vertical-align:top;
	}

.search_form img{
	margin:5px 0 0 0;
	}
.search_txt{
	padding:2px;
	width:138px;
	border:1px solid #7f9db9;
	background:#fff url(http://img.yahoo-search.jp/img/logo_wm.gif) center center no-repeat;
	vertical-align:top;
	margin:5px 2px 0 0;
	}
.search_btn{
	width:48px;
	height:24px;
	margin:4px 3px 0 0;
	vertical-align:top;
	}
.contact_btn{
	width:160px;
	float:right;
	}
#logo{
	float:left;
	padding:5px 0 0 10px;
	}
#logo h1{
	line-height:1em;
	margin:2px 0 0 0;
	font-size:12px;
	}
#tel{
	margin-bottom:-1px;
	padding:5px 10px 0 0;
	float:right;
	}
#support{
	background: url(http://www.ndsoft.jp/img/common/support_bg.jpg) top left no-repeat;
	height: 30px;
	width: 330px;
	text-align: right;
	font-size:12px;
	margin:0 0 10px 0;
	padding:0 0 0 470px;
	}
#support input.header_input{
	width:70px;
	padding:1px 0;
	}
.support_l {
	text-align: right;
	float: left;
	width: 230px;
	margin:5px 0 0 0;
}
.support_r {
	text-align: right;
	float: left;
	margin:5px 0 0 10px;
}
.header_input {
	width: 70px;
	vertical-align:text-middle;
	font-size: 100%;
}

#g_navi{}
#g_navi ul{
	list-style:none;
	}
#g_navi li{
	list-style:none;
	float:left;
	}



/*------------------------------------------------------------------------------
フッター(10/05/06)
------------------------------------------------------------------------------*/
#footer_ver2{
	width:760px;
	padding:0 20px 20px 20px;
	background-color:#002164;
	}
#footer_ver2 a{
	color:#FFFFFF;
	text-decoration:none;
	}
#footer_ver2 a:hover{
	text-decoration:underline;
	}
#footer_ver2 ul{list-style:none;}
ul.footer_utility{
	width:177px;
	float:left;
	margin-right:15px;
	font-size:85%;
	}
ul.last{
	margin-right:0;
	}
ul.footer_utility li{
	border-bottom:1px dotted #8090b2;
	padding:10px 0;
	}
ul.footer_utility li a{
	display:block;
	background:url(http://www.ndsoft.jp/img/index_new/arrow3.gif) 0 4px no-repeat;
	padding-left:15px;
	} 
	
ul.footer_utility li.indent ul li, ul.footer_utility ul li, ul.footer_utility li.none{
	border-bottom:none;
	}
ul.footer_utility li.indent ul{
	margin-top:-20px;
	}

ul.footer_utility ul{
	margin-top:5px;
	}
ul.footer_utility ul li, ul.footer_utility li.indent2{
	padding:3px 0;
	}
ul.footer_utility ul li a, ul.footer_utility li.indent2 a{
	background:none;
	}
.shiryou{
	width:446px;
	float:left;
	margin-top:25px;
	}
.mark{
	width:73px;
	padding-top:27px;
	float:right;
	margin-top:25px;
	}



/*------------------------------------------------------------------------------
padding
------------------------------------------------------------------------------*/
.pt5{
	padding:5px 0 0 0;
	}
.fl{
	float:left;
	}
.fr{
	float:right;
	}