/* @CHARSET "Shift_JIS";*/


/* HeadingBlock */

div.mol_contents h1 {
}

div.mol_contents h2 {
}

div.mol_contents h3 {
	margin : 18px 0px 3px 0px;
	padding : 1px 3px 1px 10px;
	background-color : #388C38;
	color : #FFFFFF;
	text-align : left;
	clear : both;
}

div.mol_contents h4 {
	margin : 15px 0px 3px 0px;
	padding : 0px 3px 0px 6px;
	text-align : left;
	border-top : 2px solid #388C38;
	border-right : 4px solid #388C38;
	border-bottom : 2px solid #388C38;
	border-left : 4px solid #388C38;
	clear : both;
}

div.mol_contents h5 {
	margin : 12px 0px 3px 0px;
	padding : 0px 0px 0px 10px;
	text-align : left;
	border-bottom : 2px solid #388C38;
	clear : both;
}

div.mol_contents h6 {
	margin : 9px 0px 3px 0px;
	padding : 0px 0px 0px 10px;
	text-align : left;
	background-color : #E9E9E9;
	clear : both;
}



/* ImageBlock */

div.mol_contents div.mol_imageblock {
}

div.mol_contents p {
}

div.mol_contents img {
	border : 0px;
}

.mol_imageblock_left img {
	margin : 3px 3px 3px 3px;
	padding : 0px 0px 0px 0px;
	border : 0px;
}

.mol_imageblock_right img {
	margin : 3px 3px 3px 3px;
	padding : 0px 0px 0px 0px;
	border : 0px;
}

.mol_imageblock_center img {
	margin : 3px 3px 3px 3px;
	padding : 0px 0px 0px 0px;
	border : 0px;
}

div.mol_contents .mol_imageblock p {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px;
	text-align : left;
	line-height : 135%;
}

div.mol_contents .mol_imageblock_left {
	text-align: left;
	float: left;
	border : 1px solid #CCCCCC;
	padding : 3px 3px 3px 3px;
}

div.mol_contents .mol_imageblock_right {
	text-align: right;
	float: right;
	border : 1px solid #CCCCCC;
	padding : 3px 3px 3px 3px;
}

div.mol_contents .mol_imageblock_center {
	text-align: center;
}

.mol_imageblock_center div {
	margin-left: auto;
	margin-right: auto;
	border : 1px solid #CCCCCC;
	padding : 3px 3px 3px 3px;
}

div.mol_contents .mol_imageblock_img_large {
	width: 320px;
}

div.mol_contents div.mol_imageblock_img_large {
	width: 326px;
}

div.mol_contents .mol_imageblock_img_medium {
	width: 160px;
}

div.mol_contents div.mol_imageblock_img_medium {
	width: 166px;
}

div.mol_contents .mol_imageblock_img_small {
	width: 80px;
}

div.mol_contents div.mol_imageblock_img_small {
	width: 86px;
}

div.mol_contents .mol_imageblock_w_long {
	width: 400px;
}

div.mol_contents .mol_imageblock_w_middle {
	width: 300px;
}

div.mol_contents .mol_imageblock_w_short {
	width: 200px;
}

div.mol_contents .mol_imageblock_img_al_left {
	text-align: left;
}

div.mol_contents .mol_imageblock_img_al_center {
	text-align: center;
}

div.mol_contents .mol_imageblock_img_al_right {
	text-align: right;
}

div.mol_imageblock_img_al_floatleft img {
	float: left;
}

div.mol_imageblock_img_al_floatright img {
	float: right;
}

div.mol_contents .mol_imageblock_imgfloatclear {
	clear: both;
}

/* TextBlock */

div.mol_contents .mol_textblock {
	text-align : left;
}

.mol_textblock strong {
}

.mol_textblock em {
}

.mol_textblock a {
}

.mol_textblock a:LINK    { text-decoration : underline; color : #0033CC; }
.mol_textblock a:VISITED { text-decoration : underline; color : #003366; }
.mol_textblock a:ACTIVE  { text-decoration : underline; color : #CC0000; }
.mol_textblock a:HOVER   { text-decoration : underline; color : #CC0000; }

.mol_textblock ol {
	margin : 10px 0px 10px 30px;
	padding : 0px 0px 0px 0px;
	border : 0px;
}

.mol_textblock ol li {
	margin : 5px 0px 5px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px;
}

.mol_textblock ul {
	margin : 10px 0px 10px 30px;
	padding : 0px 0px 0px 0px;
	border : 0px;
}

.mol_textblock ul li {
	margin : 5px 0px 5px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px;
}

div.mol_contents .mol_textblock p {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px;
	text-align : left;
	line-height : 135%;
}

.mol_textblock br {
}


/* TableBlock */

div.mol_contents .mol_tableblock {
}

.mol_tableblock table {
	border-color: black;
	border-style: solid;
	border: 1px;
}

.mol_tableblock caption {
	background-color : #388C38;
	color : #FFFFFF;
	font-weight : bold;
}

.mol_tableblock th {
	margin : 0px 0px 0px 0px;
	padding : 2px 4px 2px 4px;
	background-color : #E9E9E9;
	border : 1px solid #CCCCCC;
	font-size : 85%;
}

.mol_tableblock td {
	margin : 0px 0px 0px 0px;
	padding : 2px 4px 2px 4px;
	border : 1px solid #CCCCCC;
	font-size : 85%;
}



/* AttachFileBlock */

div.mol_contents .mol_attachfileblock {
	margin : 0px auto 0px auto;
	padding : 1px 10px 0px 10px;
	border : 0px;
	text-align : left;
}

.mol_attachfileblock h4 {
}

.mol_attachfileblock a {
	margin : 5px 0px 0px 10px;
	padding : 0px 0px 0px 15px;
	text-align : left;
	font-weight : bold;
	display : block;
}

.mol_attachfileblock a:LINK    { text-decoration : underline; color : #0033CC; }
.mol_attachfileblock a:VISITED { text-decoration : underline; color : #003366; }
.mol_attachfileblock a:ACTIVE  { text-decoration : underline; color : #CC0000; }
.mol_attachfileblock a:HOVER   { text-decoration : underline; color : #CC0000; }

.mol_attachfileblock p {
	margin : 5px 0px 0px 0px;
	padding : 0px 0px 5px 15px;
	font-size : 85%;
	border-bottom : 1px solid #CCCCCC;
}

/* ArrangeImageBlock */

div.mol_contents .mol_argimgblock {
	text-align : center;
}

.mol_argimgblock_imgbox3 {
	margin : 10px 1% 0px 1%;
	padding : 5px 5px 5px 5px;
	border : 1px solid #CCCCCC;
	text-align : left;
	float : left;
	width: 29%;
}

.mol_argimgblock_imgbox2 {
	margin : 10px 1% 0px 1%;
	padding : 5px 5px 5px 5px;
	border : 1px solid #CCCCCC;
	text-align : left;
	float : left;
	width: 45.3%;
}

.mol_argimgblock_imgbox1 {
	margin : 10px 1% 0px 1%;
	padding : 5px 5px 5px 5px;
	border : 1px solid #CCCCCC;
	text-align : left;
	float : left;
	width: 94.2%;
}

.mol_argimgblock_imgbox {
	text-align : center;
}

.mol_argimgblock p {
	margin : 0px auto 0px auto;
	padding : 5px 0px 0px 0px;
	width : 200px;
}

.mol_argimgblock_imgbox img {
	margin : 0px auto 0px auto;
	padding : 0px 0px 0px 0px;
	width : 200px;
	height: auto;
}

div.mol_contents .mol_argimgblock_imgfloatclear {
	clear: both;
}

