/*ページ全体の基本設定＆背景色*/
body{

margin: 0px 0px 10px 0px;
background-color: #FFFFFF;
background-image: url("http://rugby-saitama.jp/junior/images/bg.gif");
text-align: center;

}

/*同カテゴリーの前後のエントリーへリンクする設定*/
#entrylink{

font-size: small;
text-align: center;

}

/*見出しタグの設定*/
h1, h2, h3{

margin: 0px;
padding: 0px;
font-weight: normal;

}

/*ページトップへ戻る設定*/
.totop{

text-align: right;
font-size: 12px;
padding-right: 10px;

}

/*ブログを囲む枠の背景色＆線、余白等の設定*/
#container{

line-height: 120%;
text-align: left;
padding: 0px;
width: 750px;
background-color: #FFFFFF;
border-left: 1px solid #006699;
border-right: 1px solid #006699;

}

/*バナー部分の背景画像の設定*/
#banner{

background-repeat:no-repeat;
background-image: url("http://rugby-saitama.jp/junior/images/header.jpg");
width: 750px;
height: 75px;

}

/*左側メニューのボックス基本設定*/
#left{

padding: 10px 15px 10px 15px;
float: left;
width: 170px;
background-color: #FFFFFF;
overflow: hidden;

}

/*メニュー枠内で<h2>を使用時の設定*/
.sidebar h2{

color: #FFFFFF;
font-family: Verdana, Arial, sans-serif;
font-size: small;
text-align: center;
font-weight: bold;
text-transform: uppercase;  	
letter-spacing: .1em;

}

/*メニュー枠内で<ul>を使用時の設定*/
.sidebar ul{

padding-left: 0px;
margin: 0px;
margin-bottom: 10px;

}

/*メニュー枠内で<ul ul>を使用時の設定定*/
.sidebar ul ul{

margin-bottom: 0px;

}

/*メニュー枠内で<categories ul>を使用時の設定*/
.sidebar #categories ul{

padding-left: 15px;

}

/*メニュー枠内で<li>を使用時の設定*/
.sidebar li{

color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: small;
text-align: left;
line-height: 150%;
list-style-type: none;
margin-top: 10px;

}

/*メニュー枠内で categories li を使用時の設定*/
.sidebar #categories li{

list-style-type: disc;

}

/*RSSの設定*/
#RSS{

background-color: #006699;
width: 100px;
height: 10px;
color: #FFFFFF;
text-align: center;
font-size: small;
padding-top: 3px; 
padding-bottom: 3px; 

}

/*エントリー全体を入れるボックス基本設定*/
#center{

float: left;
width: 550px;
overflow: hidden;

}

/*centerの内側のボックス基本設定*/
.content{

padding: 10px 10px 10px 10px;
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: small;

}

/*contentで指定されているボックスの中で<P>を使用時の設定*/
.content p{

color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: small;
font-weight: normal;
line-height: 140%;
text-align: left;
margin-bottom: 10px;
overflow: hidden;

}

/*contentで指定されているボックスの中で<li>を使用時の設定*/
.content li{

line-height: 150%;

}

/*contentで指定されているボックスの中で<h2>を使用時の設定（日付）*/
.content h2{

color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
text-align: left;
font-weight: bold;
margin-bottom: 10px;

}

/*contentで指定されているボックスの中で<h3>を使用時の設定（エントリータイトル）*/
.content h3{

color: #006699;
font-family: Verdana, Arial, sans-serif;
font-size: small;
text-align: left;
font-weight: bold;
border: 4px double #3399cc;	
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 10px;

}

/*contentで指定されているボックスの中でp.postedを使用時の設定（投稿者）*/
.content p.posted{

color: #999999;
font-family: Verdana, Arial, sans-serif;
font-size: small;
border-top: 1px solid #999999;
text-align: left;
margin-bottom: 25px;
line-height: normal;
padding: 3px;

}

/*写真を使用時の設定*/
.photo{

text-align: left;
margin-bottom: 20px;

}

/*link-noteではさまれた範囲の文字設定*/
.link-note{

font-family: Verdana, Arial, sans-serif;
font-size: small;
line-height: 120%;
text-align: left;
padding: 0px;
margin-bottom: 10px;

}

/*リンク*/
a{

text-decoration: none;
	
}

/*未読リンク*/
a:link{

color: #006699;

}

/*既読リンク*/
a:visited{
	
color: #006699;

}

/*リンク部分のクリック時*/
a:active{

color: #006699;

}

/*マウスでポイント時のリンク部分の設定*/
a:hover{

color: #CC0000;
text-decoration: underline;

}

/*フッターの設定*/
#footer{

background-color: #006699;
width: 750px;
height: 10px;
color: #FFFFFF;
text-align: center;
font-size: small;
border-left: 1px solid #006699;
border-right: 1px solid #006699;
padding-top: 5px; 
padding-bottom: 5px; 

}
