@charset "euc-jp";

/*2009.11.20作成*/


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> デフォルト<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

html, body, table, td, th, h1, h2, h3, h4, h5, h6, p, a, span, div, ul, ol, dl,textarea{
	color:#333333;
	line-height:1.8;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

body{
	scrollbar-base-color : #f1f1f1 ;
	scrollbar-3dlight-color : #c2c2c2 ;
	scrollbar-arrow-color : #c2c2c2 ;
	scrollbar-shadow-color : #f1f1f1 ;
	scrollbar-darkshadow-color : #000000 ;
	scrollbar-highlight-color : #ffffff ;
	background-color:#FFFFFF;
	text-align : center ;
	margin : 0px ;
}

ul, li, ol, dl{
	margin :0;
	padding:0;
}

hr, div{
	margin : 0 ;
	padding: 0 ;
}

p {
	margin : 0 0 1em 0 ;
}

img{
	border:none;

}


/*　リンク色　*/
a.navi:link{
	text-decoration : none ;
	color : #ffffff;}

a:link{
	text-decoration : none ;
	color:#003366;}	

a.navi:visited{
	text-decoration : none ;
	color : #ffffff ;}

a:visited{
	text-decoration : none ;
	color : #0000ff ;}

a:active, a:hover{
	text-decoration : underline ;
	color:#0066FF;
	position : relative ;
	top : 0px ;
	left : 0px ;}

a.navi:active, a.navi:hover{
	text-decoration : underline ;
	color : #c0ffff;}


/*-------------------------------------------*/
/* グローバルメニュー */
/*-------------------------------------------*/

#header{
	width:740;
	height:70;
	display:block;
	margin-bottom:10px;
}

#ac_login{
	width:740;
	height:50;
	display:block;
}

/*-------------------------------------------*/
/* メニュー */
/*-------------------------------------------*/
#menu{
	border:0;
	width:740;
	height:50;
	display:block;
	padding:0;
}

#menubg{
	background:url(../images/menu_underline.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#EFEFEF;
	width:740;
	height:55;
}

#menu ul{
	padding-top:5px;
}

#menu ul li{
	width:142;
	height:45;
	display:block;
	float:left;
	list-style-type:none;
}

.m_LEFT5{
	margin-left:5px;
}

/*-------------------------------------------*/
/* common */
/*-------------------------------------------*/

.right{
float:right;
}

.left{
float:left;
}

.floatnone{
	float:none;
}

.dot {
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: center;
	line-height: 40px;
}

.m_TOP10{
	margin-top:10px;
}
.m_BTM30{
	margin-bottom:30px;
}
.m_BTM10{
	margin-bottom:10px;
}
.m_BTM5{
	margin-bottom:5px;
}
.p_BTM10{
	padding-bottom:10px;
}

.padding10{
	padding:10px;
}
.p_LEFT20{
	padding-left:20px;
}
.p_LEFT95{
	padding-left:95px;
}

/*-------------------------------------------*/
/* AOLロゴ */
/*-------------------------------------------*/
#aunokinawalogo{
	float:left;
	margin:8px 0 0 8px;
	display:block;
}

/*-------------------------------------------*/
/* h1 */
/*-------------------------------------------*/

#top h1{
	background-image:url(../images/topimg.jpg);
	background-repeat:no-repeat;
	background-position: top;
	width:740px;
	height:300px;
	text-indent:-9999px;
	font-size: 0px;
	margin-top:15px;
	margin-bottom: 10px;
	line-height: 0px;
	color:#FFFFFF;
}

/*-------------------------------------------*/
/* maincontents */
/*-------------------------------------------*/

#maincontents{
	width:740;
	margin-top:15px;
	margin-bottom: 10px;
}

/*-------------------------------------------*/
/* お申込バナー */
/*-------------------------------------------*/
.bnr{
	padding:8px;
	background-position:right bottom;
}

/*-------------------------------------------*/
/* フォント設定 */
/*-------------------------------------------*/
.bold15blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #073058;
	font-weight:bold;
	line-height: 150%;
}

.12blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #073058;
	line-height: 150%;
}

.whitetext{
	color:#FFFFFF;
}

.fontbold{
	font-weight:bold;
}

/*-------------------------------------------*/
/* 背景 */
/*-------------------------------------------*/

.bg{
	background-color:#0071BF;
}
