@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

a img {border:0;
}

/*-------------------------------------------------------
	 CLASS　汎用タイプ
--------------------------------------------------------*/
.clear {
	clear:both;
}

/*-------------------------------------------------------
	 ClearFIX
--------------------------------------------------------*/
.cf:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cf{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .cf{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */ 

body {
	font-family: verdana,Osaka,"MS Pゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5em;
	font-size: 90%;
}

#head {
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
}

h1 {
	float: left;
}

#head_link {
	float: right;
	width: 335px;
}

#head_link img {
	margin-top: 25px;
	padding-right: 15px;
}

#sub_head {
	background-image: url(../images/sub_head_bg.gif);
	background-repeat: repeat-x;
	background-color:#3a7ab0;
}

#sub_head p {
	float: left;
	padding-right: 1em;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
}

#sub_head a {
	color:#FFFFFF;
	text-decoration:none;
}

#sub_head a:hover {
	color:#99FF00;
}

#content p {
    margin:15px 0px 20px 0px;
}

.left { float:left; }

.right { float:right; }

.tbstyle01 {
    margin:10px 0px 15px;
}

.tbstyle01 th {
	text-align: left;
	vertical-align: top;
	padding:5px;
	white-space:nowrap;
 }
 
.tbstyle01 td {
	padding:5px;
	text-align:left;
	vertical-align:top;
}

#p_top {
	width:700px;
	background:url(../images/p_top_bg.gif);
	background-repeat:repeat-x;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-top: 20px;
	text-align: right;
}

#footer {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
	border-top:3px solid #006ab6;
}

#footer img {
	float: left;
	padding-top: 7px;
}

#footer p {
	float: right;
	text-align: right;
	padding-right:5px;
}

