@charset "UTF-8";

#news{
	width: 700px;
	margin: 0 auto 20px;
	background: #ffffff;
	text-align: left;
	padding: 10px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url("PIE/PIE.htc");
}

.title{
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #7dde30;
	padding: 5px 10px;
	font-size: 16px;
}

.date{
	padding: 5px;
	text-align: right;
	font-size: 12px;
	color: #666666;
}

.text{
	padding: 0 0 10px;
}

.photo_item{
	float: left;
	width: 223px;
	margin: 0 15px 0 0;
}
.photo_item.last{
	margin: 0 0px 0 0;
}
.photo_item img{
	width: 100%;
	height: auto;
}









/* CKEditor */
.entry .text *{
	line-height: 1.4em;
}

.entry .text h1{
display: block;
font-size: 2em;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.entry .text h2{
display: block;
font-size: 1.5em;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.entry .text h3{
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.entry .text h4{
display: block;
-webkit-margin-before: 1.33em;
-webkit-margin-after: 1.33em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.entry .text h5{
display: block;
font-size: 0.83em;
-webkit-margin-before: 1.67em;
-webkit-margin-after: 1.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.entry .text h6{
display: block;
font-size: 0.67em;
-webkit-margin-before: 2.33em;
-webkit-margin-after: 2.33em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.entry .text h1,
.entry .text h2,
.entry .text h3,
.entry .text h4,
.entry .text h5,
.entry .text h6{
	font-weight: normal;
	line-height: 1.2;
	padding: 0;
	border: none;
}

sub {
vertical-align: sub;
font-size: smaller;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
-moz-tab-size: 4;
-o-tab-size: 4;
-webkit-tab-size: 4;
tab-size: 4;
}

pre, xmp, plaintext, listing {
display: block;
font-family: monospace;
white-space: pre;
margin: 1em 0px;
}

.entry .text p{
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin: 1em 0;
}

.entry .text blockquote{
	font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
	display: block;
	margin-left: 40px;
}

.entry .text ol,.entry .text ul,.entry .text dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	margin: 10px 0;
	padding: 0;
}

.entry .text ol{
	list-style: decimal !important;
}

.entry .text ul{
	list-style: disc !important;
}

.entry .text li{
	margin: 0 40px !important;
}


.entry .text table{
display: table;
border-style: solid;
border-collapse: separate;
border-spacing: 1px;
border-color: gray;
}
.entry .text td, .entry .text th {
padding: 3px;
}

.entry .text sup {
vertical-align: super;
font-size: smaller;
}

.entry .text .textbody{
	margin-bottom: 10px;
}

.entry .text a{
	text-decoration: underline;
	color: #6ba7ff;
}


table.dotted{
	border: 1px dotted #666666;
	border-collapse: collapse;
}

table.dotted th,
table.dotted td{
	border: 1px dotted #666666;
	padding: 5px;
}

.nowrap{
	white-space: nowrap;
}





