/* ------- ■全体設定------- */
HTML {
	scrollbar-3dlight-color:#F0F0E0;
	scrollbar-arrow-color:#666666;
	scrollbar-darkshadow-color:#F0F0E0;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#555555;
	scrollbar-shadow-color:#555555;
	scrollbar-track-color:#fff;
}

body {
	color: black;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

input, textarea {
	font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
	border: 1px solid #666;
	font-size: 12px;
}

.btn {
	background-color:#9badc1;
	color:#fff
}


form {
	padding: 0px;
	margin: 0px;
}

blockquote {
	font-size: 11px;
	color: #333333;
	padding: 7px;
	margin: 5px 5px 5px 5px;
	border-left: 3px solid #CCCCCC;
}

h1 {
	font-size: 18px;
	margin: 0px;
}

h2 {
	font-size: 13px;
	margin: 0px;
}

/* ------- ■画像部分 ------- */
.pict {
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
}

/* ------- ■リンクの色 ------- */
a:link 		{color: #708090; text-decoration: underline;}
a:visited 	{color: #708090; text-decoration: underline;}
a:hover 	{color: #999; text-decoration: none;}


/* ------- ■全体のくくり------- */
#inbox {
	PADDING: 0px; 
	margin: 0px;
	MARGIN-LEFT: auto; 
	MARGIN-RIGHT: auto; 
	width: 100%;
	background-color: #fff;
}

/* ------- ■タイトル部分 ------- */
#banner {
	background-color: #d7e2ef;
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #666;
	clear: both;
}

#banner_l {
	text-align: left;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 10px 20px;
}

.site_title {
	margin: 0px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
	color: #7289a3;
	text-decoration: none;
}

.description {
	color: #f9f9f9;
	margin: 5px 0px 0px 10px;
}

/* ------- ■右カラム部分 ------- */
#side {
	float: right;
	OVERFLOW: hidden;
	width: 28%;
	background-color: #fff;
}

/* ------- ■記事カラム部分 ------- */
#main {
	float: left;
	OVERFLOW: hidden;
	width:70%;
}

/* ------- ■記事の枠部分 ------- */
.entryBodyset {
	clear: both;
	width: 95%;
	margin: 0px 0px 15px 10px;
	background-color: #fff;
	text-align: left;
}

.entry_title {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	padding: 10px 0px 0px 10px;
}
.entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active {color:#666; text-decoration:none;}
.entry_title a:hover {color: #999; text-decoration: none;}


.entry_body {
	font-size: 12px;
	line-height: 150%;
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	margin: 15px 30px 15px 20px;
}

.entry_date {
	color: #4682B4;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	letter-spacing : 1px;
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	padding: 3px 3px 3px 15px;
	border-bottom: 1px solid #ccc;
}

.entry_author {
	color: #999999;
	font-size: 10px;
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	text-align: right;
	margin: 0px 30px 0px 0px
}

.entry_state {
	font-size: 12px;
	color: #999999;
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	margin: 10px 0px 30px 10px;
	text-align: left;
	clear: both;
}

/* ------- ■メニューの小分け部分 ------- */
.sideSet {
	width: 100%;
	margin: 0px 0px 20px 0px;
	text-align: left;
}

.linktitle {
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: center;
	border-bottom: 1px dotted #999;
	padding: 4px 0px 2px 5px;
}

.linktext {
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	font-size: 12px;
	color: #333;
	line-height: 150%;
	padding: 10px 10px 5px 10px;
}

.linktext ul {
	color: #666;
	list-style-type: square;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}


/* ------- ■ページ移動リンク ------- */
.pagearea {
	font-size: 12px;
	margin:20px 10px 10px 10px;
}
.pagearea a,
.pagearea a:link,
.pagearea a:visited,
.pagearea a:active,
.pagearea a:hover {
	text-decoration: none;
}

/* ------- ■ページトップ ------- */
.pagetop {
	color: #333;
	font-size: 11px;
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	text-align: right;
	margin: 0px 0px 20px 0px;
}

/* ------- ■検索ボックス ------- */
#searcharea  {
	text-align: left;
	margin: 60px 0px 20px 20px;
}

.search {
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	font-size: 12px;
}

.search input {
	border: 1px solid #666;
}

/* ------- ■カレンダー部分 ------- */
.calendar {
	padding: 4px 2px 5px 2px;
	font-size: 11px;
	color: #333;
	letter-spacing : 1px;
	line-height: 120%;
}

.cell {
	color: black;
	font-size: 10px;
	font-family: Verdana;
	margin: 0px;
	width: 25px;
	height: 20px
}

.cell_today {
	color: #4682B4;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	border: 1px dotted #7289a3;
	margin: 0px;
	width: 25px;
	height: 20px
}

.cell_sunday {
	color: #c00;
	font-size: 10px;
	font-family: Verdana;
	margin: 0px;
	width: 25px;
	height: 20px
}

.cell_saturday {
	color: #5982b2;
	font-size: 10px;
	font-family: Verdana;
	margin: 0px;
	width: 20px;
	height: 20px
}

/* ------- ■フッダー部分 ------- */
#footer {
	width: 100%;
	padding: 20px 0px 5px 0px;
}

.copyright {
	color: #666;
	font-size: 11px;
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	text-align:center;
}

