@charset "UTF-8";
/* Basic Layout */
html,
body {
	height:100%;
}


body {
	background-color:#fff;
}

#wrapper {
	height:auto;
	min-height:100%;
	position:relative;
}


/* 共通 */
.inside {
	width:1020px;
	margin:0 auto;
}

.full {
	width:100%;
}

/* ヘッダー部 */
header {
	padding:0;
	text-align:left;
	padding-bottom: 1em;
	border-bottom:1px solid #dcdcdc;
}

header h1 {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:28px;
}

#headline {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:26px;
}

#blog_subject {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:26px;
}




/* ナビゲーション */
nav#gnav {
	padding:0;
	text-align:left;
	background-color:#f6f5f6;
	border:0px solid #F0F0F0;
}

/* パンくず */
nav#crumb {
	padding:12px 38px 0 0;
	background:#FFF;
	text-align:left;
	font-size:11px;
}

nav#crumb li {
	list-style:none;
	display:inline;
	padding-left:1ex;
}


/* コンテナー */
article {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 40px 0;
	border:0px solid #000;
}

#container {
	clear:both;
	border:0px solid #FC5254;
}


/* プライマリー */

#primary {
	clear:none;
	float:left;
	width:680px;
	text-align:left;
	border:0px solid #000;
}

/* セカンダリー */
#secondary {
	clear:none;
	float:right;
	width:300px;
	text-align:left;
	border:0px solid #000;
}

/* トップに戻る */
#linktop {
	clear:both;
	padding-top:10px;
}

#linktop a {
	display:block;
	overflow:hidden;
	width:89px;
	height:0 !important;
	height /**/: 14px;
	padding-top:14px;
	margin-left:760px;
	background:url(../img/share/btn_link_top.gif) no-repeat;
}
#linktop a:hover {
	background:url(../img/share/btn_link_top.gif) no-repeat 0 -14px;
}

#bg {
	background-color:#fff;
	padding:0 0 2em 0;
}
/* フッタ部 */
footer {
	clear:both;
	position:absolute;
	bottom:0;
	width:100%;
	height:2em;
	padding:0;
	text-align:center;
	background-color:#fff;
	border-top:1px solid #dcdcdc;
}

/* フッタリンク */
footer #flinks {
	padding-top:20px;
}

footer small {
	text-align:center;
	font-style:normal;
	font-size:11px;
	margin-top:10px;
}

/* 共通レイアウト */

/* 2段組 */
.box2 {
	width:100%;
}
.box2 .box {
	clear:none;
	float:left;
	width:48%;
}
.box2 .box:first-child {
	float:left;
}
.box2 .box:last-child {
	float:right;
}

/* 3段組 */
.box3 {
	width:100%;
}

.box3 .box {
	clear:none;
	width:30.00%;
	float:left;
	margin-right:5.00%;
}
.box3 .box:last-child {
	margin-right:0; 
}





