/*
Theme Name: Twenty Ten
Description: Used to style the TinyMCE editor.
*/
body.mceContentBody {
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
font-size: 12px;
line-height:1.4;
}

.wp-title {
margin-bottom:20px;
font-size:160%;
font-weight:bold;
color: #333333;
line-height:1.6;
}

.wp-article { zoom:1; }
.wp-article:after{content: "."; display: block; clear: both; height:0; visibility:hidden;}

/* Text elements */
.wp-article p {
margin-bottom: 1em;
}
.wp-article h2 {
margin-bottom: 1em;
font-size:130%;
color:#666666;
}
.wp-article h3 {
margin-bottom: 1em;
font-weight:bold;
color:#666666;
}

.wp-article ul {
	list-style: disc;
	margin-bottom:1em;
	padding:0;
}
.wp-article ul li {
	list-style: disc;
	margin-left: 1.5em;
}
.wp-article ul li.inLinkIco {
	list-style: none;
	margin-left: 0;
}
.wp-article ol {
	list-style: decimal;
	margin-bottom:1em;
	padding:0;
}
.wp-article ol li {
	list-style: decimal;
	margin-left: 1.5em;
}
.wp-article ul li.inLinkIco {
	list-style: none;
	margin-left: 0;
}
.wp-article ol ol {
	list-style: upper-alpha;
}
.wp-article ol ol li {
	list-style: upper-alpha;
}
.wp-article ol ol ol {
	list-style: lower-roman;
}
.wp-article ol ol ol li {
	list-style: lower-roman;
}
.wp-article ol ol ol ol {
	list-style: lower-alpha;
}
.wp-article ol ol ol ol li {
	list-style: lower-alpha;
}
.wp-article ul ul,
.wp-article ol ol,
.wp-article ul ol,
.wp-article ol ul {
	margin-bottom: 0;
}
.wp-article dl {
	margin: 0 0 24px 0;
}
.wp-article dt {
	font-weight: bold;
}
.wp-article dd {
	margin-bottom: 1em;
}
.wp-article strong {
	font-weight: bold;
}
.wp-article cite,
.wp-article em,
.wp-article i {
	border: none;
	font-style: italic;
}
.wp-article big {
	font-size: 131.25%;
}
.wp-article ins {
	background: #ffc;
	border: none;
	color: #333;
}
.wp-article del {
	text-decoration: line-through;
	color: #555;
}
.wp-article blockquote {
	font-style: normal;
	padding: 0 2em;
}
.wp-article blockquote cite,
.wp-article blockquote em,
.wp-article blockquote i {
	font-style: normal;
}
.wp-article pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
.wp-article abbr,
.wp-article acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.wp-article ins {
	text-decoration: none;
}
.wp-article sup,
.wp-article sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.wp-article sup {
	bottom: 1ex;
}
.wp-article sub {
	top: .5ex;
}
.wp-article table {
margin-bottom: 1em;
border-top:1px solid #E5E5E5;
border-left:1px solid #E5E5E5;
}
.wp-article table th,
.wp-article table td {
padding:5px 10px;
border-right:1px solid #E5E5E5;
border-bottom:1px solid #E5E5E5;
}
.wp-article table th {
background:#E5E5E5;
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 0px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 10px;
}
.wp-caption {
	border: none;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 0;
	text-align: center;
}
.wp-caption img {
	margin: 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px 0 4px;
}
.wp-smiley {
	margin: 0;
}

.wp-linkIco {
padding-left:16px;
background:url(../v2_images/inLink_ico_01.gif) no-repeat 0 0.8em;
zoom:1;
}
