@charset "shift_jis";

h3{
	font-size: 130%;
	margin-bottom: 10px;
}

div.workflow{
	clear: both;
	border-style: solid;
	
	border-style: dotted none none none;
	border-width: 1px;
	border-color: #000000;
	
	margin-top: 20px;
	padding-top: 20px;
}

div.introduction p{/*
	background-image: url('./images/web_creation.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 230px;*/
}

div.workflow table{
	margin: 0px;
	margin-left: 5%;
	width: 95%;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
}
div.workflow table th, div.workflow table td{
	font-size: 80%;
	padding: 5px;
	margin: 0px;
}
div.workflow table th.content{
	vertical-align: middle;
	width: 30%;
	color: #000000;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W6', 'Hiragino Kaku Gothic Pro';
	font-weight: normal;
	background-color: #f3f3f3;
	line-height: 140%;
	border-style: solid;
	border-width: 1px;
	border-color: #777777;
}
div.workflow table td{
	width: 70%;
	color: #222222;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro';
	line-height: 140%;
}

div.workflow table th.arrow{
	font-weight: normal;
	color: #c0c0c0;
	background-color: transparent;
}

table.twoColumnLayout td.rightColumn{
	background-color: #cde4e5;
	border-color: #7ab3b9;
}

td.rightColumn h3{
	font-size: 110%;
}

td.rightColumn div.tips{
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #7ab3b9;
	background-color: #a4cecf;
	margin-bottom: 2px;
}
td.rightColumn div.tips h4{
	display: block;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W6', 'Hiragino Kaku Gothic Pro';
	margin-left: 0px;
	margin-bottom: 3px;
	
	font-size: 100%;
}

td.rightColumn div.tips p{
	margin: 0px;
	margin-left: 0px;
	margin-bottom: 14px;
	padding-bottom: 14px;
	color: #333333;
	font-size: 90%;
}
td.rightColumn div.tips p:before{
	content: url('./images/icon_hint.gif');
}