@charset "Shift-JIS";
/*formatting style
-----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #3A3A3A;
	background-color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
/*img style
-----------------------------------*/
a img {
	border-style: none;

}
#wrapper #main img {
	height: auto;
	width: auto;
}


/*link styles
----------------------------------*/
a:link {
	color: #3A3A3A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover{
	color: #C7D4A2;
	text-decoration: none;
}

a:active{
	color: #C7D4A2;
	position: relative;
	left: 1px;
	top: 1px;
}
/*basic layout
----------------------------------*/
#wrapper {
	background-color: #FFF;
	margin: 0px auto;
	width: 789px;
	height:auto;
	padding-top: 25px;
}
/*main style
-----------------------------------*/
#main {
	width: 789px;
	height:auto;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	border-left:  1px solid #999;
	border-right:  1px solid #999;
}

#main-left {
	width: 498px;
	height:inherit;
	margin-bottom: 20px;
	padding-top: 10px;
	margin-top: 5px;
	right: auto;
	float: left;
	overflow:hidden;
}
#main-left td{text-decoration:underline;}
#main-left td a:link{text-decoration:underline; color:#069;}


#main-right {
	width: 288px;
	height:auto;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-top: 5px;
	left: auto;
	float: right;
	overflow:hidden;

}

#main-right #area1{
	width: 288px;
    margin-left: 19px;
	padding-top: 15px;
    overflow:hidden;
}

/*main style
-----------------------------------*/
#maincontents {
	width: 789px;
	height:auto;
	border-top:  1px solid #999;
	overflow:hidden;


	
}


/*header styels
----------------------------------*/
#header {
	background-repeat: no-repeat;
	height: 50px;
	background-color: #FFF;
	width: 789px;
	border-top: 1px solid #5D5D5D;
	border-right: 2px solid #999;
	position: relative;
	top: 0px;
}

#header ul {
	width: 789px;
	background-color: #FFF;
	left: 0px;
	top: 0px;
	padding:0px 0px 0px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 50px;
	color: #666;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 196px;
	border-left: 1px solid #999;
	background-image: url(img/Aipbanner2.png);
	background-repeat: repeat;
	height: 49px;
}

#header ul li#nTOP a {
	border-left-style: none;
}

#header ul li a:hover {
	color: #C7D4A2;
}
/*form styels
----------------------------------*/
#main form em {
	color: #333;
}
#main input[type="text"] {
	padding: 1px;
	border: 1px solid #999;
	margin: 2px 2px 2px 7px;
}

/*table styels
----------------------------------*/
#wrapper #main #mainarea3 table {
	margin-left: 15px;
	padding-top: 15px;
}
#wrapper #main #mainarea2 table {
	margin-left: 40px;
}
#wrapper #main #mainarea2 table tr td {
	padding-left: 10px;
}
#wrapper #main #mainarea4 table {
	margin-left: 7px;
}
#wrapper #main #mainarea4 table tr td {
	padding-left: 10px;
}
#wrapper #main #mainarea6 table {
	margin-left: 70px;
}
#wrapper #main #mainarea5 table {
	margin-left: 70px;
	border: 1px solid #999;
	border-collapse:collapse;
}
#wrapper #main #mainarea5 table tr td {
	padding-left: 10px;
}
/*footer
----------------------------------*/
#footer {
	width: 789px;
	color: #5D5D5D;
	background-image: url(img/Aipbanner3.png);
	background-repeat: repeat;
	clear: both;
	text-align: center;
	border-bottom: 1px solid #5D5D5D;
	border-left:  1px solid #999;
	border-right:  1px solid #999;

	padding-top: 25px;
}
#footer ul li a{
	color: #2B2B2B;
	text-decoration: underline;
}
#footer ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
}