﻿@charset "utf-8";

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}
.box_border {
	border: 1px solid #5D9ABD;
	padding-right: 10px;
	padding-left: 10px;
}

.box_border2 {
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4483A8;
	border-right-color: #5D9ABD;
	border-bottom-color: #4483A8;
	border-left-color: #5D9ABD;
}

.box_border3 {
	border: 1px solid #5D9ABD;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FCFDFE;
}

.box_border4 {
	border: 1px solid #5D9ABD;
	padding-right: 0px;
	padding-left: 0px;
}





.text_cd {
	font-size: 80%;
	line-height: 1.2em;
	padding-bottom: 30px;
}
.text_box01 {
	margin-left: 30px;
}
.box_siz02 {
	margin-top: 40px;
}





body {
    margin: 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, 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;
	text-align: left;
	margin: 0;
}
#container-inner { position: static; width: 761px; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 761px; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta {
	position: relative;
	float: left;
	min-height: 1px;
}



#alpha-inner, #beta-inner {
	position: static;
	margin: 0px;
	padding: 0px;
}



/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.entry-content {
    position: static;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
}

.entry-content
 {
    clear: both;
}

.entry-body
 {
    clear: both;
}

.entry-footer
 {
    clear: both;
    margin: 0px;
}


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, 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: auto;
	w\idth: auto;
	margin: 0;
	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;
	border: 1px solid #B8B8B8;
}

.module-header a,
.module-header a:hover {
    color: #fff;
}


/* page layout */

body {
	min-width: 780px;
	color: #000;
	background-color: #FAFEF5;
}

#container {
	width: 790px;
	background-image: url(images/theme/container.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.box_td {
}

#container-inner {
    margin: 0 15px;
}

#banner {
	width: 760px;
	height: 126px;
	background-image: url(images/theme/header_bn.jpg);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#banner-inner {
    padding: 0px 0px 0px 0px;
}


#banner-header {
	margin: 0;
	padding: 0px;
	color: #fff;
    background: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.125;
	text-indent: -9999px;
}

#banner-description {
    margin: 0;
	padding: 0px;
	color: #fff;
    background: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.125;
	text-indent: -9999px;
}



#alpha {
	width: 510px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
	padding: 0px;
}

#beta-inner
{
	padding: 10px 5px 0 5px;
}

#footer
{
	text-align: right;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0;
}
.footer-menu {
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
}

address
{
   color: #999;
   font-style: normal;
   font-size: 12px;
}

.entry-content {
	margin: 0;
	line-height: 1.8;
	font-size: 14px;
	padding: 0;
}


/* modules */

.module {
    margin: 0 0 10px 0;
    border-bottom: 0px solid #f3f6f9;
}

.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;
	text-align: center;
}

.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 {
}

/* one-column tweaks */

.layout-one-column body { min-width: 780px; }
.layout-one-column #container { width: 780px; }
.layout-one-column #banner { width: 780px; } /* necessary for ie win */

.layout-one-column #alpha {
    margin: 0;
    padding: 0;
	width: 780px;
    
}

.layout-one-column #alpha-inner {
	width: 510px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 0;
}


/* two-column-left tweaks */

.layout-two-column-left #alpha {
    float: right;
    margin: 0;
    padding: 0;
    width: 525px;
    background: none;
}

.layout-two-column-left #alpha-inner {
	padding: 15px 15px 0 10px;
	border-width: 0;
}

.layout-two-column-left #beta {
	float: left;
	margin: 0;
	width: 210px;
	padding: 0;
   
}

.layout-two-column-left #beta-inner {
	padding: 10px 0 0 5px;
	border-width: 0;
	border-style: solid;
	border-color: #fff;
	margin: 0;
}


/* 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"; }

.red { color: #ff0000 }

.dark-red { color: #cc0000 }

.orange { color: #FF6600}

.orange2 { color: #FF6C00}

.yellow { color: #ffff00 }

.yellow2 { color: #CEAC0B}

.green { color: #99ff99 }

.green2 { color: #66CC33}

.green3 { color: #006666}

.blue { color: #0000ff }

.dark-blue { color: #006699 }

.bold { font-weight: bold }

.bold2 {
	font-weight: bold;
	font-size: 120%;
}

.gray-bold { font-weight: bold;
color:#616161}

.italic { font-style: italic }

.center { text-align: center }

.right { text-align: right }

.left { text-align: left }

.line-through { text-decoration: line-through }

.underline { text-decoration: underline }

.underline-dashed { border-bottom: 1px dashed #999; }

.smaller { font-size: 80% }

.small { font-size: 90% }

.larger { font-size: 150% }

.larger1 {
	font-size: 130%;
	font-weight: bold;
}

.larger2 {
	font-size: 120%;
}
.margin-top15 {
	margin-top: 15px;
}
.margin-top30 {
	margin-top: 30px;
}

.margin-left5 {
	margin-left: 5px;
}

.gray {
	color: #333333;
}


.larger3 {
	font-size: 140%;
	font-weight: bold;
}

.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 }

.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;
}

/* image */

.img-left
{
   float: left;
   margin-right: 10px;
}
.img-right
{
   float: right;
   margin-left: 10px;
}

.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 {
	background-color: #E5EFED;
	padding: 0px;
	margin-left: 10px;
}

.box_blue2 {
	background-color: #E5EFED;
	margin-right: 10px;
	font-size: 95%;
	line-height: 1.4em;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.box_blue02 {
	margin-right: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	line-height: 1.4em;
}
.box_td {
	line-height: 1em;
}



.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
{
	background-color: #efffef;
	border: 2px solid #99ff99;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.box-green2
{
	background-color: #efffef;
	border: 2px solid #99ff99;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.box-green3
{
	border: 3px solid #339933;
	padding: 0px;
}

.box-pink
{
	background-color: #fff9ff;
	border: 2px solid #ffccff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.box-gray
{
	background-color: #fff;
	border: 2px solid #e3e3e3;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 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-check2
{
	background-color: #ffffee;
	line-height: 1.6;
	border: 2px solid #ffcc99;
	list-style-image: url(images/checkmark.gif);
	list-style-position: outside;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
}

.list-check li
{
   margin-top: 10px;
   color: #333;
}

/* table */

.legal_notice
{
   border-collapse: collapse;
   width: 95%;
   margin: 0 auto;
   padding: 0;
   border-top: 2px solid #e3e3e3;
   border-left: 2px solid #e3e3e3;
}

.legal_notice th
{
   background: #f5f5f5;
   color: #000;
   font-size: 12px;
   text-align: left;
   font-weight: bold;
   padding: 3px 5px;
   border-right: 2px solid #e3e3e3;
   border-bottom: 2px solid #e3e3e3;
   width: 30%;
}

.legal_notice td
{
   background: #fff;
   color: #000;
   font-size: 12px;
   padding: 3px 5px;
   border-right: 2px solid #e3e3e3;
   border-bottom: 2px solid #e3e3e3;
   width: 70%;
}

/* nav */

#nav {
	width: 760px;
	font-weight: bold;
	font-size: 90%;
	padding: 0px;
	height: 40px;
	margin: 0px;
}

#nav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
visibility: hidden;
}

#nav ul{
	width: 760px;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

#nav ul li{
	float: left;
	height: 40px;
}
.banner_top {
	background-image: url(images/home/banner.gif);
	height: 39px;
	width: 760px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}


#nav ul li a{
	color: #494949;
	text-decoration: none;
	display: block;
}
#nav ul li.nav_01 a {
	background-image: url(images/menu/menu_01.gif);
	background-position: left top;
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 40px;
	width: 127px;
}
#nav ul li.nav_02 a {
	background-image: url(images/menu/menu_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 127px;
}
#nav ul li.nav_03 a {
	background-image: url(images/menu/menu_08.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 127px;
}
#nav ul li.nav_04 a {
	background-image: url(images/menu/menu_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 127px;
}
#nav ul li.nav_05 a {
	background-image: url(images/menu/menu_05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 126px;
}
#nav ul li.nav_06 a {
	background-image: url(images/menu/menu_06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 126px;
}


#nav ul li a:hover{

	background-position: 0px -40px;
}
.banner_picture {
	width: 760px;
	height: 289px;
	margin: 0px;
	padding: 0px;
}
.side-back {
	
}
.box_text {
	padding-left: 10px;
}
.box_size {
	margin-left: 0px;
	font-size: 90%;
}

.box_size_2 {
	margin-left: 0px;
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.box_size2 {
	font-size: 90%;
	margin-bottom: 15px;
}

.box_size05 {
	padding-bottom: 20px;
}

.box_music {
	background-color: #FBFBFB;
	margin-right: 90px;
	margin-left: 90px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	border: 1px solid #B8B8B8;
}
.footer_box {
	text-align: right;
	margin-right: 20px;
}
.box_td03 {
	line-height: 1.4em;
	float: left;
}
.box_td04 {
	float: right;
	line-height: 1.2em;
	text-align: center;
}
.text_green {
	font-size: 90%;
	line-height: 1.4em;
	color: #009933;
}
.box_size03 {
	margin-bottom: 40px;
}
body {
	background-color: #fafef5;
}
.box_size04 {
	margin-bottom: 40px;
}

.b-boxpink {
	margin-left: 10px;
	border: 2px solid #CC6666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
}
.b-boxgreen {
	border: 2px solid #9CE653;
	margin-top: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.b-textred {
	font-weight: bold;
	color: #FF0000;
}
.b-textgreen {
	font-weight: bold;
	color: #009933;
}

.b-textred2 {
	font-weight: bold;
	color: #FF0000;
	font-size: 130%;
}

.box_size04 {
	margin-bottom: 40px;
	line-height: 1.2em;
}
.text-05 {
	color: #AC72BE;
}
.boder-foot {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 227px;
}
.box_table {
	font-size: 110%;
	margin-left: 5px;
}
.box-stil02 {
	margin-left: 100px;
	padding: 0px;
	margin-top: 0px;
}
.box-bty {
	background-image: url(images/contents/bty.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 59px;
	margin-left: 200px;
}
.flort {
	float: left;
}
.box-stil01 {
	line-height: 1.2em;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

.box-stil01 p{
	line-height: 1.4em;
}


.text-stil02 {
	color: #8C0000;
	font-weight: bold;
}
.text-stil03 {
	font-weight: bold;
	color: #006E00;
}


.text-stil01 {
	font-weight: bold;
	color: #AC59FF;
	text-align: center;
}
.box-stil10 {
	padding-right: 10px;
	padding-left: 10px;
}
.text-stil04 {
	color: #990033;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.box-stil11 {
	line-height: 1.4em;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.box-stil12 {
	margin: 10px;
	padding: 0 0 10px 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #3366FF;
}
.box-stil13 {
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #3366FF;
	padding-top: 0px;
	padding-bottom: 20px;
}
.text-stil06 {
	font-size: 120%;
	padding-top: 10px;
	font-weight: bold;
}

.box-stil14 {
	line-height: 1.4em;
	margin-left: 275px;
	margin-top: 20px;
}
.text-stil05 {
	color: #990033;
	text-align: center;
	font-weight: bold;
}
.box-stil15 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	border: 1px solid #00CC99;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.box-stil16
{	
	border: 3px solid #ffcc99;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.text-stil07 {
	color: #FF0000;
	text-align: right;
}

.f-left{float:left;}

.f-right{float:right;}

.lavel{margin-left:150px;}

.space1{margin-bottom:15px;}

.space2{margin-top:15px;}


.form1{
	border-top:1px solid #666;
	border-right:1px solid #666;
	width: 500px;
}

.form1 th{
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	background-color:#F5F5F5;
	height:30px;
	vertical-align:middle;
	background-position: center;
	text-align: left;
	width: 35%;
}

.form1 td{
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	width: 65%;
}

.text_map {
	font-size: 80%;
	line-height: 1.1em;
	padding: 0;
}
.t-wid{width:180px;}
.dot {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.dot2 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.cd-bg {
	background-image: url(images/cd-live/live-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.white {
	font-weight: bold;
	color: #FFFFFF;
}

.w500{width:490px;
margin:10px 0;
padding:0;
}

.ml10{margin-left:10px;}
.meirio {
	font-family: "メイリオ";
	color: #333333;
	font-weight: bold;
}
.line-hight {
	line-height: 1.2;
}

.line-hight2 {
	line-height: 1.3;
}

.line-hight3 {
	line-height: 1.4;
}


.news {
	background-image: url(images/index_new/news.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 305px;
	width: 280px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding:0;
}
.news-in {
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 40px;
	margin-left: 15px;
	overflow: auto;
	padding: 0px;
	height: 215px;
}

.news-in ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.news-in ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	list-style-type: none;
	background-image: url(images/theme/list-head.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.mail_mg {
	background-image: url(images/index_new/mail.jpg);
	background-repeat: no-repeat;
	height: 305px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	padding: 0px;
}

.mail_mg-in {
	margin:0;
	padding: 0;
	height: 305px;
	width: 200px;
}

.min{margin:50px 15px 40px 15px;}

.mt0{
margin-top:0px;}

.mt5{
margin-top:5px;}

.mt10{
margin-top:10px;}

.mt20{
margin-top:20px;}

.mt40{
margin-top:40px;}

.mt70{
margin-top:70px;}


.mb5{
margin-bottom:5px;}

.mb10{
margin-bottom:10px;}

.mb20{
margin-bottom:20px;}

.mb40{
margin-bottom:40px;}

.mb70{
margin-bottom:70px;}

.mr5{
margin-right:5px;}

.mr10{
margin-right:10px;}

.mr20{
margin-right:20px;}

.mr40{
margin-right:40px;}

.mr70{
margin-right:70px;}

.mr85{
margin-right:95px;}

.ml5{
margin-left:5px;}

.ml10{
margin-left:10px;}

.ml20{
margin-left:20px;}

.ml40{
margin-left:40px;}

.ml70{
margin-left:70px;}


.ml220{
margin-left:220px;}

.ml230{
margin-left:230px;}

.ml240{
margin-left:240px;}

.pb5{
padding-bottom:5px;}

.pb10{
padding-bottom:10px;}

.pb20{
padding-bottom:20px;}

.pr5{
padding-right:5px;}

.pr10{
padding-right:10px;}

.pr20{
padding-right:20px;}

.pr40{
padding-right:40px;}

.pr70{
padding-right:70px;}


.pl5{
padding-left:5px;}

.pl10{
padding-left:10px;}

.pl20{
padding-left:20px;}

.pl40{
padding-left:40px;}

.pl70{
padding-left:70px;}

.pl100{
padding-left:100px;}

.w280 {
width:280px;} 

.w290 {
width:290px;} 

.w300 {
width:300px;} 
.box-in {
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-right-width: 2px;
	border-bottom-width: 5px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #ADADAD;
	border-left-color: #CCCCCC;
}
.box-top {
	padding: 0px;
	height: 50px;
	width: 500px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/theme/box-top.gif);
	background-repeat: no-repeat;
}

.header-link
{
	float: left;
	padding: 0;
	color: #ccc;
	font-size: 9px;
	font-weight: normal;
	line-height: 1.0;
	text-align: left;
	width: 360px;
	height: 60px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.header-link a
{
float: left;
   margin: 0;
   padding: 0;
   color: #ccc;
   font-size: 9px;
   font-weight: normal;
   line-height: 1.0;
   text-indent: -9999px;
width: 360px;
height: 60px;
}

.box_back{
	background-image:url(images/theme/title.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0px;
	width: 489px;
	height:55px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight:bold
}

.dot-b-g{border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A7A8A8;
	height:1%;}

.lh12 { line-height:1.2em;}

.lh14 { line-height:1.4em;}
