@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	zoom:1;
}
.attention {
	color: #ff5044;
}

body {
	background: #fff;
	color: #555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

/* ~~ エレメント ~~ */
.center {
	text-align: center;
}
.right {
	width: 800px;
	display: block;
	text-align: right;
}
.left {
	width: 800px;
	display: block;
	text-align: left;
}


a img, a:visited img {

	border: none;
	display: block;

}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a:link, a:visited {
	color: #42413C;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#c8ba8d;
	text-decoration:none;
}
/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 960px;
	margin: 0 auto;
}
.containerbox {
	width: 800px;
	margin: 0 auto;
}
.header {
}
.root {
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
}
.header .topmenu {
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c3b586;
	border-bottom-color: #c3b586;
	border-left-color: #c3b586;
}

/* ~~  ~~ */
.content {
	width: 750px;
	padding-bottom: 10px;
	float: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.content h3 {
	font-size: 16px;
	padding-bottom: 10px;
}

/* ~~ フッター ~~ */
.footer {
	padding-top: 20px;
	background-image: url(../img/design/wp_footer_line.gif);
	background-repeat: repeat-x;
	background-position: top;
}