@charset "UTF-8";
<!--

/*----------------------------------------

センタリング

----------------------------------------*/

/*--------------------
IE
--------------------*/

body{
}

/*----------------------------------------

タグ

----------------------------------------*/

h1{
}

h2{
}

h3{
}

h4{
}

/*----------------------------------------

構造

----------------------------------------*/

body{
}

#container{
}

#header{
}

#contents{
}

#section1{
	float:left;
	padding-bottom:10px;
	width:450px;
}

#section2{
	float:right;
	padding-bottom:10px;
	width:450px;
}

#footer{
}

/*----------------------------------------

#header

----------------------------------------*/

#header{
	border:none;
}

/*----------------------------------------

#section1

----------------------------------------*/
#lbl_information{
	background-image:url(../images/lbl_information.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:40px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	width:450px;
}

#section1 dl{
	border-bottom:dotted 1px #aaaaaa;
	padding-bottom:10px;
	margin:0 0 10px 0;
}

dd {
	margin:0 0 10px 0;
	padding-left:35px;
	text-indent:-20px;
}

dd a:link,
.arrowlink a:link{
	background-image:url(../images/common/icon_arrow_n.gif);
	background-position:left 0.1em;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	text-decoration:underline;
}
dd a:hover,
.arrowlink a:hover{
	background-image:url(../images/common/icon_arrow_r.gif);
	background-position:left 0.1em;
	background-repeat:no-repeat;
	text-decoration:none;
}

#btn_sozaisyu a {
	display:block;
	height:85px;
	width:450px;
}
#btn_sozaisyu {
	background-image:url(../images/btn_sozaisyu_n.jpg);
	background-repeat:no-repeat;
}
#btn_sozaisyu a:hover {
	background-image:url(../images/btn_sozaisyu_r.jpg);
}

/*----------------------------------------

#section2

----------------------------------------*/
#lbl_basic{
	background-image:url(../images/lbl_basic.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:40px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	width:450px;
}

-->
