/* CSS Document * styles-site.css/

/* 基本的な要素 */

html
{
margin: 5px;　　
padding: 5px;
}

/*ページ本文全体のスタイルを設定*/

body {
margin: 0px;　　
padding: 0px;
width: 780px;		/*最小の幅を指定*/
text-align:center;
font-family:"ＭＳ Ｐゴシック", Osaka, Verdana, Arial, Helvetiva, sans-serif;
margin-left:auto;margin-right:auto;text-align:left;
font-size: 13px;		/*フォントのサイズを指定*/
color:#000000;		/*文字の色*/
line-height:140%;		/*行間*/
border-width: 3px 3px 3px 3px;	/*枠線の幅を指定*/
border-style: solid;		/*枠線の種類を指定*/	
border-color: #002B90;	/*枠線の色(紺色)を指定*/
}

/*リンク設定*/

a { text-decoration: underline; }		/*リンクを張ったときにアンダーラインが表示される設定*/
a:link    {	color: #0024BF;	}	/*リンクカラー(青)*/
a:visited {	color: #333333;	} 	/*訪問済み　(オレンジ)　*/
a:hover   {	color: #002B90;	}	/*オールオーバー　(紺)*/
a img { border: 0; }			/*画像に枠線が出ないように設定*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; }	/*hの見出しタグの太さをクリア*/
img {	border: none;	}	/*画像に枠線をつけない*/

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {	
margin-top: 10px;		/*これらのタグの上下の外余白の設定を10pxに再設定*/
margin-bottom: 10px;
}


table
{
text-align:center;
margin-left:auto;margin-right:auto;text-align:left;
}

/*小さいフォント*/
.font_small
{
font-size:x-small;
}


/*バナー部分*/
#banner
{
padding:5px 5px;
}

.banner_left
{
float:left;
}

.banner_right
{
float:right;
}

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

#globalMenu
{
margin-left:0px;
padding-left:0px;
width:780px;
float:left;
}

#globalMenu li
{
float:left;
width:150px;
}

/*パンくずリスト*/
.pan
{
font-size:13px;
color;#000000;
}


/*アーカイブ*/

/*右側*/
.archive_right
{
width: 550px;
float:right;
text-align:left;
background-color:#ffffff;
padding:10px 10px 20px 10px;
}

/*別窓*/
.archive_window
{
float:right;
text-align:left;
background-color:#ffffff;
padding:10px 10px 10px 10px;
}

/*カテゴリータイトル*/
#title
{
margin:15px;
height:88px;
background-image:url("http://www.budget-rc.jp/images/contents_menu.gif");
background-repeat:no-repeat;
}

.archive_title
{
color: #002B90;
float:right;
font-size:18px;
font-weight:bold;
width:365px;
height:88px;
text-align:center;
vertical-align:middle;
margin-right:10px;
line-height:60px
}

#top_form
{
margin:auto;
}

.top_form td
{
margin:3px;
border-top : 0.5px solid #000000;
border-left: none;
border-bottom: 0.5px solid #000000;
border-right: none;
}

/*エントリータイトル*/
.entry_header
{
padding:3px 10px;
color:#000000;
border-left:7px solid #002B90;
font-weight:bold; 
font-size:16px;
height:20px;
vertical-align:middle;
background-image:url("http://www.budget-rc.jp/images/h-line.gif");
}

/*ページのTOP戻る*/
#page_top
{
margin:5px;
float:right;
}

/*左側メニュー*/
.archive_left
{
text-align:center;
background-image:url("http://www.budget-rc.jp/images/color03.gif");
padding:10px;
}

.kankou ul 
{
padding-left: 0px;
margin-left:0px;
list-style-type: none;
line-height:90%;
}

.kankou li 
{
text-align: left;
margin:0px;
margin-top: 10px;
list-style: square inside url("http://www.budget-rc.jp/images/kankou_arrow.gif");
}

.yoyaku_center ul 
{
padding-left: 0px;
margin-left:0px;
list-style-type: none;
line-height:90%;
}

.yoyaku_center li
{
text-align: left;
margin:0px;
margin-top: 10px;
list-style: square inside url("http://www.budget-rc.jp/images/center_arrow.gif");
}

.yoyaku_center2 ul 
{
padding-left: 25px;
margin-left:0px;
list-style-type: none;
line-height:90%;
}


.yoyaku_center2 li
{
text-align: left;
margin:0px;
margin-top: 10px;
list-style: square inside url("http://www.budget-rc.jp/images/center_arrow.gif");
}


/*フッター*/
.footer
{
color:#ffffff;
padding: 15px 13px;			/*内余白を指定　上下、左右の順*/
margin-bottom: 0;
background-image:url("http://www.budget-rc.jp/images/color01.gif");	/*背景色を指定*/
text-align:center;			/*内容を中央表示*/			
}
