@charset "utf-8";

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

body{
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
color: #333333; /* 全体のテキストカラー */
background-color: #e7fef3; /* 全体の背景色、このサイトでは黒の背景色 */
line-height: 1.166; /* 全体の行間 */
margin: 0px; /* 前後左右の隙間 */
padding: 0px; /* 中の前後左右の隙間 */
font-size:13px;
}

a, a:link, a:visited{
color: #006699;
}

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-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 16px;
color: #334d55;
}

h2{
font-size: 13px;
color: #333333;
}

h3{
font-size: 14px;
color: #ffffff;
}

h4{
font-size: 12px;
color: #333333;
border-style:solid;
border-width:0px 0px 2px 0px;
border-color: #003399;
margin:20px 0px 0px 0px;
}

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;
}

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: 96%; /* 左右に余白を入れる場合は、ここを編集 */
background-color: #ffffff; /* このサイトでは黒を背景に白のコンテンツ枠 */
}

#header{
margin: 10px; /* 外の隙間 ピッチリ合わせている */
width: 100%; /* containerにいっぱいいっぱい表示 */
height: 120px; /* サイトロゴの高さ */
background-image: url(http://www.amk10.com/blog/image4.gif); /* 背景画像 */
background-position:right top; /* 背景画像の表示のさせ方 */
background-repeat:no-repeat; /* 背景画像の表示のさせ方 */
}

#block{
clear: both;
}

#sidebar{
float: left;
padding: 0px 5px 10px 0px;

position: absolute;
top: 110px;
left: 1%;
width: 200px;
}

#sidebar-left{
float: left;
position: absolute;
top: 150px;
left: 1%;
width: 220px;
margin: 0px;
padding: 0px 5px 10px 10px;
}

#sidebar-right{
float: right;
position: absolute;
top: 100px;
right: 1%;
width: 212px;
padding: 0px 0px 10px 10px;
/*
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
*/
}
#content{
/*
float:right;
*/
margin: 0 0 0 190px;
padding: 15px;
}

#content-3col{
/*
float: left;
width: 43%;
*/
margin: 0px 195px 0 195px;
padding: 10px;
}

#footer{
clear: both;
padding: 0px 30px 3px 30px;
margin: 0px 0px 0px 0px;
/*
text-align: center;
border: 1px solid #fafafa;
background-position: bottom;
background-repeat: repeat;
*/
background-color: #2cd4d4;
}


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

#header h1{ /* ページタイトル */
margin: 0px;
padding: 40px 30px 3px 280px;
z-index: 10; /* サイトロゴの上に被って表示 */
}

#header h2{ /* サイト名 */
margin: -85px 0px 0px 0px; /* サイトトピックの上に表示 */
padding: 2px 35px 10px 220px;
text-align: right;
color: #006699;
z-index: 10; /* サイトロゴの上に被って表示 */
}

#header p{ /* ページトピック */
margin: 0px 0px 0px 0px; /* サイト名の下に表示 */
padding: 0px 35px 6px 280px;
text-align: left;
z-index: 5; /* サイトロゴの上に被って表示 */
}

#header img{ /* サイトロゴ */
float: left; /* ヘッダの左に動かす */
position: absolute; /* ヘッダの左上に表示する仕掛け */
top: 0px; /* ヘッダの左上に表示する仕掛け */
left: 2%; /* ヘッダの左上に表示する仕掛け */
margin: 0px;
z-index: 1; /* サイトロゴをテキストの後ろに表示 */
}

p.cm{
margin: 0px 0px 0px 0px;
}


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

#breadCrumb{
padding: 10px 0px 5px 10px;
}


/******* エントリー・ナビゲーション *******/

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

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


/******* エントリー *******/

#blogbody{
line-height: 1.6em;
padding: 3px 3px 10px 13px;/* 記事の位置。エントリーの高さの調整はここ。 */
background-color: #fafafa;
}

#blogbody h2{
font-size: 13%;
/*
line-height: 52px;
*/
margin-right: 20px;
padding: 18px 10px 18px 58px;
border-bottom: 2px solid #666666;
background-position: left center;
background-repeat:no-repeat;
}

#blogbody h3{
font-size: 15px;
color: #006699 !important;
margin-top: 20px;
margin-right: 25px;
/*
line-height: 44px;
*/
padding: 14px 0px 14px 48px;
border-bottom: 1px solid #666666;
background-image: url(../images/hb.gif);
background-position: left center;
background-repeat:no-repeat;
}

#blogbody h4{
margin-top: 10px;
font-size:14px;
}

#blogbody h5{
font-size: 110%;
margin-top: 20px;
margin-right: 35px;
margin-left: 10px;
/*
line-height: 28px;
*/
padding: 7px 0px 7px 30px;
border-bottom: 1px dashed #666666;
background-image: url(../images/hd.gif);
background-position: left center;
background-repeat:no-repeat;
}

#blogbody h6{
font-size: 105%;
margin-top: 20px;
margin-right: 35px;
margin-left: 10px;
/*
line-height: 28px;
*/
padding: 6px 0px 6px 30px;
border-bottom: 1px dashed #666666;
background-image: url(../images/he.gif);
background-position: left center;
background-repeat:no-repeat;
}

#blogbody p{
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

#blogbody 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;
}

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

#blogbody p.postedspl{
color: #999999;
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
border-top: 3px double #999999;
text-align: right;
margin-top: 10px;
margin-bottom: 0px;
margin-right: 25px;
line-height: normal;
padding: 5px 5px 0px 0px;
}


/******* コンテンツ・画像 *******/

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

#footer img{
padding: 2px 4px 10px 4px;
/*
vertical-align: middle;
*/
float: left; /* サイトバナーをフッタの左に */
}

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

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

/******* サイドバー *******/

#sidebar ul a:link, #sidebar ul a:visited{
display: block;
}

#sidebar ul{
list-style: none;
margin: 0;
padding: 0;
}

#sidebar li{
/*
border-bottom: 1px solid #eeeeee;
*/
}

/*
html>body #sidebar li {border-bottom: none;}
*/

/******* サイドバー・左 *******/

#sidebar-left ul a:link, #sidebar-left ul a:visited{
display: block;
}

#sidebar-left ul{
list-style: none;
margin: 0;
padding: 0;
}

#sidebar-left li{
/*
border-bottom: 1px solid #eeeeee;
*/
}

/*
html>body #sidebar-left li {border-bottom: none;}
*/

/******* サイドバー・右 *******/

#sidebar-right ul a:link, #sidebar-right ul a:visited{
display: block;
}

#sidebar-right ul{
list-style: none;
margin: 0;
padding: 0;
}

#sidebar-right li{
/*
border-bottom: 1px solid #eeeeee;
*/
}

/*
html>body #sidebar-right li {border-bottom: none;}
*/


/******* 検索窓 *******/

#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;
}


/******* カテゴリーメニュー*******/

#categoryMenu{
position: relative;
margin: 15px 0px 0px 0px;
padding: 1px 0px 1px 0px;
border: 1px solid #666666;
border-width: 0px 1px 1px 1px;
background-color: #006666;
}

#categoryMenu h3{
padding: 4px 0px 4px 10px;
}

#categoryMenu a:link{
border-top: 1px solid #262626;
voice-family: "\"}\""; 
voice-family:inherit;
width: auto;
color: #FFFF66;
}

#categoryMenu a:visited{
border-top: 1px solid #262626;
color: #FFFF66;
}

#categoryMenu a:hover{
/*
border-bottom: 1px solid #262626;
*/
color: #006699;
background-color: #f5f5f5;
}


/******* アーカイブメニュー *******/

.archiveMenu{
line-height: 1.6em;
margin: 0px 0px 0px 0px;
padding: 0px 0px 3px 0px;
background-color: #ffffff;
/*
border: 1px solid #666666;
*/
border-top: 1px solid #ffffff;
}

.archiveMenu h3{
padding: 0px 0px 2px 0px;
}

.archiveMenu a:link{
padding: 0px 0px 0px 0px;
border-top: none !important;
color: #006699 !important;
}
.archiveMenu a:visited{
border-top: none !important;
padding: 0px 0px 0px 0px;
color: #006699 !important;
}
.archiveMenu a:hover{
border-top: none !important;
background-color: #e0ffff !important;
/*
padding: 0px 0px 0px 0px;
*/
padding: 0px;
color: #006699 !important;
}


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

#headlines{
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 1px solid #cd0708;
background-color: #ffffff;
width: 210px;
}
#headlines2{
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 1px solid #cd0708;
background-color: #ffffff;
width: 210px;
}
#headlines h3{
margin: 0px;
color: #ffffff;
background-color: #cd0708; 
border-bottom: 1px solid #cd0708;
text-align: center;
}
#headlines2 h3{
margin: 0px;
color: #ffffff;
background-color: #cd0708; 
border-bottom: 1px solid #cd0708;
text-align: center;
}

#headlines p{
margin: 3px;
padding: 0px;
line-height: 1.4em;
}
#headlines2 p{
margin: 3px;
padding: 0px;
line-height: 1.4em;
}

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


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

#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;
}

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

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


/******* デフォルトから *******/

.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;
}

/******* コメントとトラックバック *******/

#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 15px 0px;
border: 1px solid #666666;
border-collapse: collapse;
}
caption{
padding: 2em 0.4em 0em 0.4em;
white-space: nowrap;
font-family: Geneva, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-weight: bold;
text-align: center;
}
td{
border: 1px solid;
font-size: 13px;
}
th{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
font-weight: bold;
background-color: #CCFF99;
line-height: 1.5em;
text-align: center;
}
thead, tfoot{
padding: 0.4em;
font-weight: bold;
background-color: #CCFF99;
text-align: center !important;
}
col.right{
text-align: right !important;
}
col.center{
text-align: center !important;
}
col.left{
text-align: left !important;
}
col.article{
text-align: center !important;
font-weight: bold !important;
background-color: #dcdcdc;
}
col.hatching{
background-color: #dcdcdc;
}
col.hatchingr{
background-color: #FFCCFF;
}
col.hatchingg{
background-color: #CCFFCC;
}
col.hatchingb{
background-color: #CCFFFF;
}
col.hatchinga{
background-color: #A9A9A9;
}
.center-center{
text-align: center !important;
}
.left-left{
text-align: left !important;
}
.right-right{
text-align: right !important;
}


/*********** ハイパーポジション仕様 ************/

/* フォントタグを使わずに色付け
～ただし論理的強調と視覚的強調（b,i）は区別する */
strong{
color: #cc0000;
}
strong.normal{
color: #000000;
font-weight: bold;
}
em{
color: #000000;
font-style: normal;
font-size: 120%;
font-weight: bold;
}
b{/* strong以外では色をつける */

}
i{/* em以外では色をつける */
font-style: normal;
font-weight: bold;
color: #0099ff;
}
blockquote{/* 引用ブロックレベル */
margin: 20px 30px 20px 50px;
border-left: 8px solid #9e28a3;
background-color: #ffe1ff;
}
blockquote p{
margin: 0px !important;
padding: 10px 10px 10px 10px !important;
}
cite{/* 引用ブロックレベル */
/*
color: #9e28a3;
font-style: normal;
*/
}
q{/* 引用インライン */
color: #9e28a3;
margin-left: 1em;
}
code{/* ソースなど */
display: block;
margin-left: 1em;
color: #476b55;
font-family: Courier New, Courier, "ＭＳ ゴシック", "Osaka－等幅", monospace;
line-height: 1.2em;
}
.code-e{
font-family: Lucida Console, Courier New, Courier, monospace;
}
.code-j{
font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
}
del{/* 削除 */
color: #e54500;
}
ins{/* 挿入 */
color: #228b22;
}
address{
text-align: center;
margin: 10px;
}

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%;
}

.category{
text-align: right;
margin: 5px 30px 0px 0px;
}

/************* 動線 **************/

#inducement{
margin: 30px 50px 5px 50px;
padding: 0px ;
border-color: #000000;
border-width: 1px 2px 3px 1px;
border-style: solid;
font-size: 80%;
}

#inducement h3{
margin-top: -20px; /* 枠の上に */
margin-bottom: 0px;
margin-left: -15px; /* 枠の左に */
padding: 14px 0px 10px 128px;
width: 380px;
font-size: 150%;
background-image: url(../images/induce.gif); /* 背景画像 */
background-position: left center;
background-repeat:no-repeat;
background-color: #FFFFFF;
}

#inducement p{
margin: 5px 10px 10px 10px;
line-height: 1.5em;
}


/************* 関連エントリー **************/

.relatedLinks{
margin: 30px 70px 20px 70px;
padding: 0px;
border-color: #333333;
border-width: 0px 2px 3px 0px;
border-style: solid;
/*
*/
}

.relatedLinks h3{
padding: 10px;
}
.relatedLinks h4{
background-image: url(../images/tag.gif) !important;
background-repeat: no-repeat !important;
background-position: left !important;
padding-left: 40px !important;
border: none !important;
}
.relatedLinks h5{
padding: 5px 0px 2px 0px;
}

.relatedLinks p{
margin: -10px 0px 10px 40px !important;
font-size: 100%;
}

.entryLinks p a{
/*
padding-left: 12px !important;
padding-right: 20px !important;
background-image: url(../images/anchor-head.gif) !important;
background-repeat: no-repeat !important;
background-position: left !important;
line-height: 1.2em;	
*/
}


/*********** 追加 ************/


/* Alexa用 */
.alexa-trafic{
margin-left: 4em !important;
text-align: center;
width: 75%;
}
.menuBG{
background-color: #eeeecc;
width: 25%;
}


/*************** その他スタイル***************/

table.rank {
background-color: #87a8ca;
border: 0px;
width: 212px;
line-height: 1.4em;
}
tr.rank1 {
background-color: #dcffff;
text-align: center !important;
font-size: 14px !important;
color: #cc0033;
font-weight:900;
}
tr.rank2 {
background-color: #ffffff;
}
td.rank1 {
width: 30px;
table-layout: fixed;
text-align:right !important;
background-color: #f9ffff;
font-size: 13px;
}
td.rank2 {
width: 137px;
table-layout: fixed;
background-color: #f9ffff;
font-size: 13px;
}
td.rank3 {
text-align:right !important;
width: 38px;
table-layout: fixed;
background-color: #f9ffff;
font-size: 13px;
}
td.rank4 {
text-align:right !important;
font-size: 13px;
width: 30px;
table-layout: fixed;
background-color: #f9ffff;
color:#cc0033;
font-weight:900;
}
td.rank5 {
text-align:right !important;
width: 38px;
table-layout: fixed;
background-color: #f9ffff;
color:#cc0033;
}
table.list {
border: 0px;
width: 952px;
line-height: 1.4em;
}

td.list1{
width: 190px;
background-color: #ccffff;
}
td.list2{
width: 190px;
background-color: #ffccff;
}
td.list3{
width: 190px;
background-color: #ffffcc;
}
td.list4{
width: 190px;
background-color: #ccffcc;
}
td.list5{
width: 190px;
background-color: #ccccff;
}

td.list6{
width: 150px;
background-color: #ffffff;
}
td.list7{
width: 40px;
background-color: #ffffff;
text-align:right !important;
}
table.hyo1{
width: 460px;
}
td.hyo1{
width: 90px;
}
td.hyo2{
width: 265px;
}
td.hyo3{
width: 103px;
text-align: right;
}
td.hyo4{
width: 70px;
}
td.hyo5{
width: 130px;
}
td.hyo6{
width: 90px;
text-align: right;
}
tr.hyo1{
background-color: #ccffff;
}
b.hyo{
font-size:14px;
}

.side-out{
margin:0 0 20px 3px;
padding:5px 0 0;
background-color: #fffff5;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color: #333333;
}
.side-out h3{
padding: 0px 0px 0px 16px;
margin:0px 3px 0px 3px;
color:#000;
font-size:13px;
background-image: url(http://www.lvc25.com/image/ul1.gif);
background-position:left center;
background-repeat:no-repeat;
border-style:dotted;
border-width:0px 0px 1px 0px;
border-color: #333333;
font-weight:normal;
}

.can{
margin:3px 0px 7px 3px;
padding:5px 0px 0px 30px;
background-image: url(http://www.lvc25.com/image/toku.gif);
background-position:left center;
background-repeat:no-repeat;
border-style:solid;
border-width:0px 0px 1px 0px;
border-color: #333333;
}


#spacer{
float: right;
width: 1px;
height: 1800px;
}


/******* 終 了 *******/
