@charset "EUC-JP";
/* design */

* {
	margin: 0;
	padding: 0;
}
body {
    background-color: #EFEFEF;
    color: #777;
    font-family: Verdana,Helvetica,"MS PGothic", "Osaka",'Hiragino Kaku Gothic Pro',sans-serif;
    font-size: small;
}
a {
    color: #2a7dab;
}
a:visited {
    color: #208274;
}
a:hover, a:active {
    color: #2f8cbf;
}

img {
    max-width: 100%;
    height: auto;
}

#jquery-overlay {
    background-color: #fff !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	opacity:1 !important;
}

#centercolumn {
    background-color: #FFFFFF;
    float: left;
    margin: 0 0 0 2%;
    padding: 2%;
    position: relative;
    width: 92%;
    z-index: 0;
/*
    box-shadow: 0 0 20px #CCCCCC;
    -moz-box-shadow: 0 0 20px #CCCCCC;
    -webkit-box-shadow: 0 0 20px #CCCCCC;
    behavior: url(http://design.lemon-s.com/PIE.htc);
*/
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
#side_area {
    float: left;
    position: relative;
    text-align: left;
    z-index: 9;
    width: 0;
    height: 0;
    margin: 0 2% 0 0;
    overflow: hidden;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
#side_area .block_left input[type="text"]{
    display: block;
}


div.page {
    background: none repeat scroll 0 0 transparent;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}
#top {
    font-size: small;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#header {
/*    background: url("/images/tonbo.png") no-repeat scroll center bottom transparent;*/
    background: url("/images/color.png") no-repeat scroll right top transparent;
    padding: 20px 10px 10px 10px;
    position: relative;
    z-index: 9;
}
#header a,#side_area a {
    text-decoration: none;
}

	.hm_main {
		position:absolute;
		top: 30px;
		right:0;
		text-align:left;
		padding:0 3px 0 0;
		margin:0;
	}
	.hm_main li {
	 	display:inline;
		list-style:none;
	 	margin:5px 0 0;
		padding: 0 5px 0 15px;
	}
	.hm_sub {
		position:absolute;
		top:5px;
		right:0;
		font-size:90%;
	}
	.hm_sub li {
	 	display:inline;
	 	margin:5px 0;
		padding:0px 5px 0px 15px;
	}
	#main_img {
		display:block;
		height:132px;
		border-top:6px solid #E6E5C0;
		border-bottom:6px solid #E6E5C0;
	}
		#cc_base {
			width:100%;
			text-align:left;
			overflow:hidden;
			margin:0 auto;
		}
#logo {
}
.gn {
    font-size: x-small;
    list-style: none outside none;
    padding: 0;
    text-align: right;
}
#header ul {
    margin: 0;
    padding: 10px 0;
    font-size: small;
}
#header li {
    display: inline;
    margin: 0;
    padding: 10px 0;
}
#header li a {
    border-right: 1px solid #CCCCCC;
    padding-right: 5px;
}
#header a {
    color: #333333;
}

#header form.search a {
    font-size: x-small;
}
#header form.search {
    float: right;
    margin-right: 10px;
    text-align: right;
}
#header .search input.search {
    background-color: #FFFFFF;
    border: 2px solid #CCCCCC;
    font-size: medium;
    padding: 1px;
    width: 200px;
}

#header .sbm {
    float: right;
}
#header .sbm .fe img {
    border-left: 1px solid #CCCCCC;
    padding-left: 5px;
}
#header .sbm .ta img {
    border-right: 1px solid #CCCCCC;
    padding-right: 5px;
}


table {
	background: none repeat scroll 0 0 transparent;
	width: 100%;
	margin: 0;
	padding: 0;
}
table td {
    line-height: 150%;
    margin: 0;
    padding: 10px;
    vertical-align: top;
    border-bottom: 0 none;
}
table td table td {
    border-bottom: 1px solid #CCCCCC;
}
table td table td table td {
    border-bottom: 0 none;
}
#index .centerCcolumn table{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
/*
	-moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #DDD;
	box-shadow: 0 0 5px #DDD;
	behavior: url(/themes/main/PIE.htc);
*/
}
#index .centerCcolumn table {
    border-collapse:collapse;
}
#index .centerCcolumn table td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 15px !important;
    vertical-align: middle;
}

table[width="80%"] {
	width: 50% !important;
}



.m10{margin:10px;}
.mt10{margin-top:10px;}
.p10{padding:10px;}
.pt10{padding-top:10px;}
img {
	border:0 none;
}
a img {
	border:0 none;
}
a:hover {
	color: #00AEEF !important;
}
a:hover img,#header #logo a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	zoom:1;
}
h1, h2, h3, h4, h5 {
	background:inherit;
	padding: 0;
	margin: 10px 0 5px;
}

h1 {
    background: none repeat scroll 0 0 transparent;
    font-size: small;
    font-weight: normal;
    margin: 0 0 10px;
    padding:0;
}
h2 {
    background: none repeat scroll 0 0 transparent;
    font-size: small;
    font-weight: normal;
    padding: 5px 0 5px 21px;
}
h3, h4, h5 {
	font-size: 100%;
}
ul, ol, li {
	margin: 0 0 0 10px;
	padding: 2px;
	text-align: left;
}
legend {
	padding: 0 10px;
	color: #F60;
	background: inherit;
}
legend {
	padding: 0 10px;
	color: #666;
	background: inherit;
}
.info {
    border-top: 1px solid #CCCCCC;
    padding: 10px 0;
}

/* ------------ Layout settings ------------ */
.usual {
	margin: 0;
	padding:0;
	text-align: center;
	color: #666;
}



#footer {
	clear:both;
	padding:50px 0;
	text-align:center;
	font-size:10px;
	background-color: #fff;
}

/* ------------ centercolumn ------------ */
.centerCcolumn {
	clear:both;
}
.centerCcolumn .blockTitle, #content .blockTitle, .pagetitle {
    border: 1px solid #FFFFFF;
    clear: both;
    font-size: small;
    font-weight: normal;
    line-height: normal;
    margin: 15px 0 !important;
    padding: 0;
}

.centerCcolumn .blockContent {
    line-height: 150%;
    padding: 10px;
}
.centerLcolumn {
	width: 49%;
	padding: 0 3px 0 0;
	float: left;
	overflow:hidden;
}
.centerLcolumn .blockTitle {
	color: #555;
	background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 3px 0 3px 22px;
	font-weight : bold ;
}
.centerLcolumn .blockContent {
	padding: 3px 8px 8px 3px;
	line-height: 140%;
	margin-bottom:5px;
}
.centerRcolumn {
	width: 48%;
	padding: 0 0 0 3px;
	float: right;
	overflow:hidden;
}
.centerRcolumn .blockTitle {
	color: #555;
	background:url(images/blockTitleBack_c2.gif) no-repeat left center;
	padding: 3px 0 3px 22px;
	font-weight : bold ;
}
.centerRcolumn .blockContent {
	padding: 3px 3px 8px 8px;
	line-height: 140%;
	margin-bottom:5px;
}
#content {
	clear: both;
	line-height:175%;
}
#page_top {
/*    background: url("/images/tonbo2.png") no-repeat scroll center top transparent;*/
    margin: -10px auto 0;
    padding: 60px 0 0;
    position: relative;
    text-align: right;
    z-index: 9;
}
#page_top a {
    background: #fff;
    display: block;
    margin: 0 0 0 auto;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 120px;
}

/* ------------ left column & right column ------------ */

.leftcolumn {
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
}

.leftcolumn .blockTitle {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    font-weight: bold;
    overflow: hidden;
    padding: 10px;
    text-align: left;
}
.leftcolumn .blockContent {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    line-height: 150%;
    padding: 0;
}

.leftcolumn .blockContent form a {
    display: block;
}
 .rightcolumn .blockTitle {
	font-weight : bold ;
	padding:5px 3px 5px 25px;
	background:url(images/blockTitleBack_r.gif) no-repeat left center;
}
.rightcolumn .blockContent {
	padding: 5px 10px;
	line-height:150%;
	margin-bottom:10px;
}

/* ------------ xoops mainmenu & usermenu ------------ */
#mainmenu a, #usermenu a {
    border-bottom: 1px solid #CCCCCC;
    display: block;
    padding: 5px 0 5px 20px;
    text-decoration: none;
}
#mainmenu a:hover, #usermenu a:hover,#side_area li a:hover {
	background-color:#FFFFFF;
}
a.menuSub {
	padding-left: 40px !important;
}
#usermenu {
    padding: 0;
}
#usermenu a.highlight {
	color: #FFF;
	padding: 3px;
	background: #333;
}

/* ------------ menuMain ------------ */
#index li .menuTop {
    background-color:#FFFFFF;
    font-weight: bold;
}
#myalbum li.m_1 .menuMain {
    background-color:#FFFFFF;
    font-weight: bold;
}
#xwords li.m_2 .menuMain {
    background-color:#FFFFFF;
    font-weight: bold;
}
#weblinks li.m_3 .menuMain {
    background-color:#FFFFFF;
    font-weight: bold;
}
#yomi li.m_4 .menuMain {
    background-color:#FFFFFF;
    font-weight: bold;
}

#myalbum img[width="16"],
#myalbum img[align="left"],
#myalbum td h2.logo a img {
    display: none;
}
.weblinks_gm_map_singlelink {
    margin: 10px 0;
    padding: 0;
}

/* ------------ for table ------------ */
/*.outer {
	border: 1px solid #DDD;
}*/
th {
	padding: 3px;
	vertical-align: middle;
	font-weight: normal;
	color: #333;
	background-color: #EEE;
}
.head {
	padding: 5px;
	color: inherit;
	background: #EFEFEF;
}
.even {
	padding: 2px;
	color: inherit;
	background: #FFFFFF;
}
.odd {
	padding: 2px;
	color: inherit;
	background: #FFFFFF;
}
.foot {
	padding: 5px;
	font-weight: bold;
	color: inherit;
	background: #FFFFFF;
}
tr.even td {
	padding: 2px;
}
tr.odd td {
	padding: 2px;
}
tr.even {
	color: inherit;
	background: #F7F7F7;
}
tr.odd {
	color: inherit;
	background: #FAFAFA;
}
tr.odd:hover, tr.even:hover {
	color: #000;
	background: #DFDFDF;
}

/* ------------ error message & quote and code ------------ */
div.errorMsg {
	background: #F5E8E8;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}
div.confirmMsg {
	background: #EFF4DF;
	color: #003300;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}
div.resultMsg {
	background-color: #FFF;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}
div.xoopsCode {
	background: #EFEFEF;
	color:inherit;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 450px;
}
div.xoopsQuote { 
	background: #EFEFEF;
	color:inherit;
	border: 1px inset #CCC;
	padding: 6px;
	overflow: auto;
	width: 450px;
}
/* ------------ for comment area ------------ */
.formButton {
	border: 1px outset #616655;
	background-color: #EEEEEE;
	color: #7F7F7F;
}
/* ------------ for comment ------------ */
.comTitle {
	margin-bottom: 2px;
}
.comText {
	padding: 2px;
}
.comUserStat {
	font-size:80%;
	border: 1px solid #CCC;
	margin: 2px;
	padding: 2px;
	background: #FFF;
	color:inherit;
}
.comUserStatCaption {
	font-weight: normal;
}
.comUserRank {
	margin: 2px;
}
.comUserRankText {
	font-size:80%;
}
.comUserImg {
	margin: 2px;
}
.comDate {
	font-size:80%;
}
.comDateCaption {
}
/* ------------ for bulletin or news module ------------ */
.itemHead {
	padding: 2px 5px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
.itemInfo {
	text-align: right;
	padding: 3px 8px;
}
.itemTitle a {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
.itemPoster {
	font-size: 90%;
}
.itemPostDate {
	font-size: 90%;
}
.itemStats {
	font-size: 90%;
}
.itemBody {
	padding: 0 8px 0 13px;
	overflow: hidden;
}
.itemText {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.itemText:first-letter {
	font-size: 1.5em;
	font-weight: bold;
}
.itemFoot {
	text-align: right;
	padding: 2px;
	border-top:1px dotted #CCC;
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}

/* ------------------------ Add ------------------------ */
hr {color:#CCCCCC;background-color:#CCCCCC;height:1px;border: 0 none;}

#content h4 {
	clear:both;
	padding: 10px;
	line-height:normal;
	font-weight : bold ;
}
.centerCcolumn .blockTitle h2, #content .blockTitle h2 {
	background:none repeat scroll 0 0 transparent;
	font-size:100%;
	padding:0;
	margin:0;
}

#plugg h1{
	color: #555;
	background:url(images/blockTitleBack_c_bar.gif) no-repeat left center;
	padding: 8px 20px;
	line-height:normal;
	font-weight : bold ;
}
#plugg h1.nodeTitle {
	border-bottom:0 none !important ;
	padding:8px 20px !important ;
}

#plugg .nodesHead ul,#plugg ul.tabbernav {
	border-bottom:1px solid #DDDDDD !important ;
}
#plugg .nodesHead li,#plugg ul.tabbernav li {
	border-color:#DDDDDD !important ;
}
#plugg .nodesHead li a {
	background-color:#EFEFEF !important ;
}
#plugg ul.tabbernav li a {
	background-color:#EFEFEF !important ;
	border-color:#DDDDDD !important ;
}
#plugg div.nodeVoteCount {
	background-color:#EFEFEF !important ;
	border:1px solid #DDDDDD !important ;
}
#plugg li,#plugg li a {
	color:#555555 !important ;
}

#side_area ul{
	margin:0;
	padding:0;
}
#side_area li{
	list-style-type:none;
	margin:0;
	padding:0;
}
#side_area li a{
    border-bottom: 1px solid #CCCCCC;
    display: block;
    padding: 5px 0 5px 20px;
    text-decoration: none;
}

#side_area .blockContent form {
    border-bottom: 1px solid #CCCCCC;
}
.form-content .form-fields textarea,textarea#weblinks_description{
	width:90%;;
}
h2.logo {
	display:inline;
	margin:0;
	padding:0;
}
div.photo_nav {
    padding: 15px 0;
    text-align: center;
}
#myalbum .outer {
  font-size: x-small;
}
div.photo_nav a, div.photo_nav b {
    display: inline-block;
    background-color: #EFEFEF;
    border: 1px solid #DDDDDD;
  margin: 0 2px;
  padding: 5px;
  text-decoration: none;
  display: inline-block;
}
div.photo_nav a:hover {
	background-color:#FFF;
}
.xoops_banner {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    clear: both;
    margin: 15px 0;
    padding: 10px 0;
    text-align: left;
}
.xoops_banner p {
    color: #666666;
}
.ad {
    border-bottom: 1px solid #CCCCCC;
    padding: 20px;
}
.ad_gn {
    display: none;
}
.clearfix,#header,#main_area {
	zoom:1;
}
.clearfix:after,#header:after,#main_area:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}



/* ------------------------ Module ------------------------ */
a.lightbox {
    display: block;
}
#myalbum table table {
    background: none repeat scroll 0 0 #FFFFFF;
}
#myalbum #rate table {
    border-top: 0 none;
}
#myalbum #rate form {
    margin: 20px 0;
}
#myalbum #rate hr {
    display: none;
}
#myalbum table#c {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 5px;
}
#myalbum #c h4 {
    padding: 0;
}
#myalbum table.p {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
}
#myalbum #content .blockTitle {
    display: none;
}
#myalbum .blockContent td {
    width: 33.3%;
  vertical-align: middle;
  color: transparent;
}
#myalbum .blockContent td img {
  width: 80%;
}
#myalbum .blockContent td a:first-child,  
#myalbum .blockContent td br {
    display: none;
}
table.p td table td table.outer td.odd,
table.p td table td table.outer td.odd h2 {
    padding: 0;
}
table.p td table td table.outer td.odd h2:before {
    content: "(C) ";
}

#weblinks #main_area hr {
    display: none;
    height: 0;
}
#weblinks #main_area br {
    display: none;
    height: 0;
}
#weblinks #main_area br.weblinks_link_image_clear, #weblinks #main_area br.weblinks_list_image_clear {
    display: block;
}
#weblinks div.weblinks_search_form {
    display: none;
}
#weblinks table.weblinks_map_jp {
    -moz-box-shadow: 0 0 5px #DDDDDD;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    clear: both;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}
#weblinks table.weblinks_frame_category {
    border: 1px solid #DDDDDD;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
/*
	-moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #DDD;
	box-shadow: 0 0 5px #DDD;
	behavior: url(/themes/main/PIE.htc);
*/
}
#weblinks .weblinks_subtitle {
    display: block;
    font-size: 130%;
    font-weight: bold;
    margin-top: 10px;
}
#weblinks .weblinks_execution_time {
    display: none;
}
#weblinks a[href="http://design.lemon-s.com/weblinks_viewmark.mark_gmap.html"],
#weblinks a[href="http://design.lemon-s.com/weblinks_rdf.html"],
#weblinks a[href="http://design.lemon-s.com/weblinks_rss.html"],
#weblinks a[href="http://design.lemon-s.com/weblinks_atom.html"] {
    display: none;
}

#weblinks div.weblinks_links_list_frame,#weblinks div.weblinks_link_single_frame {
    border: 1px solid #DDDDDD;
    margin: 20px 0;
    padding: 0;
/*
	-moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #DDD;
	box-shadow: 0 0 5px #DDD;
	behavior: url(/themes/main/PIE.htc);
*/
}
#weblinks div.weblinks_links_list_frame_title,#weblinks div.weblinks_link_single_frame_title {
    background-color: #FFFFFF;
    color: #000000;
    margin: 0;
    padding: 5px;
}
#weblinks table.weblinks_links_list_title,#weblinks table.weblinks_link_single_title {
    background: none repeat scroll 0 0 #FFFFFF;
}
#weblinks div.weblinks_links_list_frame_description,#weblinks div.weblinks_link_single_frame_description {
    background-color: #efefef;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    margin: 0;
    padding: 20px;
    text-align: left;
}

#weblinks div.weblinks_viewcat_frame {
    padding:0;
    margin: 0;
}
#weblinks div.weblinks_link_single_frame_2 {
    background-color: #FFFFFF;
    color: #666666;
    margin: 0;
    padding: 0;
}
#weblinks div.weblinks_link_single_frame_time_update {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    line-height: 150%;
    margin: 0;
    padding: 0 5px;
    text-align: left;
}
#weblinks div.weblinks_link_single_frame_category {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    line-height: 150%;
    margin: 0;
    padding: 0 5px;
    text-align: left;
}
#weblinks div.weblinks_link_single_frame_category table {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: -3px;
    padding: 0;
    width: 100%;
}
#weblinks img.weblinks_link_image {
    border: 0 none;
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
}
#weblinks div.weblinks_link_single_frame_hits {
    display:none;
}
#weblinks div.weblinks_link_single_frame_footer {
    display:none;
}
#weblinks .weblinks_guidance {
/*
    background-color: #EFEFEF;
    border-top: 1px solid #efefef;
    color: #000000;
    font-size: x-small;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
*/
    display: none;
}
#weblinks img[alt="category"], .weblinks_pagenavi {
    display: none;
}
#weblinks .weblinks_gm_map_index {
    margin: 10px 0;
    padding: 0;
  border: 0 none;
  width: 100%;
}





#xwords .centerCcolumn .blockTitle, #content .blockTitle {
    margin: 10px 0;
}
#xwords .foot {
    font-size: small !important;
    font-weight: normal !important;
    margin: 0 !important;
}
#xwords div.photo_nav {
    margin: 0 !important;
}
#xwords .itemPermaLink {
    margin: 0 !important;
}

#xwords .blockTitle h4,#xwords .blockTitle h2 {
    margin: 0 !important;
    padding: 0 !important;
}
#xwords .comText img {
    margin: 0 0 10px 10px;
}




#yomi #centercolumn table {
    background: none repeat scroll 0 0 #FFFFFF;
}
#yomi #centercolumn table .tab {
    border: 1px solid #DDDDDD;
    margin: 10px 0;
    padding: 0;
/*
	-moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #DDD;
	box-shadow: 0 0 5px #DDD;
	behavior: url(/themes/main/PIE.htc);
*/
}
#yomi #side_area li a.menuSub {
    display:none;
}
#yomi #mid-bar form {
    display: none;
}

#redirect div {
    background-color: transparent !important;
    border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF !important;
}

table.weblinks_map_jp td {
    padding: 5px;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



/* tipsy */
.tipsy { margin-top: -10px; padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(/images/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

.snss {
  line-height: 1;
  vertical-align: baseline;
}
.snss a {
    color: #777;
    text-decoration: none;
    display: inline-block;
    margin: 10px;
}
.snss a:hover {
    color: #333;
}
.snss .sns {
    display: inline-block;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.twitter-share-button {
    width: 100px !important;
  overflow: hidden;
}


#side_area input[name="query"] {
  border: 1px solid #ccc;
  width: 84%;
  padding: 2%;
  margin: 6%;
  font-size: large;
    -webkit-appearance: none;
}
#side_area input[type="submit"] {
    display: none;
}
#side_area form br {
    display: none;
}
#side_area form a {
    text-align: right;
}

.mysns {
    padding: 0 0 20px 0;
}
.mysns a {
    display: inline-block;
    margin: 0 5px;
}
.mysns a img {
    width: 32px;
}

.todaysdesign {
    display: none;
}

/* nav */
.nav {
    display: none !important;
    text-align: center;
    position: fixed;
    top: 20px;
    right: 10px;
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 1em;
    cursor: pointer;
  border: 1px solid #eee;
    z-index: 10;
}
.nav .icon-bar {
    display: block;
    background-color: #333;
    width: 22px;
    height: 2px;
    margin: 4px 12px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}
.nav .top-bar {
    margin-top: 13px;
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    -moz-transform: rotate(45deg);
    -moz-transform-origin: 10% 10%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -o-transform: rotate(45deg);
    -o-transform-origin: 10% 10%;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 10% 10%;
}
.nav .middle-bar {
    opacity: 0;
}
.nav .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 10% 90%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 10% 90%;
}
.nav.collapsed .icon-bar {
    margin: 4px 9px;
}
.nav.collapsed .top-bar {
    margin-top: 13px;
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}
.nav.collapsed .middle-bar {
    opacity: 1;
}
.nav.collapsed .bottom-bar {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}



/* menu */
.menu_open #side_area {
    width: 28%;
    height: auto;
}
.menu_open #centercolumn {
    width: 64%;
}


/* PC */
#index .centerCcolumn table td {
    width: 25%;
}
.ad_336 .adsbygoogle {
    width: 336px;
    height: 280px;
}

/* SP */
@media screen and (max-width: 750px) {

    body * {
        word-wrap: break-word;
    }
    div.page {
    width: auto; 
    }
    #page_top {
    width: auto;    
    }
    #centercolumn {
    float: none;
    width: 98%;
    margin: 0;
    padding: 1%;
    }
    .centerCcolumn .blockContent {
    padding: 0;
    }
    #side_area {
    float: none;
    width: auto;
    }

    .rrssb-facebook a {
      padding: 11px 7px 12px 7px !important;
    }
    .rrssb-facebook a:before {
      content: "F";
      color: #fff;
    }

    /* menu */
    .menu_open #side_area {
        width: 100%;
        height: auto;
    }
    .menu_open #centercolumn {
        width: 98%;
    }

    #logo {
    width: auto;
      float: none;
    }
    .gn {
    width: auto;
    text-align: left;
      float: none;
    }
    #header .sbm {
      float: none;
    }

    table.weblinks_map_jp td {
        padding: 0;
        font-size: x-small !important;
    }

    /* Ad */
    .ad_336 .adsbygoogle {
      width: 300px;
      height: 250px;
    }

}/* /@media */


