@charset "UTF-8";

/*
 Redefine for Print
 default style [
----------------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
div,p,strong,em,
table,tr,td,th,
form,input,textarea {
	margin: 0;
	padding: 0;
}

body {
	line-height: 140%;
	font-weight: normal;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", arial, sans-serif;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

ul,ol {
	list-style: none;
}

img {
	border: none;
}

p {
	padding: 0 0 1em 0;
}

address,strong,em {
	font-weight: normal;
	font-style: normal;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 625px;
}


/*
 Redefine for Print
 header [
----------------------------------------------------------- */

#header {
	border-bottom: 2px solid #666;
}

#header h1 {
	float: left;
	width: 140px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	background: url(../../images/logo.gif) no-repeat;
	overflow: hidden;
	width: 130px;
	height: 75px;
}

#header p {
	float: left;
	padding-top: 30px;
	padding-bottom: 0;
	color: #666666;
	width: 400px;
}


/*
 Redefine for Print
 page style [
----------------------------------------------------------- */

div#container {
	margin-top: 15px;
}

div#container div#news {
	padding-bottom: 1em;
}

div#container div#news h3 {
	display: block;
	background: url(../../images/title02.gif) no-repeat;
	text-indent: -9999px;
	padding-bottom: 10px;
	width: 86px;
	height: 23px;
}

div#container div#news dl dt,
div#container div#news dl dd {
	padding-bottom: .3em;
	line-height: 130%;
}

div#container div#news dl dt {
	float: left;
	width: 6em;
}

div#container div#news dl dd {
	padding-left: 6em;
}

div#container div.column h3 {
	display: block;
	background: url(../../images/title01.gif) no-repeat;
	text-indent: -9999px;
	padding-bottom: 10px;
	width: 322px;
	height: 23px;
}

div#container div#pickup h3 {
	display: block;
	background: url(../../images/title03.gif) no-repeat;
	text-indent: -9999px;
	padding-bottom: 10px;
	width: 108px;
	height: 23px;
}

div#container div#pickup div.item img,
div#container div#pickup div.item p strong br {
	display: none;
}

div#container div#pickup div.item p {
	padding-bottom: .1em;
}

div#container div#pickup div.item p + p {
	display: none;
}

* html body div#container div#pickup div.item p span {/* for IE6 */
	display: none;
}


/*
 Redefine for Print
 footer [
----------------------------------------------------------- */

#footer {
	margin-top: 15px;
	padding: 5px 0;
	border-top: 1px solid #D0111B;
	text-align: center;
	clear: both;
}


/*
 hide elements [
----------------------------------------------------------- */

ul#globalNavi,
ul#headerNavi,
div#mainImg,
div#sub,
#footer ul,
hr {
	display: none;
}


/*
 ClearFix [
----------------------------------------------------------- */

div#header:after,
div#container:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for WinIE7 only */
*:first-child+html div#header,
*:first-child+html div#container {
  height: 1%;
}
/* for WinIE6 and below */
/*\*/
* html div#header,
* html div#container {
  height: 1%;
}
/* ClearFix End */


