@charset "utf-8";

/************************************************
 ウェルカムページ
************************************************ */
/* ページ全体
----------------------------------------------- */
body{
	background:#0356AF url(../img/bg_body.gif);
	text-align: center;
}
.frame_outer{
	margin:30px auto 0px;
	width:832px;
}

/* HEADER
----------------------------------------------- */
#header_wrap{
}
#logo_area{
}
#logo_area h1{
	margin:0px;
}
#main_image {
    margin-bottom: 10px;
    text-align: center;
}

/* CONTENTS
----------------------------------------------- */
#cont_bg{
}
#container{
	overflow:hidden;
	background:#33bbff url(../img/bg_contents.gif) center top repeat-x;
}
#new{
	float:left;
	width:580px;
}
#new p{
	padding:254px 0px 0px 0px;
}
#login{
	float:right;
	width:250px;
}
#view{
	padding:0px 0px 5px 0px;
	width:205px;
	background:url(../img/bg_login.gif) left bottom no-repeat;
}
#input{
	margin:0px 15px 10px 10px;
	padding:10px 7px 10px 7px;
	background:#ffffff;
}
#input h4{
	margin:5px 0px 0px 0px;
}
#input input{
}
#input input.txt{
	width:160px;
	height:25px;
	background:#ffffff;
	border:1px solid #cccccc;
}
#search input.txt {
}
#input .btn{
	margin:10px 0px 10px 0px;
}
#input label{
	color:#4a0e01;
	font-size:65%;
}
#to_contact{
	clear:both;
	padding:25px 15px 15px 0px;
}
#to_contact p{
	text-align:right;
}


/* FOOTER
----------------------------------------------- */
#footer_wrap{
}
#copyright{
	clear:both;
	padding:15px 0px 30px 0px;
	color:#ffffff;
	font-size:90%;
	text-align:right;
}