@charset "utf-8";
/* -------------------------------- RESET & SETTING -------------------------------- */
*{
	margin:0;
	padding:0;
	border:none;
	text-align:left;
	list-style-type: none;
	}

body {
	font-family: "Lucida Grande", "Verdana", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
	font-size: 14px;
	color: #333;
	background-color:#FFFFFF;
	margin:0 auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

h1 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #D9E7EF;
	color: #093E63;
	padding-bottom: 3px;
	margin-bottom: 1em;
	}
	
h2 {
	font-size: 20px;
	margin-bottom: 1em;
	font-weight: bold;
	background-image: url(images/h_bar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	}
	
h3 {
	color:#000064;
	font-size: 16px;
	margin-bottom: 1em;
	font-weight: bold;
	padding-left:5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0a6ca7;
	}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:1em;
	background-color: #E2E2E2;
	padding: 4px;
	}	
	
hr.topics_hr {
	height: 1px;
	border: none;
	border-top: 1px #ffffff solid;
}

p.news {
	margin:1em 0 1em 0;
}


		
p{
	line-height:1.4em;
	margin-bottom:1.2em;
	}
		
textarea{
	font-size: 100%;
	}

img{
	margin:0px;
	padding:0px;
	border:none;
	vertical-align: top;
	}
	
.align_left{
	text-align:left;
	}

.align_center{
	text-align:center;
	}
	
.align_right{
	text-align:right;
	}
	
.float_left{
	float:left;
	}
	
.float_right{
	float:right;
	}
	
.clear{
	clear:both;
	}
	
.none{
	display:none;
	}

.bold{
	font-weight:bold;
	}
	
.red{
	color:#FF0000;
	}	
	
a:link{
	color:#10568A;
	text-decoration:underline;
	}

a:visited{
	text-decoration:underline;
	}						

a:hover{
	color:#10568A;
	text-decoration:underline;
	}
	
.timestamp{
	font-size:11px;
	color:#2F96E5;
	margin-bottom:1em;
	}

.border_gray {
	border:solid 1px #cccccc;
	}





div#wrapper{
	width:1050px;
	margin: 0 auto;
	}
	

/* -------------------------------- HEADER ----------------------------------------- */

div#header {
	width: 1050px;
	height: 351px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}	
	
div#header h1{
	float:left;
	}
	
div#logo{
	width:405px;
	height:108px;
	padding:20px 0 0 35px;
	float:left;
	}
	

div.login {
	float:right;
	width:207px;
	text-align:center;
	padding:25px 25px 0 0;
	}
	


#header .search {
	float:right;
	padding:35px 20px 0px 10px;
	width:auto;
	}

#header .search input#search_form {
	color:#bbbbbb;
	}

.search_form {
	border-top:1px solid #20549f;
	border-bottom:1px solid #20549f;
	border-left:1px solid #20549f;
	height:16px;
	margin:0px 0px 0px 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color:#ffffff;
	float:left;
	width:95px;
	}

.search_button {
	background-color:#858a90;
	border-top:1px solid #20549f;
	border-right:1px solid #20549f;
	border-bottom:1px solid #20549f;
	border-left:1px solid #20549f;
	color:#eeeeee;
	height:22px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px -1px;
	text-align:right;
	width:50px;
	background-image: url(images/btn_search.gif);
	background-repeat: no-repeat;
	background-position: 1px top;
	/background-position: 1px -1px; /* IE6/7 ハック */
	float:left;
	cursor: hand;
	cursor: pointer;
	}


/*-- p.search {
	text-align:right;
	padding-top:10px;
	}	

.search_button {
	margin:0;
	padding:0;
	height:18px;
	border-width: 1px;
	border-style: solid;
	border-color: #777;
	color:#ffffff;
	background-color:#777;
	}

.search_form {
	margin:0;
	padding:0 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #777;
	} --*/
	
div#catch_title{
	width:550px;
	height:70px;
	float:left;
	padding-top:150px;
	padding-left:50px;
	clear:both;
	}	

div#container{
	width:1050px;
	margin: 0 auto;
	clear:both;
	}
	
/* -------------------------------- NAVIGATION ----------------------------------------- */
	
div#navi{
	width:980px;
	height:44px;
	padding:0px 10px 0px 10px;
	margin:0 auto;
	background-image:url(images/menubar.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
		

div#navi li.navigation_btn_01 a{
	background:url(images/navigation_btn_01.jpg) no-repeat;
	}
	
div#navi li.navigation_btn_01 a:hover{
	background:url(images/navigation_btn_01_.jpg) no-repeat;
	}
	
div#navi li.navigation_btn_02 a{
	background:url(images/navigation_btn_02.jpg) no-repeat;
	}
	
div#navi li.navigation_btn_02 a:hover{
	background:url(images/navigation_btn_02_.jpg) no-repeat;
	}
	
div#navi li.navigation_btn_03 a{
	background:url(images/navigation_btn_03.jpg) no-repeat;
	}
	
div#navi li.navigation_btn_03 a:hover{
	background:url(images/navigation_btn_03_.jpg) no-repeat;
	}
	
div#navi li.navigation_btn_04 a{
	background:url(images/navigation_btn_04.jpg) no-repeat;
	}
	
div#navi li.navigation_btn_04 a:hover{
	background:url(images/navigation_btn_04_.jpg) no-repeat;
	}
	
div#navi li.navigation_btn_05 a{
	background:url(images/navigation_btn_05.jpg) no-repeat;
	}
	
div#navi li.navigation_btn_05 a:hover{
	background:url(images/navigation_btn_05_.jpg) no-repeat;
	}	

div#navi li.navigation_btn_06 a{
	background:url(images/navigation_btn_06.jpg) no-repeat;
	}
	
div#navi li.navigation_btn_06 a:hover{
	background:url(images/navigation_btn_06_.jpg) no-repeat;
	}
	
div#navi li.navigation_btn_07 a{
	background:url(images/navigation_btn_07.jpg) no-repeat;
	}
	
div#navi li.navigation_btn_07 a:hover{
	background:url(images/navigation_btn_07_.jpg) no-repeat;
	}


	
/* -------------------------------- CONTENTS AREA --------------------------------------- */
			

div#contentsarea{
	width:1000px;
	margin: 0 auto;
	background-image:url(images/container_bg_middle.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	}

div.contentsarea_bottom{
	width:1000px;
	height:21px;
	margin: 0 auto;
	background-image:url(images/container_bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}	

div#contentsarea .contents_left{
	width:664px;
	padding-top: 20px;
	padding-left: 50px;
	float:left;
}


div#contentsarea .contents_right{
	width:221px;
	float:right;
	padding: 20px 50px 10px 10px;
	}
	
div#contentsarea .topics{
	width:203px;
	background-color:#EEEFEA;
	padding:10px;
	margin-top:20px;
	}	

div .topics_box{
	width:198px;
	height:500px;
	padding-right:5px;
	overflow-y:scroll;
	}	


td.step01{
	width:205px;
	height:209px;
	background-image: url(images/service01.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
td.step02{
	width:205px;
	height:209px;
	background-image: url(images/service02.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
td.step03{
	width:205px;
	height:209px;
	background-image: url(images/service03.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}

td.ya{
	width:20px;
	height:15px;
	background-image: url(images/ya.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
	
p.banner{
	margin-bottom:.5em;
	}	
	
	
p.indent{
	margin:0 30px;
	padding:7px;
	margin-bottom:1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	}
	
p.case_text{
	background-image: url(images/icon03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	}	
	
.case_more{
	background-image: url(images/icon02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

.case_more a{
	color:#E17B08;
}

		
/* -------------------------------- FOOTER ----------------------------------------- */


div#footer {
	width: 1000px;
	margin: 0 auto;
	clear:both;
	background-image:url(images/container_bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}

p.copyright{
	font-size: 12px;
	color:#193387;
	padding-top: 20px;
	text-align:right;
	}	
	
	
/* --------------------------------------------------------------------------------

---------------------------------- SUBPAGE --------------------------------------------------------------

----------------------------------------------------------------------------------- */	


body.subpage {
	font-family: "Lucida Grande", "Verdana", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
	font-size: 13px;
	color: #5A5541;
	background-color:#FFFFFF;
	margin:0 auto;
	background-image: url(images/subbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
body.subpage div#header {
	width: 1050px;
	height: 351px;
	}	
	
body.subpage div#logo{
	width:307px;
	height:81px;
	padding:20px 0 0 0;
	float:left;
	}
	

body.subpage div.login {
	width:207px;
	padding:20px 0 0 0;
	text-align:center;
	clear:both;
	margin:0 auto;
	}

body.subpage div#navi{
	width:980px;
	height:58px;
	margin:0 auto;
	background-image:url(images/submenubar.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
	
body.subpage div#contentsarea{
	width:1050px;
	margin: 0 auto;
	background-image:none;
	margin: 28px 0 0 0;
	}

body.subpage div#contentsarea .contents_left{
	width:307px;
	padding: 0;
	float:left;
}


body.subpage div#contentsarea .contents_right{
	width:704px;
	float:right;
	background-image: url(images/subcontainer_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	margin-right:30px;
	}
	
body.subpage div#contentsarea .contents_right_bottom{
	width:704px;
	height:21px;
	float:right;
	background-image: url(images/subcontainer_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:30px;
	}	
	
body.subpage div#footer {
	width: 1000px;
	margin: 0 auto;
	clear:both;
	background-image:none;
	}	
		
	

