@charset "UTF-8";

/* reset */
html {
	color:#000;
	background:#fffede;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

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;
}

li {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input, textarea, select {
*font-size:100%;
}

legend {
	color:#000;
}

del, ins {
	text-decoration:none;
}

/**/


/* common */
body {
	margin:0;
	padding: 0;
	text-align: left;
	font-size:1em;
	line-height:1em;
	background:#fffede;
}

strong {
	font-weight:bold;
}

a:link {
	color: #ff89c7;
	text-decoration: underline;
}

a:visited {
	color: #ff89c7;
	text-decoration: underline;
}

a:active {
	color: #ff89c7;
	text-decoration: none;
}

a:hover {
	color: #ff89c7;
	text-decoration: none;
}

/* フォント */
.highl {
	color:#2FA0D1;
}

.small {
	font-size:0.8em;
}

.large {
	font-size:1.2em;
}

/**/
#container {
	position: relative;
	width:950px;
	margin: 0 auto;
	padding:0 0 25px;
	background: #ff2798 url(../img/contents_bg_b.gif) no-repeat bottom left;
}

#contents {
	margin: 0 auto;
	padding: 27px 0 0;
	background: #ff2798 url(../img/contents_bg_t.jpg) no-repeat top left;
}

#main {
	float: right;
	width: 590px;
	padding: 0 20px 0 0;
}

#footer {
	clear: both;
	position: relative;
	width:950px;
	text-align:center;
	line-height:1.5em;
	font-size:0.8em;
	margin: 0 auto;
	padding: 20px 0 20px;
}

address {
	font-family: Arial, Helvetica, sans-serif;	
}

#footer a:link {
	color: #000000;
	text-decoration: underline;
}

#footer a:visited {
	color: #000000;
	text-decoration: underline;
}

#footer a:active {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

/* ツールバー */
iframe {
	background:#000;
}

/* ヘッダー */

#header {
	width: 950px;
	height: 346px;
	margin: 0 auto;
	background: url(../img/header_bg.jpg) no-repeat top right;
}

#header img {
	display: block;	
}

h1 {
	padding: 10px 0 3px;
}

#mail {
	margin: 0 0 8px 32px;	
}

#time {
	margin: 0 0 0 100px;	
}



/* サイド */
#sub {
	float:left;
	width:280px;
	color:#FFFFFF;
	font-size:0.8em;
	line-height:1.5em;
	padding: 0 20px;
}

.sideBox {
	margin: 0 0 30px;
	padding: 0 0 15px;
	background: #000 url(../img/side_box_b.gif) no-repeat bottom left;
}

.sideBox h3 {
	font-weight: bold;
	margin: 10px 17px 5px;
}

.sideBox div.sideBoxIn {
	margin: 0 17px;
}

.bn {
	text-align: center;
	margin: 10px 0 25px;
}

#linkNavi {
	margin: 25px 0 40px 25px;	
}

#linkNavi li {
	margin: 0 0 6px;	
}

#linkNavi img {
	vertical-align: bottom;
}


/* インフォメーション記事 */
#h2Info {
	position: relative;
	margin: 0 0 2px;
}

#h2Info a {
	position: absolute;
	bottom: 0;
	right: 0;
}

.entryBox {
	padding:15px;
	margin-bottom:10px;
	background:#FFFFFF;
}

.entryListBox {
	padding:10px 20px;
	background:#FFF;
}

.articleTitle {
	font-size:0.85em;
	line-height:1.5em;
	font-weight:bold;
	padding: 10px 35px;
	margin: 0 0 15px;
	background: url(../img/entry_ttl_bg.gif) no-repeat left center;
}

.articleTitle h3 {
	font-weight:bold;
}

.date {
	font-size: 0.85em;
	padding: 10px 5px 0;
	border-top: 1px solid #000;
}

.date p {
	float: right;	
}

/* 記事本文 */
.articleBody {
	line-height:1.5em;
	font-size:0.85em;
	margin: 0 5px 20px;
}

.articleBody img {
}


/* 前後記事リンク */
#footNavi {
	color: #FFFFFF;
	font-size: 0.8em;
	line-height:1.4em;
	padding: 5px 7px 4px;
	background: #000;
	border-bottom: 2px solid #FFF;
}

#footNavi a:link, #footNavi a:visited, #footNavi a:active, #footNavi a:hover {
	color: #FFF;
	text-decoration: none;
}
#footNavi a:hover {
	color: #FFF;
	text-decoration: underline;
}

li.prevLink {
	float:left;
	width:85px;
}

li.nextLink {
	float:right;
	width:85px;
	text-align: right;
}

/* アーカイブ */

#archiveBox {
	font-size: 0.8em;
	line-height:1.4em;
	margin: 0;
	padding:15px 15px 5px;
	background: #FFFFFF;
}

#archiveBox a {
	float: left;
	width: 400px;	
}

#archiveBox a:link, #archiveBox a:visited, #archiveBox a:active, #archiveBox a:hover {
	color: #ff2798;
}

#archiveBox span {
	float: right;
	width: 120px;
	text-align: right;
}

#archiveBox ul {	
}

#archiveBox li {
	clear: both;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #CCC;
}

/* 共通 */

#gotoTop {
	clear: both;
	padding: 60px 0 0;
}
#gotoTop a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* SNS */
.sns {
	float: left;
	width: 250px;
}

.sns div {
	float:left;
}

.sns div#twitterBtn {
	/*width: 120px;*/
}

.sns div#facebookBtn {
	width: 110px;
}

.sns iframe {
	background: transparent;
}



/*
　その他
-------------------------------------- */

/* clearFix */
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:block;
	overflow:hidden;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

/* End hides from IE-mac \*/

.clear {
	clear: both;
}

.mgB10 {
	margin-bottom: 10px;
}

.mgB20 {
	margin-bottom: 20px;
}
​
