@charset "UTF-8";

/*
   BODY,HTML
------------------------------------------*/
html{
	-webkit-text-size-adjust: none; /*PC表示*/
}
html,body{
	height:100%;
	width:100%;
}
body{
	margin:0px;
	padding:0px;
	background:#ffffff url(http://jaic-portal.com/image/bg_body.jpg) top repeat-x;
	font-size:14px;
	color:#333;
	font-family: 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}
/*
   リンク
------------------------------------------*/
a:visited,a:link{
	text-decoration: underline; 
	color: #333;
}
a:focus { 
	text-decoration: none;
	color: #333;
}
a:hover   { 
	text-decoration: none;
	color: #000099;
}

/*
   基本骨格
------------------------------------------*/

#container{
	margin:0 auto 0 auto;
	width:970px; 
	padding:0px;
}
#contents{
	clear:both;
	width:970px;
	background:#fff;
}
#header{
	width:970px;
	background:url(http://jaic-portal.com/image/bg_header.png) left top no-repeat;
	position:relative;
	height:142px;
	margin:10px auto 0px auto;
}
#leftarea{
	width:231px;
	float:left;
	background:url(http://jaic-portal.com/image/bg_leftarea.gif) left top no-repeat;
	padding:58px 0 0 0;
	margin:10px 0 0 4px;
}
#mainarea{
	width:725px;
	float:right;
	margin:10px 5px 10px 0;
}
#mainarea2{
	width:715px;
	float:right;
	margin:10px 5px 10px 0;
}
#rightarea{
	float:right;
	width:250px;
	margin:0px 0 10px 0;
}
#main{
	width:465px;
	margin:0px 0 10px 0;
	float:left;
}

#footer{
}

/*
   共通装飾
------------------------------------------*/

.bb{
	color:#006699;
}
.kugiri{
	height:25px;
}
.kugiri10{
	height:10px;
}
.rd{
	color:#dd0500;
}
.button{
	text-align:center;
	margin:5px 0px;
}
.button a:hover img,.button input[type="image"]:hover{
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff; 
}
.button img,.button input{
	vertical-align:top;
}
.rightbutton{
	text-align:right;
}
.listol{
	margin:0 0 10px 30px;
	padding:0px;
}
.listol li{
	list-style:decimal;
	padding:0px;
	margin:0px;
	line-height:1.6;
}
.listul{
	margin:0 0 0px 0px;
	padding:0px;
}
.listul li{
	background:url(http://jaic-portal.com/image/i_maru.png) 5px 5px no-repeat;
	padding:0px 0 0 24px;
	margin:0px;
	line-height:1.6;
}
p.linetxt{
	padding:5px 0 0 12px;
	margin-left:12px;
	text-indent:-12px;
	line-height:1.4;
}
.graline{
	height:10px;
	background:url(http://jaic-portal.com/image/bg_graline.gif) left top no-repeat;
	display:block;
}
.clear{
	clear:both;
	height:1px;
}
.center{
	text-align:center;
}
.imgright{
	float:right;
}
.imgleft{
	float:left;
}
.imgright img{
	margin:0px 0 0 10px;
}
.imgleft img{
	margin:0px 10px 0 0;
}
.x16{
	font-size:16px;
	font-weight:bold;
}
.x18{
	font-size:18px;
	font-weight:bold;
}
,x14{
	font-size:14px;	
}
.x12{
	font-size:12px;
}