﻿@charset "utf-8";
/* 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: 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;
    margin: 0 auto; /* center on everything else */
    width: 800px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody {
	position: relative;
	width: 800px;
	margin-top: 0px;
}
#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;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.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, 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 */



#container {
    width: 800px;
	margin: 0 auto;
}

#container-inner {
    margin: 0;
    background: url(images/theme/beta.gif);
}

#banner {
	width: 800px; /* necessary for ie win */
	height: 103px;
	background-image: url(images/head/header.jpg);
}

#banner-inner {
    padding: 7px 0 0 0;
}


#banner-header {
	color: #000;
	font-size: 12px;
	line-height: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

#banner-description {
	float: left;
	padding: 0;
	color: #ccc;
	font-size: 9px;
	font-weight: normal;
	line-height: 1.0;
	text-align: left;
	width: 190px;
	height: 70px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#banner-description a {
float: left;
   margin: 0;
   padding: 0;
   color: #ccc;
   font-size: 9px;
   font-weight: normal;
   line-height: 1.0;
   text-indent: -9999px;
width: 190px;
height: 70px;
}

#alpha { margin: 15px 15px 0 15px; width: 640px; }
#beta { width: 160px; }

#beta-inner
{
	padding: 10px 10px 0 10px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
}

#footer
{	
	background: url(images/theme/footer.gif);
	margin: 0;
	padding: 10px 0 10px 0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #F79434;
}

address
{
	color: #000000;
	font-style: normal;
	font-size: 12px;
	text-align: right;
}

.entry-content {
    margin: 0;
    line-height: 1.8;
	font-size: 12px;
}


/* 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: 780px; }
.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: 15px auto;
    padding: 0;
    width: 550px;
}


/* two-column-left tweaks */

.layout-two-column-left #alpha {
    float: right;
    margin: 0;
    padding: 0;
    width: 640px;
    background: none;
}

.layout-two-column-left #alpha-inner {
    padding: 0;
    border-width: 0;
}

.layout-two-column-left #beta {
	float: left;
	margin: 0;
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.layout-two-column-left #beta-inner {
    padding: 0;
    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"; }

.red { color: #ff0000 }

.dark-red { color: #cc0000 }

.orange { color: #FF7400 }

.yellow { color: #ffff00 }

.green { color: #99ff99 }

.blue { color: #0000ff }

.dark-blue { color: #006699 }

.gray { color: #999999 }

.gray2 { color: #666666 }

.bold { font-weight: bold }

.italic { font-style: italic }

.center { text-align: center }

.right { text-align: right }

.left { text-align: left }

.f-right {
	float: right;
}

.f-left { float: 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% }

.large { 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 }

.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
{
   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
{
	padding: 10px;
	background-color: #fff;
	border: 2px solid #e3e3e3;
	height: 100%;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}


/* 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;
}

/* table */

.legal_notice
{
   border-collapse: collapse;
   width: 95%;
   margin: 0 auto;
   padding: 0;
   border-top: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
}

.legal_notice th
{
	color: #000;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 3px 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 30%;
	background-color: #FFE7D2;
	font-family: "メイリオ";
}

.legal_notice td
{
   background: #fff;
   color: #000;
   font-size: 12px;
   padding: 3px 5px;
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   width: 70%;
}


.rf-table
{
   border-collapse: collapse;
   width: 100%;
   margin: 0 auto;
   padding: 0;
   border-top: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
}

.rf-table th
{
	color: #000;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 5px 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 35%;
	background-color: #FFE7D2;
	font-family:"メイリオ";
}

.rf-table td
{
   background: #fff;
   color: #000;
   font-size: 12px;
   padding: 10px 5px;
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   width: 65%;
}

.inq-table
{
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	line-height: 1.4;
}

.inq-table th
{
	color: #000;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 3px 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 25%;
	background-color: #FFE7D2;
	font-family: "メイリオ";
}

.inq-table td
{
   background: #fff;
   color: #000;
   font-size: 12px;
   padding: 3px 5px;
   border-right: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   width: 75%;
}

/* nav */

#nav {
 margin: 0;
 padding: 0;
 height:37px;
 width: 800px;
}

#nav ul {
    list-style: none;
 margin:0;
    padding: 0;
    font-size: 9px;
 
}

#nav ul li {
    float: left;
    height: 37px;
}

#nav ul li a {
    display: block;
    height: 37px;
}

#nav ul li.nav_01 a {
    left top no-repeat;
 text-indent: -9999px;
 width: 160px;
 background-image: url(images/nav/nav01.gif);
}

#nav ul li.nav_02 a {
    left top no-repeat;
 text-indent: -9999px;
 width: 160px;
 background-image: url(images/nav/nav02.gif);
}

#nav ul li.nav_03 a {
    left top no-repeat;
 text-indent: -9999px;
 width: 160px;
 background-image: url(images/nav/nav03.gif);
}

#nav ul li.nav_04 a {
    left top no-repeat;
 text-indent: -9999px;
 width: 160px;
 background-image: url(images/nav/nav04.gif);
}

#nav ul li.nav_05 a {
    left top no-repeat;
 text-indent: -9999px;
 width: 160px;
 background-image: url(images/nav/nav05.gif);
}



#nav ul li a:hover {
    background-position: 0 -37px;}

.clearfix { display: inline-block; }

/* list */


ul.side_nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.side_nav li {
	float: left;
	margin-top: 5px;
}
ul.side_nav li img {
	display: block;
	margin: 0px;
	padding: 0px;
	border:0;
}
.top_img {
	background-image: url(images/head/head_top.jpg);
	height: 306px;
	margin: 0;
	padding: 0;
}

.new {
	margin: 0;
	overflow: auto;
	height: 75px;
	width: 310px;
	position: absolute;
	left: 13px;
	top: 355px;
}
.new ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
}

.new li {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.side ul {
	padding: 0px;
	list-style-type: none;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.side li {
	list-style-type: none;
	background-image: url(images/side/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.side li a {
	display:block;
	text-decoration:none;
	color:black;
	height: 1%;
	background-image: url(images/side/link_head01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.side li a:hover {
	display:block;
	text-decoration:none;
	color:black;
	height: 1%;
	background-image: url(images/side/link_head02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.mar-bot0 {
	margin-bottom: 0px;
}

.mar-bot15 {
	margin-bottom: 15px;
}

.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot30 {
	margin-bottom: 30px;
}

.mar-bot50 {
	margin-bottom: 50px;
}

.mar-top0 {
	margin-top: 0px;
}

.mar-top5 {
	margin-top: 5px;
}
.mar-top15 {
	margin-top: 15px;
}

.mar-top30 {
	margin-top: 30px;
}

.mar-top40 {
	margin-top: 40px;
}

.mar-top50 {
	margin-top: 50px;
}

.mar-left0 {
	margin-left: 0px;
}

.mar-rf {
	margin-left: 2px;
}
.mar-left15 {
	margin-left: 15px;
}

.mar-left30 {
	margin-left: 30px;
}

.mar-left220 {
	margin-left: 220px;
}


.mar-right0 {
	margin-right: 0px;
}

.mar-right15 {
	margin-right: 15px;
}

.mar-right30 {
	margin-right: 30px;
}

.pad-top5 {
	padding-top: 5px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-bot30 {
	padding-bottom: 30px;
}

.f-box {
	height: 100%;
}
#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer p {
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
.header_bt {
	text-align: right;
	margin-top: 10px;
}
.line_h1-5 {
	line-height: 1.5;
}

.line_h1 {
	line-height: 1;
}

.half290 {
	margin: 0px;
	float: left;
	width: 290px;
	padding: 0px;
}

.half320 {
	float: right;
	width: 320px;
	padding: 0px;
	margin-top: 26px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.half_320 {
	float: right;
	width: 320px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.t-half {
	margin: 0px;
	float: left;
	width: 185px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.t-half2 {
	margin: 0px;
	float: left;
	width: 185px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(images/side/link_head02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.t-half2 p {
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.t-half2 a:hover {
	color: #8E8EFF;
}
.box1_bg {
	background-image: url(images/consultation/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 300px;
}

.box1_in {
	margin: 0px;
	padding-top: 20px;
	padding-left: 180px;
	padding-right: 140px;
	font-size: 14px;
}

.box1_tx {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.meirio {
	font-family: "メイリオ";
	font-weight: bold;
}
.f_tx {
	font-family: "メイリオ";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-image: url(images/faq/q.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #017EC1;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 23px;
	line-height: 1;
	margin-top: 30px;
}

.a_tx {
	color: #333333;
	background-image: url(images/faq/a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 15px;
}

.c_tx {
	color: #F87604;
	padding-right: 10px;
	padding-left: 30px;
	font-size: 10px;
}

.box2-top {
	font-size: 10px;
	color: #FFFFFF;
	text-indent: -9999px;
	padding: 0px;
	height: 19px;
	width: 620px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/staff/box2-top.gif);
	background-repeat: no-repeat;
}

.box2-in {
	background-image: url(images/staff/box2-bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	height: 100%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.box2-bot {
	background-image: url(images/staff/box2-bot.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: -9999px;
	padding: 0px;
	width: 620px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 20px;
	clear: both;
}
.name {
	font-family: "メイリオ";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	line-height: 1.2;
	padding-left: 30px;
	padding-bottom: 5px;
	background-image: url(images/staff/mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.subtitle {
	font-family: "メイリオ";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	line-height: 1.2;
	padding-left: 30px;
	padding-bottom: 5px;
	background-image: url(images/staff/mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.subtitle2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding-left: 40px;
	padding-bottom: 7px;
	background-image: url(images/theme/bn.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
}

.subtitle3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #F79434;
	border-bottom-width: 1px;
}

.g_table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	font-size: 12px;
}

.g_table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 3px;
}
.bg_orange {
	background-color: #FFE7D2;
}
.list02 {
	margin: 0px;
	padding: 0px;
}

.list02 li {
	background-image: url(images/side/link_head01.gif);
	background-position: left 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
	background-repeat: no-repeat;
}

.list03 {
	margin: 0px;
	padding: 0px;
}

.list03 li {
	background-image: url(images/side/link_head01.gif);
	background-position: left 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
	background-repeat: no-repeat;
	line-height: 1.4;
}

.list04 {
	margin: 0px;
	padding: 0px;
}

.list04 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
	line-height: 1.4;
	font-family: "メイリオ";
	font-weight: bold;
}

.list04 li a {
	background-image: url(images/side/link_head02.gif);
	background-position: left 3px;
	list-style-type: none;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.list04 li a:hover {
	background-image: url(images/side/link_head01.gif);
	background-position: left 3px;
	list-style-type: none;
	background-repeat: no-repeat;
	color: #666666;
	text-decoration: underline;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.box3-top {
	font-size: 10px;
	color: #FFFFFF;
	text-indent: -9999px;
	padding: 0px;
	height: 40px;
	width: 620px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/voice/box3-top.gif);
	background-repeat: no-repeat;
}

.box3-bot {
	background-image: url(images/voice/box3-bot.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	text-indent: -9999px;
	padding: 0px;
	width: 620px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 26px;
	clear: both;
}
.dot {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.dot2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F79434;
}

.arrow {
	font-family: "メイリオ";
	font-size: 14px;
	color: #FF7400;
	background-image: url(images/voice/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 5px;
	padding-top: 1px;
}
.flow-box {
	padding: 0px;
	height: 100%;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CD;
	background-image: url(images/flow/flow-bg.jpg);
	background-repeat: repeat-y;
}
.flow-title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}

.reform1 {
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
.rf-box1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
	background-image: url(images/reform1/b-a.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.rf-box2 {
	margin: 0px;
	float: right;
	width: 290px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.rf-box3 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	background-repeat: no-repeat;
	background-position: right top;
}

.rf-box4 {
	margin: 0px;
	float: right;
	width: 290px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.line01 {
	background-image: url(images/reform1/line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.line02 {
	background-image: url(images/sitemap/line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.w200 {
	width: 200px;
}

.div01 {
	width: 65px;
	padding-top: 3px;
}

.div02 {
	width: 80px;
	padding-right: 5px;
}

.line_b {
	background-image: url(images/theme/line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
}

.line_b2 {
	background-image: url(images/theme/line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 0px;
}
.img_up {
	vertical-align: top;
}
.arrow-box {
	background-image: url(images/theme/arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
.arrow-box2 {
	background-image: url(images/reform1_03/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 200px 100px;
}
.w-560 {
	width: 560px;
	height: 100%;
}
.zero {
	margin: 0px;
	padding: 0px;
}
.bg-img {
	background-image: url(images/sitemap/bg-img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.link_c a {
	color: #333333;
	text-decoration: none;
}

.link_c a:hover {
	color: #666666;
	text-decoration: underline;
}

.gray2
{
	padding: 10px;
	background-color: #F6F6F6;
	border: 2px solid #e3e3e3;
	height: 100%;
}
.new a {
	color: #FFFFFF;
	text-decoration: none;
}
.new a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
