@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: white; /* 全体の背景色 */
color: 	#696969; /* 全体の文字色 */
font-size: 80%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #483D8B; }
a:visited { color: #483D8B; }
a:hover { color: #483D8B; text-decoration:underline;}
a:active { color: #483D8B; }
a {
text-decoration: none; /* テキストの下線（なし） */
}

/* --- コンテナ --- */
#container {
width: auto; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background-color: #ff99cc; /* コンテナの背景色 */
border-left: 0px #c0c0c0 solid; /* コンテナの左境界線 なし*/
border-right: 0px #c0c0c0 solid; /* コンテナの右境界線 なし*/
}

/* --- ページ --- */
#page {
width: 640px; /* ページの幅 */
background-color: white; /* ページの背景色 */
margin: 0 auto ;/* センタリング */
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0 0 20px; /* ヘッダのマージン（上、左右、下） */
padding: 0 0 0; /* ヘッダのパディング（上、左右、下） */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 0 0; /* サイトタイトルのマージン（上、左右、下） */
padding: 30px 0 10px;/*サイトタイトルのパディング（上　左右　下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
background-color: #ff99cc ;/*サイトタイトルの背景色*/
color: white; /* サイトタイトルの文字色 */
}

/* サイトタイトル内のリンク */
#header h1.siteTitle a,
#header p.siteTitle a {
text-decoration: none; /* テキストの下線（なし） */
color: white; /* サイトタイトル（リンク）文字色 */
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 0 0; /* キャッチフレーズのマージン（上、左右、下） */
padding: 0 0 5px;/*キャッチフレーズのパディング（上　左右　下） */
background-color: #ff99cc /*キャッチフレーズの背景色*/}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
color: white;}

/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 40px; /* 上からの距離 */
right: 10px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line.gif) no-repeat left; /* 項目の背景（区切り線） */
}
/* ガイド文字の表示　*/
#header ul.guide a { 
text-decoration: none; /*　リンク下線無し　*/
color: white;/*　ガイドの文字色　*/
font-size   : 10px ;
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}

/* --- キャッチフレーズ 2--- */
#header p.catch2 {
margin: 0 0 0; /* キャッチフレーズ2のマージン（上、左右、下） */
padding: 10px 0; /* のパディング（上下、左右） */
background-color: #ff99cc /*キャッチフレーズ2の背景色*/}
#header p.catch2 strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
color:#48D1CC;/* 文字の色 */}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
margin-bottom: 0px; /* オープニングエリアの下マージン */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー --- */
#header ul.nl {
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header ul.nl li {
width: 128px; /* 項目の幅 */
float: left;
line-height: 100%;
background-color: #ff99cc /*項目の背景色*/
}
/* リンクエリア */
#header ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px; /* リンクエリアのパディング（上下、左右） */
border: 1px white; /* リンクエリアの境界線（太さ、色） */
border-style: solid solid solid none; /* リンクエリアの境界線スタイル（上右下左） */
text-decoration: none; /* テキストの下線（なし） */
color: white;/*　メニューの文字色　*/
font-size   : 10px ;/* fontsize */
line-height:1em;
}
/* 最初のリンクエリア */
#header ul.nl li.first a {
border-left: 1px white solid; /* リンクエリアの左境界線 */
}
/* ポイント時の設定 */
#header ul.nl li a:hover {
background-color: white; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
color: #ff99cc;}

/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
margin: 0;
padding: 7px 2px; /* トピックパスのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 solid; /* トピックパスの下境界線 */
list-style-type: none;
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(../image/topic_path.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
width: 100%; /* コンテンツの幅 */
margin-bottom: 20px; /* コンテンツの下マージン */
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- 左メインカラム --- */
#main {
float: left;
width: 450px; /* メインカラムの幅 */
}

/* --- 左メインカラム（共通設定） --- */
#main div.content {
margin: 0 0 15px 20px; /* セクションのマージン（上右下左） */

}

/* --- ブログセクション --- */

/* ブログタイトル */
#main div.content h2 {
color:#000000;/* 文字色 */
margin: 2em 0 1em; /* マージン（上、左右、下） */
padding: 5px 8px; /* パディング（上下、左右） */
background-color: white; /* 背景色 */
font-size: 115%; /* 文字サイズ */
border-bottom: 10px #ff99cc solid; /* 下境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
#main h2 a{
color:#000000;/* 文字色 */
}
#main h2 a:hover { 
text-decoration: none; /* テキストの下線（なし） */
}
/* ブログ本文 */
#main div.content div {
margin: 0em 0 1em; /* 見出しのマージン（上、左右、下） */
padding: 5px 8px; /* 見出しのパディング（上下、左右） */
background-color: white; /* 見出しの背景色 */
font-size: 95%; /* 見出しの文字サイズ */
}
#main div.entry_body{
line-height:1.5em;
}
/*コメント入力フォーム（下層ページ）*/
#cm {
display: none;
}

}
/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#sidebox{
float:right;
width:170px;
margin:0 10;
}
#sidemenu {
float: right;
width: 170px; /* サイドバーの幅 */
}
/* --- プラグイン関連 ---*/
.sidemenu_body .plg_header,
.sidemenu_body .plg_body,
.sidemenu_body .plg_footer {
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 10px;
}
.sidemenu_body .plg_body input {
	margin: 2px;
}

/* --- セクション（共通設定） --- */
#sidemenu div dl dt p{
margin-right: 20px;/*セクションの右マージン*/
margin-bottom: 10px; /* セクションの下マージン */
}

#sidemenu dt a:hover { 
color: #483D8B; text-decoration:underline; /*リンク文字ポイント時下線*/
}

#sidemenu div.dl {
margin-right: 20px;/*セクションの右マージン*/
margin-bottom: 10px; /* セクションの下マージン */
}

}
/* 段落 */
#sidemenu div.section p {
margin: 0 10px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
#sidemenu div.normal {
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
/* 見出し */
#sidemenu div.normal h2 {
background-color: #e0e0e0; /* 見出しの背景色 */
}

/* --- 強調セクション1（水色） --- */
#sidemenu div.emphasis {
border: 1px #92c2dc solid; /* セクションの境界線 */
}
/* 見出し */
#sidemenu div.emphasis h2 {
background-color: #a7dcfc; /* 見出しの背景色 */
}

/* --- 強調セクション2（オレンジ） --- */
#sidemenu div.strong {
border: 1px #f4c24d solid; /* セクションの境界線 */
}
/* 見出し */
#sidemenu div.strong h2 {
background-color: #ffce68; /* 見出しの背景色 */
}

/* --- お問い合わせ --- */
#sidemenu div.contact {
padding: 0 0 0.3em; /* パディング（上、左右、下） */
}
/* お問い合わせ内の段落 */
#sidemenu div.contact p {
margin: 0 10px 0.4em; /* 段落のマージン（上書き） */
}

/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
clear:both; /* float後の回りこみ防止 */
padding: 20px 0 10px; /* フッタのパディング（上、左右、下） */
border-top: 0px #c0c0c0 solid; /* フッタの上境界線(無し） */
background-color: #ff99cc; /* フッタの背景色 */

}

/* --- フッタメニュー --- */
#footer a {
color:white;/*　フッタの文字色　*/
text-decoration: none; /*　リンク下線無し　*/
font-size   : 10px ;
}
#footer ul.nl {
margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line.gif) no-repeat left; /* 項目の背景（区切り線） */
display: inline;
}
/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 5px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal;
text-align: center;
line-height: 100%; /* 行の高さ */
color: white;/*フォントの色*/
font-size   : 12px ;
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

dt a {
    width: auto;
    
}
dt a:link,
dt a:visited {
    display: block;
    text-decoration: none;
}
dt a:hover {
    text-decoration: none;
}

/* --- ▲その他の設定終了 --- */