﻿@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++ wrapper */
#wrapper{
	position: relative;
	/*border-left: 2px solid #00633D;
	border-right: 2px solid #00633D;*/
	/*width: 640px;*/
}

/*+++++++++++++++++++++++++++++++++++++++++++ fontsize3 */
#header #fontsizePopup{
	position: absolute;
	top: 11px;
	left: 698px;
	width: 97px;
	height: 20px;
	padding: 0px 0px 0px 60px;
	background-image: url(../images/fontsizeBg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#header #fontsizePopup .fontsize_s,
#header #fontsizePopup .fontsize_m,
#header #fontsizePopup .fontsize_l{
	display: block;
	float: left;
	width: 26px;
	height: 20px;
	padding-left: 3px;
	overflow: hidden;
	text-indent: -9999px;
}
#header #fontsizePopup .fontsize_s{
	background: url(../images/btnS.gif) no-repeat 0px 0px;
}
#header #fontsizePopup .fontsize_m{
	background: url(../images/btnM.gif) no-repeat 0px -20px;
}
#header #fontsizePopup .fontsize_l{
	background: url(../images/btnL.gif) no-repeat 0px 0px;
}
#header #fontsizePopup a:hover.fontsize_s,
#header #fontsizePopup a:hover.fontsize_m,
#header #fontsizePopup a:hover.fontsize_l{
	text-decoration: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++ pageTop */
/*#pageTop{
	clear: both;
	width: 640px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	text-align: right;
	line-height: 1.1em;
}*/

/*+++++++++++++++++++++++++++++++++++++++++++ footer */
#footer{
	/*width: 640px;
	padding: 12px 0px 0px 0px;*/
	border-top: 1px solid #666666;
}
/*
#footer #copyright{
	width: 320px;
	font-size: 11px;
}
#footer #group{
	width: 320px;
	font-size: 11px;
}
*/

/*+++++++++++++++++++++++++++++++++++++++++++ contents */
#contents{
	width: 830px;
	margin: 0px 0px 0px 20px;
}
