/* CSS Document */

/*共通*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
}

img {
	border: 0;
}
a {
	color: #FF6600;
	text-decoration: none;
}

.allarea {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダぱんくずエリア*/
.breadrubbish {
	width: 770px;
	background-color: #FFFFFF;
	text-align: right;
}
.breadrubbish p {
	margin-top: 5px;
	font-size: x-small;
	color: #666666;
}

.breadrubbish a:link,.breadrubbish a:active,.breadrubbish a:visited {
	color: #FF6600;
	text-decoration: none;
}
.breadrubbish a:hover {
	color: #FF3300;
}

/*コンテンツ*/
.leftcontents
{
	width: 214px;
	float: left;
}
.leftcontents ul {
	list-style-type: none;
	margin-left: 15px;
	margin-top: 5px;
}
.leftcontents ul li {
	margin-bottom: 2px;
}
.leftcontents p {
	margin-bottom: 5px;
	margin-left: 15px;
}


/*メインエリア*/
.mainarea
{
	width: 556px;
	float: right;
	background-color: #FFFFFF;
}
.ibsentitle {
	margin-bottom: 10px;
	width: 556px;
}

/*戻るボタン*/
.backbuttonarea
{
	width: 556px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*フッタライン*/
.footbar {
	width:770px;
	height:7px;
	background-color:#dddddd;
	border-top: 1px #c0c0c0 solid;
	clear: both;
}

/*フッタコンテンツ*/
.footcontents {
	width: 770px;
	background-color: #FFFFFF;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	margin-bottom: 5px;
	padding-bottom: 10px;
	font-size: x-small;
	color: #666666;
}
.footcontents ul {
	text-align: right;
	list-style-type: none;
	margin-top: 5px;
}
.footcontents li {
	display: inline;
}

.footcontents a:link,.footcontents a:active,.footcontents a:visited {
	color: #666666;
	text-decoration: none;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: x-small;
}


.footcontents a:hover {
	color: #FF3300;
}

/*コピーライトエリア*/
.copylight {
	width: 770px;
	background-color: #FFFFFF;
	text-align: left;
}
.copylight p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
