@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(IMG/check.gif);
	background-repeat: repeat;
}
#container {
	width: 800px; /* この設定は body エレメントの text-align: center より優先されます。 */
	text-align: left;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-image: url(IMG/headder.gif);
	height: 100px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	text-align: left;
	} 
#sidebar {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 150px;
	padding-top: 10px;
	text-align: left;
}
#mainContent {
	text-align: left;
	width: 650px;
	margin-top: 0;
	float: right;
	height: auto;
} 
#footer {
	text-align: center;
	height: auto;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #060;
}
a {
	color: #000099;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	color: #6699FF;
	text-decoration: none;
}
a:hover{
	position : relative;
	top:2px;
	left:1px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #090;
	padding-top: 0px;
	padding-left: 15px;
	margin: 0px;
	text-align: left;
}
p {
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px:
}
table {
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	color: #333;
}
.menu {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.titletext {
	text-align: left;
	height: auto;
	width: 320px;
	padding-left: 40px;
	float: left;
	margin: 0px;
}
.logo {
	padding-left: 15px;
}
.chuou {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.titletext_s_pink {
	float: right;
	height: auto;
	width: 400px;
	padding-right: 60px;
	color: #FF6666;
}
.titletext_s_orange {
	float: right;
	height: auto;
	width: 400px;
	padding-right: 60px;
	color: #FF6600;
	}
.titletext_s_green {
	float: right;
	height: auto;
	width: 400px;
	padding-right: 60px;
	color: #006600;
	}
.titletext_s_darkblue {
	float: right;
	height: auto;
	width: 400px;
	padding-right: 60px;
	color: #333399;
	}
.titletext_s_blue {
	float: right;
	height: auto;
	width: 400px;
	padding-right: 60px;
	color: #3366CC;
}

.titletext_l_orange {
	height: auto;
	width: 500px;
	padding-left: 80px;
	padding-bottom: 15px;
	color: #FF6600;
	clear: left;
}
.titletext_l_pink {
	height: auto;
	width: 500px;
	padding-left: 80px;
	padding-bottom: 15px;
	color: #FF6666;
	clear: left;
}
.titletext_l_darkblue {
	height: auto;
	width: 500px;
	padding-left: 80px;
	padding-bottom: 15px;
	color: #333399;
	clear: left;
}
.titletext_l_blue {
	height: auto;
	width: 500px;
	padding-left: 80px;
	padding-bottom: 15px;
	color: #3366CC;
	clear: left;
}
.titletext_l_bluegreen {
	height: auto;
	width: 500px;
	padding-left: 80px;
	padding-bottom: 15px;
	color: #009999;
}
.titlephoto {
	float: right;
	height: 180px;
	width: 240px;
	padding-right: 40px;
	padding-bottom: 20px;
}
.pagetitle {
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin: 0px;
}
.pagetitle_s {
	padding-top: 0px;
	padding-left: 60px;
	float: left;
	margin-bottom: 5px;
}
.photo {
	padding: 5px;
}
h2 {
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
}
