/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
    font-size: 84%;
    color: #333333;
    /*line-height: 16px;*/
    backgournd-image: url("/images/ffit/back.gif");
}

div { border:0px solid black;}
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }
a:link { color: #1164cf; }
a:visited { color: #1053a9; }
a:hover { color: #1164cf; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 780px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}


/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

.banner-user-photo {
    display: block;
    margin: 0 0 2px 0;
    border: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.banner-user-photo img {
    width: 64px;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
}


/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry {
    margin: 0 0 0 10px;
    width: 540px;
    position: static;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 0px 10px 0px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
/*
    margin-top: 5px;
    margin-bottom: 5px;
*/
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}




/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

body {
    font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
    font-size: 84%;
    /*font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;/*
    /*font-size: 12px;*/
}

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }

#banner a { color: #FFFFFF; text-decoration: none; }
#banner a:hover { color: #FFFFFF; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 5px solid #36414d;
    padding: 5px;
    color: #fff;
    background: #a3b8cc;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body {
    min-width: 780px;
    color: #333333;
    background: #fffefe;
    background-image: url("/images/ffit/back.gif");
}

#container {
    width: 780px;
    margin-bottom: 20px;
    background: #fff;
}

#container-inner {
/*
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: #292e33;

*/}

#banner {
    width: 780px; /* necessary for ie win */
    background: #ffffff;
}

#banner-inner {
    padding: 15px 0 0 10px;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: #fff;
}

.banner-user {
    width: 70px;
    margin-top: 5px;
    font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #36414d 0 2px 3px;
}

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
}

#alpha {
    margin: 15px 0px 0 0px;
    padding: 0 0 0 0;
    width: 580px;
}
#beta { width: 200px; background: #ffffff; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#alpha-inner {
    padding: 0 0 0 12px;
    margin: 0 0 0 0;
}

#beta-inner,
#gamma-inner,
#delta-inner {
    padding: 10px 0px 0 0px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
}

#alpha-inner object {
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #FFFFFF;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

#alpha-inner embed {
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #aed7ff;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

/* header menu */
.header {
    margin: 0 0 0 0;
    border-bottom: 1px solid #f3f6f9;
    background: #ffffff;
}

.header-content {
    margin: 0 0 0 -45px;
    padding: 11px 5px 0 5px;
    font-size: 11px;
    line-height: 14px;
}

.header-list {
    list-style-type : none;
}

.header-list .header-list {
    width:760px;
    margin: 0 0 0 0;
    list-style: circle;
}

.header-list-item a {
    display: block;
    color: #333333;
    padding: 5px 0px 0 0px;
    margin: 0 0px 0 0;
    width: 152px;
    height: 30px;
    line-height: 14px;
    background-image: url("/images/ffit/header_menu_off.gif");
    background-repeat: no-repeat;
    /*list-style-position: outside;*/
}

.header-list-item a:hover {
    display: block;
    padding: 5px 0px 0 0px;
    margin: 0 0px 0 0;
    width: 152px;
    height: 30px;
    background-image: url("/images/ffit/header_menu_on.gif");
    background-repeat: no-repeat;
    /*list-style-position: outside;*/
}

.header-list-item {
    display: block;
    float: left;
    margin-top: 0;
    color: #333333;
    line-height: 1.2;
}

.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header {
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 0 0 px;
}

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
}

.entry-tags {
    margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info {
    margin: 10px 0;
    border: 1px dashed #a3b8cc;
    padding: 0 10px;
    color: #292e33;
    font-size: 11px;
    text-align: center;
    background: #e6ecf2;
}

.comments-open-footer {
    margin: 10px 0;
}

/* modules */

.module {
    margin: 15px 0 14px 0;
    border-bottom: 1px solid #f3f6f9;
    background: #ffffff;
}

.module-content {
    margin: 0 0 0 0;
    padding: 0 10px 0 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    border: 1px dashed #a3b8cc;
    padding-bottom: 10px;
    color: #292e33;
    background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list {
    list-style-type : none;
}

.module-list .module-list {
    margin: 0 0 0 0;
    list-style: circle;
}

.module-list a {
    display: block;
    color: #FFFFFF;
    padding: 0px 0px 0 20px;
    margin: 0 0 -2px 0;
    width: 170px;
    height: 48px;
    line-height: 1.2;
    background-image: url("/images/ffit/menu_off.gif");
    background-repeat: no-repeat;
    list-style-position: outside;
    text-decoration: none;
}

.module-list a:hover {
    display: block;
    color: #FFFFFF;
    padding: 0px 0px 0 20px;
    margin: 0 0 -2px 0;
    width: 170px;
    height: 48px;
    background-image: url("/images/ffit/menu_on.gif");
    background-repeat: no-repeat;
    list-style-position: outside;
    text-decoration: none;
}
.module-list a:visited {
    color:#FFFFFF;
}

.module-list-item {
    display: block;
    margin-top: 0;
    color: #FFFFFF;
    line-height: 1.2;
}

/* menu */
.menu {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #f3f6f9;
    background: #ffffff;
}

.menu-content {
    margin: 0 0 0 0;
    padding: 5px 10px 10px 0;
    font-size: 11px;
    line-height: 14px;
}

.menu-list {
    margin: 0 0 0 25px;
    padding: 0 0 0 0;
    /*list-style-type : none;*/
    list-style-position: outside;
    list-style-image: url("/images/ffit/menu_point.gif");
}

.menu-list .menu-list {
    margin: 0 0 0 0;
    list-style: circle;
    list-style-position: outside;
}

.menu-list-item a {
    display: block;
    color: #333333;
    padding: 0 0 0 0;
    margin: 5px 0 0 0;
    line-height: 1.2;
    background-repeat: no-repeat;
    list-style-image: url("/images/ffit/menu_point.gif");
    list-style-position: outside;
}

.menu-list-item a:hover {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	background-repeat: no-repeat;
	color: #a3b8cc;
    /*list-style-position: outside;*/
    /*list-style-image: url("/images/ffit/menu_point.gif");
    list-style-position: outside;*/
}

.menu-list-item a  {
    display: block;
    margin: 5px 0 0 0;
    color: #333333;
    line-height: 1.2;
    
}

.typelist-thumbnailed .module-list {
    margin: 0 0 10px 0;
    list-style: none;
}

.typelist-thumbnailed .module-list-item {
    margin: 1px 0;
    padding: 0;
    background: #f3f6f9;
}

.typelist-thumbnail {
    background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content {
    margin: 0;
    border-width: 0;
    padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item {
    width: 64px; /* mac ie fix */
    margin: 0 10px 10px 0;
    padding: 0;
    background: none;
}

.module-recent-photos .module-list-item a {
    border: #cfd4d9 1px solid;
    padding: 1px;
    background: #fff;
}

.module-recent-photos .module-list-item a:hover {
    border-color: #36414d;
    background: #fff;
}

.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }

/* footer */
.body-footer {
    margin: 0 10px 0 10px;
    padding: 0 0 40px 0;
}

.footer-top {
    margin: 5px 0 5px 0;
}

.footer-left {
    margin: 0 0 10px 0;
    align: left;
}

.footer-menu {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 440px;
}

.footer-right {
    margin: 10px 0 0 326px;
}
.topic-path {
    padding: 0 0 10px 25px;
    font-size:10px;
}

/* entry用文字装飾追加 */

.entry-content h2
{
	color: #333333;
    font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 120%;
	text-align: left;
	font-weight: bold;	
	margin: 5px 0px 10px 0px;
	padding: 6px 10px 2px 10px;
	background: url("/images/ffit/h2.gif") ;
	height: 30px;
	background-repeat: repeat-x;
	background-position: top left;

	}

.entry-content h3
{
	color: #333333;
    font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 110%;
	font-weight: bold;
	background: #ffffff url("/images/ffit/h3.gif") no-repeat 0px 7px;
	border-bottom: 3px double #669933;
	margin: 0 0 5px 0;
	padding: 6px 20px 3px 20px;
}

.entry-content h4
{
	color: #ffffff;
    font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 100%;
	font-weight: bold;
	background: #336633;
	margin: 0 0 5px 0;
	padding: 4px 9px 4px 10px;
}

.entry-content h5
{
	color: #333333;
    font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 100%;
	font-weight: bold;
	background: #ffffff;
	border-left: 0.5em solid #336633;
	border-bottom: 1px solid #336633;
	padding-left: 0.2em;
	/*margin: 0 0 5px 0;*/
	/*padding: 5px 10px 3px 3px;*/
}

.entry-content h6
{
	background: #ffffff url("/images/ffit/h6.gif") no-repeat 0px 4px;
	color: #333333;
    font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 3px 15px 5px 20px;
}

.entry-content blockquote
{
	font-size: 100%;
	line-height: 150%;
	color: #333333;
	background: transparent url("/images/ffit/blockquote.gif") repeat-y left top;
	padding: 15px 20px;
	margin: 0 0 10px 0;
}

/* 見出しを画像にする */

#image_header 
{
	margin: 0;
	padding: 0;
	background: none;
	height: auto;
	}

/* Tableセンタリングスタイル */

.tablecenter table
{
	border-collapse: collapse;
	margin: 1.0em 0 0 0;
}

.tablecenter th
{
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding: 2px 2px;
}

.tablecenter td
{
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #cccccc;
	padding: 2px 2px;
}


/* Table左寄せスタイル */

.tableleft table
{
	border-collapse: collapse;
	margin: 1.0em 0 0 0;
}

.tableleft th
{
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	/* font-size: 12px;*/
	border: 1px solid #cccccc;
	padding: 10px 5px;
}
 
.tableleft td
{
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	/* font-size: 11px;*/
	border: 1px solid #cccccc;
	padding: 10px 5px;
}

/* Table左寄せスタイル2 */

.tableleft2 table
{
	border-collapse: collapse;
	margin: 1.0em 0 0 0;
}

.tableleft2 th
{
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	background-color: #99ccff;
	border: 1px solid #666666;
	padding: 2px 5px;
}
 
.tableleft2 td
{
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	border: 1px solid #666666;
	padding: 2px 5px;
}

/* Tableセンタリングスタイル2 */

.tablecenter02 table
{
	border-collapse: collapse;
	margin: 1.0em 0 0 0;
}

.tablecenter02 th
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #666666;
	padding: 6px 4px;
}

.tablecenter02 td
{
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #666666;
	padding: 6px 4px;
}

/* 下罫線スタイル */
p { padding-bottom:0.5em }
.line1 { border-bottom: 1px solid #666666 }
.line2 { border-bottom: 1px dotted #666666 }
.line3 { border-bottom: 1px dashed #666666 }

/* 左右振り分け */

.BoxL{
width: 250px;
margin-left: 0px;
float: left;
margin-top: 1em;
display: inline;
}

.BoxR{
width: 250px;
margin-left: 20px;
float: left;
margin-top: 1em;
display: inline;
}

/* 横並びDL 下線あり*/

dl.toplist1 {
width: 530px;
margin: 10px 0 0 0;
padding: 5px 0;
border-bottom: 1px dotted #999;
}

dl.toplist1 dt {
width: 110px;
float: left;
margin: 0 ;
}

dl.toplist1 dd {
float: left;
width: 420px;
margin: 0 ;
padding: 0 ;
}

/* 横並びDL 下線あり行間狭い*/

dl.toplist2 {
width: 530px;
margin: 2px 0 0 0;
padding: 5px 0;
border-bottom: 1px solid #ccc;
}

dl.toplist2 dt {
width: 110px;
float: left;
margin: 0 ;
}

dl.toplist2 dd {
float: left;
width: 420px;
margin: 0 ;
padding: 0 ;
}

/* 横並びDL DT部の幅大きい*/

dl.toplist3 {
width: 530px;
margin: 2px 0 0 0;
padding: 5px 0;
border-bottom: 1px solid #ccc;
}

dl.toplist3 dt {
width: 200px;
float: left;
margin: 0 ;
}

dl.toplist3 dd {
float: left;
width: 330px;
margin: 0 ;
padding: 0 ;
}

/* 背景つきBOX */

.bgbox
{
margin-left: 20px;
padding: 5px;
border: 2px #333333;
border-right-style: solid;
border-bottom-style: solid;
background: #dedede;
}

/* 行調整 */

.text1
{
line-height: 1.3;
}

.text2
{
line-height: 1.5;
}
