@charset "utf-8";

/*

	Description : 共有設定

*/

/* reset
----------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul li {
	list-style: none;
}

ol li {
	margin-left: 1.8em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

hr {
	display:none;
	clear: both;
}

sub {
	font-size: 70%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

/* base
----------------------------------------------------------- */

body {
	background: #dfecf4;
	color: #333;
	text-align: center;
	font-size: 75%;
}

a:link,
a:hover,
a:active {
	color: #003EA4;
}

a:visited {
	color: #663399;
}

a:link,
a:visited {
	text-decoration: underline;
	/**/
	overflow: hidden;
	/**/
}

a:hover,
a:active {
	text-decoration: none;
}

.sub {
	font-size: 85%;
}


/* containerH
----------------------------------------------------------- */
#containerH {
	background: url(../img/header_bg.jpg) repeat-x bottom;
	background-color: #3385C2;
	min-height: 82px;
	_height: auto !important;
	_height: 82px;
}
#header {
	width: 900px;
	margin: 0 auto;
	padding-top: 15px;
	line-height: 1.2;
}
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
h1 {
	text-align: left;
	float: left;
	width: 251px;
}
#hRight {
	width: 640px;
	float: right;
}
#hNavi {
	float: left;
	width: 160px;
	padding-left: 250px;
	padding-top: 5px;
}
#hNavi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#hNavi li {
	background: url(../img/arrow01.png) no-repeat 0 0.3em;
	font-size: 92%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	display: inline;
}
#hNavi a {
	color: #FFFFCC;
}
#search {
	float: right;
	width: 220px;
}
.search1 {
	font-size: 100%;
	width: 167px;
	/width: 150px;
	height: 18px;
}
.search2 {
	font-size: 100%;
	width: 40px;
	height: 22px;
}
#hIntro {
	clear: both;
	text-align: right;
	color: #D6E5F0;
	/*font-size: 83%;*/
	padding-top: 8px;
	line-height: 1.5em;
}

/* containerG
----------------------------------------------------------- */
#containerG {
	background: #FFFFFF;
}
#gNavi {
	clear: both;
	width: 900px;
	margin: 0 auto;
}
#gNavi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#gNavi li {
	float: left;
}



/* containerC
----------------------------------------------------------- */
#containerC {
	clear: both;
	background: url(../img/contents_bg.jpg) repeat-x;
	background-color: #FFFFFF;
}
#contents {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 0;
	background: url(../img/contents_bg2.png) repeat-y;
}
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#mainArea {
	width: 665px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 14px;
}
#subArea {
	width: 205px;
	float: right;
}
#sNavi1 {
	background: url(../img/side_bg.gif);
	padding: 10px 10px 5px;
}
#sNavi1 li {
	margin-bottom: 5px;
}
#sNavi2 {
	background: url(../img/side_bg.gif);
	padding: 10px 10px 5px;
}
#sNavi2 li {
	margin-bottom: 5px;
}
#sNavi3 li {
	margin-top: 10px;
}
/* containerF
----------------------------------------------------------- */
#containerF {
	clear: both;
	background: #0068B7;
	height: 70px;
	padding-bottom: 5px;
}
#footer {
	width: 900px;
	margin: 0 auto;
	color: #FFFFFF;
	padding: 15px 0;
}
#footer a {
	color: #FFFF99;
}
#footer dl {
	position: relative;
	text-align: left;
}
#footer dt {
	text-align: left;
	position: absolute;
	left: 0;
	width: 665px;
}
#footer dd {
	text-align: right;
	position: relative;
	height: 8em;
	left: 694px;
	width: 206px;
}
#fText {
	font-size: 83%;
}
#fNavi {
	margin: 3px 0;
}


/* h3 h4 p pagetop
----------------------------------------------------------- */
h3 {
	font-size: 150%;
	font-weight: bold;
	color: #337AB2;
	background: url(../img/midashi_bg02.jpg) no-repeat;
	margin-top: 30px;
	padding: 10px 10px 10px 25px;
	border-bottom: solid 2px #348FD3;
	clear: both;
}
h4 {
	background: url(../img/midashi_bg01.jpg) no-repeat;
	color: #337AB2;
	padding: 10px;
	font-size: 117%;
	border-top: dotted 1px #CECECE;
	border-bottom: dotted 1px #CECECE;
	margin-top: 20px;
}

p.honbun {
	padding: 10px;
	line-height: 1.7;
	font-size: 117%;
}
p.honbun2 {
	padding: 10px;
	line-height: 1.7;
}
.boxTxt {
	padding: 10px;
	line-height: 1.7;
	border: solid 2px #CCC;
	margin-bottom: 10px;
}
.txtL {
	text-align: left !important;
}
.txtC {
	text-align: center !important;
}
.txtR {
	text-align: right !important;
}

.txtSmall {
	font-size: 85%;
}

.txtBlue {
	margin-top: 8px;
	color: #337AB2;
	font-weight: bold;
}

.colorB {
	color: #337AB2;
}

.btToiawase {
	text-align: center;
	margin: 20px auto;
	clear: both;
}
.pagetop {
	text-align: right;
	clear: both;
}
td.nrp {
	white-space: nowrap;
}


table.kakaku {
	width: 665px;
}
table.kakaku th {
	border: solid 2px #CCC;
	background: #DCF0FD;
	padding: 5px;
	font-weight: normal;
	text-align: center;
}
table.kakaku td {
	border: solid 2px #CCC;
	padding: 5px;
	text-align: center;
}
table.kakaku td.kata1 {
	background: #ECF5D1;
	text-align: left;
	padding: 5px 2px;
}
table.kakaku td.kata2 {
	background: #F5FAE7;
	text-align: left;
	padding: 5px 2px;
}
table.kakaku td.brn {
	border-right: none;
}
table.kakaku td.bln {
	border-left: none;
}
table.kakaku td.blrn {
	border-right: none;
	border-left: none;
}
table.kakaku td.bbn {
	border-bottom: none;
}
table.kakaku td.btn {
	border-top: none;
}
table.kakaku td.price {
	text-align: right;
}
table.kakaku td.price strong {
	font-size: 110%;
	color: #053587;
	padding-right: 3px;
}
table.kakaku td.odd {
	background: #F2F2F2;
}

table.typeNormal {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 665px;
}
table.typeNormal th {
	text-align: left;
	font-weight: normal;
	color: #004C91;
	padding: 10px;
	vertical-align: top;
	border-bottom: dotted 1px #CCC;
	line-height: 1.2;
	white-space: nowrap;
}
table.typeNormal td {
	padding: 10px;
	vertical-align: top;
	border-bottom: dotted 1px #CCC;
	line-height: 1.2;
}

ul.typeNormal {
	margin-top: 10px;
}
ul.typeNormal li {
	background: url(../img/arrow02.jpg) no-repeat 10px 0.2em;
	padding-left: 18px;
	margin-top: 10px;
}
ol.typeNormal {
	padding: 10px;
	line-height: 1.7;
}
ol.typeNormal li {
	margin-top: 1em;
}
table.dousakankyou {
	margin-bottom: 15px;
}
table.dousakankyou th {
	border: solid 2px #CCC;
	background: #0068B7;
	padding: 5px;
	color: #FFF;
	text-align: center;
}
table.dousakankyou td {
	border: solid 2px #CCC;
	padding: 5px;
	text-align: center;
}
table.dousakankyou td.version {
	background: #FFF1C1;
}

/* 3column
----------------------------------------------------------- */
div.column3 {
	width: 210px;
	text-align: left;
	float: left;
	padding-right: 17px;
}
div.column3 h4 {
	background: url(../img/midashi_bg01s.jpg) no-repeat right;
	margin-bottom: 5px;
}
div.column3 li {
	background: url(../img/arrow02.jpg) no-repeat 0 0.5em;
	padding: 3px 0 0 10px;
}





/* space
----------------------------------------------------------- */
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mg0 {
	margin: 0;
}
.pd0 {
	padding: 0 !important;
}
.pt10 {
	padding-top: 10px;
}
.red a{
	color: #F00;
}




/* clearfix
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
