@charset "utf-8";
body {
	font-size: 84%;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, Helvetica, Arial, sans-serif;
	color: #333333;
}

#layout {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
}

/**************************************************************/
/** tags and etc.. ********************************************/

h1 , h2 , h3 , h4 {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
}
ul , ol , dl , dt , dd , li {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

.imgLeft {
	float: left;
	margin-right: 10px;
}
.imgRight {
	float: right;
	margin-left: 8px;
}

.clear {
	clear: both;
}
.clear hr {
	display: none;
}

a:link , a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover , a:active {
	color: #A40035;
	text-decoration: underline;
}

.nofla {
	text-align: left;
	width: 160px;
	margin-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.center {
	text-align: center;
}

ul.list01 {
margin-top: 50px;
}
ul.list01 li {
	margin-top: 20px;
}

/**************************************************************/
/** header ****************************************************/

#header {
	position: relative;
	background: url(../image/head_line.gif) no-repeat right bottom;
	height: 80px;
}
#header #title {
	position: absolute;
	z-index: 2;
}
#header .headMessage {
	position: absolute;
	left: 140px;
	top: 10px;
	margin: 0px;
	width: 200px;
}
#header .headContactBlock {
	float: right;
	width: 252px;
}
#header .headContactBlock p {
	float: left;
	margin: 0px 10px 0px 0px;
}

/* global menu */
#headGobalMenuBlock {
	width: 610px;
	height: 28px;
	position: absolute;
	left: 139px;
	top: 52px;
	padding-left: 1px;
	background: url(../image/glbt_line.gif) no-repeat left top;
}
#headGobalMenuBlock .globalMenuList ul {
	display: block;
	height: 28px;
}
#headGobalMenuBlock .globalMenuList li {
	float: left;
	display: block;
	background: url(../image/glbt_line.gif) no-repeat right top;
	height: 28px;
	padding-right: 1px;
}

/**************************************************************/
/** contents **************************************************/



/**************************************************************/
/** footer ****************************************************/
#footer {
	margin-top: 10px;
	background: url(../image/foot_line.gif) no-repeat left top;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 750px;
}

#footerMenuBlock {
	background: url(../image/line.gif) repeat-x left bottom;
	padding-bottom: 20px;
	padding-left: 10px;
}
	.footerMenu ,
	.footerMenuShowcase {
		float: left;
		font-size: 77%;
		padding-left: 5px;
		padding-right: 0px;
	}
	.footerMenu {
		width: 160px;
	}
	.footerMenuShowcase {
		width: 75px;
		}
	.menuTitle {
		font-size: 100%;
		font-weight: bold;
		color: #A40035;
		line-height: 120%;
		margin-bottom: 5px;
	}
	.footerMenu ul li ,
	.footerMenuShowcase ul li {
		line-height: 120%;
		padding-bottom: 5px;
	}
	.footerMenu ul li {
		max-width: 154px;
	}
/* \*/
html*.footerMenu{
	[font-size:77%;
	font-size:70%;
	]font-size:77%;
}/**/

#footAddress {
	padding-top: 10px;
	padding-left: 15px;
}
	#footAddress address {
		line-height: 140%;
		font-size: 85%;
		padding-left: 5px;
		font-style: normal;
		display: block;
		border-left: 4px solid #A40035;
		float: left;
	}
	#footAddress .footCopyRight {
		margin: 0px;
		padding-top: 2em;
		line-height: 140%;
		font-size: 85%;
		float: right;
	}
