﻿@charset "utf-8";
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	color: #454545;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
}
div {
	background-color: transparent;
}
ul,li {
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0;
}

/*
----------------------------------------------- */
.clear {
	clear: both;
	display: none;
	overflow:hidden;
	font-size: 0px;
	line-height: 0%;
	height: 0px
}
img.top{
	float:left;
	text-align:left;
	vertical-align:top;
	margin-bottom:5px;
	margin-right:5px;
}
td {
	vertical-align:top;
	padding:5px;
	border-bottom:solid #CCC 1px;
}
td.title{
	border-bottom:solid #666 1px;
}
/* link
----------------------------------------------- */
a { text-decoration: underline; }
a:link { color: #000000; }
a:visited { color: #333333; }
a:hover { color: #ff0000; }
a img {
	border: 0;
}
/* font
----------------------------------------------- */
h1,h2,h3,h4,h5 {
	font-size: 140%;
}
.mini { font-size: 85%; }
em {
	font-style: normal;
	color: #000000;
}

/* header
----------------------------------------------- */
#header{
	width:900px;
}
#logo{
	background-image:url(../images/pagelogo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:250px;
	float:left;
}
#menu{
	background-color: transparent;
	width:625px;
	float:left;
	padding-top:25px;
}
/* contents
----------------------------------------------- */
div#contents{
	display:block;
	overflow:visible;
	width:900px;
	clear:both;
	background-image:url(../images/page_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
/*\*/
* html #contents {
    height: 1em;
    overflow: visible;
}
/**/
#min-height{
	display:block;
	overflow:visible;
	background-color: transparent;
	float:left;
	width:25px;
}
#contents-left{
	display:block;
	overflow:visible;
	background-color: transparent;
	float:left;
	width:225px;
	padding-top:50px;
}
#contents-right{
	display:block;
	overflow:visible;
	background-color: transparent;
	float:left;
	width:625px;
	padding-top:50px;
	padding-bottom:50px;
}
#pagetitle{
	padding-bottom:25px;
}
#submenu li{
	padding-bottom:10px;
}
.contentsbox {
	padding-bottom:50px;
}
.contentstitle {
	padding-bottom:20px;
}
.title_hr {
	border-top:solid #CCC 1px;
	padding-top:20px;
}
.contentssub {
	padding-bottom:10px;
}

/* footer
----------------------------------------------- */
div#footer{
	clear:both;
	width:880px;
	border-top:solid #CCC 1px;
	padding-bottom:10px;
}
div#footer:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div#footer {
    height: 1em;
    overflow: visible;
}
/**/
#footer_contact{
	float:left;
}
#footer_privacy{
	float:left;
}
#footer_copy{
	float:right;
}
