/* CSS Document */
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	margin-top: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

img {
   border: none;
}
 
h1 {
    padding : 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #1BB212;
}

h2 {
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}


/*　各コンテンツ　*/

#wrap {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin-top: 0px;
    padding : 2px 0px 5px 15px;
	width: 935px;
	height: 93px;
	background-image: url(../img/header.gif);
	background-repeat:no-repeat;
}

#search{
    padding-top: 20px;
	margin-top: 0px;
	margin-left: 690px;
	width: 250px;
	height: 20px;
}


/*　グローバルナビの設定　*/
#menu {
    margin-top: 0px;
	width: 950px;
	height: 40px;
}

#menu ul,li{
  padding: 0px;
  margin: 0px;
  list-style-image: none;
  list-style-type: none;
}

#menu li{
    float: left;
	text-align:center;
}

#menu li a{
	padding-top : 10px;
	width: 150px;
	height: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #1BB212;
	text-decoration: none;
	background-image: url(../img/menu_a.gif);
	display: block;
	background-repeat: no-repeat;
}

#menu li a:hover{
    color: #96CC00;
    background-image: url(../img/menu_b.gif);
	background-repeat: no-repeat;
}

/*　------------------------------------------------------------------------　*/

#contents {
	margin-top: 10px;
	background-repeat: repeat-y;
	background-position: center;
}

#main {
	width: 660px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-right: 0px;
	float: left;
	display:inline;

}
/*　------------------------------------------------------------------------　*/

/*　編集可能領域の設定　*/
#edit {
	width: 660px;
}
/*　------------------------------------------------------------------------　*/

/*　キーワードから探す＆日付から探すの一覧　*/
#left {
	margin-top: 0px;
	width: 310px;
	float: left;
}

#left ul{
  padding: 10px 10px 10px 20px;
  margin: 0px;
  list-style-image: none;
  list-style-type: none;
	display:block;
}

#left li{
  padding: 0px;
  margin: 0px;
  list-style-image: none;
  list-style-type: none;
	display:block;
}

#left li a{
	display: block;
	padding: 2px 2px 2px 10px;
	margin-right:5px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #1BB212;
	text-decoration: none;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#left li a:hover{
	color: #96CC00;
	text-decoration: underline;
	background-color: #DFFFD9;
}

#keyword_midasi {
    padding-left: 20px;
	padding-top: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #1BB212;
	height: 18px;
	width: 290px;
	background-image: url(../img/s_midasi.gif);
	background-repeat: no-repeat;
}

#keyword_midasi a {
	font-weight: normal;
	color: #1BB212;
}

#keyword_midasi a:hover {
	font-weight: normal;
	color: #1BB212;
}

#right {
	margin-top: 0px;
	width: 310px;
	margin-left: 330px;
}

#right ul{
  padding: 10px 10px 10px 20px;
  margin: 0px;
  list-style-image: none;
  list-style-type: none;
	display:block;
}

#right li{
  padding: 0px;
  margin: 0px;
  list-style-image: none;
  list-style-type: none;
	display:block;
}

#right li a{
	display: block;
	padding: 2px 2px 2px 10px;
	margin-right:5px;
	margin-top: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #1BB212;
	text-decoration: none;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#right li a:hover{
	color: #96CC00;
	text-decoration: underline;
	background-color: #DFFFD9;
}

#date_midasi {
    padding-left: 20px;
    padding-top: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #1BB212;
    height: 18px;
	width: 290px;
	background-image: url(../img/s_midasi.gif);
	background-repeat: no-repeat;
}

#date_midasi a {
	font-weight: normal;
	color: #1BB212;
}

#date_midasi a:hover {
	font-weight: normal;
	color: #1BB212;
}

.sub_nakami a {
	font-weight: normal;
	color: #1BB212;
}

.sub_nakami a:hover {
	font-weight: normal;
	color: #1BB212;
}

/*　------------------------------------------------------------------------　*/

/*　右カラムの設定　*/
#sub {
    margin-top: 0px;
    width: 250px;
	float: left;
	display:inline;

}

#sub_top {
	margin-top: 0px;
	height: 50px;
	width: 250px;
	background-image: url(../img/sub_top.gif);
	background-repeat: no-repeat;
}

#sub_mid {
	margin-top: 0px;
	width: 250px;
	background-image: url(../img/sub.gif);
	background-repeat: repeat-y;
}

#sub_bottom {
    margin-top: 0px;
    width: 250px;
	height: 20px;
	background-image: url(../img/sub_bottom.gif);
	background-repeat: no-repeat;
}

.sub_midasi {
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 20px;
	padding-top: 8px;
	width: 210px;
	height: 22px;
	background-image: url(../img/sub_midasi.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #1BB212;
}


.sub_nakami {
	margin-top: 0px;
	margin-left: 10px;
	width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sub_nakami2 {
	margin-top: 0px;
	margin-left: 20px;
	width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sub_l {
	margin-left: 0px;
	width: 100px;
	height: 100px;
	float:left;
	border: 1px solid #CCCCCC;
	background-color: #CCC;
}

.sub_r {
	margin-left: 110px;
	width: 100px;
	height: 100px;
	border: 1px solid #CCCCCC;
	background-color: #CCC;
}


.sub_nakami ul,li {
	margin: 0px;
}

.sub_nakami li a{
	padding-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #1BB212;
	text-decoration: none;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.sub_nakami li a:hover{
	color: #96CC00;
	text-decoration: underline;
}

/*　------------------------------------------------------------------------　*/


#footer {
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	padding-top: 10px;
	width: 950px;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	clear: left;
}


#footer a{
	color: #1BB212;
	text-decoration: none;
}

#footer a:hover{
	color: #96CC00;
	text-decoration: underline;
}


/*　各見出し　*/

#midasi {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	width: 640px;
	height: 35px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(../img/midasi.gif);
	background-repeat: no-repeat;
}

#bing {
	font-size: 12px;
	font-weight:normal;
	color: #1BB212;
    padding-left: 35px;
	padding-top: 15px;
	
	margin-top: 10px;
	width: 655px;
	height: 30px;
	background-image: url(../img/bing.gif);
	background-repeat: no-repeat;
}

#yahoo_search {
	font-size: 12px;
	font-weight:normal;
	color: #1BB212;
    padding-left: 35px;
	padding-top: 15px;

	margin-top: 10px;
	width: 655px;
	height: 45px;
	background-image: url(../img/yahoo_search.gif);
	background-repeat: no-repeat;
}

#yahoo_blog {
	font-size: 12px;
	font-weight:normal;
	color: #1BB212;
    padding-left: 35px;
	padding-top: 15px;

	margin-top: 10px;
	width: 655px;
	height: 45px;
	background-image: url(../img/yahoo_blog.gif);
	background-repeat: no-repeat;
}

#random {
	font-size: 12px;
	font-weight:normal;
	color: #1BB212;
    padding-left: 35px;
	padding-top: 15px;

	margin-top: 10px;
	width: 655px;
	height: 45px;
	background-image: url(../img/random.gif);
	background-repeat: no-repeat;
}

#twitter {
	font-size: 12px;
	font-weight:normal;
	color: #1BB212;
    padding-left: 35px;
	padding-top: 15px;

	margin-top: 10px;
	width: 655px;
	height: 45px;
	background-image: url(../img/twitter.gif);
	background-repeat: no-repeat;
}


/* 引用URLのテキスト　*/

span{
	font-size: 10px;
	font-weight:normal;
	color: #666666;
    margin-left: 10px;
}

span a{
	color: #666666;
}

/*　フォント関連　*/

.result {
    margin-left: 10px;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	width: 620px;
	border: 1px solid #DEF9A2;
	line-height: 1.5em;
	background-color:#F2FFD1;
}

.result a{
	font-size: 12px;
	font-weight:normal;
	color: #7A05E0;
}

.result .title {
	font-size: 12px;
	font-weight: bold;
	color: #7A05E0;
}

.date {
    margin-left: 10px;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	width: 620px;
	border: 1px solid #DEF9A2;
	line-height: 1.5em;
	background-color:#F2FFD1;
}

.date a{
	font-size: 12px;
	font-weight:normal;
	color: #1BB212;
}

p{
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#scope {
 height: 40px;
 width: 660px;
 padding-top: 40px;
 padding-left: 0px;
 background-image: url(../img/search.jpg);
 background-repeat: no-repeat;
 line-height: 1.0em;
 text-align:center;
 font-size:12px;
}

#scope input {
	margin: 0px;
}

#scope span {
	font-size:12px;
	color: #036;
}