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

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
     margin: 0;
     padding: 0;
	 color: #333;
	 font-size: 12px;
	 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 line-height: 1.4;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}

a img {
	border: 0;
}

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#all_layout {
	width: 1000px;
	margin: 10px auto;
}

.buchinuki {
	margin: 0 auto 10px;
}


/***** サイドナビCSS *******************************************/

#sidenavi {
	width: 240px;
	float: left;
}

/***** メインCSS **********************************************/

#main {
	width: 740px;
	float: right;
}



/***** メイン部分のfloat解除CSS *********************************/

#contents_box:before,#contents_box:after {
	content:"";
	display:table;
}
#contents_box:after {
	clear:both;
}
#contents_box {
	zoom:1;
}

/***** フッターCSS *********************************/

