

/*ブラウザスタイルの初期化-------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.0;
}

/*文書本体（body）--------------------------------------------------------------------------*/
body{
	background-image:url(images/backgurond.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#FFFFCC;
}

/*リンクテキスト（a）-----------------------------------------------------------------------*/
a:link {
	color:#0000FF;
	text-decoration:underline;
}

a:visited {
	color:#800080;
	text-decoration:underline;
}

a:hover {
	color:#ff0000;
	text-decoration:underline;
}

/*画像（img）-------------------------------------------------------------------*/

img {
	border: 0;
}	

/*共通文字装飾（strong）-------------------------------------------------------------------*/
strong {
	font-weight:bold;
	color:#E1771E;
	line-height:1.5em;
}

b {
	font-weight:bold;
	line-height:1.5em;
}

em {
	font-weight:bold;
	color:#333333;
	line-height:1.5em;
}

/*全体のコンテナ（div#container）---------------------------------*/
div#container {
	width:960px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
		
/*ヘッダー（div#header）---------------------------------*/
div#header {
	width:960px;
}

div#first {
	padding:5px 20px;
	font-size:small;
	border-bottom:1px solid #CCCCCC;
}

div#header_img {
	width:200px;
	float:left;
}

div#header_main {
	width:450px;
	float:left;
}

div#header_bana {
	width:310px;
	float:left;
}

div#header_bana img{
	margin-top:30px;
}

div#header h1 a{
	color:#000000;
	font-size:x-large;
	line-height:1.5em;
	letter-spacing:2px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	padding:0px 0px 0px 50px;
}

div#header p {
	font-size:small;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#666666;
	padding:10px 20px;
	line-height:1.5em;
}

div#header h1 a{
	color:#000000;
}				

div#header h1 a:hover {
	color:#6F3C1B;
}		

/*ベルト（div#belt_space　div#belt）---------------------------------*/
div#belt {
	background-color:#E1771E;
	width:955px;
	height:25px;
	margin-bottom:10px;
	padding:5px 0 0 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	clear:both;
}			

/*フッター----------------------------------------------*/
div#footer {
	clear:both;
	background-color:#E1771E;
	text-align:center;
	padding:10px 0 50px 0;
	width: 960px;
}

div#footer p {
	font-size:small;
	color:#ffffff;
}
	
/*コンテンツ構成---------------------------------*/
div#contents {
	width:780px;
	float:left;
	clear:both;
}
	
div#leftbar {
	width:160px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

div#book-title{
	width:100%;
	font-size:medium;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#999999;
	margin:10px 0 0 0;
	padding:5px 0;
	text-align:center;
}	

div#leftbar img{
	width:160px;
	padding:10px 0;
}

div#leftbar h3 {
	font-size:small;
	padding-bottom:2px;
}

div#leftbar p.top {
	font-size:small;
	line-height:1.2em;
}

div#leftbar p.top2 {
	font-size:x-small;
	line-height:1em;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

div#leftbar p.top2 a{
	text-decoration:none;
	color:#777777;
}

div#main_top {
	width:580px;
	padding-right:20px;
	float:right;
	margin-bottom:20px;
}

div#menu {
	width:180px;
	font-size:small;
	height:auto;
	float:right;
}

/*メニュー（div#menu）---------------------------------*/
div#menu-adsense {
	width:160px;
	height:90px;
	margin:5px 0 0 10px;
}

div#menu0 {
	font-size:medium;
}

#menu ul li{
	margin: 0;
	padding: 0;
}

#menu ul {
	padding-bottom:10px;
	padding-left:15px;
	list-style:disc;
	list-style-position:outside;
}		

#menu li {
	border-bottom: 0px;
}	

div#menu0 {
	margin-top:0px;
}

div#menu1 {
	margin-top:10px;
}

div#menu2 {
	margin-top:10px;
	margin-bottom:100px;
}

div#menu2 {
	margin-top:20px;
	margin-bottom:100px;
}

div#title{
	font-size:110%;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#FF3300;
	padding:5px 5px 5px 15px;
	border-bottom:1px dotted #ff8b2b;
	border-left:5px solid #ff8b2b;
}


div#menu0 li{
	margin:0px;
	background-color:#ffffff;
	height:auto;
	padding:5px 4px 0px 0px;
}

div#menu1 li, div#menu2 li{
	margin:0px;
	background-color:#ffffff;
	height:auto;
	line-height:1.3em;
	padding:5px 4px 0px 0px;
}

div#menu1 img {
	padding:5px 0 0 0;
}
/*トップページメインコンテンツ（div#main_top）----------------*/
div#main_top h3 {
	font-size:small;
	color:#6F3C1B;
	padding-top:20px;
	padding-left:20px;
	background-image:url(images/maru_orange.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	border-top:1px dotted #CCCCCC;	
}

div#main_top h3.top {
	clear:both;
	border-top:0px;
}

div#main_top h2 {
	clear:both;
	font-size:medium;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#FF3300;
	background-color:#ffffff;
	border-bottom:1px dotted #ff8b2b;
	border-left:5px solid #ff8b2b;
	padding:10px 0 10px 10px;
	margin-top:40px;	
}

div#main_top p.top {
	font-size:small;
	line-height:1.5em;
	margin-left:20px;	
}

div#main_top p.top2 {
	font-size:x-small;
	margin-left:20px;
	margin-top:-5px;
	line-height:1em;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
}

div#main_top p.top3 {
	font-size:small;
	line-height:1.3em;
	margin-left:20px;
	margin-top:25px;	
}

div#main_top p.top a, div#main_top p.top3 a {
	font-weight:bold;
}

div#main_top p {
	font-size:85%;
	line-height: 1.5em;
	margin: 0.6em;		
}

div#intro {
	margin:10px 20px 30px 20px;
	clear:both;
}

div#intro p {
	font-size:small;
	line-height:2.5em;
	display:inline;
	border-bottom:2px dotted #cccccc;
	padding-bottom:0.5em;
}

div#popular {
	margin-bottom:30px;
	height:auto;
}	
	
div#popular ul{
	list-style-position:inside;
	margin-left:20px;
}	

div#popular li{
	font-size:90%;
	list-style-type:square;
	border-bottom: 1px dotted #999999;
	padding: 10px;
}


/*GoogleAdsense（div#adsense）-------------------------------------------------------------------------------*/
div#adsense_block{
	width:568px;
	height:250px;
	border:1px dotted #CCCCCC;
	margin:0px 0 0 0px;
	padding:5px;
}

div#adsense_block1{
	width:300px;
	height:250px;
	float:left;
}

div#adsense_block2{
	width:250px;
	height:250px;
	float:right;
}

/*メインコンテンツ（div#main）---------------------------------*/
div#main {
	width:560px;
	padding:10px 10px 10px 10px;
	margin:0 0 20px 0;
	float:left;
	border:1px solid #DFDFDF;
}

div#main h2 {
	font-size:x-large;
	color:#E1771E;
	line-height:1.5em;
	letter-spacing:2px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	font-weight:normal;
	margin:10px 0px 0 0px;
	padding:5px 10px 5px 10px;
	background-color:#FFFFCC;
	border:1px solid #CCCCCC;
}

div#main h3{
	clear:both;
	font-size:medium;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#E1771E;
	background-color:#ffffff;
	border-bottom:1px solid #ff462c;
	border-left:5px solid #ff462c;
	padding:10px 0 10px 10px;
	margin-top:25px;
}

div#main h3.h3_left {
	clear:both;
	font-size:medium;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#E1771E;
	background-color:#ffffff;
	border-bottom:1px dotted #ff462c;
	border-left:5px solid #ff462c;
	padding:5px 0 5px 10px;
	margin-top:10px;
	width:250px;	
}

div#main h3.h3_right {
	clear:both;
	font-size:medium;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#E1771E;
	background-color:#ffffff;
	border-bottom:1px dotted #ff462c;
	border-left:5px solid #ff462c;
	padding:5px 0 5px 10px;
	margin-top:10px;
	margin-left:50%;	
}

div#main h4 {
	font-size:small;
	color:#E1771E;
	margin-left:20px;
	margin-top:25px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	background-image:url(images/maru_orange.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

div#main p {
	font-size:85%;
	text-align:justify;
	line-height:1.5em;
	margin:0.5em 1.5em 1em 20px;
}

div#main p.h4 {
	font-size:small;
	line-height:1.5em;
	margin-left:3em;
}

div#main img.cover {
	margin-top:20px;
	margin-bottom:10px;
}	

/*パン屑リスト------------------------------------------------------------------*/
div#topic_path{
	font-size:small;
	color:#666666;
	letter-spacing:2px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	border-bottom: 2px dotted #999999;
	margin:0;
	padding:10px 0;
}

div#topic_path a{
	letter-spacing:2px;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
}			

div#topic_path img{
	margin-left:5px;
	margin-right:5px;
}

/*このページのTOPへ-----------------------------------------------------------------*/

div#go_top{
	clear:both;
	text-align:right;
	margin-bottom:30px;
	padding-top:20px;
}	

/*オススメ書籍（book）-----------------------------------------------*/
div#main h4 span{
	font-size:85%;
}	

div#book {
	clear:both;
	padding-bottom:20px;
	margin-top:20px;
	border-top: 3px double #999999;
}	

div#book img {
	float:left;
	width:130px;
	padding-top:10px;
}

div#book p {
	margin-left:140px;
	padding-top:20px;
}


div#book ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left:160px;
	margin-top:20px;
}

div#book li {
	font-size:small;
	padding:10px;
	border-top: 1px dotted #666666;
	line-height:1.2em;
}

/*リンク集（link_category,introduction,bana）--------------------------*/
div#link_category {
	width:500px;
	border:1px solid #CCCCCC;
	padding:10px;
	margin:10px 0 30px 20px;
	font-size:small;
}		

span.underline {
	border-bottom:2px dotted #FF0000;
	padding-bottom:3px;
}

div#link_category ul {
	list-style-position:outside;
	list-style-type:circle;
	margin:0 0 0 30px;
}

div#link_category li {
	font-size:medium;
	line-height:2em;
}

div#introduction {
	width:520px;
	margin:20px 0 20px 20px;
	clear:both;
	border: 1px dotted #666666;
	padding:10px;
}

div#introduction ul {
	list-style-position:outside;
	margin-left:20px;
}

div#introduction li {
	list-style-type:square;
	font-size:small;
	padding-bottom:0.5em;
	line-height:1.5em;
}

div#bana {
	width:520px;
	margin:20px 0 20px 20px;
	clear:both;
	border: 1px dotted #666666;
	padding:10px;
}

div#bana ul {
	list-style-position:outside;
	margin-left:20px;
}

div#bana li {
	list-style-type:square;
	font-size:small;
	padding-bottom:15px;
	line-height:1.5em;
}

div#bana li span{
	background-color:#FFFF99;
	line-height:1.5em;
}

div#bana li img{
	padding:5px 0;
}

div#links {
	margin-top:20px;
	margin-bottom:20px;
}

div#links ul {
	list-style-position:outside;
	margin-left:20px;
}

div#links li {
	list-style-type:square;
	font-size:83%;
	color:#333333;
	padding-bottom:1em;
	border-bottom: 1px dotted #666666;
	line-height:1.5em;
}

/*運営・免責事項（profile）--------------------------------------*/
div#main p.profile {
	font-size:83%;
	line-height: 1.5em;
	margin:20px 50px;
	border-top:1px solid #999999;
	padding-top:10px;
}

/*サイトマップ----------------------------------------------*/
div#sitemap{
	width:500px;
	border:3px dotted #cccccc;
	margin:20px 0 0 0;
}

div#sitemap span{
	color:#ff8b2b;
}

div#sitemap ul {
	list-style-position:outside;
	padding:20px;
}

div#sitemap li {
	list-style-type:none;
	line-height:1.2em;
	font-size:small;
}	

div#sitemap li.down{
	list-style-type:none;
	line-height:1.5em;
	font-size:x-small;
	padding-left:1px;
}	

/*２段メニューリスト（contents_list）-------------------------*/	
div#contents_list{
	width:540px;
	clear:both;
}
	
div#list_left{
	width:260px;
	float:left;
	margin-right:20px;
}

div#list_right{
	width:260px;
	float:right;
}

div#contents_list ul {
	list-style-position:outside;
	margin-left:40px;
	margin-top:3px;
}

div#contents_list li {
	list-style-type:disc;
	font-size:small;
	color:#333333;
	line-height:1.4em;
}

div#list_adsense{
	height:200px;
	margin-top:5px;
	margin-left:20px;
}	

/*リストの種類（ul,li）---------------------------------------------*/
div#decimal ul {
	list-style-position:outside;
	list-style-type:decimal;
	margin-left:23px;
	margin-top:20px;
}

div#decimal li {
	font-size:85%;
	padding-bottom:1.5em;
	line-height:1.5em;
}

div#circle ul {
	list-style-position:outside;
	list-style-type:circle;
	margin:20px 0px 10px 23px;
}

div#circle li {
	font-size:85%;
	line-height:1.5em;
}

div#square ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left:23px;
	margin-top:20px;
}

div#square li {
	font-size:85%;
	padding-bottom:1.5em;
	line-height:1.5em;
}

/*関連記事-------------------------*/
div#connect ul{
	list-style-position:outside;
	list-style-type:none;
	margin:10px 0 10px 0px;
}

div#connect li {
	font-size:small;
	line-height:1.5em;
	margin-left:22px;
	padding-bottom:0.2em;
}

div#connect li img{
	padding-right:5px;
}

div#pv{
	clear:both
}

div#pv p.back{
	font-size:85%;
	line-height:1.5em;
	float:left;
	margin:20px 0px 5px 10px;
}

div#pv p.next{
	font-size:85%;
	line-height:1.5em;
	float:right;
	margin:20px 0px 5px 0;
}

div#pv p a{
	font-family:"HGP創英角ｺﾞｼｯｸUB";
}

/*GoogleAdsense（div#adsense_bottom）-------------------------------------*/
div#adsense_bottom2 {
	font-size:12px;
	line-height:1.3em;
	margin-top:10px;
	margin-left:25px;
	padding-bottom:15px;
	padding-left:20px;
}

div#adsense_bottom2 a{
	color:#6F3C1B;
	margin-bottom:10px;
	font-weight:bold;
	line-height:1.5em;
}

div#adsense_bottom {
	width:500px;
	height:280px;
	margin:0 0 0 20px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

div#adsense_upper {
	width:300px;
	height:250px;
	padding:0px 10px;
	margin:10px 0;
}

div#adsense-pv {
	width:500px;
	height:15px;
	margin-left:20px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px 0 5px 0;
}

/*オリジナルコンテンツ--------------------------------------------------------------------------------*/

/*英文の文例集（order01）-------------------------*/

div#order01 {
	width:110px;
	font-size:small;
	float:left;
	padding-top:20px;
	padding-left:30px;
	padding-bottom:30px;
	line-height:1.5em;
}

div#order01_bottom {
	width:120px;
	font-size:small;
	float:left;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:30px;
	line-height:1.5em;
	margin-top:11em;
}

div#order01 span {
	border-bottom:2px double #666666;
	line-height:2em;
}		

div#main p.center{
	text-align:center;
}

div#main p.right{
	text-align:right;
}

div#season02 ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left:40px;
	margin-top:10px;
}

div#season02 li {
	font-size:small;
	color:#333333;
	line-height:1.4em;
	margin-bottom:20px;
}



/*英語教材人気ランキング-------------------------*/

div#main h2.text {
	color:#000000;
}


div#main p.text_h2 {
	color:#C40000;
	margin-top:-25px;
	text-align:center;
	font-weight:bold;
	font-size:medium;
}


div#text {
	border-top: 1px dotted #999999;
	padding-top:20px;
	margin-right:20px;
	margin-bottom:30px;
}

div#text p.text {
	line-height:1.6em;
	margin-bottom:1.5em;
}

img.afitop {
	float:right;
	margin-top:-20px;
	margin-left:20px;
	margin-bottom:20px;
}


div#text p.text span {
	font-size:130%;
	font-weight:bold;
	color:#000000;
	line-height:2em;
}

div#text strong {
	font-weight:bold;
	color:#CC0000;
}


div#text ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left:40px;
	margin-top:-30px;
	margin-bottom:40px;
}

div#text li {
	font-size:small;
	font-weight:bold;
	color:#333333;
	line-height:1.4em;
}			


/*------------------------------------------*/

div#afi_lead {
	margin-bottom:80px;
	margin-left:50px;
	clear:both;
}

div#afi_lead img {
	vertical-align:middle;
	margin:5px 5px 5px 0px;
}


/*------------------------------------------*/

div#main h3.text {
	color:#FFE0C1;
	font-size:medium;
	background-color:#6F0000;
	margin:10px 20px 0px 20px;
	border-left:5px solid #E28F05;
	border-bottom:0px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;	
}

h3.text a, h3.text a:link, h3.text a:visited {
	text-decoration: none;
}	

div#main h3.text span {
	color:#FFE0C1;	
}


/*------------------------------------------*/

div#afibox_upper {
	width:540px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;	
}

div#afibox_upper table {
	width:540px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #CCCCCC;
}


div#afibox_upper td.afi_rank_top {
	width:8%;
	text-align:right;
	font-size:large;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	background-color:#EA1E00;
	border:2px solid #FF9900;
	padding:8px 5px 8px 0px;
}

div#afibox_upper td.afi_rank {
	width:5%;
	text-align:right;
	font-size:medium;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	background-color:#FE7010;
	border:2px solid #FF9900;
	padding:8px 5px 8px 0px;
}


div#afibox_upper td.afi_name_top {
	width:92%;
	background-color:#ffffff;
	font-size:100%;
	color:#790000;
	font-weight:bold;
	padding:3px 5px;
}

div#afibox_upper td.afi_name {
	width:95%;
	background-color:#ffffff;
	font-size:80%;
	color:#790000;
	font-weight:bold;
	padding:3px 5px;
}

td.afi_name a, td.afi_name a:link, td.afi_name a:visited {
	color:#790000;
	text-decoration: none;
}	
	
td.afi_name_top a, td.afi_name_top a:link, td.afi_name_top a:visited {
	color:#790000;
	text-decoration: none;
}	


div#afibox_bottom table {
	width:540px;
	margin-left:auto;
	margin-right:auto;
}

	
div#afibox_bottom td.afi_contents {
	width:65%;
	font-size:small;
	color:#333333;
	vertical-align:top;
}

div#afibox_bottom td.afi_contents span {
	color:#FF0000;
}


div#afibox_bottom td.afi_pic {
	width:35%;
	padding:5px 10px;
	font-size:small;
	color:#666666;
	line-height:1.3em;
}

div#afibox_bottom td.afi_pic img{
	padding-bottom:10px;
}


td.afi_contents ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left:40px;
	margin-top:5px;
}

td.afi_contents li {
	line-height:1.4em;
	margin-bottom:5px;
}

p.afi_contents {
	width:9em;
	color:#000000;
	font-weight:bold;
	border-bottom:1px solid #000000;
	margin-top:10px;
}	




/*英語無料サンプル-------------------------*/


div#afi_square table {
	width:540px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #666666;
	margin-bottom:30px;	
}

div#afi_square td.afi_rank_top {
	width:10%;
	padding:5px;
	font-size:small;
	text-align:center;
	border:1px solid #666666;	
	background-color:#FFFF99;
}

div#afi_square td.afi_name_top {
	width:30%;
	padding:5px;
	font-size:small;
	text-align:center;
	border:1px solid #666666;
	background-color:#FFFF99;	
}

div#afi_square td.afi_bana_top {
	width:40%;
	padding:5px;
	font-size:small;
	text-align:center;
	border:1px solid #666666;
	background-color:#FFFF99;
}

div#afi_square td.afi_star_top {
	width:20%;
	padding:5px;
	font-size:small;
	text-align:center;
	border:1px solid #666666;
	background-color:#FFFF99;	
}


div#afi_square td.afi_rank {
	width:10%;
	padding:5px;
	font-size:medium;
	font-weight:bold;
	color:#FF3300;
	text-align:center;
	border:1px solid #666666;
	background-color:#FFFFCC;	
}

div#afi_square td.afi_name {
	width:30%;
	font-size:small;
	padding:5px;
	border:1px solid #666666;	
}

div#afi_square td.afi_bana {
	width:40%;
	padding:5px;
	text-align:center;
	border:1px solid #666666;
	height:80px;
}

div#afi_square td.afi_star {
	width:20%;
	padding:5px;
	text-align:center;
	border:1px solid #666666;	
}




/*よくある質問（faq）-------------------------*/

div#faq {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	border:2px dotted #999999;
}

div#faq ul {
	list-style-position:outside;
	list-style-type:decimal;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}

div#faq li {
	font-size:small;
	color:#333333;
	line-height:1.4em;
}	

/*フォーム
----------------------------------------------------------------------------------------------------------------*/	
div#form table{
	width:540px;
	margin:0 auto 30px auto;
	border-collapse:collapse;
}

div#form table td{
	padding:3px;
	font-size:small;
}

/*テーブルの一番上（必須事項）の項目
----------------------------------------------*/
div#form table td.head{
	width:100%;
	text-align:right;
	font-size:85%;
	border:none;
}

div#form table td span{
	color:#FF0000;
}

/*テーブルの100%の項目
----------------------------------------------*/
div#form table td.need{
	width:100%;
	background-color:#CCCCCC;
}

/*テーブルの右の項目
----------------------------------------------*/
div#form table td.right{
	width:60%;
	border-bottom:1px dotted #999999;
	line-height:1.5em;
}

/*テーブルの左の項目
----------------------------------------------*/	
div#form table td.left{
	width:40%;
	border:1px solid #999999;
	background-color:#F5F5F5;
}

div#form table td.left-half{
	width:20%;
	border:1px solid #999999;
	background-color:#F5F5F5;
}	

/*テーブルの赤文字の項目
----------------------------------------------*/
div#form table td.attention{
	width:100%;
	color:#FF0000;
	padding-top:20px;
}

/*送信ボタン
----------------------------------------------*/
div#form table td.send{
	text-align:center;
	font-size:medium;
}


/*ランキング
--------------------------------------------------------------------------------------------------------*/
/*ディブ
-------------------------------------------------*/
div#rank1-upper{
	width:580px;
	clear:both;
}

div#rank1-middle{
	width:580px;
	clear:both;
}

div#rank1-bottom{
	width:580px;
	clear:both;
}	

/*上段のテーブル
-------------------------------------------------*/
div#rank1-upper table{
	width:540px;
	margin:20px auto 0 auto;
	border:1px solid #FF9900;
}

div#rank1-upper table td.rank{
	width:10%;
	text-align:center;
}

div#rank1-upper table td.kyatti{
	width:90%;
	background-color:#ffffff;
	font-size:small;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	color:#5B5B00;
	padding:2px 5px;
}

div#rank1-upper table td.name{
	width:90%;
	background-color:#FCBC5C;
	font-size:large;
	padding:5px 5px;
	font-family:"HGS創英角ｺﾞｼｯｸUB";
	color:#790000;
}

div#rank1-upper table td.name a{
	color:#790000;
	text-decoration:none;
	font-family:"HGS創英角ｺﾞｼｯｸUB";
}

div#rank1-upper table td.name a:hover{
	color:#0000CC;
	text-decoration:underline;
	font-family:"HGS創英角ｺﾞｼｯｸUB";
}

/*中段のテーブル
-------------------------------------------------*/
div#rank1-middle table{
	width:540px;
	border:1px solid #FF9900;
	margin:0 auto;
}

div#rank1-middle table td{
	padding:5px;
}

div#rank1-middle table td.pic img{
	width:250px;
}

div#rank1-middle table td span{
	font-size:small;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
	border-bottom:1px solid #FF6600;
	color:#FF6600;
}

div#rank1-middle table img.osusume{
	padding-bottom:10px;
}

div#rank1-middle table ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left:20px;
	margin-top:5px;
}

div#rank1-middle table li {
	line-height:1.4em;
	margin-bottom:5px;
	font-size:small;
	font-family:"HGP創英角ｺﾞｼｯｸUB";
}

/*下段のテーブル
-------------------------------------------------*/
div#rank1-bottom table{
	width:540px;
	border:1px solid #FF9900;
	margin:0 auto;
}	

div#rank1-bottom table td.motto{
	text-align:right;
	padding:0px 10px 10px 10px;
}

div#rank1-bottom table td.motto span{
	font-weight:bold;
	font-size:small;
	border:1px solid #FF3300;
	padding:3px;
	margin-right:5px;
}

div#rank1-bottom table td.motto span.big{
	font-size:large;
}

div#rank1-bottom table td.motto span a{
	color:#FF3300;
	text-decoration: none;
}

div#rank1-bottom table td.motto span a:hover{
	color:#790000;
	text-decoration:underline;
}

div#rank1-bottom table td.bana{
	text-align:center;
	padding:10px 0;
}




/*オリジナルコンテンツ--------------------------------------------------------------------------------*/
/*コンテンツ左写真右の構成------------------------*/
img.right{
	float:right;
	margin:10px 10px 10px 20px;
}

p.clear{
	clear:both;
}


			