/* 追加CSS */

div#container div#side_menu {
	float: left;
	width: 30%;
	
	margin-bottom: 15px;
	}

div#container div#side_menu ul {
	padding: 20px;
	font-size: 1.167em;
	/*border-right: solid 1px #CCC;*/
	}

div#container div#side_menu ul li {
	padding: 15px 0;
	border-bottom: dotted 1px #AAA;
	}
	
div#container div#side_menu ul li a {
	display: block;
	background: url(../images/link_arrow.png) no-repeat;
	padding-left: 1.25em;
	color: #888;
	}

div#container div#side_menu ul li a:hover {
	text-decoration: none;
	}


div#main {
	width: 70%;
	font-size: 1.333em;
	float: right;
	color: #666;
	}
div#main #main-inner{
	border-left: solid 1px #CCC;
	}
div#main h2 {
	font-size: 2em;
	padding: 0 20px 10px;
	margin: 10px 0;
	margin-top: 20px;
	border-bottom: solid 1px #808080;
	}

div#main h4 {
	font-size: 1.2em;
	line-height: 40px;
	font-weight: bold;
	}

div#main p {
	line-height: 1.7em;
	letter-spacing: 0.01em;
	}

div#main p.indent {
	text-indent: -1em;
	padding-left: 1em;
	}

div.bread_list {
	max-width: 1024px;
	margin: 15px auto;
	}

div.bread_list a {
	color: #808080;
	}


h3.step01 {
	background: url(../images/howto01.png) no-repeat;
	line-height: 40px;
	font-size: 1.5em;
	padding-left: 100px;
	font-weight: bold;
	}

h3.step02 {
	background: url(../images/howto02.png) no-repeat;
	line-height: 40px;
	font-size: 1.5em;
	padding-left: 100px;
	font-weight: bold;
	}

h3.step03 {
	background: url(../images/howto03.png) no-repeat;
	line-height: 40px;
	font-size: 1.5em;
	padding-left: 100px;
	font-weight: bold;
	}

h3.step04 {
	background: url(../images/howto04.png) no-repeat;
	line-height: 40px;
	font-size: 1.5em;
	padding-left: 100px;
	font-weight: bold;
	}

h3.step05 {
	background: url(../images/howto05.png) no-repeat;
	line-height: 40px;
	font-size: 1.5em;
	padding-left: 100px;
	font-weight: bold;
	}

h3.step06 {
	background: url(../images/howto06.png) no-repeat;
	line-height: 40px;
	font-size: 1.5em;
	padding-left: 100px;
	font-weight: bold;
	}
h3.step07 {
	background: url(../images/howto07.png) no-repeat;
	line-height: 40px;
	font-size: 1.5em;
	padding-left: 100px;
	font-weight: bold;
	}

h3.step08 {
	background: url(../images/howto08.png) no-repeat;
	line-height: 40px;
	font-size: 1.5em;
	padding-left: 100px;
	font-weight: bold;
	}
	
div.step_arrow {
	background:url(../images/howto0153.png) no-repeat center bottom;
	padding: 10px 20px;
	padding-bottom: 50px;
	margin-bottom: 30px;
	}

	
div.step {
	background:url(../images/howto0145.png) no-repeat center bottom;
	padding-bottom: 50px;
	margin-bottom: 30px;
	padding: 20px;
	}

div.step_last {
	margin-bottom: 30px;
	padding: 20px;
	}

table.stepimg {
	width: 100%;
	}

table.stepimg td {
	vertical-align: top;
	}

table.stepimg td:first-child {
	max-width: 427px;
	padding-right: 20px;
	}


