@charset "UTF-8";

/*
===========================================================================
| 			ヘルプサイト共通スタイル
===========================================================================
*/


*{
	margin: 0;
	padding: 0;
}
html{

}

/* clearfix */
.clearfix:after {
 content:".";
 display:block;
 height:1px;
 clear:both;
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* hide mac ie \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display: block;
}
/* end */

body{
	font-size: 90%;
	color: #222222;
	line-height: 150%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #f7f3e8;
}

/*----------------------------------------------------------------------
/			image
/----------------------------------------------------------------------*/
img{
	border:none;
}


/*----------------------------------------------------------------------
/			form
/----------------------------------------------------------------------*/
input,select{
	vertical-align: middle;
	margin-right: 5px;
}
option{
	padding-right: 10px;
}
input.formButton{
	padding: 2px 20px;
}


/*----------------------------------------------------------------------
/			link
/----------------------------------------------------------------------*/
a{

}
a:link{
	/*color: #428400;*/
	color: #4d2200;
	text-decoration: underline;
}
a:visited{
	/*color: #428400;*/
	color: #4d2200;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}

/*----------------------------------------------------------------------
/			paragraph
/----------------------------------------------------------------------*/

h1{
	border-bottom: 1px solid #4d2200;
	font-size: 140%;
	line-height: 140%;
	font-weight: bold;
	color: #4d2200;
	padding: 0 0 3px;
	margin:0 0 12px 0;
	text-align: left;
}

h2{
	line-height: 140%;
	font-size: 105%;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding: 3px 12px;
	color: #4d2200;
	background-color: #e9d5a9;
	text-align: left;
}
h2.normal{
	background: none;
	padding:0;
	color: #4d2200;
	font-size: 120%;
	margin-bottom: 5px;
}
h3{
	font-size: 110%;
	font-weight:bold;
	margin: 20px 0 10px 0;
	padding: 0 0 0 7px;
	/*color: #916e03;*/
	color: #4d2200;
	/* border-left: 5px solid #428400; */
	border-left: 5px solid #e9d5a9;
	text-align: left;
}
h3.noLine{
	border: none;
	padding-left: 0;
}
h4{
	background-color: #dddddd;
	color: #333333;
	padding: 2px 10px;
	font-size: 100%;
	margin-top:10px;
	margin-bottom: 8px;
}

p{
	padding: 0;
	margin-bottom: 10px;
}

.caption{
	font-size: 85%;
}
p.caption{
	line-height: 130%;
}

strong{
	color :#e75607;
	font-weight:bold;
	text-decoration: none;
	font-style: normal;
}
em{
	font-weight:bold;
	text-decoration: none;
	font-style: normal;
}
sup{
	font-size: 70%;
}
/*----------------------------------------------------------------------
/			table
/----------------------------------------------------------------------*/
table{
	line-height: 140%;
	font-size: 100%;
	border-collapse: collapse;
}
td,th{
	line-height: 140%;
	font-size: 100%;
}
caption{
	text-align :left;
	position: absolute;
	display: none;
}
/*----------------------------------------------------------------------
/			list
/----------------------------------------------------------------------*/
ol,ul{
	margin: 5px 0 5px 26px;
}
ol.important, ul.important{
	font-weight: bold;
}
ol li{
	margin: 0 0 5px 0;
}
ul li{
	margin: 0 0 5px 0;
}
li{

}

dl{
}
dt{
	font-weight: bold;
}
dd{
	margin-bottom: 15px;
}

