@charset "UTF-8";

@import url("./reset.css");

body { 
	font-family:sans-serif;
}

a{
	color: #0055A5;
	text-decoration: none;
}
a:hover{
	color: #384A9D;
	text-decoration: underline;
}
/* content */

#content {
	width:740px;
	border-right:1px solid #97938b;
	background:url(../../img/sidebar.png) repeat-y 174px 30%;
}

/* content�R���e���c�I��� */

/* header */

#header {
	background:#ffffff;
}
#header img{
	margin: 5px;
	display: inline;
	padding: 5px;
	float: left;
}
#header p#catch {
	font-size:12px;
	color:#22201B;
	padding:5px 0 2px 5px;
	border-bottom:1px solid #506086;
	text-align:left;
}

#header p {
	font-size:12px;
	color:#ff6600;
	padding:0 10px 10px 0;
	text-align: right;
}

#header p a{
	color: #ff6600;
	text-decoration: none;
}
#header p a:hover{
	color: #ff6600;
	text-decoration: underline;
}
h1 {
	font-size:24px;
	color:#0000cc;
	padding:15px 0 0 15px;
	background:url(../../img/i_nex_logo.png) no-repeat 98% 70%;
}

/* header�I��� */

/* �p������ */

#bread_crumbs {
	font-size:12px;
	padding:5px;
	height: 16px;
	display: block;
	clear: both;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(../../img/bar.gif);
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}

#bread_crumbs p#bread{
	display: inline;
	float: left;
	color: #22201B;
}
#bread_crumbs p#bread a{
	color: #22201B;
	text-decoration: none;
}
#bread_crumbs p#bread a:hover{
	color: #22201B;
	text-decoration: underline;
}
#bread_crumbs p#sitemap{
	float: right;
	display: inline;
	background-image: url(../../img/map.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}
#bread_crumbs p#sitemap a{
	color: #22201B;
	text-decoration: none;
}

#bread_crumbs p#sitemap a:hover{
	color: #22201B;
	text-decoration: underline;
}
/* �p�������I��� */

/* body */

#body{
	float:right;
	font-size:13px;
}

#body h2{
	color:#333333;
	padding:5px 0 0 13px;
	background:url(../../img/article_title.png) no-repeat 0% 0%;
	width:530px;
	height:26px;
	margin:10px 0 10px 14px;
}

#body ul{
	margin:0 0 20px 10px;
	width:259px;
	padding-left:10px;
}
2005_spring.zip
#body ul li{
	padding:0 0 0 10px;
	list-style-type:none;
	margin-bottom:5px;
	background:url(../../img/list.png) no-repeat 0% 50%;
	width:245px;
}

#body .article{
	margin:0 0 30px 10px;
	font-size:14px;
	letter-spacing:1px;
	line-height:140%;
	width:528px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#body .article ol {
	list-style-type:decimal;
	margin-left:30px;
}

#body .article ol li ul{
	list-style-type:disc;
	margin-left:0px;
	width:auto;
	margin-bottom:0px;
}

#body .article ol li ul li{
	width:auto;
}

#body .article h3{
	padding:4px 0 3px 4px;
	background:url(../../img/article_sub_title.png) repeat-x 0% 100%;
	margin:5px  0 10px 0;
	font-size:16px;
	color: #FFFFFF;
	background-color: #A2A487;
}

#body .article p{
	color: #2A2A2A;
	margin-bottom: 15px;
}

#body .article strong,b{
	color: #800032;
}
#body .article u{
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-image: url(../../img/u_bullet.gif);
	font-size: 14px;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #37499A;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	padding-bottom: 4px;
	padding-top: 4px;
	background-position: 0 4;
	margin-bottom: 10px;
}
#body .article dl{}
#body .article dt{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #270081;
	padding: 4px;
}
#body .article dd{
	color: #494949;
	margin-bottom: 10px;
	background-color: #FFF8DB;
	padding: 4px;
}
#body .article h4{
	font-size: 14px;
	color: #003B89;
	font-weight: bold;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #003B89;
}
#body .article h5{
	font-size: 14px;
	color: #270081;
	font-weight: bold;
	padding: 4px 4px 4px 10px;
	border-left: 4px solid #270081;
}
#body .article h6{
	color: #494949;
	padding: 4px 4px 4px 10px;
	border-left: 4px solid #999999;
	margin-bottom: 15px;
}
#body .article table{
	width: 500px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
}
#body .article th{
	background-color: #431B9F;
	color: #FFFFFF;
	border-top: 1px solid #754AD7;
	border-left: 1px solid #754AD7;
	border-right: 1px solid #2A1063;
	border-bottom: 1px solid #2A1063;
	padding: 2px;
	font-size: 12px;
}
#body .article tr{}
#body .article td{
	background-color: #FFFCF6;
	padding: 4px;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-size: 12px;
}
#body #application {
	margin:20px 50px;

}
#body #application h3 {
	border:1px solid #cccccc;
	text-align:center;
	padding: 20px;
	background-image: url(../../img/app_back.gif);
}
#body #application h3 a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px 40px;
}
#body #application p{
	width:300px;
	padding:3px 0 0 0;
	font-size:11px;
	line-height:140%;
	margin:0 5px;
}

/* body�I��� */

/* side_navi */

#side_navi{
	float:left;
	width:173px;
	font-size:12px;
}

#here {
	background:#f6f6f6;
}

#here h3 {
	font-size:12px;
	padding:7px 0 5px 7px;
	margin:2px 0 10px 0;
	border-top:1px solid #c0bdc2;
	border-bottom: 1px solid #dddddd;
	background: #eeeeee;
	background-image: url(../../img/app_back.gif);
	color: #FFFFFF;
}

#here ul {
	padding:0 0 5px 8px;
	margin:0 0 0 0;
}

#here ul li {
	font-size:11px;
	margin:0 0 7px 0;
	padding:0 0 0 9px;
	background:url(../../img/list.png) no-repeat 0% 50%;
}
#here ul li a{
	text-decoration: none;
	color: #0055A5;
}
#here ul li a:hover{
	color: #384A9D;
	text-decoration: underline;
}
#other ul li {
	font-size:12px;
	padding:7px 0 5px 7px;
	margin:0 0 1px 0;
	background:#eeeeee;
	border-bottom: 1px solid #dddddd;
	background-image: url(../../img/app_back.gif);
	border-left: 1px solid #c0bdc2;
}
#other ul li a{
	color: #FDFDFD;
	text-decoration: none;
}

#side_navi #voice h3{
	height:50px;
	width:167px;
	margin:5px 0 5px 3px;
	background:url(../../img/voice.png) no-repeat 0% 0%;
}

#side_navi #voice h3 a,
#side_navi #voice h3 a:link,
#side_navi #voice h3 a:visited,
#side_navi #voice h3 a:active,
#side_navi #voice h3 a:hover {
	height:50px;
	width:167px;
	display:block;
	text-indent:-2000px;
	text-decoration:none;
	background:url(../../img/voice.png) no-repeat 0% 0%;
}

#side_navi #inquiry h3 {
	height:50px;
	width:167px;
	margin:10px 0 0 3px;
	background:url(../../img/inquiry.png) no-repeat 0% 0%;
}

#side_navi #inquiry h3 a,
#side_navi #inquiry h3 a:link,
#side_navi #inquiry h3 a:visited,
#side_navi #inquiry h3 a:active,
#side_navi #inquiry h3 a:hover {
	height:50px;
	width:167px;
	display:block;
	text-indent:-2000px;
	text-decoration:none;
	background:url(../../img/inquiry.png) no-repeat 0% 0%;
}

/* side_navi�I��� */

/* footer */

#footer {
	clear:both;
}

#movetop {
	font-size:11px;
	text-align:right;
	margin:0 0 8px 177px;
	background:#efedcf;
	padding:5px 12px 5px 0;
}

#foot_navi {
	font-size:12px;
	border-bottom:1px solid #97938b;
	padding:0 12px 3px 0;
}

#foot_navi ul {
	text-align:right;
}

#foot_navi ul li{
	display:inline;
}

#footer address{
	background:#ffffff;
	font-size:13px;
	font-style:normal;
	color:#999999;
	padding:5px;
}

/* footer�I��� */
