@charset "utf-8";
/*@import url("../../css/reset.css");*/
@import url("../../css/common.css");
@import url("common.css");


/*===========================================

    company
	
	tsuyomi.css
		
===========================================*/

div#contents {
	width: 900px;
	padding: 50px 40px 40px 40px;
	}

/* 横線リピート用（とりあえず画像で処理） */
div#contents.gradationframe {
	background: url(../../img/common/gladationback.gif) top no-repeat;
}



div#contents p.maincopy {
	margin-bottom: 70px;
	}


div#contents h4 {
	clear: both;
	margin-bottom: 22px;
	}

div#contents p.photo {
	float: right;
	padding-right: 40px;
	padding-left: 20px;
	margin-bottom: 50px;
	}

div#contents p.subcopy {
	margin-left: 42px;
	margin-bottom: 22px;
	}

div#contents p.text {
	margin-left: 42px;
	margin-bottom: 70px;
	padding-right: 40px;
	font-size: 113%;
	}

div#contents p.nobottom {
	margin-bottom: 0;
	}


div#contents ol {
	margin: 20px 0 20px 150px;
	}

div#contents ol li {
	margin-bottom: 3px;
	list-style: outside decimal;
	font-size: 113%;
	}

div#contents a {
	color: #3333FF;
	text-decoration: underline;
	}




