@charset "UTF-8";
/* CSS Document */

/* formatting style
-----------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

html { 
} 

body {
	color: #222222;
	line-height: 1.2;
	font-family: sans-serif;
	margin: 10px 0px 0px;
	padding: 0px;
	background-image: url(../images/common/bodyBg.jpg);
	background-repeat: repeat-x;
}


hr {
	display:none;
}


/* link style
-----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #3F3455;
	text-decoration: none;
}
a:visited {
	color: #3F3455;
	text-decoration: none;
}
a:hover {
	color: #3F3455;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* basic layout
-----------------------------------------*/

#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

* html #container {
	width: 860px;
}

#containerTop {
	height: 25px;
	background-image: url(../images/common/containerTop.png);
	background-repeat: no-repeat;
}

* html #containerTop {
	background-color: #FFFFFF;
	background-image: none;
}

#containerMid {
	background-image: url(../images/common/containerMid.png);
	background-repeat: repeat-y;
	position: relative;
	overflow: hidden;
	background-position: center top;
	left: 0px;
	top: 0px;
	width: 880px;
}

* html #containerMid {
	background-color: #FFFFFF;
	background-image: none;
	width: 860px;
}

#containerFot {
	background-image: url(../images/common/containerFot.png);
	background-repeat: no-repeat;
	height: 25px;
	clear: both;
}

* html #containerFot {
	background-color: #FFFFFF;
	background-image: none;
}

#header {
	margin: 0px auto;
	width: 820px;
	padding-top: 5px;
	height: 120px;
	overflow: hidden;
	position: relative;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	color: #3C3355;
	margin-bottom: 10px;
}

*+html body #header h1 {
	font-size: 55%;
}

#header #logo {
	width: 220px;
	height: 45px;
	text-indent: -9999px;
	z-index: 0;
	background-image: url(../images/common/logo.png);
	background-repeat: no-repeat;
}

#header #logo a {
	width: 220px;
	height: 45px;
	text-decoration: none;
	display: block;
}

#header p#yahoo {
	position: relative;
	top: -68px;
	left: 695px;
	width: 125px;
	font-size: 70%;
	height: 17px;
}

#header p#yahoo a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 17px;
}

#header p#tel {
	position: relative;
	top: -55px;
	left: 490px;
	width: 330px;
	height: 41px;
}

#header p#tel a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 17px;
}

#headNavi {
}





/* globalNavi style
-----------------------------------------*/

#globalNavi {
	clear: both;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

#home #globalNavi {
	margin: 0px;
}

#globalNavi ul {
	background-color: #3C3355;
	width: 820px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#globalNavi li {
	list-style: none;
	float: left;
}

#globalNavi li a {
	display: block;
	width: 164px;
	height: 35px;
	background-color: #3C3355;
	color: #FFFFFF;
	font-size: x-small;
	text-indent: -9999px;
}

#globalNavi li#gNavi01 a {
	background-image: url(../images/common/gNavi_01.gif);
	background-repeat: no-repeat;
}

#globalNavi li#gNavi02 a {
	background-image: url(../images/common/gNavi_02.gif);
	background-repeat: no-repeat;
}

#globalNavi li#gNavi03 a {
	background-image: url(../images/common/gNavi_03.gif);
	background-repeat: no-repeat;
}

#globalNavi li#gNavi04 a {
	background-image: url(../images/common/gNavi_04.gif);
	background-repeat: no-repeat;
}

#globalNavi li#gNavi05 a {
	background-image: url(../images/common/gNavi_05.gif);
	background-repeat: no-repeat;
}

#globalNavi li#gNavi01 a:hover ,
#globalNavi li#gNavi02 a:hover ,
#globalNavi li#gNavi03 a:hover ,
#globalNavi li#gNavi04 a:hover ,
#globalNavi li#gNavi05 a:hover  {
	background-position: 0px -35px;
}


#flash {
	height: 360px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	text-align: center;
}

#pageBody {
	margin: 0px auto;
	width: 820px;
	overflow: hidden;
	position: relative;
}

#pageBody #sidebar {
	width: 210px;
	float: left;
	margin-right: 15px;
	line-height: 1.6;
	margin-bottom: 30px;
}

#pageBody #content {
	width: 595px;
	line-height: 1.6;
	float: left;
	margin-bottom: 30px;
	font-size: 85%;
	_margin-bottom: 10px;
}

#footer {
	color: #3C3355;
	background-color: #F4EDF5;
}

#footer-inner {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-size: 70%;
	line-height: 1.4;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

#footAdd {
	padding-top: 10px;
	background-color: #3F3455;
	padding-bottom: 50px;
}

#footerAdd-inner {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/footLogo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#footerAdd-inner h1 {
	font-size: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#footerAdd-inner p {
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.4;
}

#footerAdd-inner p a {
	color: #FFFFFF;
}

#footMap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: center;
}

#footMap p {
	font-size: 12px;
	line-height: 1.5;
}

#footMap p a {
}


/* pageBody style
-----------------------------------------*/

