@charset "shift-jis";
/* ------------------------------------------
  initialize
------------------------------------------ */
/* all reset */
* {	
	margin:0;
	padding:0;
}	
img {	
	border:0;
}

/* link */
a {
	color: #0066cc;
	text-decoration:none;
}	
a:visited {
	text-decoration:none;	
}	
a:hover {	
	text-decoration:underline;
}	

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

/* table */
table {
	border-collapse:collapse;
}

/* other */
.hidden {
	visibility: hidden;
	display: none;
}
.clearflot {
	clear: both;
	height:0;
	font-size: 1px;
	line-height: 0px;	
}

/* ------------------------------------------
  body layout
------------------------------------------ */
/* body */
body{
	background: url(../common/bgimg.gif) repeat-y center #FFF;
	text-align:center;
	color: #5A5A5A;
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* #header area */
#headerArea {
	margin-bottom: 0px;
}

/* #content area */
#contentArea {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

/* footer area */
#footerArea {
	margin-bottom: 15px;
}

/* ------------------------------------------
  #header area
------------------------------------------ */
#headerArea .description {
	height: 14px;
	width: auto;
	font-size: 80%;
	color: #666666;
	text-align: right;
}

/* home logo&image */
#homePage #headerArea h1.headerLogo {
	background: url(../common/home_logo.gif) no-repeat;
	margin: 0px;
	float: left;
}
#homePage #headerArea h1.headerLogo a {
	width: 270px;
	height: 246px;
	text-indent: -9999px;
	display: block;
}
#homePage #headerArea #homeImage {
	background: url(../common/home_img.jpg) no-repeat;
	width: 530px;
	height: 246px;
	float: right;
}

/* cnt logo&image */
#cntPage #headerArea h1.headerLogo {
	background: url(../common/sub_logo.gif) no-repeat;
	margin: 0px;
	float: left;
}
#cntPage #headerArea h1.headerLogo a {
	width: 270px;
	height: 96px;
	text-indent: -9999px;
	display: block;
}
#cntPage #headerArea #cntImage {
	background: url(../common/sub_img.jpg) no-repeat;
	width: 530px;
	height: 96px;
	float: right;
}

/* global navi */
#headerArea #gNavi {
	background: url(../common/gnavi_bar.gif) no-repeat;
	height: 26px;
	border-bottom: 1px solid #CCCCCC;
}
#headerArea #gNavi ul {
	margin-left: 270px;
}
#headerArea #gNavi ul li {
	float: left;
}
#headerArea #gNavi ul li a {
	background: url(../common/gnavi.gif) no-repeat;
	width:132px;
	height:26px;
	display:block;
	text-indent: -9999px;
}
#headerArea #gNavi ul li.gnaviAboutUs a {
	background-position:0px 0px;
}
#headerArea #gNavi ul li.gnaviService a {
	background-position:-132px 0px;
}
#headerArea #gNavi ul li.gnaviContact a {
	background-position:-264px 0px;
}
#headerArea #gNavi ul li.gnaviHome a {
	width:134px;
	background-position:-396px 0px;
}
#headerArea #gNavi ul li a:hover {
	background: url(../common/gnavi.gif) no-repeat;
}
#headerArea #gNavi ul li.gnaviAboutUs a:hover {
	background-position:0px -26px;
}
#headerArea #gNavi ul li.gnaviService a:hover {
	background-position:-132px -26px;
}
#headerArea #gNavi ul li.gnaviContact a:hover {
	background-position:-264px -26px;
}
#headerArea #gNavi ul li.gnaviHome a:hover {
	background-position:-396px -26px;
}

/* topic path */
#headerArea #topicPath {
	font-size: 75%;
	height: 26px;
	padding-top: 7px;
	padding-left: 10px;
}
#headerArea #topicPath li {
	display:inline;
	list-style-type:none;
	padding-left: 5px;
}
#headerArea #topicPath li a {
	background:url(../common/topicpath.gif) no-repeat right center;
	padding-right:10px;
}
#headerArea #topicPath li a:visited{
	color:#0066cc;
}	

/* ------------------------------------------
  #content area
------------------------------------------ */
/* content layout */
#contentArea .mainContentFull {
	width: 100%;

}
#contentArea .mainContentLeft {
	width: 540px;
	float: left;
}
#contentArea .mainContentRight {
	float: right;
	width: 540px;
}
#contentArea .leftColumn {
	width: 200px;
	float: left;
}
#contentArea .rightColumn {
	width: 200px;
	float: right;
}
#homePage #contentArea .mainContentRight .mainContentHome {
	width: 340px;
	float: left;
	margin-bottom: 15px;
}
#homePage #contentArea .mainContentRight .mainContentInfo {
	width: 190px;
	float: right;
	margin-bottom: 15px;
	margin-left: 10px;
}

/* left column background */
#cntPage #container .columnBg {
	background: url(../common/bg_lightgray_column.gif) repeat-y;
}

/* ------------------------------------------
  #footer area
------------------------------------------ */
#footerArea .copyright {
	font-size: 75%;
	color: #FFFFFF;
	text-align: center;
	background-color: #99CC00;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footerArea .footerNavi {
	font-size: 80%;
	color: #CCCCCC;
	text-align: center;
	text-decoration: none;
}
#footerArea .footerNavi a {
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #666666;
}
#footerArea .footerNavi a:hover {
	text-decoration: underline;
}
