@charset "utf-8";
/* CSS Document */

body {
/*	overflow-y: scroll;*/
	margin: 0px auto;
	text-align:center;
	font-family:"CI","Meiryo","lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size:12px;
	overflow-y: visible;
	background-color:#FFFFFF;
}


:first-child + html body {
	overflow-y: visible;
}

li {
	list-style-type: none;
}

* {
  margin:0;
  padding:0;
  border:none;
  color:#000000;
  font-size:100%;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  line-height:1.6;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, hd, form, fieldset {
  margin:0;
  padding:0;
}

html {
  overflow:scroll;
  overflow:-moz-scroolbars-vertical;
  overflow-x:scroll;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

img {
  border:0;
}

/** 全体 **/

#container {
	width: 900px;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0px auto;
	text-align:center;
}

/** ヘッダ **/

#header{
	height:256px;
	text-align:left;
	background:url(../images/fa_cp-img_02.jpg) no-repeat;
}

#header-logo{
    padding:5px 0px 0px 60px;
}

/** メインイメージ **/

#main-img{
	margin:0px;
	padding:0px;
	font-size:100%;
}

#main-img img{
	float:left;
}

#present{
	background:url(../images/fa_cp-img_04.jpg) no-repeat;
	height:479px;
	width:497px;
	float:left;
}

#main-textarea{
    background:url(../images/fa_cp-img_06.jpg) no-repeat;
	height:479px;
	width:337px;
	float:left;
}

#main-textarea p{
    clear:both;
    padding:5px 14px 0px 14px;
	text-align:left;
	font-weight:600;
	line-height:180%;
	letter-spacing:1px
}


#application {
    padding:22px 14px 0px 14px;
	text-align:left;
}


/** フッタ **/

h3{
    border-bottom:1px solid #000000;
	margin-top:10px;
	font-weight:600;
}

#footer_left{
    clear:both;
	float:left;
	width:450px;
	margin:20px 0px 20px 12px;
	text-align:left;
}

#footer_left li{
    list-style:decimal;
	margin-bottom:2px;
}

#footer_left ul{
	margin-bottom:2px;
}

#footer_right{
	float:right;
	width:400px;
	text-align:left;
	margin:20px 0px 0px 12px;
}

#footer_right address{
	margin:20px 0px 0px 0px;
}

#footer_right p{
	margin:20px 0px 0px 0px;
}

#footer_right a{
    text-decoration:underline;
	color:#0000FF;
}

