/* ------- 全体の設定------- */
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 {
	background-image: url(../skin/images/bg.gif);
	color: black;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

input, textarea {
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	border: 1px solid #666;
	font-size: 12px;
}



form {padding: 0px; margin: 0px;}

blockquote {
	font-size: 12px;
	color: #333333;
	padding: 8px;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

h1 {font-size: 20px;}
h2 {font-size: 12px; font-weight: normal;}

/* ------- 画像部分 ------- */
.pict {
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}


/* ------- リンクの色 ------- */
a:link 		{color: #333333; text-decoration: underline;}
a:visited 	{color: #333333; text-decoration: underline;}
a:hover 	{
	color: #FF6699;
	text-decoration: underline;
}


/* ------- 全体の指定------- */
#inbox {
	PADDING: 0px; 
	margin: 0px;
	MARGIN-LEFT: auto; 
	MARGIN-RIGHT: auto; 
	background-color: #fff;
	width: 950px;
}

/* ------- タイトル部分 ------- */
#banner {
	width: 950px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#banner_l {
	width:950px;
	margin: 0px;
	text-align: left;
	height: 88px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../skin/images/header.gif);
	background-repeat:no-repeat;

}

.site_title {
	color:#FFBA18;
	font-size:18px;
	margin-bottom:0px;
	padding: 10px 0px 0px 10px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
	color: #FFBA18;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
}

.description {
	color: #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-right: 10px;
	font-weight: normal;
}


/* ------- 左メニュー部分 ------- */
#sideleft {
	float: left;
	OVERFLOW: hidden;
	width: 220px;
	background-color: #eeeeee;
}

/* ------- 右メニュー部分 ------- */
#sideright {
	float: right;
	OVERFLOW: hidden;
	width: 170px;
	background-color: #fff;
}

/* ------- メイン部分 ------- */
#main {
	float: left;
	OVERFLOW: hidden;
	width: 550px;
	text-align: center;
	background-color: #fff;
}

/* ------- エントリー部分 ------- */
.entryBodyset {
	width: 540px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
}

.entry_title {
	clear:both;
	color:#FF9900;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	letter-spacing : 1px;
	width:540px;
	margin-bottom:0px;
	background-image: url(../skin/images/title.gif);
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-repeat: no-repeat;
}

.entryBodysetL {
	float:left;
	font-size:1px; 
	height:7px;
	width:7px;
}

.entryBodysetM {
	float:left;
	font-size:1px;
	height:7px;
	width:400px;
	border-top-style: none;
}

.entryBodysetR {
	float:left;
	font-size:1px; 
	height:7px;
	width:7px;
}

.entry_body {
	clear: both;
	float: none;
	width:544px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.entry_text {
	font-size:12px;
	text-align: left;
	line-height: 150%;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
}

.entry_state {
	clear:both;
	color:#669933;
	font-size:12px;
	text-align:center;
	padding: 0px;
	margin-top:10px;
}

.entry_state a, .entry_state a:link, .entry_state a:visited, .entry_state a:active {color: #669933; text-decoration: none;}
.entry_state a:hover {color: #ff9900; text-decoration: underline;}


.entry_date {
	clear: both;
	font-size:11px;
	color:#aaa;
	text-align:right;
	font-weight:bold;
	width:540px;
	padding-right: 10px;
	margin:0px;
}
.entry_date a, .entry_date a:link, .entry_date a:visited, .entry_date a:active {color: #aaa; text-decoration: none;}
.entry_date a:hover {color: #ff9900; text-decoration: underline;}


.entryBodysetDL {
	float:left;
	font-size:1px; 
	height:7px;
	width:7px;
}

.entryBodysetDM {
	float:left;
	font-size:1px;
	height:7px;
	width:400px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: 0;
}

.entryBodysetDR {
	float:left;
	font-size:1px; 
	height:7px;
	width:7px;
}

/* ------- サイドメニューの中身 ------- */
.sidetop {
	margin: 10px 0px 0px 0px;
}

.sideSet {
	width: 220px;
	margin: 0px 5px 20px 5px;
	text-align: left;
	background-color: #eeeeee;
}

.linktitle {
	background-image: url(../skin/images/menu.gif);
	background-repeat: no-repeat;
	height:38px;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	font-size: 10px;
	color: #666666;
	text-align: left;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
}

.linktext {
	font-size: 12px;
	color: #333;
	letter-spacing : 1px;
	line-height: 150%;
	background-color: #eeeeee;
	padding: 4px 2px 5px 2px;
}
.linktext a, .linktext a:link, .linktext a:visited, .linktext a:active {
	text-decoration: none;
}

.linktext ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background-color: #eeeeee;
}

.linktext ul {
	background-image: url(../skin/images/allow.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/* ------- ページ移動リンク ------- */
#pagearea {
	float:right;
	background-color: #fff;
	margin:10px 0px 0px 0px;
}

/* ------- ページトップ ------- */
.pagetop {
	margin:10px 0px 10px 0px;
}

/* ------- 検索ボックス ------- */
#searcharea  {
	padding: 10px 10px 0px 0px;
	text-align: right;
}

.search {
	color: #333;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.search input {
	color: #555;
	background-color: #fff;
	border: 1px solid #999;
	position:relative; 
}

/* ------- カレンダー部分 ------- */
.calendar {
	padding: 2px 0px 2px 0px;
	font-size: 10px;
	color: #333;
	letter-spacing : 1px;
	line-height: 120%;
	vertical-align: middle;
}

.cell {
	color: black;
	font-size: 10px;
	font-family: Verdana;
	margin: 0px;
	width: 15px;
	height: 15px
}

.cell_today {
	color: #6699CC;
	font-size: 10px;
	font-family: Verdana;
	border: 1px solid #6699CC;
	font-weight: bold;
	margin: 0px;
	width: 15px;
	height: 15px
}

.cell_sunday {
	color: #c00;
	font-size: 10px;
	font-family: Verdana;
	margin: 0px;
	width: 15px;
	height: 15px
}

.cell_saturday {
	color: #000066;
	font-size: 10px;
	font-family: Verdana;
	margin: 0px;
	width: 15px;
	height: 15px
}

/* ------- フッター部分 ------- */
#footer {
	background-color: #fff;
	width: 950px;
	margin: 0px;
	background-image: url(../skin/images/copyrights.gif);
	height: 27px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
