/* ###### INITIALIZE ###### */

body {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	text-justify:distribute;
	line-height: 1.5em;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #fbf9ef;
}

h1 , h2 , h3 , h4 , div , p , ul , li , dl , dt , dd{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

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

a:link , a:visited{
	color: #0c491a;
	text-decoration: underline;
}

a:hover , a:active{
	color: #0c491a;
	text-decoration: underline;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* ###### COMMON CLASS ###### */

.floatContainer{
	display: inline-block;
	width: 100%;
	clear: both;
}

.floatLeft{
	display: inline;
	float: left;
}

.floatRight{
	display: inline;
	float: right;
}

.imageBlock{
	font-size: 0px;
	line-height: 0px;
}

.buttonMode a{
	display: block;
	font-size: 0px;
	background-repeat: no-repeat;
	float: none;
	text-indent: -9999px;
	overflow: hidden;
}

.buttonMode a:link , .buttonMode a:visited{
	background-position: left top;
}

.buttonMode a:hover , .buttonMode a:active{
	background-position: left bottom;
}

.buttonModeVertical a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
.buttonModeVertical a:link, .buttonModeVertical a:visited {
	background-position:left top;
}
.buttonModeVertical a:hover, .buttonModeVertical a:active {
	background-position:right top;
}

.basicMarginTwice {
margin-bottom:20px;
}

.basicMarginThirdTimes {
margin-bottom:30px;
}
 
.basicMarginOneHalf {
margin-bottom:15px;
}
.basicMargin {
margin-bottom:10px;
}
.basicMarginHalf {
margin-bottom:5px;
}

/* ##### EACH ELEMENT STYLE ##### */
#container {
	background-image: url(../img/common/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 93%;
	line-height: 1.5em;
}

/* header */

#logo {
	background-image: url(../img/common/imgLogo.jpg);
	height: 36px;
	width: 278px;
}
#imgLogo {
	margin-left: 10px;
}
#btnSearch {
	background-image: url(../img/common/btnSearch.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 65px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin-top: 14px;
	margin-right: 25px;
}
#txtSeach {
	margin-top: 14px;
	margin-right: 7px;
	font-size: 12px;
	width: 150px;
}


#headerContainer {
	padding-top: 22px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #41bd93;
	padding-bottom: 12px;
}
#globalNavi {
	margin-bottom: 4px;
}


#btnIndex {
	background-image: url(../img/common/btnIndex.jpg);
	height: 30px;
	width: 112px;
}
#btnProfile {
	background-image: url(../img/common/btnProfile.jpg);
	height: 30px;
	width: 150px;
}
#btnSale {
	background-image: url(../img/common/btnSale.jpg);
	height: 30px;
	width: 140px;
}
#btnInformation {
	background-image: url(../img/common/btnInformation.jpg);
	height: 30px;
	width: 167px;
}
#btnNews {
	background-image: url(../img/common/btnNews.jpg);
	height: 30px;
	width: 110px;
}
#btnLinks {
	background-image: url(../img/common/btnLinks.jpg);
	height: 30px;
	width: 121px;
}

#txtFontChanger {
	margin-top: 17px;
	margin-right: 4px;
}

#font_S {
	background-image: url(../img/common/btnFontSmall.jpg);
	height: 19px;
	width: 19px;
	margin-top: 17px;
	margin-right: 3px;
}


.buttonMode span a#font_S , .buttonMode span a:link#font_S , .buttonMode span a:visited#font_S , 
.buttonMode span a#font_M , .buttonMode span a:link#font_M , .buttonMode span a:visited#font_M ,
.buttonMode span a#font_L , .buttonMode span a:link#font_L , .buttonMode span a:visited#font_L
{
	background-position: left bottom;
}

#font_M {
	background-image: url(../img/common/btnFontMidium.jpg);
	height: 23px;
	width: 23px;
	margin-top: 13px;
	margin-right: 3px;
}
#font_L {
	background-image: url(../img/common/btnFontLarge.jpg);
	height: 27px;
	width: 27px;
	margin-top: 9px;
	margin-right: 9px;
}


/* body */

#bodyContainer {
	padding-right: 10px;
	padding-left: 10px;
}

.colorRed{
	color: #FF0000;
}

/* footer */

#footerContainer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #41bd93;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
