﻿/* ------- ■全体設定------- */
* {
	margin: 0;
	padding: 0;
}

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;
	font-size: 12px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

input, textarea {
	border: 1px solid #666;
	font-size: 12px;
}

.btn {
	background-color:#9badc1;
	color:#fff
}

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


/* ------- ■リンクの色 ------- */
a:link 		{color: #708090; text-decoration: underline;}
a:visited 	{color: #708090; text-decoration: underline;}
a:hover 	{color: #999; text-decoration: none;}


/* ------- ■全体のくくり------- */
#all {
	width: 780px;
	PADDING: 0px;
	margin: 0px;
	MARGIN-LEFT: 10px;
	background-color: #fff;
}


/* ------- ■タイトル部分 ------- */

h1 {
	font-size: 18px;
}

h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
	color: #4682B4;
	font-weight: bold;
	letter-spacing : 1px;
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	padding: 3px 3px 3px 0px;
	border-bottom: 1px solid #ccc;
	clear: both;
	width: 510px;
	margin: 0px 0px 15px 10px;
	background-color: #fff;
	text-align: left;
}
.comment {
	font-size: 12px;
	line-height: 150%;
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	margin: 10px 0px 10px 30px;
	clear: both;
	width: 510px;
	background-color: #fff;
	text-align: left;
}
.site_title {
	background-color: #d7e2ef;
	width: 780px;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
	clear: both;
	text-align: left;
}

.site_title_description {
	color: #f9f9f9;
	margin: 5px 0px 0px 10px;
	background-color: #d7e2ef;
	width: 780px;
	margin:0px 0px 20px 0px;
	padding: 0px 0px 10px 20px;
	border-bottom: 1px solid #666;
	clear: both;
	text-align: left;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
	color: #7289a3;
	text-decoration: none;
}

strong {
	color: #1c6c59;
}

/* ------- ■メニュー部分 ------- */
#side {
	float: right;
	OVERFLOW: hidden;
	width: 200px;
}

/* ------- ■記事カラム部分 ------- */
#main {
	float: left;
	OVERFLOW: hidden;
	width:540px;
}

/* ------- ■記事の枠部分 ------- */
blockquote {
	font-size: 11px;
	color: #333333;
	padding: 7px;
	margin: 5px 20px 5px 10px;
	border: 1px dotted #ccc;
}

/* 記事内の画像 */

/* ------- ■メニューの小分け部分 ------- */
.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: 1px solid #666;
	padding: 4px 0px 2px 0px;
}

.linktext {
	font-family: "Verdana", "ＭＳ ゴシック", "Osaka";
	font-size: 12px;
	color: #333;
	line-height: 150%;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 10px 10px 10px;
}

.linktext ul {
	color: #666;
	list-style-type: square;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

/* ------- ■ページトップ ------- */
.pagetop {
	color: #333;
	font-size: 11px;
	text-align: right;
	margin: 0px 0px 20px 0px;
}

/* ------- ■検索ボックス ------- */
.search {
	font-size: 12px;
}

.search input {
	border: 1px solid #666;
}

/* ------- ■フッダー部分 ------- */
#footer {
	clear: both;
	width: 780px;
	font-size: 10px;
	text-align: center;
	letter-spacing : 1px;
	border-top: 1px solid #ccc;
	padding: 5px 0px 5px 0px;
}

