@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, abbr, address, em, img, small, strong, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block
}
ul {
	list-style: none
}
address {
	font-style: normal
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
html{
	background: url(../img/share/body_bg.png) repeat-x 0 0;

}

body {
	background: url(../img/share/page_bg.png) no-repeat center 150px!important;
	color: #333;
	font: 15px/1.5 "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 /**font-size: small;
 *font: x-small;*/
 }
	
body#index {
	background: url(../img/index/body_bg.png) repeat-x 0 0!important;
	background-size:300px 420px;
	-webkit-background-size:300px 420px;
}
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif
}

.entry-content p{
	margin-bottom:1em;
}
.entry-content h1{
	font-size: 140%;
}
.entry-content h2{
	font-size: 133.3%;
	clear:both;
}
.entry-content h3{
	font-size: 100%;
}
.entry-content h4{
	font-size: 100%;
}
.entry-content h5{
	font-size: 100%;
}
.entry-content h6{
	font-size: 100%
}
.entry-content ul{
	list-style: disc;
	padding-left: 2em;
	margin-bottom: 1em;
}
.entry-content ol{
	list-style: decimal;
	padding-left: 2em;
	margin-bottom: 1em;
}



/*リストマーカーを変更*/
#free .entry-content .dl,
#column .entry-content .dl,
#information .entry-content .dl,
#free .entry-content .link,
#column .entry-content .link,
#information .entry-content .link{
	padding: 0 10px;}

#free .entry-content .dl a,
#column .entry-content .dl a,
#information .entry-content .dl a,
#free .entry-content .link a,
#column .entry-content .link a,
#information .entry-content .link a{
color: #036;
padding:0!important;
background:none!important;
}


#free .entry-content .dl li,
#column .entry-content .dl li,
#information .entry-content .dl li{
	list-style:none;
	background: url(../img/store/disc.png) 0 50% no-repeat;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	padding: 2px 0 2px 20px!important;
}

#free .entry-content .link li,
#column .entry-content .link li,
#information .entry-content .link li{
	list-style:none;
	color:#036;
	background: url(../img/share/arrow_02.png) 0 50% no-repeat;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	padding: 2px 0 2px 15px!important;
}
/*リスト内のリンク

#free .entry-content .link li a,
#column .entry-content .link li a,
#information .entry-content .link li a{
	color:#036;
	background: url(../img/share/arrow_02.png) 0 50% no-repeat;
	padding: 2px 0 2px 15px!important;
}
*/

/*文章中のリンク*/

#free .entry-content a.dl,
#column .entry-content a.dl,
#information .entry-content a.dl{
	background: url(../img/store/disc.png) 0 50% no-repeat;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	padding: 2px 0 2px 20px!important;
}

#free .entry-content a.link,
#column .entry-content a.link,
#information .entry-content a.link{
	background: url(../img/share/arrow_02.png) 0 50% no-repeat;
	background-size:12px 12px;
	-webkit-background-size:12px 12px;
	padding: 2px 0 2px 15px!important;
}




