@charset "EUC-JP";   /*要文字コード指定*/

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	overflow-y:scroll;
}

form {
	margin: 0;
}

.j10 {
	font-size: 11px;
	line-height: 1.6em;
}
.j10w {
	font-size: 11px;
	line-height: 1.6em;
	color: #FFFFFF;
}
.j11 {
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 1px;
}
.j12 {
	font-size: 12px;
	line-height: 1.8em;
	letter-spacing: 1px;
}
.j13 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
}
.e10 {
	font-size: 11px;
	line-height: 125%;
}
.e10w {
	font-size: 11px;
	line-height: 135%;
	color: #FFFFFF;
}
.e11 {
	font-size: 12px;
	line-height: 135%;
}
.e12 {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
}
.e13 {
	font-size: 15px;
	line-height: 125%;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
}
h1,h2,h3,h4,h5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
dl,dd {
	margin: 0px;
	padding: 0px;
}
p {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 15px;
}
img {
	vertical-align: bottom;
}
.gr {
	color: #666666;
}
input {
	border: 1px solid #CCCCCC;
}

input.no_border{
	border: none;
}

textarea {
	border: 1px solid #CCCCCC;
}
select {
	border: 1px solid #CCCCCC;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.red {
	color: #FF0000;
}

/* 半角英数字のみ入力可 */
.ime_da {
	ime-mode:disabled;
}

/* エラー表示 */
.error {
	color: red;
	font-weight: bold;
	font-size: 12px;
}

