@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #3a3a3a;
	background-color: #e5e5e5;
	background-image: url(../img/header_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #AF2B2B;
	text-decoration: underline;
}

img {
	border: 0px;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 5px;
}

fieldset legend {
	margin-left: 5px;
	margin-right: 5px;
}

.error {
	width: 80%;
	border: 1px solid #cc0000;
	color: #cc0000;
	background-color: #FFB3B3;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px;
}

.error ul {
	margin-left: 15px;
}

.nosuch {
	margin-left: 15px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.clear {
	clear: both;
}

#container {
	width: 95%;
	max-width: 1180px;
	min-width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	width: 100%;
	height: 90px;
	margin-bottom: 15px;
	text-align: left;
}


#header h1 {
	float: left;
	height: 60px;
}

#header ul {
	clear: both;
	height: 30px;
	padding-top: 7px;
	list-style-type: none;
}

#header ul li {
	display: inline;
}

#header ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 3px 8px;
}


#header ul li a:hover {
	background-color: #565656;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#header-search {
	float: right;
	margin-top: 18px;
}

#header-search input[type=text] {
	width: 250px;
}

#header-search input[type=submit] {
	width: 50px;
}

#contents {
	background-image: url(../img/contents_header.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: #ffffff;
	padding: 0px;
}

#contents-wrap {
	background-image: url(../img/contents_header.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 15px 15px 3px 15px;
}

#contents .left {
	margin-right: 295px;
}

#contents .right {
	float: right;
	width: 280px;
}

#contents .right ul {
	margin-bottom: 10px;
}

#contents h2 {
	font-size: 130%;
	color: #666666;
	margin-bottom: 10px;
}

#contents h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
	padding-bottom: 3px;
	color: #666666;
}

#contents h4 {
	margin-bottom: 5px;
}

#contents dd {
	margin-left: 15px;
	margin-bottom: 5px;
}

#contents ul {
	margin-left: 18px;
}

#contents p {
	margin-bottom: 7px;
}

#footer {
	background-image: url(../img/contents_footer.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin-bottom: 15px;
	font-size: 80%;
}

#footer-wrap {
	background-image: url(../img/contents_footer.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 12px 0px 20px 12px;
}

#footer p {
	color: #8f8f8f;
	font-family: verdana,sans-serif;
}

#searchbox {
	margin-bottom: 15px;
}

#searchbox input[type=text] {
	width: 200px;
	margin-bottom: 5px;
}

#searchbox input[type=submit] {
	width: 50px;
}

#searchbox input[type=checkbox] {
	margin-left: 5px;
}

#searchbox input[type=radio] {
	margin-left: 5px;
}

#translatebox {
	margin-bottom: 15px;
}

.searchinfo {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #dddddd;
	text-align: right;
}

.searchinfo img {
	vertical-align: text-bottom;
}

.searchinfo2 {
	padding: 5px;
	margin-bottom: 10px;
	border-top: 1px dotted #dddddd;
	text-align: right;
}

.searchinfo2 img {
	vertical-align: text-bottom;
}

.paging {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

.item {
	clear: both;
	margin-left: 12px;
	margin-bottom: 15px;
}

.item .icon {
	float: left;
	width: 32px;
}

.item .icon img {
	width: 32px;
	max-height: 32px;
	padding: 2px;
	border: 1px solid #dddddd;
}

.item .name {
	margin-bottom: 5px;
	margin-left: 46px;
}

.item .service {
	margin-left: 10px;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	color: #b0b0b0;
	font-size: 90%;
}

.item .content {
	margin-left: 46px;
}

.item .date {
	font-size: 90%;
	color: #b0b0b0;
}

.item .date a {
	color: #b0b0b0;
}

.item .date a:hover {
	color: #AF2B2B;
}

.item .translate {
	margin-top: 3px;
	margin-left: 46px;
}

.twitter .service {
	background-image: url(../img/twitter.png);
}

.wassr .service {
	background-image: url(../img/wassr.png);
}

.identica .service {
	background-image: url(../img/identica.png);
}

.haiku .service {
	background-image: url(../img/haiku.png);
}

.tsublog .service {
	background-image: url(../img/tsublog.png);
}

.mogo2 .service {
	background-image: url(../img/mogo2.png);
}

.timelog .service {
	background-image: url(../img/timelog.png);
}

.feecle .service {
	background-image: url(../img/feecle.png);
}

.riro .service {
	background-image: url(../img/riro.png);
}

.harufm .service {
	background-image: url(../img/harufm.png);
}

.piyo .service {
	background-image: url(../img/piyo.png);
}

.nowa .service {
	background-image: url(../img/nowa.png);
}

.logpi .service {
	background-image: url(../img/logpi.png);
}

.listter .service {
	background-image: url(../img/listter.png);
}

.hatenab .service {
	background-image: url(../img/hatenab.png);
}

.livedoorclip .service {
	background-image: url(../img/livedoorclip.png);
}

.buzzurl .service {
	background-image: url(../img/buzzurl.png);
}

table.info {
	width: 90%;
	border-top: 1px solid #e5eff8;
	border-right: 1px solid #e5eff8;
	margin: 1em auto;
	border-collapse: collapse;
}

table.info th {
	background-color: #F4F9FF;
	color: #5AA0E5;
	text-align: center;
	border-bottom: 1px solid #e5eff8;
	border-left: 1px solid #e5eff8;
}

table.info td {
	color: #678197;
	border-bottom: 1px solid #e5eff8;
	border-left: 1px solid #e5eff8;
	padding: .3em 1em;
	text-align: center;
}

#contents .urls {
	margin-bottom: 10px;
}

#contents .urls ul {
	margin-left: 0px;
	list-style-type: none;
}

#contents .urls ul.entry .title {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 3px;
}

#contents .urls ul.entry > li {
	margin-bottom: 12px;
}

#contents .urls ul.entry ul.meta {
	font-size: 90%;
	margin-left: 0px;
	margin-bottom: 5px;
}

#contents .urls ul.entry ul.meta li {
	display: inline;
}

#contents .urls ul.entry ul.meta li.site a {
	color: #a0a0a0;
}

#contents .urls ul.entry ul.meta li.tweets {
	padding-left: 18px;
	background-image: url(../img/comment.png);
	background-repeat: no-repeat;
}

#contents .urls ul.video > li {
	display: block;
	width: 140px;
	height: 170px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
}

#contents .urls ul.video > li img.thumb {
	width: 120px;
}

#contents .urls ul.video ul.meta {
	font-size: 90%;
	margin-left: 0px;
}

#contents .urls ul.video ul.meta li {
	margin: 0px;
}

#contents .urls ul.video ul.meta li.tweets {
	text-align: right;
}

#contents .urls ul.video ul.meta li.tweets a {
	padding-left: 18px;
	background-image: url(../img/comment.png);
	background-repeat: no-repeat;
}

#contents .urls .more {
	text-align: right;
}

#contents .urls .more a {
	padding-left: 18px;
	background-image: url(../img/more.png);
	background-repeat: no-repeat;
}

#contents .urls h2 {
	position: relative;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #dddddd;
}

#contents .urls h2 .feed {
	position: absolute;
	right: 0px;
}

#contents .urls h2 .feed img {
	vertical-align: middle;
}

#contents .url ul.meta {
	font-size: 90%;
	margin-left: 0px;
	margin-bottom: 5px;
	list-style-type: none;
}

#contents .url h2 {
	padding: 0px;
	margin-bottom: 5px;
}

#contents .url .summary {
}

#contents .url ul.meta li {
	display: inline;
}

#contents .url ul.meta li.site a {
	color: #a0a0a0;
}

#contents .url ul.meta li.tweets {
	padding-left: 18px;
	background-image: url(../img/comment.png);
	background-repeat: no-repeat;
}

#contents .url .screenshot {
	float: right;
}

#contents div.tab {
	border-bottom: 2px solid #068DF1;
	margin: 10px 0px 15px 0px;
	padding: 0px;
}

#contents div.tab ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#contents div.tab ul li {
	display: inline;
	margin: 0px;
}

#contents div.tab ul li a {
	padding: 5px 12px 5px 12px;
	text-decoration: none;
	background-color: #F2F2F2;
	color: #3a3a3a;
}

#contents div.tab ul li a:hover {
	background-color: #b0b0b0;
	color: #ffffff;
}

#contents div.tab ul li.current a {
	background-color: #068DF1;
	color: #ffffff;
}

#contents .tweetit {
	margin: 25px 0px 25px 0px;
}

#contents .tweetit a {
	padding: 5px 5px 5px 5px;
	background-color: #82CA22;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
}

#ajax-contents {
	width: 280px;
	text-align: left;
}

#ajax-contents textarea {
	width: 100%;
	font-size: 95%;
}

#ajax-contents fieldset label {
	display: block;
	float: left;
	clear: left;
	width: 140px;
	margin-bottom: 5px;
}

#ajax-contents fieldset input {
	float: left;
}

#ajax-contents input[type=submit] {
	padding: 0px 10px;
}

#ajax-contents ul.services {
	list-style-type: none;
}

#ajax-contents ul.services li {
	display: block;
	float: left;
	width: 120px;
	margin-bottom: 5px;
}

/* jquery Boxy */
.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('../img/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('../img/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('../img/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('../img/boxy-sw.png'); }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://twiple.jp/img/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://twiple.jp/img/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://twiple.jp/img/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://twiple.jp/img/boxy-sw.png'); }
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: #2B4691; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: #2B4691; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: #2B4691; padding: 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }

