@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%;}
* 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: 100%;
	padding-bottom: 10px;
}
#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 */



.entry-content {
    position: static;
    clear: both;
}

.entry,
 {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content
 {
    clear: both;
}

.entry-body
 {
    clear: both;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}



/* 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: #C00;
	text-decoration: none;
}
#banner a:hover {
	color: #F33;
}

.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 {
	width: 100%;
	w\idth: auto;
	margin: 0;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-align: left;
	background-color: #8B0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F5CCCC;
	border-bottom-color: #290000;
	border-left-color: #36414d;
}

.module-header a,
.module-header a:hover {
    color: #fff;
}


/* page layout */

body {
	min-width: 830px;
	color: #000;
	background: url(../img/theme/body.gif);
}

#container {
	width: 830px;
	margin: 0 auto;
	background: url(../img/theme/container.gif);
}

#container-inner {
	margin: 0 15px;
	background-image: url(../img/theme/beta.gif);
	background-repeat: repeat-y;
}

#banner {
	width: 800px; /* necessary for ie win */
	height: 166px;
	background: url(../img/topimg.jpg);
}

#banner-inner {
	padding: 20px 30px 0 30px;
}

#banner-header {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

#banner-description {
	margin-top: 5px;
	margin-bottom: 0;
	color: #333;
	background: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.125;
	text-align: left;
}

#alpha { margin: 15px 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;
	margin: 0;
	padding: 15px 0 30px 0;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #8B0000;
	background-color: #FFF;
}

address
{
	color: #8B0000;
	font-style: normal;
	font-size: 12px;
}

.entry-content {
    margin: 0;
    line-height: 1.2;
	font-size: 14px;
}


/* modules */

.module {
    margin: 0 0 10px 0;
    border-bottom: 0px solid #f3f6f9;
    background: #fff;
}

.module-content {
	margin: 0 0 5px 0;
	padding: 10px;
	font-size: 12px;
	line-height: 1.2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E6E6E6;
}

.module-search input { font-size: 12px; }

.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 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}


.module-list-item {
    margin-top: 0;
    color: #000;
    line-height: 1.2;
}


/* two-column-left tweaks */

.layout-two-column-left #alpha {
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	width: 800px;
	background: none;
}

.layout-two-column-left #alpha-inner {
	padding: 0 10px 0 10px;
	border-width: 0;
}

.layout-two-column-left #beta {
	float: left;
	margin: 0;
	width: 200px;
}

.layout-two-column-left #beta-inner {
    padding: 10px 10px 0 10px;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
}


/* 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: #ff9900 }

.yellow { color: #ffff00 }

.green { color: #99ff99 }

.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 }

.line-through { text-decoration: line-through }

.underline { text-decoration: underline }

.underline-dashed { border-bottom: 1px dashed #999; }

.smaller { font-size: 80% }

.larger { font-size: 150% }

.headline { color: #cc0000; font-size: 35px; font-weight: normal; font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; line-height: 1.4; } 

.bg-red { background-color: #ff9999 }

.bg-yellow { background-color: #ffff99 }

.bg-icon-lightbulb { background: url(../img/lightbulb.gif) no-repeat ;  padding:5px 0 5px 20px; }

.bg-icon-comment { background: url(../img/comment.gif) no-repeat ; padding:5px 0 5px 20px; }

.bg-icon-exclamation { background: url(../img/exclamation.gif) no-repeat ;  padding:5px 0 5px 20px; }

.bg-icon-page_white_text { background: url(../img/page_white_text.gif) no-repeat ;  padding:5px 0 5px 20px; }

.bg-icon-attach { background: url(../img/attach.gif) no-repeat ;  padding:5px 0 5px 20px; }

.rollover-red
{
	margin: 30px 0;
	padding: 0;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	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-darkred
{
   margin: 15px 0;
   padding: 10px;
   background-color: #fff5f5;
   border: 2px solid #990033;
}

.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: 2px solid #e3e3e3;
}

.box-shop
{
　 clear:both;
   margin: 15px;
   padding: 10px;
   background-color: #fff;
   border: 2px solid #e3e3e3;
}

/* 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(../img/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: 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%;
}

/** navigation **/



#nav {
	width: 100%;
	font-size: 14px;;
}
*/

#nav:after{ *Add margin between menu and rest of content in Firefox*
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#nav ul{	
	width: 100%;
	padding: 7px 0;
	margin: 0;
	text-align: left;
*set value to "right" for example to align menu to the left of page*
; 	background-image: url(../img/nav/back.gif);
	background-repeat: repeat-x;
}

#nav ul li{
	display: inline;
}

#nav ul li.nav_link a{
	color: #FFF;
	padding: 7px 10px;
	margin: 0 0 0 -4px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #900;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F66;
}

#nav ul li.nav_home a{
	color: #FFF;
	padding: 7px 10px;
	margin: 0px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #900;	
}

#nav ul li a:hover{
	background-image: url(../img/nav/nav_link.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*title*/
h3.title {
	height:1%;
	background-image: url(../img/theme/h3_back.gif);
	background-repeat: repeat-x;
	margin:0;
	font-weight:bold;
	padding: 11px 5px 10px 5px;
}

h4.title {
	height:1%;
	font-size:120%;
	margin:0;
	font-weight:bold;
	padding: 5px 5px 0 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8B0000;
}

