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

/**********************************************************
　Setting - 初期化
***********************************************************/
/* Reset CSS (v1.0 | 20080212) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset CSS */

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
}
img{
	vertical-align: bottom;
}



/**********************************************************
　Link - リンク
***********************************************************/
a{
	color: #390;
}
a:hover{
	color: #F90;
}



/**********************************************************
　Layout - レイアウト
***********************************************************/
body{
	height: 100%;
	font-size: small;
	background: #FDD900 url(../img/bg.png) repeat-x;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, Arial, Helvetica, sans-serif;
	line-height: 145%;
}

#container{
	width: 900px;
	margin: 0 auto;
}
#contents{
	padding: 10px 20px 0;
	background-color: #000;
	overflow: hidden;
	_zoom: 1;
}
	


/**********************************************************
　左カラム
***********************************************************/
#left{
	float: left;
	width: 220px;
}

#left h2{
	margin: 2px 4px 4px;
	padding: 2px 0;
	color: #000;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px dotted #393;
}


/*コーナー*/
.cornerMenu li{
	margin-bottom: 3px;
	padding: 1px;
	font-size: 120%;
	border: 2px solid #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.cornerMenu li a{
	display: block;
	padding: 6px 10px;
	background-color: #6C3;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.cornerMenu li a:hover{
	background-color: #F90;
	color: #000;
}


/*メール*/
.email{
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 1px;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.email img{
	margin-right: 5px;
	vertical-align: middle;
}
.email a,
.email a:hover{
	display: block;
	padding: 8px;
	background-color: #F39;
	color: #000;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.email a:hover{
	background-color: #F90;
}


/*最新の記事*/
.newEntry{
	margin-top: 15px;
}


/*最新の記事*/
/*月別アーカイブ*/
.newEntry{
	margin-top: 15px;
}

.newEntry,
.monthArchive{
	margin-bottom: 15px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.newEntry li,
.monthArchive li{
	margin: 0 5px;
	padding: 1px 5px;
}
.newEntry a,
.monthArchive a{
	color: #000;
	text-decoration: none;
}
.newEntry a:hover,
.monthArchive a:hover{
	color: #C00;
}

/*最新の記事*/
.newDate{
	font-size: 90%;
}



/*カレンダー*/
#calendar{
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#calendar h2{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	border: none;
}
#calendar h2 a{
	color: #F90;
	text-decoration: none;
}
#calendar h2 a:hover{
	color: #FC6;
}

.calendar{
	margin: 5px 0 0;
	text-align: center;
}
.calendarhead{
	margin-top: 10px;
	letter-spacing: 0.2em;
}
.calendar table{
	width: 205px;
}
.calendar th{
	padding: 2px 0;
	font-weight: normal;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.calendar td{
	padding: 2px;
	text-align: center;
	line-height: 120%;
}
.calendar a{
	display: block;
	background-color: #FC6;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.calendar a:hover{
	background-color: #F90;
	color: #FFF;
}
.today{
	display: block;
	border: 1px solid #FEEC1C;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
	color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
	color: #0000ff;
}
.calendar a:hover,
.saturday a:hover,
.holiday a:hover{
	color: #FFF;
}



/**********************************************************
　右カラム
***********************************************************/
#right{
	float: right;
}



/**********************************************************
　フッター
***********************************************************/
#footer{
	clear: both;
	width: 900px;
	height: 40px;
	padding-top: 45px;
	background: url(../img/bg_footer.png) no-repeat;
}
.copyright{
	color: #000;
	font-style: normal;
	text-align: center;
}
.copyright img{
	margin-left: 5px;
}


/**********************************************************
　エントリー
***********************************************************/
.entry{
	width: 610px;
	margin-bottom: 20px;
	background: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.entryHeader{
	padding: 15px;
	background: url(../img/bg_entryheader.png) no-repeat bottom;
	overflow: hidden;
	_zoom: 1;
}
.entryHeader img{
	float: left;
	margin-right: 15px;
}
.entryDate{
	color: #666;
}
.entryHeader h2{
	margin-bottom: 10px;
	padding: 8px 85px 3px 0;
	font-size: 140%;
	font-weight: bold;
	line-height: 130%;
}
.entryBody{
	width: 580px;
	margin-top: 1px;
	padding: 5px 15px 15px;
}
.entryBody p{
	margin: 1em 15px;
}

.up{
	margin-top: 15px;
	text-align: right;
}



/**********************************************************
　用語辞典
***********************************************************/
#tokipedia{
	width: 610px;
	padding: 10px 0;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#tokipedia h2{
	margin: 0 10px;
	margin-bottom: 5px;
	background-color: #000;
}
#tokipedia p{
	padding: 5px 15px;
}

#tokipedia ul{
	margin: 20px 10px;
	overflow: hidden;
	_zoom: 1;
}
#tokipedia li{
	float: left;
	width: 56px;
	margin: 1px;
	text-align: center;
}
#tokipedia li a{
	display: block;
	padding: 2px 0;
	background-color: #AFF;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#tokipedia li a:hover{
	background-color: #3CF;
	color: #FFF;
}

#tokipedia h3{
	margin: 0 10px;
	padding: 3px 10px;
	background-color: #3CF;
	color: #FFF;
	font-size: 125%;
	font-weight: bold;
}
#tokipedia dt,
#tokipedia dd{
	clear: both;
	margin: 0 10px;
	padding: 1px 5px;
	overflow: hidden;
	_zoom: 1;
}
#tokipedia dt{
	padding-top: 8px;
	font-size: 110%;
	font-weight: bold;
}
#tokipedia dd{
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCC;
}

#tokipedia .up{
	margin: 5px 15px 30px;
}
#tokipedia .up a{
	color: #3CF;
}
#tokipedia .up a:hover{
	color: #AFF;
}
