﻿@charset "utf-8";
/* スタンダードデザインver.1 */


/* 記事部分--------------------------------- */
.entry {
	width: 100%;
	width: 680px;
	margin: 15px auto 15px auto;
	padding: 0;
	line-height: 1.5;
}

.entry_title, .entry_body {
	margin: 0 auto;
	text-align: left;
}

/* 記事本文 */
.entry_body {
	padding: 15px 10px;
}
.entry_side {
	padding: 0;
	margin: 0;
	width:680px;
}
.entry_under {
	padding: 0;
	margin: 0;
	width:680px;
}

.entry_title {
	padding: 0 0 0px;
	line-height: 1.3;
	margin-bottom: 0;
}

.entry_body ul li{
	list-style: none;
	background: url(image/icon_list.gif) left 0.5em no-repeat;
	padding-left: 14px;
}


/* 記事タイトル---------- */
h2 {
	margin: 0;
	padding: 8px 0;
	width:678px;
	background: url(image/back_h2.gif) 1px bottom no-repeat;
	background-color: #fefefe;
	zoom: 1;
	border: 1px solid #c8c8c8;

	/*<h2>内の文字を縦中央表示用*/
/*	display:table;
	position:relative;*/
}

/*<h2>内の文字を縦中央表示用<p>*/
h2 p {
	margin: 0;
	padding: 2px 10px 2px 22px;
	background: url(image/h2_list_type1.gif) 8px bottom repeat-y;
	display: table-cell;
	vertical-align:middle;
}

h3 {
	margin: 0 auto;
	padding: 4px 10px 4px 25px;
	background: url(image/back_h3.gif) left 6px no-repeat;
	border:1px solid #c8c8c8;
	background-color: #d7eed8;
/*	min-height: 30px;*/
	width:626px;/*678-padding20-padding10-border1*2-margin10*2*/
	display: block;
	font-size: 100%;
	border-radius:5pt 5pt 5pt 5pt / 5pt 5pt 5pt 5pt;
}

h4 {
	background: url(image/back_h4.gif) left 6px no-repeat;
	margin: 0 auto;
	padding: 4px 10px 4px 18px;
	width:655px;/*680-15-10*/
	width:635px;/*680-15-10*/
	width:626px;/*680-15-10*/
	display: block;
	font-size: 100%;
}
/* 記事タイトルここまで---------- */


/* entryテーブルの背景設定（画像） */
.entry .c01 {
	width: 0px;
	height:0px;
}
.entry .c02 {
	height:0px;
}
.entry .c03 {
	width: 0px;
	height:0px;
}
.entry .c04 {
	width: 0px;
}
.entry .c05 {
	width: 0px;
}
.entry .c06 {
	width: 0px;
	height:1px;
}
.entry .c07 {
	height:1px;
}
.entry .c08 {
	width: 1px;
	height:1px;
}
.c01 img, .c03 img, .c05 img {
	width: 0px;
}

/* 記事部分ここまで------------------------- */



/* セレクタ設定----------------------------- */
/* （h1～h6はページタイトルなので全スタイル共通） */
hr {
	margin-top: 0.6em;
	_margin-top: 0.2em;
	margin-bottom: 0.6em;
	_margin-bottom: 0.2em;
}
*:first-child+html hr {	/* IE7用 */
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

#contents_left li {
	line-height: 1.8em;
	margin-left: 1em;
}

pre {
	font-size: 90%;
	margin: 0;
}
/* セレクタ　ここまで----------------------- */



div.toplink {	/* ページのトップに戻るアイコン */
	padding: 0 10px 10px 0;
	margin: 0;
	text-align: right;
}

