﻿@charset "UTF-8";

/* ブラウザスタイルの初期化 */
* {
	margin: 0;
	padding: 0;
	color: #686868;
	font-size: medium;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.0;
}

/* ブラウザスタイルie6の初期化 */
th,td,form{
  margin: 0;
  padding: 0;
  color: #686868;
  font-size:medium;
  font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.0;
}

/* 文書本体 (body) */
body {
	background-color: #FFFFFF;
	background-image: url('images/wrapbg.gif');
	background-repeat: repeat-y;
	background-position: center top;
	color: #5A5A5A;
	text-align: center;
  }

/* リンクテキスト (a) */
a:link {
  color: #686868;
  text-decoration: none;
  }
a:visited {
  color: #8a8a8a;
  text-decoration: none;
  }
a:hover {
  color: #000000;
  text-decoration: underline;
  }
a:active {
  color: #000000;
  text-decoration: underline;
  }

/* 画像 (img) */
img {
  border: 0;
  }

/*  clearfix */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	display:inline-table;
}
/* Not MacIE \*/
html .clearfix{
	*height:1%;
}
.clearfix{
	display:block;
}
/* Not MacIE End */

/*  clear */
.clear {
	clear: both;
}

/* -----------------------------------------------------------
 共通 
----------------------------------------------------------- */
p{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}
.imgRight {
	padding: 0px;
	float: right;
	margin: 0 0 10px 10px;
}
.imgLeft {
	padding: 0px;
	float: left;
	margin: 0 10px 10px 0;
}

.imgCenter {
	padding: 0px;
	text-align: center;
	margin: 0 0 1em;
}

.imgMargin {
	margin: 0 0 1em;
}
.pink{
	color: #E81B6A;
}
/* -----------------------------------------------------------
 container 
----------------------------------------------------------- */
#container {
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
	background-color: #FFFFFF;
}
/* -----------------------------------------------------------
 box
----------------------------------------------------------- */
#box {
	margin: 0 auto;
	width: 778px;
	overflow: hidden;
	text-align: left;
	background-color: #FFFFFF;
}

/* -----------------------------------------------------------
 head
----------------------------------------------------------- */
#head{
	border: 0;
	padding: 0;
	margin: 0;
	width: 778px;
	height: 156px;
	background-image: url('images/wakakusa_back.gif');
	overflow: hidden;
	background-repeat: no-repeat;
}
#head h1.lead{
	font-size: 10px;
	font-weight: normal;
	padding-left: 5px;
	margin-top: 10px;
}
#head h1.title{
	font-size: 15px;
	font-weight: bold;
	left: 480px;
	top: 128px;
	position: absolute;
	color: #E81B6A;
}
.relative{
	position:relative;
}

/* -----------------------------------------------------------
 menu
----------------------------------------------------------- */
#menu{
	margin: 0;
	padding: 5px 10px 0 10px;
	background-color: #E81B6A;
	height: 19px;
}
#menu .menuleft{
	color: #FFFFFF;
	font-size: 13px;
	width: 250px;
	float: left;
}
#menu .menuright{
	color: #FFFFFF;
	font-size: 13px;
	width: 500px;
	float: right;
}
#menu .menuright ul{
	list-style-type: none;
	float: right;
}
#menu .menuright li{
	font-size: 13px;
	float: left;
	color: #FFFFFF;
	padding: 0 0 0 7px;
}
#menu .menuright li a{
	font-size: 13px;
}
#menu .menuright li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu .menuright li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu .menuright li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#menu .menuright li a:active {
	color: #E5DED7;
	text-decoration: underline;
}

/* -----------------------------------------------------------
 main
----------------------------------------------------------- */
#main {
	padding: 15px 0 15px 0;
}
#main #mbody{
	width: 580px;
	float: right;
	padding-bottom: 20px;
}


#main #side{
	width: 180px;
	float: left;
}

/* -----------------------------------------------------------
 news topics
----------------------------------------------------------- */
#main #side #news{
	background-color: #E5DED7;
}
#main #side #news h2{
	border-bottom: 1px #FFFFFF dotted;
	background-color: #E5DED7;
	font-size: 13px;
	padding: 5px 0 5px 10px;
}
#main #side #news dt{
	color: #E81B6A;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 15px 3px 10px;
}
#main #side #news dd{
	font-size: 12px;
	padding: 0 15px 5px 10px;
	border-bottom: 1px #FFFFFF dotted;
	line-height: 1.2;
}
#main #side #news dd a{
	font-size: 12px;
	line-height: 1.2;
}
#main #side #news dd a:link {
	text-decoration: underline;
}
#main #side #news dd a:visited {
	text-decoration: underline;
}
#main #side #news dd a:hover {
	text-decoration: underline;
}
#main #side #news dd a:active {
	text-decoration: underline;
}

/* -----------------------------------------------------------
 banner
----------------------------------------------------------- */
#main #side #banner{
	margin-top: 15px;
}
#main #side #banner img{
	margin-bottom: 10px;
}
/* -----------------------------------------------------------
 footer
----------------------------------------------------------- */
#footer{
	font-size: 10px;
	border-top: 1px #E81B6A solid;
	padding-top: 7px;
	line-height: 120%;
}
/* -----------------------------------------------------------
 top
----------------------------------------------------------- */
#main #mbody #top h2{
	font-size: 15px;
}
#main #mbody #top #access{
	padding-right: 15px;
}
#main #mbody #top #access h3{
	font-size: 15px;
	border-left-color: #E81B6A;
	border-left-style: solid;
	border-left-width: 5px;
	padding-left: 8px;
	padding-bottom: 2px;
}

#main #mbody #top #top-l{
	width: 270px;
	float: left;
	background-color: #FCDDE9;
}
#main #mbody #top #top-l .h3back{
	background-image: url('images/top_back.gif');
	background-repeat: no-repeat;
	height: 45px;
}
#main #mbody #top #top-l h3{
	color: #E81B6A;
	padding-top: 14px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
#main #mbody #top .lmargin{
	margin-left: 15px;
	float: left;
	padding-bottom: 20px;
}
#main #mbody #top #top-l p{
	padding-left: 10px
}
#main #mbody #top #top-l2{
	width: 270px;
	float: left;
	background-color: #FCDDE9;
}
#main #mbody #top #top-l2 .h3back{
	background-image: url('images/top_back.gif');
	background-repeat: no-repeat;
	height: 45px;
}
#main #mbody #top #top-l2 h3{
	color: #E81B6A;
	padding-top: 14px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
#main #mbody #top #top-l2 p{
	padding-left: 10px
}

#main #mbody #top p{
	font-size: 12px;
	padding-right: 10px;
}
#main #mbody #top ul{
	list-style-type: none;
	margin-left: 10px;
	padding-right: 10px;
}
#main #mbody #top li{
	font-size: 11px;
	line-height: 1.8;
	color: #E81B6A;
	font-weight: bold;
}

#main #mbody #top p a{
	font-size: 12px;
}

/* -----------------------------------------------------------
 content
----------------------------------------------------------- */
#main #content{
	padding-right: 15px;
}
#main #content h2{
	color: #E81B6A;
	background: url('images/titleh2.gif') no-repeat;
	height: 40px;
	width: 560px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}
#main #content h3{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #7A7B7D;
	padding: 4px 0 4px 4px;
	margin-top: 5px;
}
#main #content dl{
	margin-top: 10px;
	margin-bottom: 15px;
}
#main #content dt{
	font-size: 13px;
	margin-top: 7px;
}
#main #content dd{
	font-size: 12px;
	padding-left: 13px;
	margin-top: 4px;
	line-height: 1.3;
	margin-bottom: 13px;
}
#main #content em{
	font-size: 12px;
	font-style: normal;
	color: #E81B6A;
	line-height: 1.3;
}
#main #content .dan2{
	float: left;
	font-size: 10px;
}
#main #content a{
	font-size: 13px;
}
#main #content a:link {
	color: #E81B6A;;
	text-decoration: none;
}
#main #content a:visited {
	color: #E81B6A;;
	text-decoration: none;
}
#main #content a:hover {
	color: #E81B6A;;
	text-decoration: underline;
}
#main #content a:active {
	color: #E81B6A;;
	text-decoration: underline;
}

/* -----------------------------------------------------------
 brand
----------------------------------------------------------- */
.brandt {
	border-collapse: collapse;
	border: 1px solid #666666;
}
.brandt td{
	padding: 4px;
	border-collapse: collapse;
	border: 1px #999999 solid;
}
.brandt td{
}
.brandt td a{
	font-size: 13px;
}
.brandt td a:link {
	color: #E81B6A;;
	text-decoration: none;
}
.brandt td a:visited {
	color: #E81B6A;;
	text-decoration: none;
}
.brandt td a:hover {
	color: #E81B6A;;
	text-decoration: underline;
}
.brandt td a:active {
	color: #E81B6A;;
	text-decoration: underline;
}

.brandt td.atd{
	width: 103px;
}
.brandt td.btd{
	vertical-align: top;
	padding: 7px;
	font-size: 12px;
	width: 250px;
	line-height: 1.3;
}
.brandt td.ctd{
	padding: 7px;
	vertical-align: top;
	font-size: 11px;
	line-height: 1.3;
}
.brandt td img.tdimgr{
	float: right;
}

#main #content #brand{
	margin-top: 8px;
}
#main #content #brand .brande{
	color: #E81B6A;
	font-size: 16px;
	font-weight: bold;
}
#main #content #brand .brandj{
	color: #E81B6A;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7;
}
/* --------------------------------------------------------
     表組み1
-------------------------------------------------------- */
div#main table.type01{
	border-collapse: collapse;
	border-top: 1px #E81B6A dotted;
	width: 95%;
	margin: 20px 0 30px 0;
}
div#main table.type01 th{
	border-bottom: 1px #E81B6A dotted;
	padding: 3px 7px;
	background-color: #FAD1E1;
	text-align: left;
	font-size: 12px;
	width: 100px;
}
div#main table.type01 td{
	border-bottom: 1px #E81B6A dotted;
	padding: 3px 7px;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.25;
}
div#main table.type01 caption{
	text-align: left;
	font-size: 14px;
	color: #000000;
	padding-bottom: 2px;
}

