@charset "UTF-8";

/* base
========================================*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-family: "ＭＳゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 1.4;
	background-color: #F6F6F6;
	text-align: left;
	}

th, td {
	margin: 0;
	padding: 0;
}

ul,dl {
	list-style-type: none;
}

hr {
	display: none;
	clear: both;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

em {
	font-style: normal;
	color:#FF0000
}
a:link {
	color: #0000CC;
	text-decoration: none;

}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}



/* layout
---------------------------------*/
#container-bg {
	clear: both;
	width: 780px;
	margin: 0;
	background-image: url(../img/bg_shadow.gif);
}
#container {
	clear: both;
	width: 760px;
	background-color: #FFFFFF;
	margin: 0 10px;
}
#header {
	width: 760px;
}
#header #pankuzu {
	width: 760px;
	height: 17px;
	background-color: #990000;
	color: #FFFFFF;
	clear: both;
	text-align: left;
}
#header div#menu-visitor {
	background-image: url(../img/bg_white_bar.gif);
	background-repeat: repeat-x;
	height: 23px;
	width: 760px;
	clear: both;
}
#header div#menu-visitor li {
	clear: none;
	float: left;
}
#pankuzu a:link {
	color:#FFFFFF
}

#pankuzu a:visited {
	color: #FFFFFF;
}
#pankuzu a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#pankuzu p{
	padding-left: 15px;
}

#wrapper {
	width: 760px;
	background-image: url(../img/bg_wrapper.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
#wrapper #contents {
	float: right;
	width: 575px;
	text-align: left;
}
#wrapper #menu {
	float: left;
	width: 185px;
	background-color: F3F4F8;
	text-align: left;
}
#menu ul {
	width: 165px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#menu li {
	list-style-image: url(../img/delta3.gif);
	margin-left: 18px;
}
#menu #google p {
	margin: 0 10px;
}
#menu #google form {
	margin: 3px 10px 15px 10px;
}
#menu #google {
	width: 185px;
	margin: 10px 0 15px 0;
}

#footer {
	width: 760px;
	text-align: left;
}
#footer div#address {
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 68px;
	width: 760px;
}
#footer div#address address {
	font-style: normal;
	line-height: 1.2em;
	color: #FFFFFF;
	padding: 5px 5px 5px 10px;
}
#footer div#copyright {
	clear: both;
	height: 20px;
	width: 760px;
	background-color: #000066;
	background-image: url(../img/bg_copyright.gif);
}
#footer div#copyright p {
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	margin-right: 10px;
}

/*.text decoration
---------------------------------*/

.submenu {
	font-size: 12px;
	line-height: 17px;
}



#contents ul#btm {
	text-align: right;
	clear: both;
	margin: 10px;
	padding-top: 20px;
}
#contents ul#btm li {
	clear: none;
	float: right;
	background-image: url(../img/yajirusi.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.right {
	text-align:right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*.clear
---------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display: inline-block;
}
