@charset "euc-jp";
/* ページレイアウト */

p {
	line-height: 140%;
}

a:link, a:visited {
	border: 0px none;
	color: #0066FF;
/*	color: #333333;*/
	font-style: normal;
	text-decoration: none;
}

a:active {
	border: 0px none;
	color: #0066FF;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	border: 0px none;
	color: #FF33CC;
	font-style: normal;
	text-decoration: underline;
}

ol, ul {
	list-style: none;
}

/* ヘッダー↓ */
#header {
	background-color:#FFFFFF;
	border-top: 3px solid #1F0D55;
}

#header-contents {
	width: 960px;
	height: 70px;
	margin: 0 auto 0 auto;
}

#header-img {
	width: 340px;
	height: 40px;
	margin: 13px auto 0 auto;
	background-image: url(../images/aislogo.gif);
	background-repeat: no-repeat;
	float: left;
	text-indent: -9999px;
}

#top-navibg {
	overflow: hidden;
	background-image: url(../images/header_img.gif);
	background-repeat: repeat-x;
}

#top-navi {
	width: 960px;
	height: 36px;
	margin: 0 auto 0 auto;
}

#top-navi ul li {
	margin: 0;
	padding: 0;
	height: 36px;
	text-indent: -9999px;
	float: left;
	background-image: url(../images/menu.gif);
}

#top-navi ul li a {
	display: block;
	height: 36px;
	text-decoration: none;
}
/* ヘッダー↑ */

/* メニューインデックス↓ */
#menu01 a {
	width: 137px;
	background: url(../images/menu.gif) 0 0;
}

#menu01 a:hover {
	width: 137px;
	background: url(../images/menu.gif) 0 -36px;
}

#menu01-active a {
	width: 137px;
	background: url(../images/menu.gif) 0 -36px;
}

#menu02 a {
	width: 137px;
	background: url(../images/menu.gif) 822px 0;
}

#menu02 a:hover {
	width: 137px;
	background: url(../images/menu.gif) 822px -36px;
}

#menu02-active a {
	width: 137px;
	background: url(../images/menu.gif) 822px -36px;
}

#menu03 a {
	width: 137px;
	background: url(../images/menu.gif) 685px 0;
}

#menu03 a:hover {
	width: 137px;
	background: url(../images/menu.gif) 685px -36px;
}

#menu03-active a {
	width: 137px;
	background: url(../images/menu.gif) 685px -36px;
}

#menu04 a {
	width: 137px;
	background: url(../images/menu.gif) 548px 0;
}

#menu04 a:hover {
	width: 137px;
	background: url(../images/menu.gif) 548px -36px;
}

#menu04-active a {
	width: 137px;
	background: url(../images/menu.gif) 548px -36px;
}

#menu05 a {
	width: 137px;
	background: url(../images/menu.gif) 411px 0;
}

#menu05 a:hover {
	width: 137px;
	background: url(../images/menu.gif) 411px -36px;
}

#menu05-active a {
	width: 137px;
	background: url(../images/menu.gif) 411px -36px;
}

#menu06 a {
	width: 137px;
	background: url(../images/menu.gif) 274px 0;
}

#menu06 a:hover {
	width: 137px;
	background: url(../images/menu.gif) 274px -36px;
}

#menu06-active a {
	width: 137px;
	background: url(../images/menu.gif) 274px -36px;
}

#menu07 a {
	width: 138px;
	background: url(../images/menu.gif) 137px 0;
}

#menu07 a:hover {
	width: 138px;
	background: url(../images/menu.gif) 137px -36px;
}

#menu07-active a {
	width: 138px;
	background: url(../images/menu.gif) 137px -36px;
}
/* メニューインデックス↑ */

/* メインコンテンツ */
#topic-path {
	font-size:10px;
	color:#666666;
	margin: 0 10px 10px 10px;
	padding: 10px 0 0 0;
}

/* トップページ以外の画像↓ */
#page_img {
	width: 940px;
	height: 83px;
	margin: 0 auto 20px auto;
}
/* トップページ以外の画像↑ */

#container {
	height: auto;	
	margin: 0 auto 0 auto;
	background-color:#ECF3FB;
}

#contents {
	width: 960px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#main {
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #d3d3d3;
}

#main-contents {
	width: 700px;
	float: right;
	background-color: #FFFFFF;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d3d3d3;
}

#left-column {
	width: 460px;
	float: left;
	padding-top: 20px;
}

#left-contents {
	width: 200px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 20px;
}

/* トップページのみ↓ */
#top-contents {
	width: 700px;
}

#top-contents-right {
	width: 220px;
	float: right;
}

#top-main-contents {
	width: 680px;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3d3d3;
	padding-right: 20px;
}

#top-right-contents {
	width: 220px;
	float: right;
}

#top-left-column {
	width: 680px;
	float: left;
	padding-top: 20px;
}
/* トップページのみ↑ */

/* 右側バナー↓ */
#right-column {
	width: 220px;
	float: right;
	padding-top: 20px;
	padding-bottom: 10px;
}

#right-column ul li a {
	display: block;
	height: 50px;
	text-decoration: none;
}

#banner01 a {
	width: 220px;
	height: 50px;
	background-image: url(../images/banner01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0 0 10px 0;
}

#banner02 a {
	width: 220px;
	height: 50px;
	background-image: url(../images/banner02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0 0 10px 0;
}

#banner03 a {
	width: 220px;
	height: 50px;
	background-image: url(../images/banner03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0 0 10px 0;
}

#banner04 a {
	width: 220px;
	height: 50px;
	background-image: url(../images/banner04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0 0 10px 0;
}

#banner05 a {
	width: 220px;
	height: 50px;
	background-image: url(../images/banner05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0 0 10px 0;
}

.banner-img {
	padding: 0 0 20px 0;
}
/* 右側バナー↑ */

#left-wrap {
	width: 460px;
/*	float: right;
	padding: 0 0 0 10px;*/
}

#left-wrap ul {
	margin: 10px 0 10px 0px;
	list-style-type: disc;
	list-style-position: inside;
	/*list-style-image: url(../images/ya.gif);*/
}

#left-wrap li {
	line-height: 140%;
}

#page-top {
	float: right;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#page-top ul li {
	list-style: none;
/*	list-style-image: url(../images/page-top.gif);
	text-indent: -3px;*/
}

/* トップのみ */
#page-ttop {
	float: right;
	margin: 10px 0 10px 0;
}

#page-ttop ul li {
	list-style: none;
/*	list-style-image: url(../images/page-top.gif);
	text-indent: -3px;*/
}

.text {
	margin: 10px 0 10px 0;
}

.text2 {
	margin: 10px 0 0 0;
}

.url {
	font-size: 12px;
	color: #999999;
	padding: 10px 0 0 0;
}

img {
	border: 0;
}

/* 左側ページ内メニュー↓ */
#sub-menu ul {
	width: 198px;
	height: auto;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background-image: url(../images/sub-menu-top.gif);
	background-repeat: no-repeat;
}

#sub-menu li {
	width: 198px;
	height: 40px;
	line-height: 40px;
	background-color: #006699;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
}

#sub-menu li a {
	background-color: #FFFFFF;
	background-image: url(../images/ya.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #444444;
	display: block;
	height: 40px;
	line-height: 40px;
	text-indent: 25px;
	text-decoration: none;
}

#sub-menu li a:hover {
	background-color: #A6C7EC;
/*	background-image: #ECF3FB;*/
	height: 40px;
	line-height: 40px;
	text-indent: 25px;
	background-repeat: no-repeat;
	text-decoration: underline;
}
/* 左側ページ内メニュー↑ */

/* footer */
#footer {
	width: 960px;
	background-color: #FFFFFF;
	padding: 0 auto 0 auto;
	margin: 0 auto 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#footer-navibg {
	width: 960px;
	background-image: url(../images/header_img.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
}

#footer-navi {
	height: 36px;
	margin: 0 auto 0 auto;
}

#footer-navi li{
	float: left;
	color: #FFFFFF;
	line-height: 35px;
	padding: 0 5px 0 5px;
}

#footer-textbox {
	width: 500px;
	margin: 5px 0 0 10px;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	color:#666666;
}

#copyright {
	width: 400px;
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	text-align: right;
	float: right;
	margin: 5px 5px 0 0;
}

#footer li a:link {
	border: 0px none;
	color: #FFFFFF;
/*	color: #333333;*/
	font-style: normal;
	text-decoration: none;
}

#footer li a:visited {
	border: 0px none;
	color: #FFFFFF;
/*	color: #333333;*/
	font-style: normal;
	text-decoration: none;
}

#footer li a:hover {
	border: 0px none;
	color: #0066FF;
	font-style: normal;
	text-decoration: none;
}

.clearfix:after{
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

.clearfix{
   display:inline-block;
   min-height:1%;  /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
*html .clearfix{height: 1%;}
.clearfix{display: block;}
/* for ie5,6*/
