/* CSS Document */

/*
----------------------------------------------------------------------------- 
[1] layout
[2] header
[3] main
[4] side_memu
[5] footer
[99] other
----------------------------------------------------------------------------- */


/*
----------------------------------------------------------------------------- 
[1] layout (背景及び基本設定）
----------------------------------------------------------------------------- */

*{ margin: 0; padding: 0; }*
body { font: .8em Arial, Sans-Serif; 
line-height: 1.8em; 

/*背景画像*/
background:url(images/bg.gif) center top fixed;
color: #666; 
}
a {
COLOR: #08507e; 
text-decoration: none;
}
a:visited {
COLOR: #03275d; 
text-decoration: none;
}
a:hover {
COLOR: #333; 
text-decoration: underline;
}

/*サイトタイトル文字の設定*/

h1 {
font-size: 24px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 10px 5px 10px;
}

/*記事タイトルの設定*/

h2 {
margin: 10px 0 10px; 
padding: 5px 0 5px 20px;
background:url(images/b_memu.jpg) no-repeat;
font-size:14px;
}

/*サイドメニューの設定*/
h3 {
padding-left: 10px; 
color: #fff;
background:url(images/memu.gif) no-repeat;
font-size: 1em; 
height: 24px; 
line-height: 24px; 
}


ul{list-style-type: none;
margin: 0;padding: 0;
margin-bottom: 8px;
}

ul li{
padding-bottom: 2px;
}

ul li a{
color: #A70303;background:url(images/yajirushi_green.jpg) no-repeat center left;
display: block;padding: 2px 0;
padding-left: 19px;
text-decoration: none;
font-weight: bold;border-bottom: 1px solid #dadada;font-size: 90%;
}

ul li a:visited
{color: #A70303;
}

ul li a:hover{
color: #A70303;
background-color: #F3F3F3;
}


/*文字及び画像の基本設定*/

p { margin: 5px 0 10px 0; 
}
img { border: none; 
}



/*
----------------------------------------------------------------------------- 
[2] header （ヘッダー設定）
----------------------------------------------------------------------------- */

/*ヘッダー画像の設定*/

#header {
background: url(images/header.jpg) no-repeat;
height: 150px;
}


#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}

/*サイト説明文の設定*/

#headertext {
		font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		letter-spacing: normal;
		word-spacing: normal;
		padding: 10px 0px 0px 20px;
		color:#FFFFFF
}

/*広告枠（468×60)等の設定*/


#space1 {
		padding: 10px;
}





/*
----------------------------------------------------------------------------- 
[3] main （コンテンツ設定）
----------------------------------------------------------------------------- */

/*container設定*/

#container { 
padding: 10px 10px 3px 10px; 
width: 760px; 
margin:20px auto;
background:#fff;
border: 1px solid #99CC33;


}

/*main設定*/

#main { margin-bottom: 10px; 
float: right; width: 550px; 
padding: 0 10px 10px 10px; 
margin-top: 10px;

}
/*記事設定*/

#main .text {
		font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		letter-spacing:1,4em;
		border: 1px dotted #CCCCCC;
		padding:20px 0px 20px 40px; 
		line-height:160%;
}


/*
----------------------------------------------------------------------------- 
[4] sidebar （サイドバー設定）　
----------------------------------------------------------------------------- */

/*サイドバー設定*/

#menu { float: left; 
width: 180px; 
background: #fff; 
margin-bottom: 10px; margin-top: 20px; 
border: 1px dotted #99CC33;
}
#menu ul { padding: 5px 10px 10px 10px; 
margin: 0; 
}
#main { margin-bottom: 10px; 
float: right; width: 550px; 
padding: 0 10px 10px 10px; margin-top: 10px;
}


/*サイドバー広告枠の設定*/


#menu .space2 {
		padding: 10px 0 10px 0px;
		width: 160px;
}

#menu .space2 p{
margin:5px
}



/*
----------------------------------------------------------------------------- 
[5] footer （フッター設定）
----------------------------------------------------------------------------- */


/*フッターの設定*/

#footer { font-size: 11px; 
text-align: center; 
border-top: 1px solid #ccc; 
padding: 10px 5px; 
color: #FF7A09;
}
#footer a {
color:A70303;
}

#footer a:visited {
COLOR: #99CC33; 
text-decoration: none;
}
#footer a:hover {
COLOR: #333; 
text-decoration: underline;
}

/*
----------------------------------------------------------------------------- 
[99] other
----------------------------------------------------------------------------- */








	





