@charset "UTF-8";

/* ****************************************************
	base.css
***************************************************** */



/*  for All
=========================================*/
/* ----- font ----- */
body {
	font-size: 83%;
	font-family: "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	line-height: 1.4;
	color: #333333;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #800080;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	color: #000099;
	text-decoration: none;
}
textarea {
	font-family: "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	font-size: 100%;
}


hr {
	display: none;
	clear: both;
}
sub {
	vertical-align: baseline;
}
sup {
	vertical-align: top;
}

img {
	vertical-align: bottom;
}

label {
	cursor: pointer;
}


/*  headings
=========================================*/
#contents .heading1-01 {
	clear: both;
	margin: 30px 0 0;
	padding: 0 0 10px;
	background: url(../images/com_bg03.gif) repeat-x 0 100%;
}
#contents .heading2 {
}



/*  text
=========================================*/
#contents .smallText {
	font-size: 90%;
}
#contents .largeText {
	font-size: 110%;
}
#contents .boldText {
	font-weight: bold;
}
#contents .notes01 {
}
#contents .indentText01 {
	padding: 0 0 0 1em;
	text-indent: -1em;
}


/*  link
=========================================*/
#contents .iconLink01 {
	padding: 0 0 0 22px;
	background: url(../images/com_ic04.gif) no-repeat 0 0.25em;
	font-size: 110%;
	font-weight: bold;
}
#contents_2 .iconLink01 {
	padding: 0 0 0 22px;
	background: url(../images/com_ic04.gif) no-repeat 0 0.25em;
	font-size: 130%;
	font-weight: bold;
}


/*  block
=========================================*/
#contents .wrapProfitBlock {
	overflow: hidden;
	zoom: 1;
}
#contents .profitBlock {
	clear: both;
	margin: -1px 0 0;
	padding: 16px 0 15px;
	background: url(../images/com_ex02.gif) repeat-x 0 0;
}
#contents .profitBlock .imgArea {
	float: left;
	width: 200px;
}
#contents .profitBlock .textArea {
	overflow: hidden;
	zoom: 1;
}
#contents .profitBlock .textArea dd {
	margin: 10px 0 0;
	padding: 0 0 0 22px;
}


/*  block
=========================================*/
#contents_2 .wrapProfitBlock {
	overflow: hidden;
	zoom: 1;
}
#contents_2 .profitBlock {
	clear: both;
	margin: -1px 30px 0 30px;
	padding: 25px 0 10px;
	background: url(../images/com_ex02.gif) repeat-x 0 0;
}
#contents_2 .profitBlock .imgArea {
	float: left;
	width: 220px;
	height: 125px;
}
#contents_2 .profitBlock .textArea {
	overflow: hidden;
	zoom: 1;
	font-size: 
}
#contents_2 .profitBlock .textArea dd {
	margin: 10px 0 0;
	padding: 0 0 0 22px;
	font-size: 110%;
}





/*  line
=========================================*/
#contents .borderNone {
	background: none !important;
}



/* font-size(SK)
=========================================*/
.size90 {
	font-size: 90%;
}
.size120 {
	font-size: 120%;
}



/*  text align
=========================================*/
.elementLeft {
	text-align: left !important;
}
.elementCenter {
	text-align: center !important;
}
.elementRight {
	text-align: right !important;
}



/*  margin
=========================================*/
/* top */
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}

/* botom */
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb150 {
	margin-bottom: 150px !important;
}
.mb200 {
	margin-bottom: 200px !important;
}
.mb250 {
	margin-bottom: 250px !important;
}
.mb300 {
	margin-bottom: 300px !important;
}




/*  extra
=========================================*/
/* clearfix */
#contents .profitBlock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

#contents .profitBlock {
	zoom: 1;
}
