/*　共通　*/
body {  
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
}
.white {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14pt;
	color: #FFFFFF;
}
.doc {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 13pt;
	line-height: 20pt;
}
.doc2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 13pt;
	line-height: 20pt;
	margin-left: 10px;
}
.doc3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 10pt;
	line-height: 14pt;
	margin-left: 10px;
}
.bottom {
	margin-bottom: 30px;
}
.caution1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 10pt;
	text-align: right;
}
.caution2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 10pt;
}
table {
	margin-bottom: 20px;
}

/* 必須 */
.indispensable {
  margin: 0 0 0 5px;
  color: #c00;
}
@media only screen and (max-width: 768px) {
	.indispensable {
	  color: #fcf;
	}
}

/*　　welcome　　*/
.news_waku {
	border              : 1px solid #777777;
	white-space         : nowrap;
}
/*　　news　　*/
.news_title {
	color				: #000099;
	background-color	: #FFF7EE;
	font-size			: 14px;
	font-weight			: bold;
	line-height			: 20px;
	margin-top			: 15px;
	margin-bottom		: 10px;
	padding				: 2px 0px 2px 8px;
	border-color		: #FFC68C;
	border-top-style	: solid;
	border-top-width	: 1px;
	border-left-style	: solid;
	border-left-width	: 8px;
	border-right-style	: solid;
	border-right-width	: 1px;
	border-bottom-style	: solid;
	border-bottom-width	: 1px;
}
.news_content {
	color				: #666666;
	font-size			: 12px;
	line-height			: 14px;
	padding-left		: 15px;
	padding-bottom		: 5px;
}
.news_image {
	margin-right		: 5px;
	margin-bottom		: 10px;
}
.news_text_block {
	width				: 380px;
}
.news_image_block {
	float				: right;
	width				: 155px;
}
.news_image_text {
	color				: #666666;
	font-size			: 10px;
}
