@charset "utf-8";
/* CSS Document */

.contents-guide h3 {
	width: 730px;
    height: 35px;
    background-color: #fc3;
    margin: 0;
    padding: 7px 0 0 15px;
    border-left: 15px solid #d3f131;
	border-bottom:1px solid #999;
}
.guide-media-logo {
    width: 670px;
    height: 150px;
    margin: 10px auto;
    padding: 5px 0 5px 20px;
    background: url(../img/guide-media-logo.jpg) 98% 50% / 150px 150px no-repeat #9FDAFF;
}
#guide-media-strong{
	width:470px;
	height:35px;
	background-color:#FFF;
	font-weight: bold;
	font-size: 25px;
	color:#F00;
	padding:10px;
	border:solid 1px #999;
	margin:20px 0 0 0;
}
.guide-titlebar {
    width: 670px;
    height: 150px;
    margin: 10px auto;
    padding: 5px 0 5px 20px;
    background: url(../img/guide-titlebar.jpg) center left / 670px 150px no-repeat;
}
.guide-titlebar h4 {
	height: 110px;
	margin: 0;
    padding: 45px 0 0 175px;
    font-weight: bold;
    font-size: 25px;
    color: #333;
}
.guide-contents {
	width:760px;
	height:auto;
}
.guide-contents p {
	margin: 0 0 0 60px;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    color: #333;
	line-height:180%;
}
.guide-contents address {
	width:380px;
	height:auto;
	margin-left:60px;
	padding:0 0 0 220px;
	border-top:#000 dashed 1px;
}
.guide-contents li {
    font-weight: bold;
    font-size: 20px;
    color: #333;
	padding-left: 2em;
	text-indent: -1.5em;
	list-style-position: inside;
	line-height:180%;
}