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

/* 01. General Rules
--------------------------------------------------------------------- */
h1, h2, h3, h4 {
	font-weight: normal;
	text-indent: -9999px;
}
h1, h2, h3, h4, img, input, p, ol, ul, pre, blockquote {
	margin: 0px;
	padding: 0px;
}

/* 02.  text hide
--------------------------------------------------------------------- */
.none {
	left: -9999px;
	top: -9999px;
	position: absolute;
}
.clr {
	margin: 0px;
	padding: 0px;
	clear: both;
	position: relative;
}

p {
	color:#333333;
	font-family: verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13.5px;
	font-weight: normal;
	line-height: 1.4;
}

/* 03. body elements
--------------------------------------------------------------------- */
body {
	background-image:url(../images/header_bg02.jpg);
	background-repeat:repeat-x;
	background-color: #f7bee7;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: underline;
	overflow: hidden;
}

a:hover {
	color: #ADA7C9;
	text-decoration: none;
}

/* 04. container elements
--------------------------------------------------------------------- */
#container{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:960px;
	background-image:url(../images/header_bg01.jpg);
	background-repeat: no-repeat;
	height: 306px;
	background-position: top;

}

/* 05. header elements
--------------------------------------------------------------------- */
#header{
}

#header h1 a {
	height: 76px;
	width: 156px;
	display: block;
	position: relative;
	z-index: 999;
}

#header h2{
	display:block;
	height:170px;
	text-indent:-9999px;
	background-image:url(../images/header_text.png);
	background-repeat:no-repeat;
	width: 800px;
	margin: -30px auto 0 auto;
}

#logo{
	height: 76px;
	width:156px;
	display:block;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-left: 135px;
}

/* 06. contents elements
--------------------------------------------------------------------- */
#contents{
	width:775px;
	height: auto;
	margin: 0 auto;
}

#box1{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	width: 775px;
}

#box2{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	width: 775px;
}

#box3{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	width: 775px;
}

#box4{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 775px;
	}


/* 07. contents box elements
--------------------------------------------------------------------- */

#contents #box1 #title1{
	background-image:url(../images/title01_top.png);
	background-repeat:no-repeat;
	height:82px;
	width:775px;
}

#contents #box2 #title2{
	background-image:url(../images/title02_top.png);
	background-repeat:no-repeat;
	height:82px;
	width:775px;
}

#contents #box3 #title3{
	background-image:url(../images/title03_top.png);
	background-repeat:no-repeat;
	height:82px;
	width:775px;
}

#contents #box4 #title4{
	background-image:url(../images/title04_top.png);
	background-repeat:no-repeat;
	height:82px;
	width:775px;
}



/* 07. contents txt elements
--------------------------------------------------------------------- */
.txt_box01, .txt_box02{
	width:760px;
	text-align: center;
	margin-top: 10px;
	padding-bottom:10px;
}

.txt_box03 {
	width:300px;
	padding: 50px 0 10px 60px;
}

.txt_box04 {
	width:300px;
	margin: -160px 0 0 420px;
}

/* 08. contents img elements
--------------------------------------------------------------------- */
#contents a img{
border:0;
}

#img_01 {
	padding: 10px 0 0 60px;
}
#img_02 {
	margin: -224px 0 0 420px;
}

#img_03 {
	padding: 10px 0 0 60px;
}

#img_04 {
	margin: -224px 0 0 420px;
}

#img_05 {
	margin: -200px 0 0 390px;
}

#img_06 {
	padding: 10px 0 0 60px;
}

#img_07 {
	margin:  90px 0 0 40px;
}



/* 09. contents sc
--------------------------------------------------------------------- */
.sc_in {
	background-image: url(../images/sc_in.jpg);
	background-repeat: repeat-y;
	background-position: top;
	height: 100%;
}

.sc_in2 {
	background-image: url(../images/sc_in.jpg);
	background-repeat: repeat-y;
	background-position: top;
	height: 280px;
}

.sc_bottom {
	background-image:url(../images/sc_bottom.png);
	_background-image:url(../images/sc_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 50px;
}

/* 10. footer
--------------------------------------------------------------------- */
#footer {
	width: 700px;
	margin-top: 10px;
	/margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

#footer h3 {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	height: 76px;
	width:156px;
	float: left;
	margin-top: -10px;
}

.footer_txt, 
.footer_copyright{
	color:#333333;
	font-family: verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	float:right;
	width: 480px;
}

#footer a {
	display:block;
	position: relative;
	text-indent: -9999px;
	height: 76px;
	width:156px;
}