@charaset "UTF-8";

* { margin:0; padding:0; }

BODY,TEXTAREA,INPUT,SELECT { font-family:メイリオ,'Hiragino Kaku Gothic Pro',sans-serif; font-size:0.8em; line-height:1.5em; color:#404040; }
BODY { background:#F0F0F0; }


IMG { border:0; }
LI { list-style-type:none; }

A { color:#003282; text-decoration:none; }
A:hover { color:#3c629e; text-decoration:underline; }

FORM { display:inline; }
INPUT,SELECT,TEXTAREA { font-size:1em;  }
INPUT[type="text"] { padding:0 2px; margin-right:0.1em; }
INPUT[type="password"] { padding:0 2px; margin-right:0.1em; }
INPUT[type="submit"] { display:inline; margin:0; padding:1px 2px; }
INPUT[type="button"] { display:inline; margin:0; padding:1px 2px; }
INPUT[type="checkbox"] { margin:1px 3px; }
INPUT[type="radio"] { margin-right:3px; vertical-align:middle; }
SELECT { height:24px; margin-top:1px; }
TEXTAREA { padding:2px; }
OPTGROUP { font-style:normal; }

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

#wrapper {
width:778px;
margin:0 auto;
background:url(../img/common/bg01.gif);
}
#wrapper_bg {
padding:8px 13px 12px;
background:url(../img/common/bg02.gif) bottom no-repeat;
}

/*ヘッダー*/
#header {
	width:752px;
	overflow:hidden;
	padding-bottom:8px;
}
#header img {
	height:auto;
	width:auto;
}
#header .logo{
	float:left;
	margin-top:8px;
}
#header .contact{
	float:right;
}
#header .contact .tel{
	margin-top:23px;
}
#header p {
	width:320px;
	float:right;
	text-align:right;
	font-size:0.8em;
	line-height:1.4em;
}
#header p a {
	width:3em;
	float:right;
	display:block;
	margin-top:8px;
	text-decoration:none;
	color:#404040;
	background:url(../img/common/arrow01.gif) 0% 40% no-repeat;
}
#header p a:hover {
	color:#3c629e;
	text-decoration:underline;
	background:url(../img/common/arrow01_hover.gif) 0% 40% no-repeat;
}
#header .catchcopy{
	float:none;
	width:auto;
	text-align:left;
	font-size:85%;
	line-height:1.4em;
	vertical-align:bottom;
}


/*メニュー*/
#menu {
	width:752px;
	overflow:hidden;
	padding-bottom:4px;
}

#menu ul li {
	float:left;
	line-height:0;
	margin:0;
	padding:0;
}
#menu ul li.padding0 {
	padding:0;
}
#main {
	width:752px;
	overflow:hidden;
}
#main h1 {
	margin-bottom:12px;
}


/*フッター*/
#footer {
	width:752px;
	margin-top:20px;
	padding-top:8px;
	overflow:hidden;
	border-top:solid 1px #4065a1;
}

#footer ul {
	margin:0;
	padding:0;
}
#footer ul li {
	display:inline;
	font-size:0.86em;
	background:url(/img/common/line.jpg) no-repeat center right;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}
#footer ul li a {
	text-decoration:none;
	color:#404040;
	padding:0;
}
#footer ul li a:hover {
	color:#3c629e;
	text-decoration:underline;
}
#footer p {
	clear:both;
	padding-top:18px;
	text-align:left;
	font-size:0.8em;
	color:#4065a1;
	line-height:1.2em;
}
#footer ul ul{
	display:inline;
	background:url(/img/db_common/page_next.jpg) no-repeat left center;
	margin-left:5px;
	padding-left:15px;
}
#footer ul li ul li{
	font-size:100%;
}
#footer .last{
	background:none;
}
