@charset "UTF-8";
/* 全体の設定 */
body {
	font-family:Arial, Tahoma, "Trebuchet MS", Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 10px;
}
/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
	background-color: #ffffff;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
.to {
	text-align: right;
	margin-top: 3px;
	margin-bottom: 10px;
	clear: both;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}
/* クロスブラウザ */
h1,h2,h3,h4,p {
	margin: 0px;
	padding: 0px;
}
/* 全体の枠 */
#container {
	background-image: url(../img/bodybg.png);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 760px;
}

/* ヘッダー */
#header {
	color: #333333;
	background-color: #ffffff;
	background-image: url(../img/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
}
/* 見出し */

/* ブログの説明 */
.description {
	font-size: 75%;
	padding: 5px;
}
/* ヘッダーリンク */
#header a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* ヘッダーリンク色 */
#header a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* ヘッダーマウスオーバー時 */
#header a:link:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ヘッダークリック時 */
#header a:link:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ヘッダー訪問済み */
#header a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* ヘッダー訪問済みマウスオーバー */
#header a:visited:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ヘッダー訪問済みクリック時 */
#header a:visited:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* ロゴエリア */
#banner {
	width: 530px;
	float: left;
}
/* 上部ナビゲーションバー */
#navi{
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 160%;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	width: 740px;
}
#navi ul {
	margin: 0;
	padding: 0;
}
#navi ul li {
	white-space:nowrap;
	display: inline;
}
/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #A8C6E0;
	border-right: 1px solid #A8C6E0;
	border-left: 1px solid #A8C6E0;
	border-bottom: 1px solid #A8C6E0;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #333333;
	background-color: #EEEEEE;
	background-position: left center;
	background-repeat: no-repeat;
}
/* イメージ画像エリア */
#image {
	background-image: url(../img/conte_top1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	margin-left: 5px;
	padding-left: 0px;
	margin-right: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 100px;
	clear: both;
}
#wrapper {
	width: 740px;
	float: left;
}


/* コンテンツ枠 */
#content {
	width: 740px;
	float: right;
}

/* メインエリア */
#main {
	font-size: 80%;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-top: 0;
	padding-left: 7px;
	margin-bottom: 0;
	width: 740px;
	float: right;
}

/* メインリンク設定 */
#main a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* メインリンク基本色 */
#main a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}
/* メインリンクマウスオーバー時 */
#main a:link:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンククリック時 */
#main a:link:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンク訪問済み */
#main a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}
/* メインリンク訪問済みマウスオーバー */
#main a:visited:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンク訪問済みクリック時 */
#main a:visited:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}

/*メイン余白  */
#main .pad {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 10px;
}
/* メイン日付 */
#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}
/* メイン見出し */
#main h1 {
	font-size: 170%;
	color: #333333;
	background-color: #ffffff;
	background-image: url(../img/conte_h1.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: -2px;
	margin-left: 8px;
	padding-top: 15px;
	padding-left: 220px;
	padding-bottom: 20px;
	clear: both;
}
#main h2 {
	font-size: 160%;
	color: #618491;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 50px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-left: 23px;
	clear: both;
}
/* メイン見出しh3 */
#main h3 {
	font-size: 100%;
	color: #404040;
	background-color: #ffffff;
	background-image: url(../img/conte_h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: -2px;
	margin-left: 8px;
	padding-top: 10px;
	padding-left: 23px;
	padding-bottom: 10px;
	clear: both;
}
/* メイン見出しh4 */
#main h4 {
	font-size: 160%;
	color: #618491;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 50px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-left: 23px;
	clear: both;
}
/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #333333;
	background-color: #ffffff;
	margin-top: -5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
}
/* 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-left: 40px;
	margin-right: 40px;
	height: 100px;/* ここを変更すれば高さが変わります */
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
#main dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
/* 順不同リスト（箇条書き）*/
#main li {
	margin-bottom: 5px;
	list-style-type: square;
}
/* メイン段落 */
#main p {
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 8px;
}
/* 画像左配置 */
#main .imageleft{
	padding-right: 10px;
	float: left;
}
/* 画像右配置 */
#main .imageright{
	padding-left: 10px;
	float: right;
}
.sign {
	margin-bottom: 10px;
}
.extended {
	display:block;
	float:right;
}

textarea {
	width:360px;
	font-size: 90%;
}
/* カテゴリー */
#categories{
	padding-bottom: 2px;
}
#sub_categories{
	padding-bottom: 2px;
}
#main_conte{
	padding-bottom: 2px;
}
#powered {
	font-size: 75%;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 20px;
	display: none;
}

/* 下部ナビゲーション */
#footernavi {
	font-size: 70%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
	padding: 0 .5em;
}

/* フッター */
#footer {
	color: #333333;
	background-color: #ffffff;
	background-image: url(../img/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	clear: both;
}
/* 文責 */
address {
	font-size: 70%;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	line-height: 100%;
	margin-bottom: 5px;
}
/* トップページ編集 */
.top1 {
	font-size: 110%;
	width:50%;
	padding:3px;
	margin-top: 5px;
	margin-bottom: 0px;
	float:left;
	background:#ffffff;
} 
.top2 {
	margin-left:12px;
	float:left;
	padding:3px;
	background:#ffffff;
}
.top3 {
	font-size: 85%;
	margin-top: 0px;
	margin-left: 20px;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
}
.top4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
.top5 {
	font-size: 120%;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.top6 {
	margin-left:25px;
	float:left;
	padding:1px;
	background:#ffffff;
}
/* 文章配置 */
.bun0 {
	font-size: 130%;
	margin-left: 100px;
	margin-right: 100px;
	padding: 1px;
	background: #ffffff;
}
.bun1 {
	font-size: 110%;
	margin-left: 50px;
	margin-right: 50px;
	padding: 1px;
	background: #ffffff;
}
.bun2 {
	margin-left: 180px;
	margin-right: 50px;
	padding: 1px;
	background: #ffffff;
}
.bun3 {
	margin-left: 100px;
	margin-right: 80px;
	padding: 1px;
	background: #ffffff;
}
.bun4 {
	font-size: 140%;
	margin-left: 100px;
	margin-right: 100px;
	padding: 1px;
	background: #ffffff;
}
.topimg {
	margin-top: 0px;
	margin-left: 180px;
	margin-right: 50px;
	margin-bottom: 15px;
	background: #ffffff;
}
.tema {
	font-size: 140%;
	line-height: 160%;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	background: #ffffff;
}
.faq1 {
	margin-left: 70px;
	margin-right: 80px;
	padding: 1px;
	background: #ffffff;
}
.faq2 {
	font-size: 120%;
	margin-left: 85px;
	margin-right: 80px;
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
	padding: 1px;
}
.faq3 {
	margin-left: 90px;
	margin-right: 80px;
	margin-bottom: 30px;
	padding: 1px;
	background: #ffffff;
}
.sougaku {
	font-size: 130%;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
	padding: 1px;
	background: #ffffff;
}
.syoname {
	font-size: 130%;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 0px;
	padding: 1px;
	color: #ff6600;
	background: #ffffff;
}
.madename {
	font-size: 100%;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 1px;
	background: #ffffff;
}
.panfu {
	padding:1px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	float:left;
	background:#ffffff;
}
.tenji {
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
}
