@charset "utf-8";

body {
	background:url(../images/common/contents/bg.jpg) repeat-x #eff1f5 0px 0px;
	}
	
#wrapper {
	}

#header {
	padding: 0px 0px 0px 20px;
	background: none;
	text-align: left;
	}

/*サイトタイトル*/

#header #site-title {
	display: block;
	width: 622px;
	height: 119px;
	}

#header #site-title span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 19px;
	font-size: 10px;
	text-align: center;
	}

#header #site-title a.visible {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 622px;
	height: 119px;
	background: url(../images/common/header/title_error.gif) no-repeat;
	z-index: 2;
	}

#header #site-title a.visible:hover {
	color: #fcfbfc;
	}


/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

#contents {
	padding: 0px 0px 0px 0px;
	background: none;
	width: auto;
	text-align: left;
	}
	
#primaryArea {
	padding: 40px 0px 100px 20px;
	clear: both;
	width: auto;
	border: none;
	background: none;
	}

p {
	padding: 0px 0px 10px 0px;
	line-height: 150%;
	}
	
ul {
	padding: 0px 0px 20px 0px;
	}
	
ul.link li {
	padding: 5px 0px 5px 0px;
	}
	
ul dt {
	margin: 0px 8px 8px 0px;
	clear: both;
	float: left;
	width: 90px;
	height: 18px;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.06em;
	background: url(../images/common/contents/bg_track.gif) no-repeat;
	color: #fff;
	text-align: center;
	}
	
ul dd {
	margin-bottom: 8px;
	float: left;
	}

ul dd ul {
	padding: 0px;
	}

ul dd li {
	float: left;
	font-size: 10px;
	line-height: 18px;
	}
	
ul.navi dd li {
	margin-right: 7px;
	}
	
a,
a:link,
a:visited {
	padding: 0px 0px 0px 8px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	background: url(../images/common/contents/arrow.gif) no-repeat 0px 4px;
	}
	
ul.navi dd li a {
	padding: 0px 0px 0px 6px;
	background: url(../images/common/contents/arrow2.gif) no-repeat 0px 2px;
	}
	

a:active,
a:hover,
a:focus {
	color: #fd83a2;
	}


/*--------------------------------------
フッター
---------------------------------------*/

#footer {
	clear: both;
	background: none;
	}

	
#footer .navigation li {
	padding: 0px 0px 0px 10px;
	display: inline;
	font-size: 10px;
	}
	
#footer .navigation li a {
	color: #000;
	}

#footer .navigation li a:hover,
#footer .navigation li a:focus {
	color: #fec5d4;
	}

/*コピーライト*/
#footer .copyright {
	padding: 0px 0px 0px 20px;
	float: left;
	height: auto;
	font-size: 10px;
	color: #000;
	line-height: 150%;
	}

