/*---------------------------------------------------------------------------
>>ネクサスデザイントップページ　body
---------------------------------------------------------------------------*/
/* 初期化CSS */
body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
table,th,td,
address,p,
hr,br,span,a,img
{
	margin : 0;
	padding : 0;
}

body {
	/* background-color: #FCD605; */
	background: url(../img/parts/bg.gif) repeat left top;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	line-height: 1.0;
	color: #333333;
}
img {
	border : none;
}
a:link {
	text-decoration: none;
	color: #294FFF;
}
a:visited {
	color: #294FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #294FFF;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

/*---------------------------------------------------------------------------
>>ヘッダー
---------------------------------------------------------------------------*/
#header {
		width: 100%;
}



/*---------------------------------------------------------------------------
>>メイン
---------------------------------------------------------------------------*/
#content {
	padding: 50px 23px 0px 23px;
}

.sec {
	width: 854px;
	margin-bottom: 2em;
	line-height: 1.6;
	/* font-size: 0.875em; */
	font-size: 1em;
}
.konkatsu, .konkatsu_mini,.konkatsu_mini_right{
	display: block;
	border: 1px solid #CCCCCC;
	background-color: #FCC6C5;
	padding: 1px;

}

.konkatsu_mini{
	width:540px;
}
.konkatsu_mini_right{
	margin-left:320px;
	width:540px;
}

.att{
	color:#FE6666;
	border:1px dotted #FE6666;
}
/*---------------------------------------------------------------------------
>>フッター
---------------------------------------------------------------------------*/
#footer-box {
	width: 900px;
	margin: 0 auto;
}
#footer {
	padding: 10px 0;
	/*background-color: #FCD605;*/
	font-size: 0.75em;
}
#footer p {
	float: left;
	/* color: #FFFFFF; */
}
#footer span {
	float: right;
	/* color: #FFFFFF; */
}



#page-top {
	position: fixed;
	top: 50%;
	right: 0px;
}
#page-top a {
	display: block;
	width: 94px;
	height: 94px;
	background: url(../img/parts/page_top.png) no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#page-top a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}



/*---------------------------------------------------------------------------
>>汎用
---------------------------------------------------------------------------*/
.clearfix:after {
	content : url(../img/parts/space.gif);
	display : block;
	clear : both;
	height : 0;
	overflow : hidden;
}
.clear-width {
	width: 100%;
}

.img-left {
	float: left;
	display: inline-block;
	margin: 0 20px 10px 0;
}
.img-right {
	float: right;
	display: inline-block;
	margin: 0 0 10px 20px;
}
.img-center {
	/* width: 100%; */
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.img-type1 {
}
.img-center img {
	margin: 0 auto;
}


.img-left,
.img-right,
.img-center {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 1px;
}
.img-type1 {
	display: inline-block;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

.center { text-align: center; }
.left   { text-align: left; }
.right  { text-align: right; }
