/* CSS Document */

/*-------------------------------
base
-------------------------------*/
body {
	margin:0;
	padding:0;
	color: #333;
	font-size: 0.9em;
	background-color: #E5F0FA;
}
#contener{
	width: 785px;
	background-color: #fff;
	background:  url("../images/se/bg.gif") repeat-y;
}
h1,h2,h3,h4,p,dl,dt,dd,li,ul,ol,p,div,form {
	margin: 0;
	padding: 0;
}
h2,h3,h4 {
	letter-spacing: 1px;
}
ul {
	list-style:none;
}
hr {
	display: none;
}
p {
	line-height:1.2em;
}
a img {
	border:none;
}

/*-------------------------------
link
-------------------------------*/
a:link , a:visited , a:active {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
/*-------------------------------
header
-------------------------------*/
#header {
	width: 760px;
	height: 103px;
	background: url(../images/se/header_bg.png) no-repeat;
}
#header01 {
	width: 480px;
	height: 103px;
	float: left;
}@
#header02 {
	width: 280px;
	height: 103px;
	float: right;
}

/*-------------------------------
header_navi
-------------------------------*/
ul#navigation {
	position: relative;
	width: 252px;
	margin: 0;
	height: 62px;
	list-style: none;
	overflow: hidden;
}
ul#navigation li a {
	height: 62px;
	position: absolute;
	overflow: hidden;
	padding: 62px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 63px;
}
html>body ul#navigation li a{
	height: 0;
}

li#navi_top a{ 
	background: transparent url("../images/se/navi/top.gif") no-repeat 0 0;
	left: 0px;
	}
li#navi_toiawase a{ 
	background: transparent url("../images/se/navi/toiawase.gif") no-repeat 0 0;
	left: 63px;
	}
li#navi_touroku a{ 
	background: transparent url("../images/se/navi/touroku.gif") no-repeat 0 0;
	left: 126px;
	}
li#navi_login a{ 
	background: transparent url("../images/se/navi/login.gif") no-repeat 0 0;
	left: 189px;
	}
	
li#navi_top a:hover, 
li#navi_toiawase a:hover, 	
li#navi_touroku a:hover, 
li#navi_login a:hover{ 
	background-position: 0px -62px;
}
/*-------------------------------
etc
-------------------------------*/
#footer {
	width: 760px;
	height: 62px;
	font-size: 10px;
	clear: both;
}

/*-------------------------------
etc
-------------------------------*/
.t01 {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 15px;
	color: #FFFFFF;
	letter-spacing: 1px;	
}
.t02 {
	font-size: 0.9em;
	color: #fff;
}
.t03 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #7DABD3;
}
.t04 {
	font-size: 0.9em;
	border-bottom: dotted 1px #999;
}
.t05 {
	font-size: 1em;
	font-weight: bold;
}
.t06 {
	font-size: 1.2em;
	font-weight: bold;
}
H4 {
	font-size: 14px;
}