@charset "utf-8";
/* CSS Document */

/************************/
/**  リセット           */
/************************/
* {
    margin: 0;
    padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
	color: #444;
	text-align: left;
	margin:0;
	padding:0;/*line-height:1.5em;*/
    font-size: 14px;
}
body { min-width: 1015px; }
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {letter-spacing: 0.1em;}
q:before, q:after { content:''; }
abbr, acronym { border:0; }
p {
	margin:0.5em 0 0 0;
	line-height: 22px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/************************/
/**  ヘッダー           */
/************************/
#header {
	height:87px;
	width: 100%;
	border-bottom:2px solid #172A88;
}
#header .headInner {
	width:1000px;
	margin: 0 auto;
	position:relative;
}
#header .headInner #headerLogo {
	padding-top: 13px;
}
#header .headRead {
    font-size: 14px;
    left: 215px;
    letter-spacing: 0;
    position: absolute;
    top: 45px;
}


/************************/
/**  メインエリア       */
/************************/

/* 共通 */
#wrap {
	width:1000px;
	margin:0 auto;
}
#wrap .inner {
    margin: -20px auto 0;
    width: 943px;
}
.topImg {
	margin-bottom:50px;
}
.mainContents .mainArea,
.mainContents .sideArea {
	float:left;
}
.mainContents .mainArea {
	width:660px;
	margin-right:60px;
	/* border-top:5px solid #E65413; */
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.contentsInner {
    padding: 10px 5px 10px 10px;
}
ul li.leftBox,
ul li.rightBox {
	float:left;
}
ul li.leftBox {
	margin-right:12px;
}
ul li.rightBox {
	width:318px;
}
ul li.rightBox p,
ul li.rightBox h4 {
    line-height: 1.4em;
	margin-top: 0;
}
.conTitle {
	color:#8B5335;
	font-size:18px;
	margin-bottom: 10px;
}
.conRead {
    font-size: 12px;
	margin-bottom: 40px;
	width:300px;
}
.commodity {
	font-size:16px;
	font-weight:bolder;
	letter-spacing: 0.05em;
}
.price {
	font-size:15px;
	margin-bottom: 10px;
}
.spec {
	font-size:9px;
}
.icon{
	float: right;
	margin: 10px;
}
.cTopBg {
	background:url(image/orange_borderTop.gif) no-repeat 0 0;
	width:660px;
	height:15px;
}
.cTopBg.brown {
	background:url(image/brown_borderTop.gif) no-repeat 0 0;
}
.contentsInner {
	background:url(image/orange_borderCenter.gif) repeat-y 0 0;
}
.contentsInner.brown {
	background:url(image/brown_borderCenter.gif) repeat-y 0 0;
}
.cBottomBg {
	background:url(image/orange_borderFoot.gif) no-repeat 0 0;
	width:660px;
	height:15px;
}
.cBottomBg.brown {
	background:url(image/brown_borderFoot.gif) no-repeat 0 0;
}
.contents01 ul,
.contents02 ul,
.contents03 ul {
	height:100%;
}

/* トップエリア */
.topRead {
	margin: 5px 0 50px;
}
.topRead p:first-child {
	margin-bottom: 20px;
}
.main_photo{
	margin-left:-28px;
	margin-top:58px;
	margin-bottom:20px;
}
/* 紹介エリア */
.midashi{
	margin-left:-3px;
	margin-bottom:5px;
}


.introduction .subTitle {
	color:#036EB8;
	font-size:21px;
    margin-bottom: 10px;
}
.introduction .subTitle.brown {
	color:#693805;
}
.introduction ul li {
	float:left;
}
.introduction ul li:first-child {
    margin-right: 18px;
    width: 300px;
}
.introduction ul li img {
    padding-top: 12px;
}

/* コンテンツエリア01 */
.contents01 {
    margin: 30px 0;
    width: 660px;
}

/* コンテンツエリア02 */
.contents02 {
    margin: 0 0 50px;
    width: 660px;
}

/* コンテンツエリア03 */
.contents03 {
    margin: 30px 0 50px;
    width: 660px;
}

.topback {
	text-align:right;
	margin: 0 0 50px;
}
.topback a {
	color:#00B3CC;
	text-decoration:none;
}
.topback a:visited {
	color:#00B3CC;
}


/************************/
/**  サイドエリア       */
/************************/
.mainContents .sideArea {
	width:223px;
}
.mainContents .sideArea ul li {
	margin-bottom:10px;
}


/************************/
/**  ニュースページ       */
/************************/

/* ニュースページ 紹介エリア */

.news h2.midashi {
	font-size:24px;
	font-weight:bolder;
	margin-top:2em;
}

.news h3 {
	font-size:18px;
	font-weight:bolder;
	margin-top:2em;
	margin-bottom:1em;
}

.news .mainContents .sideArea ul li {
	margin-top:20px;
}


.news .introduction {
	margin:40px auto;
	clear:both;
}


.news .rightBox {
 float:right;
 width:50%;
}
.news .leftBox {
	float:left
}

.sideArea ul { margin-top:50px; }

/************************/
/**  フッター       */
/************************/
#footer {
	background:#172A88;
	height:210px;
}
#footer .footerInner {
	width:1000px;
	margin: 0 auto;
}
#footer .footerInner .tell_large {
    border-bottom: 3px solid;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding: 20px 0;
}
#footer .footerInner .tell_small {
	color:#fff;
	margin: 0 0 0;
}
#footer .footerInner .copyright {
	color:#fff;
	margin: 0 0 0;
	font-size:10px;
	line-height: 1em;
}