@charset "utf-8";
/* CSS Document */



/*  Reset
---------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:85%;
	color:#333;
}

/*  Table
---------------------------------------------------------- */
table {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 900px;
}
table th,
table td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;

}
table th {
  background-color: #e6e6e6;;
  text-align: left;
	width: 150px;
	font-weight: bold;
}

/*  Text
---------------------------------------------------------- */

p.indent{
/*padding-left:1em;
text-indent:-1em;*/
padding-left:0.5em;
text-indent:-0.5em;
}

p.btm{
	margin-bottom:1em;
}

p.btm2{
	margin-bottom:2em;
}

/*  Link
---------------------------------------------------------- */
a {
    color: #1C619F;
}

a:hover {
color:#4797DE;
}

a:active {
color:#4797DE;
}


/*  Clearfix
---------------------------------------------------------- */

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/**/



body{
	background:url(../images/head_bg.png) repeat-x;
	padding-top:5px;
}

#wrapper{
	width:900px;
	margin: 0 auto 80px;
}

#header{
	margin-bottom:60px;
}


#header h1{
	width:200px;
	float:left;
}

#header p{
	width:162px;
	float:right;
}

#body {
	text-align:left;
}

#body h2 {
    font-size: 20px !important;
    font-weight: bold;
    padding: 10px 5px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin: 0 auto 20px !important;
    width: 900px !important;
}

h3{
	font-weight: bold;
	font-size:1.2em;
	margin-bottom: 10px;	
}

#body #text_field{
	width:400px;
	padding:40px;
	margin:40px auto;
	background:#EFEFEF;
	text-align:left;
}

#body #text_field h3{
	font-weight:bold;
}

#body #text_field p.btm {
    padding-bottom: 1em;
}

#body #text_field p.indent {
    padding-left: 1.5em;
    text-indent: -1.5em;
}




#body #text_field span.caption{
	font-size:85%;
}

#body #text_field input{
	width:300px;
	height:30px;
	font-size:15px;
	margin-top:10px;
}

#footer{
	background:#efefef;
	padding:30px 0;
}

#footer .inner{
	width:900px;
	margin:0 auto;
	
}

#footer .inner p{
	margin-bottom:15px;
	font-size:0.9em;
}
