@charset "UTF-8";

/*CSSDocument*/

/* main_layout.css
--------------------------------------------------------------

:: CSS Index

 1 : html body base
        
 2 : body base
        
 3 : header
     ・menu

 4 : footer
       
 5 : TOP Page
 
 6 : Contents Page
       


-------------------------------------------------------------- */



/* html body base
===============================================================*/

/*
html ----------------------------------------------------------*/

html{
font-size: 16px;
/*\*/
_font-size: 100%;
/**/
}

*{ margin: 0px; padding: 0px;}

body{
color:#000;
margin:0;
background:#fff url(../images/ap_bank_10/main_back.jpg) no-repeat top center;
font-family:Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
padding:0px;
text-align:center;
line-height:20px;
font-size:12px;

}



a:link{ color:#165aa5;text-decoration:underline;}
a:visited{ color:#165aa5;text-decoration:underline;}
a:hover{ color:#165aa5;text-decoration:none;}
a:active{ color:#165aa5;text-decoration:none;}


.link_arrow{ background: url(../images/link_arrow.gif) no-repeat left 8px; padding:2px 0 2px 7px;}
.link_arrow_square{ background:url(../images/rink_arrow_square.gif) no-repeat left 6px; padding:4px 0 4px 16px;}


img {
border:none;
vertical-align:top;
}


input, select, textarea {
font-size: 12px;
}

ul, ol {
list-style: none;
}


/*
html ----------------------------------------------------------*/


/*
Module --------------------------------------------------------*/

 
.clear{
clear:both;
height:1px;
margin:0;
font-size:1px;
display: inline-block;
}

.access_log{ height:1px; margin:-1px 0 0 0; font-size:1px; clear:both;}


.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.iepngfix{ behavior:url(/js/iepngfix.htc); }


/*
Module --------------------------------------------------------*/



/* html body base
===============================================================*/

/*
body base -----------------------------------------------------*/


#container{ width:802px; height:1067px; margin:0 auto 0 auto; text-align:center; padding:0; text-align:left;}
#container:after{display:block;margin-top:-1px;height:1px;content:"";clear:both;}


.head{ height:60px;width:1024px; margin:12px auto 0 auto; text-align:left; }

/* Contents Page
===============================================================*/

h1{ margin:18px 0 43px 0;}
h2{ margin:0 0 42px 0;}

.contents_area{ width:450px; margin:0 176px 0 176px;}

h3{ margin:0 0 32px 0;}

.kobayashi{ margin:0 0 28px 0;}
.sakurai{ margin:0 0 20px 0;}

.lovecheck{ margin:0 0 29px 0; text-align:center; }

.banner{ margin:0 0 28px 0;}
.banner2{ margin:0 0 35px 0; text-align:center;}


.info_box{ background: url(../images/ap_bank_10/news_back.png) no-repeat top left; width:371px; height:56px; text-align:left; margin:0 38px 25px 39px; behavior:url(/js/iepngfix.htc);}
.info_box p{ font-size:10px; padding:7px; line-height:14px;}

.bottom_logo{ margin:0 0 25px 0; text-align:center;}
.copyright{ text-align:center;}



