/* MODx Styles */

/* @group Code
------------------------------------------------------------------------- */    

code {
    background-color: #f4f4f4;
    border-bottom: 1px solid #dddddd;
	padding: 10px;
	display: block;
}
/* @end */
/* @group UserComments 
------------------------------------------------------------------------- */                       
.comment {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}
/* @end */
/* @group EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* @end */
/* @group style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

/* @end */
/* @group Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
/* @end */
/* @group Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost {
	font-size: 1.3em;
	font-family: "Times New Roman", "ＭＳ Ｐ明朝", Times, serif;
	line-height: 1.8;
}
.ditto_summaryPost h3 {
	font-size: 1.1em;
    margin: 0px !important;
    padding: 5px !important;
    color: #000000;
    
}
.ditto_summaryPost .ditto_info {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    padding: 5px !important;
    font-size: 0.8em;
    color: #000000;
}

.ditto_link {
	padding-top: 8px;
    text-align: right;
	font-size: 1em;
}
.ditto_paging {
    border-top: 1px solid #cccccc;
    padding: 10px; 
    font-size: 86%;
    color: #618100;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #000000;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #6699cc; 
    color: #ffffff;
    line-height: 2.5;
} 
#ditto_pages .ditto_off {
    border: 1px solid #cccccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #cccccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #000000; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #6699cc;
    background-color: #ffffff;
} 
#ditto_pages a:hover {
    background-color: #ffffff;
    color: red;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}
/* @end */
/* @group MODx Icons
------------------------------------------------------------------------------- */

 #modxicon { 
	 height: 32px; 
	 width: 34px; 
	 margin: 0 auto; 
	 text-align: center; 
	 float: right; 
	 margin-top: -2em;
}

#modxicon a#modxicon32 {
    margin: 0 auto;
    width: 34px;
    height: 32px;
    display: block; 
	text-indent: -2000px; 
	text-align: center; 
	overflow: hidden;
    background: transparent url(../../images/modx-icon.png) no-repeat 0 0;
}

 #modxicon a#modxicon32:hover {
    background: transparent url(../../images/modx-icon.png) no-repeat 0 -32px;
    color: #111;
}

#modxicon a, #modxicon a:visited, #modxicon a:hover { 
	background: transparent; 
	border: 0;
	text-decoration: none; 
}

.stylebox {background-color: #F7F7F7; border: 1px solid #A0A0A0; padding: 5px;}
.hide {display: none;}
/* @end */
/* @group Search Terms Highlighting
------------------------------------------------------------------------------- */
.AS_ajax_highlight {
    background-color: #ffff99;
    padding: 0px;
    margin: 2px;
    border: none;
    color: #000000;
}

.searchTerms {
	position: relative;
	top: -3px;
	color: red;
}

.searchTerms .AS_ajax_highlight {
	margin: 0 0 0 0px;
}

a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited {
	margin: 0px 0 0;
	padding: 0;
	position: absolute;
	top: 12px;
	left: 0px;
	color: #888;
}

a.ajaxSearch_removeHighlight:hover {
	background-color: #888888;
	color: #222222;
}

.ajaxSearch_paging {
	font-size: 15px;
}

.ajaxSearch_resultListContainer {

}

.ajaxSearch_resultLink {
	text-decoration: none;
	font-size: 15px;
}
.ajaxSearch_resultDescription {
	font-size: 15px;
	padding-left: 5px;
}
.ajaxSearch_extract {
	border-top: 1px solid #000000;
	padding-top: 8px;
}

/* @end */
/* @group 週刊日本新聞 */
.Shinchaku {
	background-color: #ffffff;
	border: 2px solid #000000;
	margin-top: 3px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-top: 12px;
	width: 510px;
	font-size: 0.7em;
	color: #666666;
	line-height: 1;
	}
.Shinchaku a {
	text-decoration: none;
}
.Shinchaku h2 {
	padding-top: 10px;
	margin-top: -10px;
	text-decoration: none;
}
.Shinchaku li {
	line-height: 1;
}
	

.hiduke {

}

.midashi1 {
	font-family: "Times New Roman", "ＭＳ Ｐ明朝", Times, serif;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 3px;
	padding-bottom: 1px;
}

.midashi1 a {
	text-decoration: none;
}

.midashi1 a:hover {
	color: #fff;
	background-color: #ff3300;
}

.nakami1 {
	padding-top: 4px;
	margin-top: 4px;
	padding-left: 2px;
}
.nakami1 a {
	text-decoration: none;
}
.nakami1 .ditto_link {
	padding-top: 2px;
    font-size: 100%;
    text-align: right;
}
.nakami1 .ditto_link a {
	text-decoration: underline;
}

#sidebar hr {
	border: 1px solid #cccccc noshade;
}

.sns_pub_date {
	font-size: 10px;
	padding-bottom: 5px;
}

#left .ditto_link {
	font: 0.9em "Times New Roman", "ＭＳ Ｐ明朝", Times, serif;
}

#left .ditto_link2 {
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#left .topagetop {
	font: 1em "Times New Roman", "ＭＳ Ｐ明朝", Times, serif;
}

.post_hiduke {
	font-family: "Times New Roman", "ＭＳ Ｐ明朝", Times, serif;
	text-align: right;
}


.post h3 a {
	font: 1em "Times New Roman", "ＭＳ Ｐ明朝", Times, serif;
	font-weight: bold;
	text-decoration: none;
}
.post h2 {
	font: 2em "Times New Roman", "ＭＳ Ｐ明朝", Times, serif;
	line-height: 1.7;
	font-weight: bold;
	color: black;
}

#search {
	position: relative;
	top: -34px;
	left: -76px;
	padding: 0;
}

.icke_header {
}

.icke_header a {
    margin: 0 auto;
    display: block;
	width: 180px;
	height: 180px;
	background: #ffffff url(../../images/ickeblog2.png) no-repeat 0 0;
}

.icke_header a:hover {
	background: transparent url(../../images/ickeblog_hover.png) no-repeat 0 0;
	color: #ffffff;
}

.ryu_header a {
    margin: 0 auto;
    display: block;
	width: 180px;
	height: 23px;
	background: transparent url(../../images/sns_jj.png) no-repeat 0 0;
}

.ryu_header a:hover {
	background: transparent url(../../images/sns_jj_hv.png) no-repeat 0 0;
}

.mc_header a {
    margin: 0 auto;
    display: block;
	width: 180px;
	height: 23px;
	background: transparent url(../../images/sns_mc.png) no-repeat 0 0;
}

.mc_header a:hover {
	background: transparent url(../../images/sns_mc_hv.png) no-repeat 0 0;
}

.news_header a {
    margin: 0 auto;
    display: block;
	width: 180px;
	height: 23px;
	background: transparent url(../../images/sns_news.png) no-repeat 0 0;
}

.news_header a:hover {
	background: transparent url(../../images/sns_news_hv.png) no-repeat 0 0;
}

.ad_header a {
    margin: 0 auto;
    display: block;
	width: 180px;
	height: 23px;
	background: transparent url(../../images/sns_ad.png) no-repeat 0 0;
}

.ad_header a:hover {
	background: transparent url(../../images/sns_ad_hv.png) no-repeat 0 0;
}

.SN_list1 {
}

.SN_listHead {
	font-weight: bold;
}

.Shinchaku .ditto_summaryPost a {
	font-size: 1.3em;
}

.Shinchaku .ditto_summaryPost li {
	font-size: 1.2em;
	line-height: 1.7;
}

.csshover table{
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.csshover table tr:hover td {
	background-color: #ccccff;
}

.sns_date {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.inBlock1 {
	font-size: 1em;
	font-family: "Times New Roman", "ＭＳ Ｐ明朝", Times, serif;
}

.idt2em {
	padding-left: 2em;
	font-weight: bold;
}

.sns_block1 {
	margin-top: 10px;
	background-color: #ffffff;
	width: 515px;
	padding: 10px;
	border: 1px solid #cccccc;
}
/* @end */