@charset "utf-8";
a img {
	margin-top: 0px;
	margin-bottom: 0px;
}

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


/* 02. body elements
--------------------------------------------------------------------- */
body {
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #d8e8ff;
	height: 660px;
	background-image: url(../images/header_bg.jpg);

}

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

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

/* 04.  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;
}

/* container elements
--------------------------------------------------------------------- */
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:100%;
}

/* wrapper elements
--------------------------------------------------------------------- */
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

/* header elements
--------------------------------------------------------------------- */
#header  {
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 350px;
}
#header h1 a {
	text-indent: -9999px;
	height: 90px;
	width: 150px;
	display: block;
	position: relative;
	margin-left: -262px;
	z-index: 999;
}

#header h2{
	display:block;
	height:0;
	text-indent:-9999px;
}

#logo{
 width: 300px;
 margin: 0 auto;
 display:block;
}

/* contents elements
--------------------------------------------------------------------- */
#contents{
	width:780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

#title1  {
	background-image: url(../images/tilte01.png);
	_background-image: url(../images/tilte01.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 52px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#title2 {
	background-image: url(../images/tilte02.png);
	_background-image: url(../images/tilte02.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#title3 {
	background-image: url(../images/tilte03.png);
	_background-image: url(../images/tilte02.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*contents txt elements
--------------------------------------------------------------------- */
.txt_box01 {
	width:760px;
	padding: 10px 0 0 20px;
	text-align: center;
}

.txt_box02 {
	width:760px;
	padding: 10px 0 0 20px;
	text-align: center;
}

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

.txt_box04 {
	font-weight: bold;
	color: #8c05ff;
}

/*contents img elements
--------------------------------------------------------------------- */
#img_01 {
	width:270px;
	padding: 10px 0 0 100px;
	height: 210px;
}
#img_02 {
	width:270px;
	height:210px;
	margin:-210px 0 0 420px;
}

#img_03 {
	width:244px;
	height:190px;
	margin: 10px 0 0 270px;
}

#img_04 {
	width:260px;
	height:200px;
	margin: -180px 0 0 460px;
}

/*#img_04 a img{
border:0;
}*/


/*sc
--------------------------------------------------------------------- */
.sc_in {
	background-image: url(../images/sc_in.png);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 0 0 0;
	height: 100%;
}

.sc_in2 {
	background-image: url(../images/sc_in.png);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 0 0 0;
	height: 308px;
}

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

/*footer
--------------------------------------------------------------------- */
#footer {
	margin: 0 auto;
	width:780px;
}
#footer a {
	display: block;
	height: 80px;
	margin: 0px auto;
	position: relative;
	text-indent: -9999px;
	width: 160px;
}

#footer h3 {
background-image:url(../images/fotter_logo.png);
_background-image: url(../images/fotter_logo.gif);
background-repeat:no-repeat;
height: 80px;
width:160px;
margin: 0 0 0 50px;
}

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

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