@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * ■□■□■　ブログ共通クラスの定義CSS　■□■□■
 * 
 * Author   : IT
 * LastDate : 2009/09/15
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */
 
/*--------------------------------------------------------------------------------
　▼　body
--------------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 0.9em;
}
p,
ul,
ol,
dl,
h3,
h4,
table {
	margin: 0 17px 10px 17px;
}
h2 {
	clear: both;
	background: url(../img/bg04.jpg) no-repeat left top #2a75c6;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 7px 0 2px 18px;
	margin: 20px 0 20px 0;
}
h3 {
	clear: both;
	background: url(../img/icon04.gif) no-repeat 5px 3px #E4F6FF;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 25px;
	margin: 0 17px 10px 17px;
}
h4 {
	clear: both;
	font-weight: bold;
	font-size: 1em;
	color: #2957AE;
	padding: 0;
	margin: 15px 17px 0 17px;
}
a {
	text-decoration: underline;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
strong {
	font-weight: bold;
}
.orange {
	color: #FF6600;
}
.bg {
	background: url(../img/bg06.jpg) repeat-x left bottom;
	padding-bottom: 20px;
}
.borderB {
	border-bottom: 1px dotted #CCCCCC;
}

/*--------------------------------------------------------------------------------
　▼　■□■headerBox/header■□■
--------------------------------------------------------------------------------*/
div#headerBox {
	background: url(../img/glBg.jpg) repeat-x left bottom #FFFFFF;
	margin-bottom: 18px;
}
div#header {
	width: 850px;
	text-align: left;
	padding: 0 0 15px 0;
	margin: 0 auto;
}
h1 {
	font-size: 0.8em;
	padding: 5px 0 10px 0;
	margin-left: 7px;
	width: 500px;
	float: left;
	display: inline;
}
.logo {
	float: left;
	display: inline;
	margin: 0 0 0 7px;
}
.add {
	float: right;
	display: inline;
	margin: 21px 12px 0 0;
}
.language {
	float: right;
	display: inline;
	margin: 30px 10px 0 0;
	font-size: 12px;
}
.language img {
	vertical-align: middle;
}

/*------------------gl------------------*/
#gl {
	width: 850px;
	margin: 0 auto;
}
#gl li {
	float: left;
	display: inline;
}

/*--------------------------------------------------------------------------------
　▼　■□■wrapper■□■
--------------------------------------------------------------------------------*/
div#wrapper {
	background: url(../img/bg02.jpg) repeat-x left top #92C1F1;
	padding-bottom: 15px;
}

/*--------------------------------------------------------------------------------
　▼　■□■contents■□■
--------------------------------------------------------------------------------*/
div#contents {
	width: 850px;
	text-align: left;
	margin: 0 auto;
}

/*--------------------------------------------------------------------------------
　▼　■□■topMain■□■
--------------------------------------------------------------------------------*/
div#topMain {
	padding: 0 0 15px 0;
}
.top {
	width: 850px;
	height: 256px;
	background: url(../img/top_main.jpg) no-repeat left top;
	margin: 0;
	position: relative;
}
.top a {
	position: absolute;
	top: 184px;
	left: 193px;
}
.topMainBtn {
	width: 850px;
	height: 72px;
	background: url(../img/topBg.jpg) no-repeat left top;
	padding: 0 0 0 5px;
	margin: 0;
}
.topMainBtn li {
	float: left;
	display: inline;
	margin: 9px 0 0 4px;
}

/*--------------------------------------------------------------------------------
　▼　■□■primaryBox/primary■□■
--------------------------------------------------------------------------------*/
div#primaryBox {
	width: 598px;
	float: right;
	display: inline;
}
div#primary {
	background-color: #FFFFFF; 
	border: 1px solid #2A5AB4;
	padding-bottom: 20px;
}
#main {
	margin: 0 0 15px 0;
}
ul.img01 {
	margin-right: 0;
}
ul.img01 li {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

/*------------------topStuff------------------*/
#topStuff {
	width: 598px;
	height: 245px;
	background: url(../img/photo01.jpg) no-repeat left top;
	margin: 0 0 15px 0;
	position: relative;
}
#topStuff a {
	position: absolute;
	top: 207px;
	left: 379px;
}

/*------------------addBtn------------------*/
.addBtn {
	background: url(../img/add01.jpg) no-repeat left top;
	width: 562px;
	height: 100px;
	position: relative;
}
.addBtn a {
	position: absolute;
	top: 17px;
	left: 329px;
}

/*------------------box------------------*/
.box01 {
	border: 1px solid #CCCCCC;
	padding: 15px 0 10px 0;
	margin: 15px 17px;
}
.box02 {
	background-color: #F3F3F3;
	padding: 15px 0 10px 0;
	margin: 15px 17px;
}
.box03 {
	border: 1px solid #CCCCCC;
	padding: 15px 0 5px 0;
	margin: 15px 17px;
}
.box03 dl {
	background: url(../img/boxBg.gif) repeat-y left top;
	margin-bottom: 20px;
}
.box03 dl dt {
	clear: both;
	background: url(../img/arrow03.gif) no-repeat left 3px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0 0 5px 25px;
	margin: 0 0 5px 15px;
}
.box03 dl dd {
	margin: 0 0 5px 15px;
}

/*------------------index------------------*/
.cause {
	background-color: #FFE9D2;
	border: 1px solid #FF9933;
	padding: 9px 8px;
	margin: 0 17px 10px 17px;
}
.cause p,
.cause dl {
	margin: 0;
	padding: 0;
}
.cause dl {
	background: url(../img/img08.jpg) no-repeat left bottom #FFFFFF;
	padding-bottom: 10px;
	margin-top: 10px;
}
.cause dl dt {
	margin-bottom: 5px;
}
.cause dl dd {
	background: url(../img/icon02.gif) no-repeat left 8px;
	padding-left: 10px;
	margin: 0 0 2px 70px;
}

/*------------------use------------------*/
.check {
	border: 4px solid #9CBEE9;
	padding: 10px 15px 5px 15px;
	margin: 15px 17px 10px 17px;
}
.check li {
	background: url(../img/icon05.gif) no-repeat left top;
	padding-left: 30px;
	color: #2B5AB4;
	font-weight: bold;
	margin-bottom: 3px;
}

/*------------------outline------------------*/
.idea {
	border: 4px solid #9CBEE9;
	margin: 15px 17px 15px 17px;
	padding: 10px 40px;
}
.idea p,
.idea ul {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}
.idea p {
	float: left;
	display: inline;
	margin-right: 20px;
}
.idea ul {
	float: left;
	display: inline;
}
.idea ul li {
	padding: 5px 0 5px 40px;
}
.idea ul li.Iicon01 {
	background: url(../img/outline/icon01.jpg) no-repeat left center;
}
.idea ul li.Iicon02 {
	background: url(../img/outline/icon02.jpg) no-repeat left center;
}
.idea ul li.Iicon03 {
	background: url(../img/outline/icon03.jpg) no-repeat left center;
}
	
/*------------------charge------------------*/
.chargeBtn {
	background-color: #D0F0FF;
	border: 1px solid #2A84B4;
	padding: 7px 0 0 1px;
	margin: 15px 17px;
}
* html .chargeBtn {
	padding-bottom: 7px;
}
*:first-child+html .chargeBtn {
	padding-bottom: 7px;
}
.chargeBtn li {
	float: left;
	display: inline;
	margin: 0 0 7px 7px;
}

/*------------------q/qa------------------*/
.boxQa {
	border: 1px solid #CCCCCC;
	padding: 15px 0 10px 0;
	margin: 15px 17px;
}
.boxQa h3 {
	clear: both;
	background: url(../img/arrow03.gif) no-repeat 5px 3px;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 25px;
	margin: 0 17px 5px 17px;
}
.boxQa li {
	background: url(../img/qa/icon01.gif) no-repeat 8px 6px;
	padding: 3px 8px 3px 38px;
}
dl.qa dt {
	background: url(../img/icon01.gif) no-repeat 8px 6px #FFE9D2;
	border: 1px solid #FF9933;
	padding: 3px 8px 3px 38px;
	margin-top: 15px;
}
dl.qa dd {
	margin-top: 10px;
}

/*------------------adviser------------------*/
.adviser dt {
	margin: 15px 0 5px 0;
}

/*------------------stuff------------------*/
.stuff {
	padding: 5px 0 0 2px;
}
.stuff dl {
	margin: 0;
}
.stuff dl {
	width: 108px;
	float: left;
	display: inline;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-bottom: 5px;
	margin: 0 0 15px 7px;
}

/*------------------flow------------------*/
.flowBtn {
	width: 562px;
	height: 1180px;
	background: url(../img/flow/img02.jpg) no-repeat left top;
	position: relative;
}
.flowBtn a {
	position: absolute;
	top: 119px;
	left: 251px;
}

/*------------------jumpTop/jumpPage------------------*/
.jumpPage {
	clear: both;
	border-top: 1px dotted #074CA9;
	text-align: right;
	padding-top: 5px;
	margin: 25px 18px;
}
.jumpPage a {
	background: url(../img/arrow01.gif) no-repeat left 5px;
	padding-left: 15px;
	font-size: 1.0em;
}

/*------------------table------------------*/
/*table dl,
table ul {
	margin: 0;	
}
table {
	clear: both;
	width: 562px;
	margin-top: 10px;
	font-size: 1.0em;
	line-height: 1.5;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
table th,
table td {
	padding: 4px 8px;
	vertical-align: middle;
}
table th {
	text-align: center;
	font-weight: normal;
	background-color: #f3f3f3;
	border-bottom: 1px dotted #999999;
}
table td {
	border-bottom: 1px dotted #999999;
	border-left: 1px solid #CCCCCC;
}
table td.stuffImg {
	padding: 0;
	text-align: right;
	border-left: none;
}
.none th,
.t01 .none td,
.t02 .none td {
	background-color: #e4f6ff;
	padding: 0;
}
.t01 td {
	padding-left: 45px;
}
.icon01 {
	background: url(../img/merit/icon01.gif) no-repeat 8px center;
}
.icon02 {
	background: url(../img/merit/icon02.gif) no-repeat 8px center;
}

/*------------------inquiry------------------*/
.soy_inquiry_message,
.button_table {
	border: none;
}

/*------------------newsBox------------------*/
#newsBox {
	margin: 0 0 15px 0;
	background: url(../img/newsBox_bg.gif) repeat-y left top;
	border-bottom: solid 1px #2A5AB4;
}
#newsBox h2{
	background: none;
	margin: 0;
	padding: 0;
}

/*------------------whatsNew------------------*/
dl.news {
	padding: 0;
}
dl.news dt {
	background: url(../img/arrow01.gif) no-repeat left 10px;
	float: left;
	width: 7em;
	padding: 5px 0 5px 15px;
}
dl.news dd {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0;
	padding-left: 8em;
}

/*--------------------------------------------------------------------------------
　▼　■□■secondaryBox/secondary■□■
--------------------------------------------------------------------------------*/
div#secondaryBox {
	width: 238px;
	float: left;
	display: inline;
	background: url(../img/bg03.jpg) repeat-x left top #5ea4e9;
}
div#secondary {
	background-color: #D0F0FF;
	border: 1px solid #2984B4;
	padding: 7px 8px;
	margin: 14px 12px;
	
}
div#secondary p,
div#secondary ul,
div#secondary dl {
	margin: 0;
}
div#secondary p {
	margin-bottom: 8px;
}
div#secondary h2 {
	clear: both;
	background: none;
	padding: 0;
	margin: 12px 0 8px 0;
}
div#secondary div {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 7px 8px 1px 8px;
}

/*------------------list------------------*/
div#secondary ul.list {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	margin: 0 0 10px 0;
}
div#secondary ul.list li {
	border: 1px solid #CCCCCC;
	border-top: none;
}
div#secondary ul.list li a {
	background: url(../img/arrow02.gif) no-repeat 5px center;
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
}
div#secondary ul.list li a:hover,
div#secondary ul.list li.this a {
	background-color: #FFFFCC;
}

/*------------------iframe------------------*/
iframe {
	border: 1px solid #CCCCCC;
}

/*--------------------------------------------------------------------------------
　▼　■□■footer■□■
--------------------------------------------------------------------------------*/
div#footer {
	clear: both;
	background-color: #E4F6FF;
	border-top: 1px solid #0066CC;
	border-bottom: 4px solid #92c1f1;
	text-align: center;
	font-size: 0.9em;
	padding-top: 15px;
}
div#footer p,
div#footer ul,
div#footer dl {
	margin: 0;
}
div#footer p {
	margin: 10px 0;
}
address {
	background: url(../img/bg05.jpg) repeat-x left top #2385d0;
	color: #FFFFFF;
	padding: 18px 0 12px 0; 
}
