@charset "utf-8";
/* CSS Document */
/*##### General #####*/
body {
	background:#F9F9F9 url(img/bg.png) repeat-y center top;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	}
#container {
	background:#fff;
	width:610px;
	margin:0 auto;
	padding:0;
	}
p,li {
	line-height: 135%;
	}	
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	}
h3 {
	font-size: 19px;
	font-weight: normal;
	margin:15px 0;
	}
h2 {
	font-size: 19px;
	font-weight: normal;
	background:url(img/icon/h2.png) no-repeat left center;
	padding-left:18px;
	margin:15px 0 10px;
	}
img {
	border: none;
	}
blockquote {
	background:#F0F0F0;
	padding:3px 15px 3px 5px;
	}
p {
	margin:10px 0;
}
a {
	color:#088ea6;
	text-decoration:none;
	outline:none;
	}
a:hover {
	text-decoration:underline;
	color:#CD853F;
	}
/*##### Header #####*/
#header {
	margin:0;
	padding:0;
	position:relative;
	}
#head {
	background:url(img/more/head_bg.png) top left;
	border-bottom: 4px solid #333;
	margin: 0;
	height: 70px;
	overflow:hidden;
	text-indent: -1000px;
	}
#head a {
	display: block;
	height: 70px;
	text-decoration: none;
	}
#head a:hover {
	background:url(img/more/head_bg_over.png) top left;
	}
span#subtitle {
	position: absolute;
	bottom: 32px;
	font-size: 15px;
	color:#fff;
	right:50px;
	margin-left: 180px;
	}
#menu {
	border-bottom: 5px solid #607F8B;
	font-variant: small-caps;
	height: 23px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	font-size:1em;
	}
#menu *{
	list-style:none;
	padding:0;
	margin:0;
	}
#menu a {
	color: #000;
	display:block;
	padding: 1px 10px;
	text-decoration: none;
	}
#menu a:hover, #menu #current, #menu li.current_page_item a, #menu li.current_page_parent a {
	background: #607F8B;
	color: #fff;
	}
#menu li {
	float:left;
	list-style:none;
	border-right: 1px solid #ccc;
	position:relative;
	}
#menu li ul {
	position:absolute;
	display:none;
	left:-1px;
	background:#ecf3ec;
	padding:0;
	border-top:1px solid #ccc;
	}
#menu li ul li {
	border:1px solid #ccc;
	border-top:none;
	}
#menu li ul li a {
    width:75px;
	}
#menu li ul li ul {
	left:95px;
	top:-1px;
	}
ul#menuMore {
	font-size:14px;
	font-variant:normal;
	}
ul#menuMore a {
	float:left;
	}
/*##### Content #####*/
#content {
	padding: 0 20px 10px;
	background:#fff;
	text-align:justify;
	}
.main p {
	padding-left:10px;
	font-size:13px;
	}
.en p {
	font-size:16px;
	}
/*##### Footer #####*/
#footer {
	background: #607F8B;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#fff;
	padding:5px;
	}
#footer a {
	text-decoration:none;
	color:#fff;
	}
#footer p {
	margin:0;
	padding:5px;
	}
/*##### Info Box #####*/
.infobox {
	width:549px;
	margin:5px;
	background:#f6f8fe;
	border:7px solid #c3d9ff;
	font-size:13px;
	}
.lrcbox h6{
	margin:0;
	color:#b3d580;
	}
.tabber{display:none;}
.tabbertabhide {
	display: none;
	}
.tabber {
	padding: 0px;
	}
ul.tabbernav {
	margin:0;
	padding: 0px 0;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	}
ul.tabbernav li {
	list-style: none;
	float:left;
	margin:5px 0 5px 5px;
	}
ul.tabbernav li a:link, ul.tabbernav li a:visited {
	color: #000;
	background: #DDDDDD;
	padding: 3px 0.5em;
	border-bottom: none;
	text-decoration: none;
	}
ul.tabbernav li a:hover {
	background: #666666;
	color: #FFFFFF;
	}
ul.tabbernav li.tabberactive a {
	color: #FFFFFF;
	background: #b3d580;
	}
.tabberlive .tabbertab {
	clear:both;
	padding: 10px;
	height:200px;
	border-top:1px dashed #b3d580;
	}
.tabbertab h5 {
	display: none;
	}
/*##### Special #####*/
#submenu {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	color: #607F8B;
	float: right;
	width: 130px;
	background: #eee;
	margin:0 0 20px 20px;
}
#submenu #subcurrent,  #submenu .current_page_item {
	background: #e0e0e0;
	color: #333;
	letter-spacing: 1px;
	}
#submenu a {
	color: #333;
	display: block;
	height: 25px;
	padding-left: 10px;
	text-decoration: none;
	}
#submenu a:hover {
	background: #e0e0e0;
	}
#submenu ul {
	list-style: square;
	margin-left: 30px;
	margin-top: 0;
	padding: 0;
	}
#header #home {
	background:url(img/more/home.png) no-repeat;
	width:100px;
	height:100px;
	position:absolute;
	top:0;
	right:0;
	}
#homenav {
	width:180px;
	float:left;
	padding:2px 0;
	}
.mainnav img {
	float:left;
	}
.blogarrow {
	position:relative;
	}
#arrow_up {
	position:absolute;
	background:url(img/icon/arrow_up.png) no-repeat;
	height:16px;
	width:16px;
	top:31px;
	right:19px;
	}
#notepad {
	background:url(img/more/notepad.gif);
	width:208px;
	height:213px;
	float:right;
	padding:37px 22px 0 20px;
	margin-left:10px;
	margin-right:-15px;
	text-indent:25px;
	font-size:12px;
	color:#404040;
	position:relative;
	}
#notepad span a {
	text-decoration:none;
	color:#a5a5a5;
	background:url(img/icon/mini_author.gif) no-repeat left 2px;
	padding-left:15px;
	margin-left:20px;
	}
#notepad span a:hover {
	background:url(img/icon/commenter.gif) no-repeat left 2px;
	color:#FFFFFF;
	}
#notepad #pin {
	background:url(img/more/pin.png) no-repeat;
	position:absolute;
	top:30px;
	left:192px;
	width:120px;
	height:80px;
	}
#geliskyhome #content {
	background: url(img/more/bgm.jpg) bottom right no-repeat;
	}
.snsfavicons img {
	float:left;
	margin:1px 4px 3px 0;
	}
.snsfavicons {
	float:left;
	width:160px;
	height:auto;
	margin:5px 15px 0 10px;
	padding:10px 5px 9px 10px;
	background:#E8E8E8 url(img/more/stripe.png);
	border:4px double #D0D0D0;
	position:relative;
	}
.snsfavicons #plaster1 {
	background:url(img/more/plaster1.png) no-repeat;
	position:absolute;
	top:-20px;
	left:-25px;
	width:34px;
	height:53px;
	}
.snsfavicons #plaster2 {
	background:url(img/more/plaster2.png) no-repeat;
	position:absolute;
	bottom:-15px;
	right:-10px;
	width:49px;
	height:21px;
	}