/*************************************
***  天下無双プロジェクト　右サイドバー2カラムCSS   ***
*************************************/

body {
margin:0px;
padding:0px;
text-align:center;
font-family:Verdana;
background: #d8fffe url(http://m-ringring.up.seesaa.net/image/bg.jpg) repeat-x;　/***背景画像URLを入れる***/
background-attachment: fixed;
}


/*************************************
***テキスト装飾要素アドセンスと絡める ***
*************************************/
.pink
{
width:468px;
background-color:#feccff;
}

/*************************************
***body直後に置くメニューなど ***
*************************************/

#pink{
width:100%;
font-size:10px;
background-color:#fff4e0;
font-weight:bold;
color:#a8a8a8;
padding:2px;
}

#pink a{
text-decoration: none;
color:#a8a8a8;
}



/*************************************
***TOPページ限定のカテゴリメニューの要素 ***
*************************************/

.cmenu {
color:#333333;
margin-top:33px;
margin-left:5px;
font-weight:normal;
margin-bottom:15px;
padding:15px 10px 5px 10px;
border:2px solid #79a8dc;
text-align:left;
color:#000;
line-height:145%;
}

/*************************************
***ブログの全体の要素 ***
*************************************/

#container{
margin:0px auto;
width:800px;
background-color:#FFF;
color:#000;
font-size:12px;
text-align:center;
border:2px solid #000;
}

a{
font-weight:bold;
color:#0000ff;
text-decoration:underline;
}

/*************************************
***マウスオーバー時のリンクの背景色要素 ***
*************************************/

a:hover{
color:#FFF;
text-decoration: none;
background-color:#ff8000;
}

/*************************************
***centerタグの代用CSS ***
*************************************/

.ad{
text-align:center;
}

/*************************************
***おいに入りに追加の「幅」要素 ***
*************************************/

.okiniiri{
width:150px;
}

/*************************************
***赤に文字色を変更するCSS ***
*************************************/

.r{
color:red;
}


em {
font-weight: normal; 
font-style: normal;
text-decoration: none
}

strong {
font-weight: normal; 
font-style: normal;
text-decoration: none
}


h1 {
margin:0px;
font-weight:nomal;
font-size:10px;
color:#FFF;
}


h2 {
font-size:14px;
margin:0px;
padding: 0px 0px 10px 0px;
font-weight:bold;
text-align:left;
background-image:url(http://blog.seesaa.jp/img/bg/ume_01/title.gif);
background-repeat:repeat-x;
background-position:bottom;
}

h3 {
font-size:12px;
font-weight:bolder;
padding: 10px 0px 5px 5px;
}

h3 a{
text-decoration: none;
color:#0E63AF;
}


h4 {
font-size:12px;
padding: 0px 0px 10px 0px;
font-weight:bold;
text-align:left;
background-image:url(http://blog.seesaa.jp/img/bg/ume_01/title.gif);
background-repeat:repeat-x;
background-position:bottom;
}

/*************************************
***ヘッダー画像の要素 ***
*************************************/

#banner{
background-image:url(http://1bap.com/back-title021.jpg);
background-repeat:no-repeat;
background-position:5px 1px;
margin:0px 0px 0px 0px;
padding:30px 100px 0px 55px;
text-align:left;
height:120px;
}


/*************************************
***ブログ説明文の要素 ***
*************************************/

.des {
width:350px;
font-weight:bold;
padding:0px;
color:#FFF;
}


#content {
margin:10px 0px 0px 0px;
float:left;
width:595px;
white-space: normal; 
}

/*************************************
***ブログ本文の全体の要素 ***
*************************************/


.blog {
background-color:#faf8f4;
margin-left:5px;
padding:0px 0px 0px 0px;
text-align:left;
}

.blogbody {
margin-top:33px;
font-weight:normal;
margin-bottom:0px;
padding:5px 5px;
border:2px solid #79a8dc;
}




/*************************************
***アドセンスなどのブロックを右や左へ寄せる要素 ***
*************************************/


.imgr{
 float: right; margin: 5px 5px 5px 0;
}

.imgl{
 float: left; margin: 5px 5px 5px 0;
}


/*************************************
***本文の要素ブロック要素 ***
*************************************/


.text{
color:#333333;
padding:10px 5px 0px 5px;
margin-top:0px;
line-height:165%;
}

.text a{
text-decoration: none;
color:#333;
border:none;
font-weight:nomal;
}



/*************************************
***記事ページの記事下の要素 ***
*************************************/


.posted{ 
text-align: right;
margin-bottom:5px;
padding:10px 0px 5px 0px;
font-size:10px;
}

.posted a{ 
font-weight:bold;
}


/*************************************
***トップページ限定の要約した本文したの記事タイトル要素 ***
*************************************/


.posted2{ 
text-align: right;
margin-bottom:5px;
padding:10px 0px 10px 0px;
font-size:14px;
}


.posted a{ 
font-weight:bold;
}


/*************************************
***サイドブロック全体要素 ***
*************************************/


#links {
font-weight:normal;
float:left;
width:180px;
margin:33px 0px 10px 5px;
text-align:left;
font-size:12px;
text-align:right;
}

#links:a{
font-weight:bold;
}


/*************************************
***サイドバー項目要素 ***
*************************************/

.sidetitle {
background-image:url(http://m-ringring.up.seesaa.net/image/side_title.gif);
background-repeat:no-repeat;
background-position:left top;
color:#FFF;
padding:5px 0px 10px 25px;
text-align:left;
font-family:Verdana;
}


/*************************************
***サイドバー内部要素 ***
*************************************/



.side {
background-color:#ffffcc;
line-height:18px;
padding:5px 5px 10px 10px;
margin-bottom:5px;
font-size:12px;
text-align:left;
margin-bottom:10px;
font-family:Verdana;
}
.side  a{
font-size:12px;
font-weight:nomal;
}


/*************************************
***ボタン要素の余白 ***
*************************************/


.input-submit{
margin-right:5px;
}


/*************************************
***デフォルトの唯一削除できない要素 ***
*************************************/


.powered {
padding:20px 0px 30px 0px;
text-align:center;
}
.powered table{
margin:0px auto;
text-align:center;
}

/*************************************
***記事すぐしたの検索ボックスなどが入るブロック要素 ***
*************************************/


#trackback {
margin:35px 0px 5px 5px;
border:2px dotted #6C9FD8;
padding:15px;
text-align:left;
}

/*************************************
***フッターの装飾 ***
*************************************/


#footer{
margin-top:10px;
clear:left;
margin:0px;
background-image:url();
background-repeat:repeat-x;
background-position:bottom;
}

/*************************************
***記事下のメニュー要素 ***
*************************************/


.footerbody {
margin-left:5px;
margin-top:5px;
font-weight:normal;
text-align:left;
padding:15px 10px 5px 10px;
color:#000;
border:2px solid #79a8dc;
}

.copyright{
text-align:center;
}


/*************************************
***装飾ブロック ***
*************************************/

blockquote{
background-color:#ffffcc;
border:1px solid #ff0000;
padding:15px 15px 15px 15px;
margin:5px;
}

textarea{
margin-bottom:5px;
}

/*************************************
***  天下無双プロジェクト　右サイドバー2カラムCSS   ***
ここが一番下です。created　By　Masafumi　Sugashita
*************************************/
