@charset "utf-8";

/*
----------デフォルトスタイル--------------------- */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-selif;
	background-color: transparent;
}

body {
	color: black;
	font-size: 13px;


    *font-size: 80%;
	line-height: 120%;
	background-color: #FFCC99;
}

h1 {
	font-size: 10px;
    *font-size: 80%; /*for IE6,IE7*/
	font-weight:normal;
	line-height: 12px;
	text-align: left;
	padding: 0px;
	float: right;
	clear: right;
	display: block;
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #666666;
}
h2,h3,h4,h5,h6 {
	font-size:85%;
	font-weight:normal;
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
}

th,td,form{
margin:0;
padding:0;
}
table{
margin:0;
}
p {
	margin:0 0 1em 0;
}
.p1 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	list-style-type:none;
}

img {
	border:0;
}
em {
	font-style: normal;
}

hr {
	display:none;
}
.clear {
	clear:both;
}
.Layer {
	height: 15px;
	width: 39px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 4px;
	left: 218px;
}
/*
---パンくず----*/

#topicPath {
	padding: 0px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a.topicPath:link {
	color: #666666;

}
a.topicPath:visited {
	color: #666666;
	text-decoration: underline;

}
a.topicPath:hover {
	color: #DA1217;

}
a.topicPath:active {
	color: #DA1217;

}
/*
---------------デフォルトリンク-------------------------- */
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/*
-----page（一番外のdiv）-----*/

#page {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
}
/*
-----field（コンテンツエリア）-----*/
#field {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	background-color: #CCCCCC;
	width: 880px;
}
/*
-----ヘッダー-----*/
#header {
	height: 50px;
	background-color: #FF9900;
}
#contents {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#Box1 {
	background-color: #FFFFFF;
}


/*
-----左側コンテンツ-----*/
#leftBox {
	width: 440px;
	float: left;
	background-color: #FFFF99;
}
/*
-----右側コンテンツ-----*/
#rightBox {
	width: 440px;
	float: right;
	background-color: #FFCC99;
}

/*
--フッター--*/
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000033;
	display:block;
	text-align: center;
	height: 80px;
	background-color: #FF9900;
	padding: 0px;
	margin: 0px;
}
.footerTxt {
	font-size: 80%;
	padding-top: 5px;
	float: left;
	font-weight: normal;
	color: #666666;
	line-height: 25px;
}

#footer img {
	float: left;
	padding-top: 40px;
	height: 40px;
	width: 500px;
}
#footer ul {
	margin-top: 5px;
	font-weight: normal;
}
#footer li {
	display: inline;
	list-style-type: none;
	color: #746954;
}

a.foot:link {
	color: #746954;

}
a.foot:visited {
	color: #746954;

}
a.foot:hover {
	color: #FF6600;

}
a.foot:active {
	color: #FF6600;

}
