@charset "Shift-JIS";

/* basic
-------------------------------------------------------------- */
body {
	font-size:12px;
	*font-size: 75%;
	line-height:140%;
	text-align:center;
	color: #555;
}
body * {
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
th,
td,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
em {
	font-style: normal;
	font-weight: bold;
}
span.em {
	font-weight:bold;
}

a:link {
	color: #2680BF;
	text-decoration: underline;
}
a:visited {
	color: #2680BF;
	text-decoration: underline;
}
a:hover {
	color: #2680BF;
	text-decoration: underline;
}
a:active {
	color: #2680BF;
	text-decoration: underline;
}


/* general
-------------------------------------------------------------- */
/* margin */
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt12 { margin-top: 12px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }

.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml12 { margin-left: 12px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb12 { margin-bottom: 12px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }

.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr12 { margin-right: 12px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }

/* align,valign */
.alignR { text-align: right !important; }
.alignL { text-align: left !important; }
.alignC { text-align: center !important; }
.valignT { vertical-align: top !important; }
.valignM { vertical-align: middle !important; }
.valignB { vertical-align: bottom !important; }

/* clearfix */
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
}
.clearfix {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* layout
-------------------------------------------------------------- */
/* noscript警告 */
.noscriptArea p {
	width:950px;
	padding-left:10px;
}

/* コンテンツエリア */
#contents {
	width: 950px;
	padding:0 0 39px;
	margin: 4px auto 0 auto;
	text-align: left;
}

#contents img {
	vertical-align:bottom;
}

div#breadcrumbs {
	margin-bottom: 6px;
	padding: 3px;
	background: #FBFBFB;
}
div#breadcrumbs strong {
	font-weight: normal;
}

div#mainArea {
	float: left;
	width: 708px;
}

div#sideBar {
	float: right;
	width: 222px;
}



.ic01 {
 padding-left:10px;
 background:url(/resources/images/top/info_bullet.gif) no-repeat 0 0.25em;
}

.ic02 {
 padding-left:10px;
 background:url(/resources/images/footer/icn_arrow.gif) no-repeat 0 0.25em;
}