body {
	background: #CCC;
	line-height: 1.4;
	color: #333;
	/*1em=16px , 0.875em=14px*/
	font-size: 1em;
	font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

p span {
	color: #D80000;
	font-weight: bold;
}

#wrap_contents2 {
	
	width: 920px;
	margin: 0 auto;
	display: block;
	
}

.content {
	background: #FFF;
	width: 880px;
	margin: 0px auto;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	display: block;
}
#wrap{
	width: 680px;
	margin: 20px auto;
	display: block;
}

.ttl{
	font-weight: bold;
	line-height: 2;
	list-style-type: none;
}
.li_1{
	padding-left: 30px;
	list-style-type: none;
	margin-bottom: 30px;
}
.li_2{
	list-style-type: disc;
	padding-left: 50px;
	margin-bottom: 10px;
}

/* 2014.04.24 追加 */

#l_moji{
	font-size: 26px;
	text-align: center;
	padding-bottom: 30px;
	display: block;
}
#nakamoji{
	text-align: center;
	padding-bottom: 30px;
	display: block;
}


