@charset "UTF-8";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #666666;		/*全般の文字色*/
	background: #FFFFFF url(images/bg.gif) repeat-x top;	/*背景色と壁紙（上部の薄いグラデーション）設定*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

h4{
	margin-top: 10px;
	padding: 0px;
}


ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #47A900;
}

.rank {
	width: 210px;
	color: #666666;			/*カーソルオーバー時の文字色*/
	padding-left: 10px;
}

.rank a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: left;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	display: block;
}

.rank a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}




/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #47A900;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat right top;	/*右上の住所とTELの画像設定。不要なら丸ごと削除する。*/
}

#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 500px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 10px;	/*下のロゴ画像との余白*/
}



/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
	height: 54px;
	line-height: 54px;
	background: url(images/topmenu_bg.gif) no-repeat top;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	overflow: hidden;
}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #FFFFFF;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/topmenu_line.gif) no-repeat right;
}

ul#topmenu li a:hover {
	background: url(images/topmenu_bg.gif) no-repeat bottom;
}

.topmenu2 {
	margin: 20px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 210px;
	padding-top: 10px;
	padding-bottom: 100px;
}

#side h3 {
	font-size: 100%;
	line-height: 56px;
	background: url(images/midashi_bg1.gif) repeat-x;
	height: 56px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#side h4 {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 210px;
	padding-top: 1.0em;
	padding-bottom: 0.0em;
}

.selecter {
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	padding-top: 0.0em;
	padding-bottom: 1em;
}


.sidead {
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	padding-top: 0.5em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 570px;
	padding-top: 10px;
	padding-bottom: 100px;
}

#main h2 {
	font-size: 100%;
	background: url(images/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#main p {
	padding: 0.5em 10px 1em;
}


#main h3 {
	font-size: 120%;
	background: url(images/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
	margin-top: 2.5em;
}

.mainad {
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#main h4 {
	color: #666666;	/*文字色*/
	text-decoration: none;
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 350px;
	padding-top: 1.0em;
	padding-bottom: 0.0em;
}

#main ul li a {
	color: #0000CC;	/*メニューの文字色*/
	text-decoration: none;
}

#main ul li a:hover {
	color: #CC3300;	/*メニューの文字色*/
	text-decoration: none;
}

#main ul li a:visited {
	color: #CC0066;	/*メニューの文字色*/
	text-decoration: none;
}

.amazonsearch {
	width: 100px;
}

.amazonsearch a{
	color: #0033CC;	/*文字色*/
	font-size: 90%;
	text-decoration: none;
}



.searchbox {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	margin-left: 0.5em;
}


#searchform1 {
	position: relative;
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	margin-left: 0.5em;
}
#keywords1	{
	width: 280px;
	height: 16px;
	background: url(./images/search.png) no-repeat 8px 3px;
	border: 2px solid #0268DA;
	padding: 2px 2px 2px 26px;
}
#searchBtn1	{
	position: absolute;
	top: 0;
	left: 315px;
}


.wordlink {
	color: #666666;			/*カーソルオーバー時の文字色*/
	padding-left: 10px;
}

.wordlink a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: left;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	display: block;
}

.wordlink a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}


/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 94%;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}








/*ヤフーの知恵袋用部分
---------------------------------------------------------------------------*/

#sidebox {
    margin: 0 auto; /* center for now */
    background: url(images/thrashbox/sbbody-r.gif) no-repeat bottom right;
    font-size: 100%;
	width: 550px;
}
#sidebox .boxhead {
    background: url(images/thrashbox/sbhead-r.gif) no-repeat top right;
    margin: 0;
    padding: 0;
}
#sidebox .boxhead .h {
    background: url(images/thrashbox/sbhead-l.gif) no-repeat top left;
    margin: 0;
    padding: 22px 30px 5px;
    color: white; 
    font-weight: bold; 
    font-size: 1.2em; 
    line-height: 1em;
    text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
#sidebox .boxbody {
    background: url(images/thrashbox/sbbody-l.gif) no-repeat bottom left;
    margin: 0;
    padding: 5px 30px 31px;
    text-align: left;
}
#sidebox .boxbody p {
    margin:0; padding:10px 0 5px 0;
    text-align: left;
}




#innerbox01 {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 550px;
    padding: 25px;
}
#innerbox01 .main {
    background: #FFFFCC;
    padding: 25px;
    position: relative;
    text-align: left;
}
#innerbox01 .arrow { 
    /* 吹き出しの部分 */
    width: 0;
    height: 0;
    line-height: 0;
    border-bottom: 40px solid #FFFFCC; 
    border-right: none; 
    border-left: 30px solid white; 
    position: absolute; 
    bottom: 100%; 
    left: 30px;
} 



    /* Snazzy Borders - http://www.cssplay.co.uk/boxes/snazzy.html */
#xsnazzy h4, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px; padding:0;}
#xsnazzy h4 {font-size:1.5em; color:#996600;}
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:25px 1em 100px 1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#99CCCC; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#99CCCC; border:0 solid #08c; border-width:0 1px;}


