@charset "shift_jis";

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	line-height:120%;
	color:#333333;
	text-align:center;
	background:#ffffff url(../img/bg_01.gif) repeat-y center top;
}
.formtxt {
	font-size: 80%;
	color: #333333;
	padding: 5px;
	line-height: 120%;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}

img {
	border:0;
	display:block;
}
.clear {
	clear:both;
}

.b {
	font-weight:bold;
}
.red {
	color:#ff0000;
}
.m05 {
	margin-top:5px;
}
.m10 {
	margin-top:10px;
}
.m15 {
	margin-top:15px;
}
.m20 {
	margin-top:20px;
}

/* link */
/* -------------------------------------------------------- */
a:link,
a:visited,
a:active {
	color:#333333;
	text-decoration:underline ;
}
a:hover {
	color:#333333;
	text-decoration:underline ;
}

/* header */
/* -------------------------------------------------------- */
#header {
	width:800px;
	margin:0 auto;
}
#header_logo {
	background-image: url(http://www.im-japan.net/img/logo.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float : left;
	height : 120px;
	text-indent : -9999px;
	width : 300px;
}

/* main */
/* -------------------------------------------------------- */
#main {
	width:800px;
	margin:10px auto 0 auto;
}
td {
	text-align:left;
	vertical-align:top;
}

.top-cell1 {
	padding-left:5px;
}
.top-cell2 {
	width:220px;
}
.top-cell3 {
}
.top-cell4 {
	width:220px;
	padding-top:5px;
}



/* box */
/* -------------------------------------------------------- */
.box1 {
	padding:0 8px 0 9px;
	background:url(../img/bg_02_01.gif) no-repeat left top;
}
.box1 p {
	font-size:80%;
	padding-top:10px;
}
.box1a {
	width:220px;
	height:8px;
	background:url(../img/bg_02_02.gif) no-repeat left top;
}

.box2 {
	width:567px;
	height:153px;
	margin-top:5px;
	margin-left:5px;
	background:url(../img/bg_03.jpg) no-repeat left top;
}
.box2 table {
	width:567px;
}
.box2 .cell1  {
	width:430px;
}
.box2 .cell1 p  {
	font-size:75%;
	padding:10px 0 0 18px;
}
.box2 .cell2  {
	width:137px;
}
.box2 .cell2 p  {
	padding-top:45px;
	padding-left:32px;
}

.box3 {
	width:575px;
}
.box3 .cell1 {
	width:291px;
}
.box3 .cell1 h2 {
	margin-left:5px;
}
.box3 .cell2 {
	width:284px;
	background:url(../img/bg_03_01.gif) repeat-y left top;
}

.box4 {
	width:266px;
	margin:0 10px 0 8px;
	border-bottom:dotted 1px #ff6699;
}
.box4 td {
	vertical-align:bottom;
	padding:3px 0 5px 0;
}
.box4 h3 {
	font-size:80%;
	color:#666666;
	padding:2px 0 0 22px;
	background:url(../img/icon_02.gif) no-repeat left top;
}
.box4 .cell3 {
	white-space:nowrap;
}
.box4 .cell3 span {
	font-size:80%;
	font-weight:bold;
	padding:2px 5px;
	color:#ffffff;
}
.box4 .bg1 span {
	background:#ffcd6e;
}
.box4 .bg2 span {
	background:#4aa776;
}
.box4 .bg3 span {
	background:#FFCE71;
}

.box5 {
	width:266px;
	margin:8px 10px 0 8px;
}
.box5 .cell4 {
	text-align:left;
}
.box5 .cell5 {
	text-align:right;
}
.box5 .cell6 {
	text-align:center;
	padding-top:8px;
}
.box5 .cell6 img {
	display:inline;
	margin:0 3px;
}

.box6 h3 {
	font-size:80%;
	color:#666666;
	margin-top:3px;
	background:#f1f5e2;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.box6 table {
	width:100%;
	font-size:70%;
	margin-top:8px;
	line-height: 120%;
}
.box6 .cell1 {
	padding:0 12px 0 8px;
}
.box6 .cell2 {
	text-align:right;
	padding:5px 0 15px 0;
}
.box6 .cell2 img {
	display:inline;
}

.box7 {
	width:567px;
}
.box7 .cell1 {
	width:224px;
}
.box7 .cell1 img {
	margin-bottom:3px;
}
.box7 .cell2 ul {
	list-style-type:none;
	font-size:75%;
}
.box7 .cell2 li {
	padding:3px 0 3px 17px;
	border-bottom:dotted 1px #ffb84e;
	background:url(../img/icon_01.gif) no-repeat 2px 5px;
}

.box8 {
	border:solid 1px #ffb84e;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 2px;
}
.box8 table {
	width:100%;
}
.box8 th {
	font-size:80%;
	color:#666666;
	border-bottom:dotted 1px #ffb84e;
	vertical-align: bottom;
	padding-top: 4px;
}

.box8 th img {
	display:inline;
	vertical-align:bottom;
	margin-left:5px;
}
.box8 .cell2 {
	padding:5px 10px 0 0;
}
#main .top-cell3 .top-cell1 .box7 .cell2 .box8 table {
	margin-top: 5px;
}

.box8 .cell3 {
	font-size:75%;
	line-height:120%;
	padding:5px 0 0 0;
}
.box8 .cell4 {
	text-align:right;
}
.box8 .cell4 img {
	display:inline;
}

.box9 {
	width:220px;
}
.box9a {
	margin-right:1px;
	padding:5px;
	border:solid 1px #a9c751;
}
.box9a p {
	font-size:75%;
}
.box9a table {
	width:100%;
	font-size:80%;
	font-weight:bold;
	color:#666666;
	margin-top:10px;
}
.box9a th {
	width:30px;
	vertical-align:top;
	padding:3px 0;
	border-top:solid 1px #a9c751;
}
.box9a td {
	padding:3px 0;
	border-top:solid 1px #a9c751;
}
.box9a td p {
	font-weight:normal;
	color:#666666;
	text-align:right;
	line-height:120%;
}
.box9a .cell1 {
	color:#ff6600;
	padding:0;
	border-top:0;
}

.box10 {
	width:572px;
	background:#4da978;
	font-size:75%;
	font-weight:bold;
	color:#ffffff;
}
.box10 th {
	padding:5px 10px;
	white-space:nowrap;
}
.box10 td {
	text-align:right;
	padding:5px 10px;
}
.box10 a:link,
.box10 a:visited,
.box10 a:active {
	color:#ffffff;
	text-decoration:none;
}
.box10 a:hover {
	color:#ffffff;
	text-decoration:underline ;
}

.box11 {
	width:570px;
	border-bottom:dotted 1px #a9c751;
}
.box11 .cell1 {
	width:130px;
	text-align:center;
	padding-bottom:12px;
}
.box11 .cell1 img {
	margin:0 auto;
	border:solid 1px #cccccc;
}
.box11 .cell2 {
	width:330px;
	font-size:80%;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:5px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.box11 .cell2 span {
	font-weight:bold;
	color:#ffffff;
	padding:2px 5px;
}
.box11 .cell2 .bg1 {
	background:#ffcd6e;
}
.box11 .cell2 .bg2 {
	background:#4da978;
}
.box11 .cell3 {
	width:91px;
	vertical-align:bottom;
	padding-bottom:3px;
	border-bottom:solid 1px #4da978;
}
.box11 .cell4 {
	font-size:75%;
	line-height:120%;
	padding-top:5px;
	padding-left:5px;
}
.box11 .cell5 {
	padding:5px 0 12px;
}
.box11 .cell5 img {
	display:inline;
	margin:0 2px;
}

/* detail */
/* -------------------------------------------------------- */
#detail {
	width:778px;
	text-align:left;
	margin:10px auto 0 auto;
}
#detail .topnavi {
	font-size:75%;
	color:#666666;
}
#detail h2 {
	margin-top:20px;
}
#detail h4 {
	margin-left:16px;
}
#detail .topnavi a:link,
#detail .topnavi a:visited,
#detail .topnavi a:active {
	color:#666666;
	text-decoration:none;
}
#detail .topnavi a:hover {
	color:#666666;
	text-decoration:underline ;
}

.detail-box1 {
	width:753px;
	margin-top:20px;
	margin-left:16px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.detail-box1 .cell1 {
	width:320px;
}
.detail-box1 .cell2 {
	width:400px;
}
.detail-box1 h3 {
	font-size:100%;
	padding-bottom:5px;
	border-bottom:solid 1px #999999;
}
.detail-box1 h3 span {
	font-size:80%;
	color:#ffffff;
	padding:2px 5px;
}
.detail-box1 h3 .bg1 {
	background:#ffcd6e;
}
.detail-box1 h3 .kantou {
	background:#4da978;
}
.detail-box1 h3 .toukai {
	background:#99CC66;
}
.detail-box1 p {
	font-size:75%;
}
.detail-box1 p img {
	display:inline;
	margin:0 3px;
}

.detail-box2 {
	font-size:75%;
	margin-top:20px;
	margin-left:44px;
}
#detail .detail-box2 form {
	background-color: #FFFFCC;
}


.detail-box2 th {
	width:110px;
	vertical-align:top;
	padding-bottom:8px;
}
.detail-box2 td {
	padding-bottom:8px;
}
.detail-box2 img {
	display:inline;
	vertical-align:middle;
	margin:0 5px;
}
.detail-box2 input {
	vertical-align:middle;
}
.detail-box2 select {
	vertical-align:middle;
}
.detail-box2 .form1 {
	width:200px;
}
.detail-box2 .cell1 {
	width:715px;
	text-align:right;
	padding:0 0 5px 0;
}
.detail-box2 .cell1 img {
	display:inline;
}

.detail-box3 {
	width:715px;
	font-size:75%;
	margin-top:20px;
	margin-left:44px;
}
.detail-box3 .cell1 {
	width:715px;
	text-align:right;
	padding:0 0 5px 0;
}
.detail-box3 .cell1 img {
	display:inline;
}

.detail-box3 .cell2 {
	width:172px;
}
.detail-box3 .cell2 img {
	border:solid 1px #333333;
}
.detail-box3 .cell3 {
	width:543px;
}

.detail-box4 {
}
.detail-box4 th {
	white-space:nowrap;
	padding-right:35px;
	vertical-align:top;
	padding-bottom:6px;
}
.detail-box4 td {
	padding-bottom:6px;
}
.detail-box1 h3 .kansai {
	background-color: #FFCC66;
}
.detail-box1 h3 .kyusyu {

	background-color: #FF6699;
}
.detail-box1 h3 .hokkaido {

	background-color: #0066CC;
}
.detail-box1 h3 .touhoku {


	background-color: #3399FF;
}
.detail-box1 h3 .shikoku {



	background-color: #FF6633;
}
.hajimeni_box1 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.detail-box1 h3 .cyugoku {




	background-color: #FF9933;
}
.detail-box1 h3 .hokuriku {





	background-color: #CCCC66;
}

.hajimeni_box2 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 85%;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 6px;
}

.news {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 70%;
	color: #333333;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFB84E;
	line-height: 120%;
	margin-top: 3px;
	vertical-align: middle;
	clear: both;
	list-style-position: inside;
	list-style-image: url(../img/icon_01.gif);
	padding-bottom: 3px;
	margin-right: 5px;
}
.topreturn {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 80%;
	color: #FF6600;
	padding-right: 15px;
}
#detail div {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	text-align: right;
}
.futter {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: right;
	background-color: #92AC41;
	padding-bottom: 1px;
	line-height: normal;
	padding-right: 5px;
}
#main .h {
	background-color: #327DBA;
}
#main .c {
	background-color: #FFA865;
}
#main .hoku {
	background-color: #D8DE73;
}
#main .ky {
	background-color: #EF618B;
}
#main .s {
	background-color: #F9695B;
}
#main .touhoku {
	background-color: #00ACE9;
}
#main .toukai {
	background-color: #90C27C;
}
#main .top_up {
	padding-right: 10px;
	padding-top: 3px;
}
.detail-box2form2 {
	background-color: #FFFFCC;
	font-size: 80%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.detail-box5 {
	margin-top: 20px;
	margin-left: 20px;
	width: 92%;
	background-color: #FFFF99;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 80%;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.detail-box5_mailform {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 80%;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	vertical-align: middle;
}

#detail .detail-box5 h2 {
	font-size: medium;
	color: #FFFFFF;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #FF9900;
	padding-top: 10px;
	font-weight: bold;
}
.title {
	padding-top: 15px;
}
.txtgray {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 80%;
	line-height: 18px;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.aisatu {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 83%;
	line-height: 140%;
	color: #333333;
	background-image: url(../img/sp4-bg.gif);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.interview {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 90%;
	line-height: 130%;
	color: #333333;
	padding-top: 20px;
}
.pagetopphe {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	line-height: 130%;
	color: #333333;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 80%;
}
.grayborder {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.privacy {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 80%;
	line-height: 130%;
	color: #333333;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 15px;
}
.box15 {
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	padding: 10px;
	float: none;
}

#main .top-cell3 .box15 img {
	float: none;
	clear: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
#main .top-cell3 .box15 p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.box16 {
	padding: 10px;
	margin-right: 5px;
	margin-left: 10px;
	font-size: 80%;
	color: #333333;
}
#main .top-cell3 .box16 td {
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.box17 {
	font-size: 80%;
	line-height: 120%;
	color: #333333;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.sitemap {
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #000000;
}
.sitemap2 {
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #333333;
}

