/*
Theme Name: 錦南商事
Author: SPS
*/

@import url(editor-style.css);

/* ==================== レイアウト ==================== */

body{
	margin: 0;
}


#container{
	width:100%;
	min-width:960px;
	overflow:hidden;
}


#header div,
#footer div,
#content{
	width:960px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#header{
	background: url("img/back.jpg") no-repeat scroll center center / cover transparent;
	height:460px;
}


#header div{
	padding:0 30px;
	width:900px;
}

#footer{
	border-top:#A0A0A0 solid 1px;
	padding:30px 0;
	color:#5A5A5A;
	font-size:10px;
}

#footer p span{
	font-size:16px;	
}

#content{
	padding:60px 30px 50px 30px;
	width:900px;
}

#content h1,
#content h2,
#content div p.h1_txt{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	font-size:23px;
	line-height:23px;
}

#content div p{
	line-height:28px;
}

#content h1{
	float:left;
	margin-bottom:12px;
}

#content div p.h1_txt{
	position:relative;
	float:left;
}

#content h2{
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:#A0A0A0 solid 3px;
}

#content div.left,
#content div.right{
	width:400px;
	margin-top:60px;
}

#content div.left{
	float:left;
}

#content div.right{
	float:right;
}

#content div a{
	position:relative;
	display:block;
	width:215px;
	height:104px;
	border:#787878 solid 1px;
	text-align:center;
}

#content div a:hover{
	border-width:3px;
	width:211px;
	height:100px;
}

#content div a img{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#content div.right a{
	background-color:#00A3FF;
}

#content div p.txt{
	height:120px;
}

