@charset "UTF-8";

/*////////////////////////////////////////////////////////////
	html_body and (*)
////////////////////////////////////////////////////////////*/

*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
html,body{
	font-size: 12px;
	*font-size:small;*font:x-small;
	line-height: 1.5;
	color: #3C3C3C;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	background-color: #F4F4F4;
}
table {font:100%;}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
}
#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	background-image: url(../images/common/bg_01.gif);
	background-repeat: repeat-x;
}

/*////////////////////////////////////////////////////////////
	layout
////////////////////////////////////////////////////////////*/

#contents{
	width: 700px;
	margin-left: 100px;
	clear: both;
	padding-bottom: 240px;
	padding-top: 240px;
}

/*////////////////////////////////////////////////////////////
	link
////////////////////////////////////////////////////////////*/

a {
	color: #7F292C;
	text-decoration: underline;
}
a:visited {
	color: #7F292C;
	text-decoration: underline;
}
a:hover {
	color: #7F292C;
	text-decoration: underline;
}
a:visited:hover {
	color: #7F292C;
	text-decoration: underline;
}
a.ic-plus {
	background-image: url(../images/common/ic_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.2em;
	padding-left: 12px;
}


/*////////////////////////////////////////////////////////////
	p
////////////////////////////////////////////////////////////*/

p {
	margin-bottom: 1em;
}

/*////////////////////////////////////////////////////////////
	img
////////////////////////////////////////////////////////////*/

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	margin-bottom: 30px;
}

/*////////////////////////////////////////////////////////////
	footer
////////////////////////////////////////////////////////////*/

#footer {
	background-color: #3C3C3C;
	padding-top: 15px;
	color: #FFFFFF;
	padding-left: 100px;
	padding-bottom: 60px;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: 727px top;
}
#footer address {
	font-size: 92%;
	font-style: normal;
}

