@charset "utf-8";

/******* 基本設定 *******/

body{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	line-height: 1.166;
	color: #333333;
	background-image: url(../images/back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

a, a:link, a:visited{ /* リンク関係の設定 */
/*
color: #006699;
text-decoration: none;
*/
}

a:hover { /* リンク関係・ポインタを乗せたときの設定 */
/*
text-decoration: underline;
*/
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
margin: 0px;
padding: 0px;
}

h1{
font-size: 125%;
color: #334d55;
}

h2{
font-size: 120%;
color: #FF0000;
}

h2 a:visited{
	color: #000000;
}

h3{
font-size: 120%;
color: #334d55;
}

h4{
font-size: 114%;
color: #333333;
}

h5{
font-size: 105%;
color: #334d55;
}

h6{
font-size: 100%;
color: #333333;
}

ul{
list-style-type: square;
}

ul ul{
list-style-type: disc;
}

ul ul ul{
list-style-type: none;
}

dt{
margin-top: 1em;
margin-left: 2em;
font-weight:bold;
}
dd{
margin-left: 5em;
}

textarea{
width: 500px;
font-family: Courier New, Courier, "ＭＳ ゴシック", "Osaka－等幅", monospace;
font-size: 100%;
}

label{
font: bold 100% Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
color: #334d55;
}

a img{ /* 画像のリンク枠を消す */
border: none;
}


/******* フォーマットのレイアウト *******/

body{
text-align: center; /* Internet Explorer 5.5以前への対応 */
}

#container{
margin: 0 auto; /* Internet Explorer 5.5以外 */
text-align: left; /* Internet Explorer 5.5以前への対応 */
width: 1000px; /* 左右に余白を入れる場合は、ここを編集 */
}

#header{
	height: 120px; /* サイトロゴの高さ */
	background-image: url(../images/banner.jpg); /* 背景画像 */
	background-position:right top; /* 背景画像の表示のさせ方 右・上に合わせている */
	background-repeat:no-repeat;
	margin: 0;
	width: 1000px;
}

#block{
clear: both;
}


#sidebar{ /* ２カラムのサイトバー */
	float: left; /* ヘッダのサイトロゴの高さを差し引いている */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content{ /* ２カラムのコンテンツ枠 */
	float:right; /* 左サイトバー用の空き */
	padding: 0px;
	width: 780px;
	margin: 0;
}

#content #entrybody{ /* Firefox用 ２カラム版コンテンツパーツ表示の調整 */
/*
min-height: px;
*/
}

#footer{
clear: both;
margin-top: 5px;
padding: 5px 30px 10px 30px;
background-color: #FFCC00;
height: 36px;
}


/******* ヘッダ *******/

#header h1{ /* ページタイトル */
	margin: 0px;
	text-align: left;
	font-size: 120%;
	z-index: 10; /* サイトロゴの上に被って表示 */
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 250px;
	color: #FF0000;
}

#header h2{
	text-align: left;
	font-size: 114%;
	z-index: 10;
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 250px;
	color: #FF0000;
}

#header p{ /* ページトピック */
	margin: 34px 0px 0px 0px; /* サイト名の下に表示 */
	padding: 0px 20px 6px 250px;
	text-align: left;
	font-size: 80%;
	z-index: 5; /* サイトロゴの上に被って表示 */
	color: #FF0000;
}

#header img{ /* サイトロゴ */
	margin: 0px;
	z-index: 1;
	float: left;
	position: relative;
	top: -50px;
	left: 50px;
}


/******* パンくずリスト*******/

#breadCrumb{
font-size: 80%;
padding: 10px 0px 5px 10px;
}


/******* エントリー・ナビゲーション（Movable Type用） *******/

#entryNav{
margin: 0px 10px 0px 10px;
text-align: center;
}

#entryNavBottom{
margin: 0px;
padding: 0px;
text-align: center;
}


/******* エントリー（実際にコンテンツを書く場所） *******/

#entrybody{
padding: 10px 0px 20px 10px;
font-size: 80%;
}

#entrybody h3{
	font-size: 150%;
	margin-right: 0px; /* 見出しの下線 */
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;/* 背景画像を入れたい時
padding: 18px 0px 18px 58px;
background-image: url(../images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
	height: 50px;
	text-indent: 3em;
	margin-top: -20px;
	padding-top: 25px;
	margin-bottom: -15px;
	color: #FF0000;
	width: 680px;
}

#entrybody h4{
	font-size: 135%;
	margin-top: 20px;
	margin-right: 0px; /* 見出しの下線 */
	color: #E54E51;
	background-image: url(../images/h4.jpg);
	background-repeat: no-repeat;
	text-indent: 3em;
	height: 50px;
	padding-top: 25px;
	margin-bottom: -15px;/* 背景画像を入れたい時
padding: 14px 0px 14px 48px;
background-image: url(../images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
	width: 680px;
}

#entrybody h5{
font-size: 120%;
margin-top: 20px;
margin-right: 30px;
margin-left: 5px;
border-bottom: 2px dotted #666666; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 10px 0px 10px 40px;
background-image: url(../images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#entrybody h6{
font-size: 110%;
margin-top: 20px;
margin-right: 35px;
margin-left: 10px;
border-bottom: 1px dashed #666666; /* 見出しの下線 */
/* 背景画像を入れたい時
padding: 6px 0px 6px 30px;
background-image: url(../images/～.gif);
background-position: left middle;
background-repeat:no-repeat;
*/
}

#entrybody p{
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#entrybody p.date{ /* ブログ用 */
color: #666666;
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
}

#entrybody p.posted{ /* ブログ用 */
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
color: #999999;
border-top: 3px double #999999;
text-align: right;
margin-top: 35px;
margin-bottom: 0px;
line-height: normal;
padding: 5px 5px 0px 0px;
}
.wakunashi {
	border: thin solid #CC252F;
	font-size: 10px;
}

#adsen{
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 0px;
}


/******* フッタ *******/

#footer img{
padding: 5px 4px 10px 4px; /* サイトバナーの位置 */
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
float: right; /* サイトコピーライトをフッタの右に */
padding-top: 10px; /* サイトコピーライトの上からの位置 */
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
font-weight: normal;
color: #FF0000;
}

#footer a, #footer a:link, #footer a:visited{ /* サイトコピーライトの文字色 */
color: #FF0000;
text-decoration: none;
}


/******* 検索窓（Movable Type用） *******/

#searchbox{
margin: 15px 0px 0px 0px;
padding: 5px 0px 0px 0px;
border: 1px solid #262626; /* 枠線 */
font-size: 90%;
background-color: #fafafa;
}

#searchbox form{
margin: 7px;
padding: 0px;
}

#searchbox input{
margin: 3px;
padding: 0px;
}

#searchbox #search{
width: 90%;
}

#searchbox label{
display: block;
margin: 3px;
padding: 0px;
}



/******* ヘッドライン *******/

#headlines{
margin: 15px 0px 0px 0px;
padding: 10px 5px 10px 10px;
font-size: 80%;
border: 1px solid #262626; /* 枠線 */
}

#headlines h3{
margin: 5px;
font-size: 100%;
}

#headlines p{
margin: 3px;
padding: 0px;
font-size: 95%;
}

#headlines img{
display: block;
margin: 3px;
}


/******* アドバタイズメント *******/

#advertisement{
margin: 15px 0px 0px 0px;
padding: 5px 5px 10px 10px;
font-size: 80%;
border: 1px solid #262626; /* 枠線 */
}

#advertisement h3{
margin: 10px 5px 5px 5px;
font-size: 100%;
}

#advertisement p{
margin: 3px;
padding: 0px;
font-size: 95%;
}

#advertisement img{
display: block;
margin: 3px;
}


/******* Movable Type用 *******/

.link-note{
font-family: Verdana, Arial, sans-serif;
font-size: 70%;
margin: 10px 0px 0px 0px;
padding: 10px;
}
.link-note img{
vertical-align: middle;
}

#powered{
margin: 10px 0px 0px 0px;
padding: 10px 0px 10px 10px;
font-family: Verdana, Arial, sans-serif;
font-size: 70%;
color: #666666;
border: 1px solid #262626;
}

/******* コメントとトラックバック（Movable Type用） *******/

#comments{
font-size: 130% !important;
border-bottom: 1px solid #999999 !important;
}
h4.commentsSay{
font-size: 115% !important;
border-bottom: 1px dotted #999999 !important;
}
.trackbackBlock{
margin-top: 3em;
}
#trackbacks{
font-size: 130% !important;
border-bottom: 1px solid #999999 !important;
}


/**************** テーブル *****************/

/* テーブルの設定 */
table{
margin: 10px 0px 30px 20px;
border-collapse: collapse;
font-size: 90%;
border: 1px solid #cccccc; /* 枠線 */
}
caption{
padding: 2em 0.4em 0em 0.4em;
white-space: nowrap;
font-weight: bold;
}
td{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
}
th{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
font-weight: bold;
line-height: 1.5em;
text-align: center;
/*
background-color: #CCFF99;
*/
}
thead, tfoot{
padding: 0.4em;
font-weight: bold;
/*
background-color: #CCFF99;
text-align: center !important;
*/
}

/**************** サイドメニューオリジナル *****************/
#menu p {
	height:auto;
	width:200px;
	margin-top: 0px;
	margin-bottom: -3px;
	}

#menu p a {
	border-bottom:1px solid #CCCCCC;
	display:block;
	text-align:left;
	background: url(../images/menu3.jpg) no-repeat;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 0px;
	padding-left: 1.2em;
	height: 17px;
	font-weight: normal;
	padding-top: 5px;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	}

#menu p a:hover {
	color: #FF0000;
	background: url(../images/menu4.jpg) no-repeat;
	font-weight: normal;
	} 


#menu h4 {
	height:auto;
	width:200px;
	margin-top: 3px;
	color: #FFFF99;
	}

#menu h4 a {
	border-bottom:1px solid #CCCCCC;
	display:block;
	text-align:left;
	background: url(../images/menu1.jpg) no-repeat;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 0px;
	padding-left: 1.2em;
	height: 24px;
	font-weight: normal;
	padding-top: 5px;
	color: #FF0000;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -6px;
	margin-left: 0px;
	}

#menu h4 a:hover {
	color: #FF0000;
	background: url(../images/menu2.jpg) no-repeat;
	font-weight: normal;
	} 

#cl hr {
 clear:both;
 width:0px;
}



/**************** 解説風リンク *****************/

#inducement{
	border: thin solid #CCCCCC;
	border: thin solid #CCCCCC;
	width: 100%;
	margin-top: 30px;
}

#inducement h4{
	margin-top: 0px; /* 枠の上に */
	margin-bottom: -30px;
	margin-left: -15px;
	background-image: url(../images/banner88_pre.gif); /* 背景画像 */
	background-position: 15px 5px;
	background-repeat:no-repeat;
その他
; 		padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 8em;
}

#inducement p{
	margin-bottom: 10px;
}

#inducement strong{
	color: #FF3399;
}

#inducement em{
	font-style: normal;
	color: #FF33CC;
	font-weight: bold;
}


#inducement2{
	border: thin solid #CCCCCC;
	border: thin solid #CCCCCC;
	width: 100%;
	margin-top: 30px;
}

#inducement2 h4{
	margin-top: 0px; /* 枠の上に */
	margin-bottom: -30px;
	margin-left: -15px;
	background-image: url(../images/banner88_bir.gif); /* 背景画像 */
	background-position: 15px 5px;
	background-repeat:no-repeat;
その他
; 		padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 8em;
}

#inducement2 p{
	margin-bottom: 10px;
}

#inducement2 strong{
	color: #FF3399;
}

#inducement2 em{
	font-style: normal;
	color: #FF33CC;
	font-weight: bold;
}
/******* 終 了 *******/
