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

/* basic elements */

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

body {
    margin: 15px 0 15px 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1 { font-weight: normal; font-size:14px; padding-left:55px; padding-top:10px; margin:0px; padding-bottom:0px;}

h2 { font-weight: normal; }
h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

h3, h4, h5, h6 { font-weight: normal; }
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: 720px;
    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 {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}



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



/* content */

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

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

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
}

.entry-content
 {
    clear: both;
}

.entry-body
 {
    clear: both;
}

.entry-footer
 {
    clear: both;
    margin: 5px 10px 20px 10px;
}


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: 5px 10px 20px 10px;
}

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

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

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

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


.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;
}


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

/* basic page elements */

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

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

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

.module-content a { color: #0000ff; }
.module-content a:hover { color: #0000ff; }

h1 {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", verdana, helvetica, arial, sans-serif;
	margin:0;
	padding-bottom:0px;
}

h2, h3, h4, h5, h6 {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", verdana, helvetica, arial, sans-serif;
}

.module-header {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	border-left: 0px solid #36414d;
	padding: 5px;
	color: #fff;
	background: url(images/theme/module-header.gif);
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align: left;
}

.module-header a,
.module-header a:hover {
    color: #fff;
}


/* page layout */

body {
    min-width: 780px;
    color: #000;
    background: url(images/theme/body.gif);
}

#out-container { background-image:url(images/theme/bg_01.jpg); background-repeat:no-repeat; width:890px; margin:0 auto;}

#container {
    width: 836px;
	margin: 0px auto 0px auto;
    background: url(images/theme/container.gif);
}

#container-inner {
    margin: 0px 25px 0px 55px;
    background: url(images/theme/beta.gif);
}

#banner {
    width: 750px; /* necessary for ie win */
    height: 186px;
	margin:0px;
    background: url(images/banner.jpg);
}

#banner-inner {
    padding: 10px 40px 0 10px;
}

#head { background-image:url(images/header.jpg);
        background-repeat:no-repeat;
		width:836px;
		height:35px;
		text-align:left;
		padding-top:5px;
		margin:0px auto;}

#banner-header {
    margin: 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

#banner-description {
    margin-top: 0px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.125;
	text-indent:-9999px;
}

#alpha { margin: 0px 15px 0 15px; width: 520px; }
#beta { width: 200px; background: #fff; }

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

#footer
{
   text-align: center;
   background: url(images/theme/footer_01.gif);
   background-repeat:no-repeat;
   margin: 0 auto;
   padding: 20px 0 15px 0;
   height:48px;
   width:836px;
}

address
{
   color: #000;
   font-style: normal;
   font-size: 12px;
   text-align:right;
   padding:5px;
   background-image:url(images/theme/address.gif);
   background-repeat:repeat;
   width:750px;
   margin-left:50px;
   margin-right:20px;
}

.entry-content {
    margin: 0;
    line-height: 1.8;
	font-size: 14px;
}


/* modules */

.module {
    margin: 0 0 10px 0;
    border-bottom: 0px solid #f3f6f9;
    background: #fff;
}

.module-content {
    margin: 0 0 5px 0;
    border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
    padding: 10px;
    font-size: 12px;
    line-height: 1.2;
}

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

.module-list {
    margin: 0 0 10px 15px;
    list-style: disc;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: circle;
}

.module-list-item {
    margin-top: 0;
    color: #000;
    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;
}

/* one-column tweaks */

.layout-one-column body { min-width: 780px; }
.layout-one-column #container { width: 836px; }
.layout-one-column #banner { width: 750px; } /* necessary for ie win */

.layout-one-column #alpha {
    margin: 0;
    padding: 0;
	width: 750px;
    background: #fff;
}

.layout-one-column #alpha-inner {
    margin: 0px auto;
    padding: 0;
    width: 750px;




}


/* two-column-left tweaks */

.layout-two-column-left #alpha {
    float: left;
    margin: 0;
    padding: 15px 0px 0 0px;
    width: 500px;
    background: none;
}

.layout-two-column-left #alpha-inner {
    padding: 0;
    border-width: 0;
}

.layout-two-column-left #beta {
    float: right;
    margin: 0;
    width: 240px;
    background: #fff;
}

.layout-two-column-left #beta-inner {
    padding: 10px 10px 0 10px;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
}


/* three-column tweaks */

.layout-three-column #alpha {
    margin: 0;
    width: 180px;
    background: #e6ecf2;
}

.layout-three-column #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-three-column #beta {
    margin: 15px 15px 0 15px;
    width: 320px;
    background: none;
}

.layout-three-column #beta-inner {
    padding: 0;
    border-width: 0;
}


/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; display: none; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }




/* text */

.mincho { font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3" }

.gothic { font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" }

.souei { font-family: "HGP創英角ｺﾞｼｯｸUB", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }

.meirio { font-family:"メイリオ"; font-weight:bold;}

.red { color: #ff0000 }

.dark-red { color: #cc0000 }

.orange { color: #ff9900 }

.yellow { color: #ffff00 }

.green { color: #99ff99 }

.dark-green { color: #007236 }

.blue { color: #0000ff }

.dark-blue { color: #006699 }

.bold { font-weight: bold }

.italic { font-style: italic }

.center { text-align: center }

.right { text-align: right }

.left { text-align: left }

.top { vertical-align:top;}

.line-through { text-decoration: line-through }

.underline { text-decoration: underline }

.underline-dashed { border-bottom: 1px dashed #999; }

.small { font-size: 90% }

.smaller { font-size: 80% }

.larger { font-size: 150% }

.big { font-size: 120% }

.headline { color: #cc0000; font-size: 35px; font-weight: normal; font-family: "HGP創英角ｺﾞｼｯｸUB", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; line-height: 1.4; } 

.bg-red { background-color: #ff9999 }

.bg-yellow { background-color: #ffff99 }

.bg-icon-lightbulb { background: url(images/lightbulb.gif) no-repeat ; padding-left: 20px }

.bg-icon-comment { background: url(images/comment.gif) no-repeat ; padding-left: 20px }

.bg-icon-exclamation { background: url(images/exclamation.gif) no-repeat ; padding-left: 20px }

.bg-icon-page_white_text { background: url(images/page_white_text.gif) no-repeat ; padding-left: 20px }

.bg-icon-attach { background: url(images/attach.gif) no-repeat ; padding-left: 20px }

.bg-faq-q { background: url(images/faq/faq_q.gif) no-repeat ; padding-left: 30px }

.bg-faq-a { background: url(images/faq/faq_a.gif) no-repeat ; padding-left: 30px }

.rollover-red
{
   margin: 30px 0;
   padding: 0;
   font-size: 16px;
   font-family: "HGPｺﾞｼｯｸE", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   text-align: center;
   font-weight: normal;
}

.rollover-red a
{
   margin: 0;
   padding: 8px 24px;
   color: #fff;
   background: #cc0000;
   text-decoration: none;
   border-top: 2px solid #ff6666;
   border-left: 2px solid #ff6666;
   border-right: 2px solid #660000;
   border-bottom: 2px solid #660000;
}

.rollover-red a:hover
{
   color: #fff;
   background: #dd3333;
   text-decoration: none;
   border-top: 2px solid #ff6666;
   border-left: 2px solid #ff6666;
   border-right: 2px solid #660000;
   border-bottom: 2px solid #660000;
}

.line-height1.2 { line-height:1.2;}

/* image */

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

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

.clear { clear: both; }


/* box */

.voice
{
   margin: 15px 0;
   padding: 10px;
   background-color: #fff;
   line-height: 1.6;
   border: 2px solid #e3e3e3;
}

.box-red
{
   margin: 15px 0;
   padding: 10px;
   background-color: #fff5f5;
   border: 2px solid #ff9999;
}

.box-blue
{
   margin: 15px 0;
   padding: 10px;
   background-color: #eefaff;
   border: 2px solid #99ccff;
}

.box-yellow
{
   margin: 15px 0;
   padding: 10px;
   background-color: #ffffee;
   border: 2px solid #ffcc99;
}

.box-green
{
   margin: 15px 0;
   padding: 10px;
   background-color: #efffef;
   border: 2px solid #99ff99;
}

.box-pink
{
   margin: 15px 0;
   padding: 10px;
   background-color: #fff9ff;
   border: 2px solid #ffccff;
}

.box-gray
{
   margin: 15px 0;
   padding: 10px;
   background-color: #fff;
   border: 1px solid #e3e3e3;
}

.box-overflow
{
   margin: 0px 0 15px 0;
   background-color: #fff;
   border-right: 1px solid #e3e3e3;
   border-left: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
   overflow:auto;
   height:130px;
   line-height:1.2;
   width:239px;
}

.box-overflow p { padding:10px 5px 10px 10px;}

.box-overflow2
{
   margin: 0px 0 15px 0;
   background-color: #fff;
   border-right: 1px solid #e3e3e3;
   border-left: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
   overflow:auto;
   height:250px;
   line-height:1.2;
   width:239px;
}

.box-overflow2 p { padding:10px 5px 10px 10px;}

/* list */

.list-check
{
   margin: 15px 0;
   padding: 0px 10px 15px 35px;
   background-color: #ffffee;
   line-height: 1.6;
   border: 2px solid #ffcc99;
   list-style-image: url(images/checkmark.gif);
   list-style-position: outside;
}

.list-check li
{
   margin-top: 10px;
   color: #333;
}

.list-new
{
   margin: 0;
   padding: 0px 0px 0px 35px;
   line-height: 2;
   list-style-position: outside;
   font-weight:bold;
}

.list-new li
{
   margin: 0px;
   color: #333;
}

.side-list
{
   margin: 0 0 15px 0;
   padding: 0px 10px 15px 25px;
   line-height: 1.6;
   list-style-position: outside;
   border: 1px solid #B4B4B4;
}

.side-list li
{
   margin-top: 10px;
   color: #333;
}

.side-list2
{
   margin: 0 0 15px 0;
   padding: 0px 10px 15px 20px;
   line-height: 1.6;
   list-style-position: outside;
}

.side-list2 li
{
   margin-top: 10px;
   color: #333;
}

/* table */

.legal_notice
{
   border-collapse: collapse;
   width: 95%;
   margin: 0 auto;
   padding: 0;
   border-top: 1px solid #e3e3e3;
   border-left: 1px solid #e3e3e3;
}

.legal_notice th
{
   background: #f5f5f5;
   color: #000;
   font-size: 12px;
   text-align: left;
   font-weight: bold;
   padding: 8px 10px;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
   width: 30%;
}

.legal_notice td
{
   background: #fff;
   color: #000;
   font-size: 12px;
   padding: 8px 10px;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
   width: 70%;
}

.pay
{
   border-collapse: collapse;
   width: 95%;
   margin: 0 auto 15px auto;
   padding: 0;
   border-top: 1px solid #e3e3e3;
   border-left: 1px solid #e3e3e3;
}

.pay th
{
   background: #f5f5f5;
   color: #000;
   font-size: 12px;
   text-align: left;
   font-weight: bold;
   padding: 8px 10px;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
}

.pay td
{
   background: #fff;
   color: #000;
   font-size: 12px;
   padding: 8px 10px;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
}

.cart
{
   border-collapse: collapse;
   width: 100%;
   margin: 15px auto;
   padding: 0;
   border-top: 1px solid #e3e3e3;
   border-left: 1px solid #e3e3e3;
}

.cart th
{
   background: #f5f5f5;
   color: #000;
   font-size: 12px;
   text-align: center;
   font-weight: bold;
   padding: 3px 5px;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
}

.cart td
{
   background: #fff;
   color: #000;
   font-size: 12px;
   padding: 3px 5px;
   text-align:center;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
}

.cart2
{
   border-collapse: collapse;
   width: 100%;
   margin: 15px auto;
   padding: 0;
   border-top: 1px solid #e3e3e3;
   border-left: 1px solid #e3e3e3;
}

.cart2 th
{
   background: #f5f5f5;
   color: #000;
   font-size: 12px;
   text-align: center;
   font-weight: bold;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
}

.cart2 td
{
   background: #fff;
   color: #000;
   font-size: 12px;
   text-align:center;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
}

/** navigation **/
#nav {
    margin: 0;
    padding: 0;
	height:45px;
	background-image:url(images/chromebg.gif);
	background-repeat:repeat-x;
	width:750px;
}

#nav ul {
    list-style: none;
	margin:0;
    padding: 0;
    font-size: 9px;
	
}

#nav ul li {
    float: left;
    height: 45px;
}

#nav ul li a {
    display: block;
    height: 45px;
}

#nav ul li.nav_01 a {
    background: url(images/nav/nav_01.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 72px;
}

#nav ul li.nav_02 a {
    background: url(images/nav/nav_02.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 89px;
}

#nav ul li.nav_03 a {
    background: url(images/nav/nav_03.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 144px;
}

#nav ul li.nav_04 a {
    background: url(images/nav/nav_04.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 115px;
}

#nav ul li.nav_05 a {
    background: url(images/nav/nav_05.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 116px;
}

#nav ul li.nav_06 a {
    background: url(images/nav/nav_06.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 113px;
}

#nav ul li.nav_07 a {
    background: url(images/nav/nav_07.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 77px;
}

#nav ul li.nav_08 a {
    background: url(images/nav/nav_08.gif)
    left top no-repeat;
    text-indent: -9999px;
    width: 81px;
}

#nav ul li a:hover {
    background-position: 0 -45px;}


/** margin,padding config **/

.mar-top0 { margin-top:0px;}
.mar-top5 { margin-top:5px;}
.mar-top10 { margin-top:10px;}
.mar-top15 { margin-top:15px;}
.mar-top30 { margin-top:30px;}
.mar-top45 { margin-top:44px;}
.mar-top70 { margin-top:70px;}
.mar-top90 { margin-top:90px;}

.mar-bot0 { margin-bottom:0px;}
.mar-bot10 { margin-bottom:10px;}
.mar-bot15 { margin-bottom:15px;}
.mar-bot30 { margin-bottom:30px;}
.mar-bot45 { margin-bottom:45px;}
.mar-bot60 { margin-bottom:60px;}

.mar-left15 { margin-left:15px;}

.mar-right15 { margin-right:15px;}

.mar-right50 { margin-right:50px;}

.mar-right100 { margin-right:100px;}

.pad-top-bot30 { padding:30px 0;}
.pad-top-bot30_2 { padding:50px 0 30px 0;}

.pad-left-right15 { padding:0 15px;}

.pad10 { padding:0 10px;}

.pad-top35 { padding-top:35px;}

#pad-bot20 { padding-bottom:20px;}

/**alpha-box config**/
#alpha-box-left { width:500px; height:100%; float: left;}

#alpha-box-right { width:240px; height:100%; margin-left:10px; float:right;}

#itembox-left { float:left;
                 background-image:url(images/theme/top_bg_01.gif);
				 background-repeat:repeat; padding:10px;
				 height:100%;
				 }
				 
#itembox-right {
                 float:right;
				 background-image:url(images/theme/top_bg_01.gif);
				 background-repeat:repeat;
				 padding:10px;
				 height:100%;
				 }
				 
.itemborder-top { border-top:1px dashed #999999; border-bottom:1px dashed #999999; padding:10px 0; line-height:1.2;}

.itemborder-bottom { border-bottom:1px dashed #999999; padding:10px 0; line-height:1.2;}

.itemborder-top2 { border-top:1px dashed #999999; border-bottom:1px dashed #999999; padding:10px 0; line-height:1.5;}

.itemborder-bottom2 { border-bottom:1px dashed #999999; padding:10px 0; line-height:1.5;}


/** item-box config **/
#glad-box { height:520px; margin-bottom:30px;}
#pamps-box { height:520px; margin-bottom:30px;}
#pamps-box2 { height:430px; margin-bottom:30px;}

#subpage-item_left { width:370px; float:left;}
#subpage-item_right { width:370px; float:right;}

/** visual-box config **/
#visual-alpha { width:240px; margin-right:15px; float:left;}
#visual-alpha p { padding:0 10px 15px 10px; line-height:1.2;}

#visual-beta { width:240px; float:left;}
#visual-beta p { padding:0 10px 15px 10px; line-height:1.2;}

#visual-delta { width:240px; float:right;}
#visual-delta p { padding:0 10px 15px 10px; line-height:1.2;}

/** other config **/

#foot-menu { background-image:url(images/theme/top_bg_02.gif); background-repeat:no-repeat; height:58px; padding-top:10px; line-height:1.5; font-size:12px;}

.img_z-index { z-index: 1; position:absolute; top:420px;}

.img_z-index2 { z-index: 1; position:absolute; top:1145px;}

.border-top-dash { border-top:1px dashed #999999; padding-top:10px; margin-top:10px}

.border-botom-dash { border-bottom:1px dashed #999999;}

#voice-style { background-image: url(images/theme/voice_bg.gif); background-repeat:repeat; font-size:12px; padding:10px; margin-bottom:15px;}
#voice-style p { margin:0;}

#top-prpf-left { width:370px; float:left; margin-top:10px; margin-bottom:25px; border:solid 1px #e3e3e3;}
#top-prpf-left p { padding:0 10px;}

#top-prpf-right { width:370px; float:right; margin-top:10px; margin-bottom:25px; border:solid 1px #e3e3e3;}
#top-prpf-right p { padding:0 10px;}

#top-prof-overflow { overflow:auto; height:340px; width:370px;}
#top-prof-overflow p { padding:0 0 0 10px}

#top-item-alpha { width:175px; height:300px; font-size:12px; float:left; margin-right:13px; padding:15px 0; margin-bottom:15px; background-image:url(images/item_bg.gif); background-repeat:no-repeat;}
#top-item-alpha p{ padding:0 15px; }

#top-item-beta { width:175px; height:300px; font-size:12px; float:left; margin-right:10px; padding:15px 0; margin-bottom:15px; background-image:url(images/item_bg.gif); background-repeat:no-repeat;}
#top-item-beta p{ padding:0 15px; }

#top-item-delta { width:175px; height:300px; font-size:12px; float:right; padding:15px 0; margin-bottom:15px; background-image:url(images/item_bg.gif); background-repeat:no-repeat;}
#top-item-delta p{ padding:0 15px; }

#top-item-delta2 { width:175px; height:300px; font-size:12px; padding:15px 0; margin-bottom:15px; background-image:url(images/item_bg.gif); background-repeat:no-repeat;}
#top-item-delta2 p{ padding:0 15px; }

#top-item-king { width:265px; height:355px; font-size:12px; margin-right:15px; margin-bottom:15px; float:left; background-image:url(images/king_bg01.gif);}


#top-item-queen { width:265px; height:355px; font-size:12px; margin-bottom:15px; float:right; background-image:url(images/king_bg01.gif);}


#top-main-alpha { width:550px; float:right;}

#top-main-beta { width:185px; float:left; margin-right:15px; font-size:12px;}


.haisou { font-size:16px; border-left:#999999 solid 5px; padding-left:10px;}

.side-box {  border-left:1px solid #E7E3E7; border-right:1px solid #E7E3E7; border-bottom:1px solid #E7E3E7; padding:10px; margin-bottom:15px;}



/** itembox **/
#itembox { width:170px; height:310px; font-size:12px; float:left; margin-right:10px; padding:10px 0; margin-bottom:10px; margin-top:0px; background-image:url(images/item_bg.gif); background-repeat:no-repeat;  display:inline;}
#itembox p{ padding:0 10px; }

#itemboxinner { margin-left:10px;}


.item-text-left { width:270px; float:left; font-size:12px;}
.item-text-right { width:260px; float:right;}

#item-box { margin-bottom:30px;}
#item-box a img { border:2px #CCCCCC solid;}

#cat_title { background-image:url(images/cat_title01.gif); width:550px; height:30px; padding-left:25px; padding-top:3px; font-weight:bold; font-family:"メイリオ"; font-size:14px; }

.side_voice { z-index: 2; position: absolute; left: 290px; top: 930px; width:100%; }

.side_voice2 { z-index: 0; position: absolute; left: -525px; top:15px; width:100%; }

.itemlist { border-bottom:dashed 1px #999999; padding:5px; margin-bottom:0; margin-top:0;}

.link01
{
   border-collapse: collapse;
   width: 90%;
   margin: 15px auto;
   padding: 0;
   border-top: 1px solid #e3e3e3;
   border-left: 1px solid #e3e3e3;
}

.link01 th
{
   background: #f5f5f5;
   color: #000;
   font-size: 12px;
   vertical-align:top;
   text-align: left;
   font-weight: bold;
   padding: 8px 10px;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
}

.link01 td
{
   background: #fff;
   color: #000;
   font-size: 12px;
   padding: 8px 10px;
   vertical-align:top;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
}

.top-entry-list
{
   margin: 0 0 10px 0;
   padding: 0;
   list-style: none;
}

.top-entry-list .top-entry-list
{
   margin: 5px 0 0 0;
   padding-left: 10px;
   list-style: none;
}

.top-entry-list-item
{
   background: url(images/entry-header.gif) no-repeat;
   margin-top: 5px;
   padding: 0 0 10px 30px;
   color: #666;
   font-size: 14px;
   line-height: 1.5em;
   border-bottom: 1px dashed #ccc;
}

.faq_box { width:530px; padding:0 0 45px 0;}

.faq_box_left { width:410px; float:left;}

.faq_box_right { width:110px; float:right;}

.faq_cont { padding:0 15px;}

.ranking-box { padding:0px; font-size:90%; line-height:1.5em;}

.ranking-box a img { border:2px solid #ddd;}

.top-blogbox {  border-left:1px solid #E7E3E7; border-right:1px solid #E7E3E7; border-bottom:1px solid #E7E3E7; padding:10px; margin-bottom:15px;}

.top-blogbox ul
{
   margin: 15px 0;
   padding: 0px 0px 0px 35px;
   line-height: 1.6;
   list-style-image: url(images/checkmark2.gif);
   list-style-position: outside;
}

.top-blogbox li
{
   margin-top: 10px;
   color: #333;
}

.top-blogbox a { color:; }
