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

/* ============================= */
/*  ここからデフォルト設定  */
/* ============================= */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
strong {
	font-weight: bold;
}
*{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
img{
	vertical-align: bottom;
}
table{
	border-collapse:collapse
}
th{
	vertical-align: top;
	text-align: left;
}
td{
	vertical-align: top;
}
p{
	margin: 0px 0px 1em;
}

/* ============================= */
/*  ここからリンク設定  */
/* ============================= */

/* LINK---------------------------------------------------------------------------- */

a:link{
	color: #FF4200;
	text-decoration: underline;
}
a:visited{
	color: #FF4200;
	text-decoration: underline;
}
a:active{
	color: #FF4200;
	text-decoration: underline;
}
a:hover {
	color: #FF4200;
	text-decoration: underline;
}

/* FOOTER LINK---------------------------------------------------------------------------- */

#footer a:link{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:visited{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:active{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* ============================= */
/*  ここからclearfix設定  */
/* ============================= */

/* CLEARFIX---------------------------------------------------------------------------- */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ============================= */
/*  ここからレイアウト設定  */
/* ============================= */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Vernada, sans-serif;
	font-size: 82%;
	line-height: 150%;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #333333;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px;
}

/* HEADER---------------------------------------------------------------------------- */

#header {
	width: 860px;
	text-align: left;
	height: 95px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header h1 {
	clear: both;
	width: 100%;
	font-size: 90%;
}
#header #siteTitle {
	clear: both;
	float: left;
	margin-top: 10px;
	height: 44px;
}
#header #tel {
	float: right;
	margin-top: 10px;
	height: 43px;
	width: 215px;
}

/* CONTENTS---------------------------------------------------------------------------- */

#contents {
	width: 860px;
	text-align: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin: 0px;
}

#contents #leftContents {
	float: left;
	width: 244px;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/sideback.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}
#contents #leftContents #home {
	width: 244px;
	height: 20px;
}
#contents #leftContents ul.globalMenu {
	width: 234px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#contents #leftContents ul.globalMenu li {
	width: 234px;
	float: left;
	height: 40px;
	margin-bottom: 5px;
}
#contents #leftContents #formTitle {
	clear: both;
	color: #FFFFFF;
	width: 211px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	line-height: 30px;
	padding-left: 23px;
	background-image: url(../images/formtitle.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#contents #leftContents #form {
	display:inline;
	width: 224px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	background-color:#F2F2F2;
	margin-bottom: 5px;
	float: left;
	margin-top: 0px;
}
#contents #leftContents #form dt {
	padding-left: 7px;
	margin-bottom: 2px;
	background-image: url(../images/formicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#contents #leftContents #form dd {
	margin-bottom: 5px;
}
#contents #leftContents #form .must {
	color: #FC2808;
}
#contents #leftContents #form .formButton {
	text-align: center;
	padding-top: 5px;
}
#contents #leftContents #form .privacy {
	width: 224px;
	text-align: center;
	font-size: 90%;
	padding-bottom: 5px;
	padding-top: 5px;
}
#contents #leftContents .present {
	width: 224px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#contents #leftContents .presentImg {
	float: left;
	margin-right: 10px;
}
#contents #leftContents .presentText {
	font-size: 88%;
	float: right;
	width: 134px;
}
#contents #leftContents ul.banner {
	float: left;
	width: 234px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: both;
}
#contents #leftContents ul.banner li {
	float: left;
	margin-bottom: 5px;
	width: 234px;
}

#contents #rightContents {
	float: right;
	width: 596px;
	padding-right: 0px;
	padding-top: 20px;
}
#contents #rightContents h2 {
	font-size: 140%;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	margin-top: 0px;
	padding-left: 20px;
	margin-bottom: 15px;
	background-image: url(../images/pageback.jpg);
	color: #63B517;
}
#contents #rightContents h3 {
	line-height: 35px;
	height: 35px;
	margin-bottom: 18px;
	font-size: 115%;
	background-image: url(../images/line_back.jpg);
	margin-top: 18px;
	padding-left: 18px;
	color: #FB2808;
	font-weight: bold;
}
#contents #rightContents #button {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents #rightContents #topicPath {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* TOP Flash用設定---------------------------------------------------------------------------- */

#top #contents #rightContents h2 {
	height: 230px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	background-image: none;
}

/* FOOTER---------------------------------------------------------------------------- */

#footerWrapper {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear: both;
	padding-bottom: 60px;
	background-color: #808080;
	color: #FFFFFF;
	margin-top: 20px;
	padding-top: 10px;
}
#footer {
	padding: 0px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: left;
}
#footer .goToTop {
	float: right;
}
