@charset "UTF-8";

/* reset
--------------------------------------------------*/
html {
	background: #fff;
}

body {
	color: #000;
  	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	line-height: 1;
	
	/*ie*/
	*font-size: 83%;
	*font-family: "メイリオ" , Meiryo, "ＭＳ Ｐゴシック" , sans-serif;
}

body, div, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p, form, textarea, table, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

p{
	word-wrap:break-word;
}

/* table reset
--------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}

th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* other
--------------------------------------------------*/
img {
	border: none;
	vertical-align: bottom;
}

ol, ul {
	list-style: none;
}

a {
	color: #0033ff;
	text-decoration: underline;
}

/* clearfix
--------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#head, #foot, #contents-wrapper {
	text-align: center;
}

#head-top, #g-nav, #foot-box,
#contents-bg {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#side {
	float: left;
	width: 338px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

#main {
	float: left;
	width: 338px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

#sub-page {
	float: left;
	width: 660px;
	margin-left:10px;
}

#adside {
	float: right;
	width: 260px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

/* head-top
--------------------------------------------------*/
#head {
	height: 133px;
	background: url(img/head-bg.jpg) repeat-x;
}

#head-top {
	height: 101px;
	margin-bottom: 1px;
	background: url(img/head-img.jpg) no-repeat 411px 0px;

}

#head-name {
	float: left;
}

#head-ad {
	width: 468px;
	height: 60px;
	float: right;
	margin: 25px 0px 0px 0px;
}

/* head/g-nav
--------------------------------------------------*/
#g-nav ,
#g-nav a {
	height: 31px;
}

#g-nav {
	background: url(img/gnav-img.jpg) no-repeat;
}

#g-nav li {
	float: left;
}

#g-nav a {
	width: 190px;
	display: block;
}

#g-nav a:hover {
}

#g-nav span {
	display: none;
}

/* foot
--------------------------------------------------*/
#foot {
	height: 220px;
	background: url(img/foot-bgside.jpg) repeat-x;
}

#foot-box {
	height: 220px;
	background: url(img/foot-bg.jpg) no-repeat;
}

#f-nav {
	height: 180px;
}

.f-navbox, .f-navbox2, .f-navbox3 {
	float: left;
	color: #fff;
	font-size: 100%;
	line-height: 1.2;
	padding-top: 10px;
}

.f-navbox {
	margin: 0px 0px 0px 10px;
}

.f-navbox h3 ,
.f-navbox2 h3 ,
.f-navbox3 h3 {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.f-navbox ul ,
.f-navbox2 ul ,
.f-navbox3 ul {
	padding: 0px 0px 0px 0px;
}

.f-navbox li ,
.f-navbox2 li ,
.f-navbox3 li {
	padding: 0px 0px 0px 15px;
	background: url(img/foot-icon.gif) no-repeat 0px 3px;
	line-height: 1.5;
}

.f-navbox2 li {
	float: left;
	width: 130px;
}

.f-navbox3 li {
	float: left;
	width: 210px;
}

#f-nav a {
	text-decoration: none;
	color: #fff;
}

#f-nav a:hover {
	border-bottom: 1px dotted #fff;
}

#copyright {
	line-height: 1.3;
	color: #fff;
}

#copyright p {
	padding: 0px 0px 0px 10px;
}


/* コンテンツ
--------------------------------------------------*/
#contents-wrapper {
	background: #c9edff;
}

#contents-bg {
	background: #fff;
	padding: 10px 0px 30px 0px;
}

#contents {
	background: #fff url(img/top-bg.gif) repeat-y 337px 0px;
	white-space: normal;
}

/* 右サイド
--------------------------------------------------*/
#ad-bonner li {
	margin: 0px 0px 10px 0px;
}

#ad-bonner img {
	width: 250px;
	height: 250px;
}

/* 見出し
--------------------------------------------------*/
.toppage-bar {
	width: 319px;
	height: 34px;
	background: url(img/tpage-bar.jpg) no-repeat;
	margin: 0px 0px 10px 10px;
}

.toppage-bar h2 {
	display: block;
	padding: 9px 0px 0px 10px;
	font-weight: bold;
	font-size: 110%;
	color: #fff;
}

/* ツイッター左上項目
--------------------------------------------------*/
.twitter-fast {
	line-height: 1.4;
	margin: 0px 0px 15px 10px;
	width: 315px;
	background: url(img/fast-bg.gif) no-repeat;
}

.twitter-fast .fast-box {
	padding: 10px 10px 0px 10px;
}

.twitter-fast .data {
	font-size: 210%;
	color: #007eff;
	line-height: 1;
}

.twitter-fast .time {
	line-height: 1;
	margin-left:10px;
}

.twitter-fast .nametx {
	font-size: 150%;
}
.twitter-fast .client {
	font-size: 11px;
	float:right;
}

.twitter-fast .time {
	font-size: 100%;
}

.twitter-fast .iconimg {
	float: left;
	width: 72px;
	height: 72px;
	background: url(img/twit-picbgA.gif) no-repeat;
	margin: 0px 10px 0px 0px;
}

.twitter-fast .iconimg img {
	width: 65px;
	height: 65px;
	margin: 3px 0px 0px 3px;
}

/* 上段バー
--------------------------------------------------*/
#new-twit {
	float: left;
	width: 657px;
	height: 47px;
	background: url(img/tpage-longbar.jpg) no-repeat;
	margin: 0px 0px 0px 10px;

	display: inline;	/*IE margin bug*/
}

#new-twit h2 {
	display: block;
	padding: 15px 0px 0px 10px;
	font-weight: bold;
	font-size: 110%;
	color: #fff;
}

#nav-twit{
	text-align:right;
	padding:5px;
}

.bef_nxt{
	padding:0 10px;
}
/* ツイッターカテゴリー
--------------------------------------------------*/
.category-list {
	margin: 0px 0px 0px 10px;
	width: 315px;
}

.category-list li {
	border-bottom: 1px dotted #ddd;
	padding: 10px 10px 10px 10px;
}

.category-list li.bg-gray {
	background-color: #f0f0f0;
}

.category-list dl {
	height: 30px;
}

.category-list dt {
	display: block;
	float: left;
	width: 180px;
	height: 25px;
	font-size: 110%;
	font-weight: bold;
	color: #007ef0;
	line-height: 1.5;
}

.category-list dd {
	float: right;
	width: auto;
	height: 25px;
	font-size: 90%;
	line-height: 1.5;
	text-align: right;
}

.category-list .iconimg {
	float: left;
	width: 55px;
	height: 50px;
	background: url(img/twit-picbgB.gif) no-repeat;
}

.category-list .iconimg img {
	width: 42px;
	height: 42px;
	margin: 2px 0px 0px 2px;
}

.category-list .comment {
	line-height: 1.4;
}

.category-list .show {
	clear:both;
	text-align: right;
	margin: 10px 0px 0px 0px;
}

/* ツイッターリスト
--------------------------------------------------*/
.twitter-list {
	line-height: 1.4;
	margin: 0px 0px 0px 20px;
	width: 300px;
}

.twitter-list li {
	border-bottom: 1px dotted #ddd;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}

.twitter-list .iconimg {
	float: left;
	width: 55px;
	height: 50px;
	background: url(img/twit-picbgB.gif) no-repeat;
}

.twitter-list .iconimg img {
	width: 42px;
	height: 42px;
	margin: 2px 0px 0px 2px;
}

.twitter-listmini a ,
.category-list .comment a ,
.twitter-fast p a ,
.twitter-list .comment a {
	text-decoration: none;
	color: #007ef0;
}

.twitter-listmini a:hover ,
.category-list .comment a:hover ,
.twitter-fast p a:hover ,
.twitter-list .comment a:hover {
	text-decoration: none;
	background: #f3f3ff;
	color: #00f;
	border-bottom: 1px dotted #00f;
}

.twitter-list .name {
	clear: both;
	width: 290px;
	margin: 3px 0px 0px 0px;
}

/* ツイッターボックスミニ
--------------------------------------------------*/
.twitter-listmini {
	margin: 0px 0px 0px 20px;
	width: 290px;
	line-height: 1.3;
	font-size: normal;
}

.twitter-listmini li {
	background: url(img/twit-icon.gif) no-repeat 0px 3px;
	border-bottom: 1px dotted #ddd;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 13px;
	letter-spacing: 1px;
}

.twitter-listmini li p {
	display: block;
	padding: 0px 0px 0px 20px;
}

/* 下段広告
--------------------------------------------------*/
.ad-list {
	margin: 20px 0px 0px 10px;
}

.ad-list li {
	margin: 0px 0px 20px 0px;
}

/* ユーザー名前
--------------------------------------------------*/
a.username {
	font-weight: bold;
	text-decoration: none;
	color: #007ef0;
}

/* サブコンテンツ
--------------------------------------------------*/
#sub-contents {
	background: #fff url(img/sub-bg.gif) repeat-y 677px 0px;
}

#pagetitle {
	background: url(img/sub-title.jpg) no-repeat;
	margin: 5px 0px 0px 0px;
	width: 657px;
	height: 56px;
}

#pagetitle h1 {
	padding: 13px 0px 0px 25px;
	font-size: 190%;
	font-weight: bold;
	color: #fff;
}

#pagecontent{
margin-left:20px;
width:640px;
font-size:14px;
}

/*googlenews
--------------------------------------------------*/
#gnews{
	float: left;
	width: 655px;
	height:35px;
	margin: 0px 0px 0px 10px;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
	background-image : url(img/topics.gif);
	padding: 5px 0px 0px 0px;
}

#gnews li{
	margin-left:100px;
	margin-top:5px;
}

#gnews li a{
	color:#ffffff;
	background-color:#30B0E7;
}
/* ハッシュタグ
--------------------------------------------------*/
#menu_area{
	float:left;
	width:655px;
}

#hashtag {
	float: left;
	width: 655px;
	margin: 0px 0px 0px 10px;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
	padding: 5px 0px 0px 0px;
}

#hashtag ul {
	padding: 7px 0px 7px 12px;
	background-color: #f1f1f1;
}

#hashtag li {
	display: inline;
}

#hashtag a {
	text-decoration: none;
}


/*------------------------------
sidebar
------------------------------*/
div#sidebar {
	width : 260px;
	background-color : #fff;
	float : right;
}

/*margin-bottom*/
div#sidebar .ustream,
div#sidebar .ad ,
div#sidebar .category,
div#sidebar .followme,
div#sidebar .mobile-site,
div#sidebar .ad-mini {
	margin-bottom : 10px;
}

/*カテゴリー*/
div#sidebar .category dl dt.title {
	width : 250px; height : 41px;
	background-image : url(img/side-category-top.gif);
	background-repeat : no-repeat;
}

div#sidebar .category dl dd.item {
	width : 250px; 
	background-image : url(img/side-category-bg.gif);
	background-repeat : repeat-y;
}

div#sidebar .category dl dd.bottom {
	width : 250px; height : 38px;
	background-image : url(img/side-category-bottom.gif);
	background-repeat : no-repeat;
}

/*カテゴリー*/
div#sidebar .category dl dd.item ul {
	width : 250px;
	padding : 10px 0px 10px 15px;
	line-height : 1.7;
	font-size : 24px;
}


div#sidebar .category dl dd.item .clearfix li:nth-child(odd)  {
        width:100px;
	float : left;
}

div#sidebar .category dl dd.item ul li {
	float : left;
	margin : 0px 15px 0px 0px;
	display : inline;
	white-space : nowrap;

}

div#sidebar .category dl dd.item ul li A:link,div#sidebar .category dl dd.item ul li A:visited {
color:#0000ff;

}
/*広告*/
div#sidebar .ad-mini ul {
	width : 250px;
}

div#sidebar .ad-mini ul li {
	margin : 0px 0px 5px 0px;
}

/*------------------------------
info-noshtter(のしったーとは)
------------------------------*/

#sub-page .info-noshtter {
	padding:0 10px;
}

#sub-page .info-noshtter h3 {
	margin : 0px 0px 30px 0px;
}

#sub-page .info-noshtter div.box-text p {
	line-height : 1.5;
	margin : 0px 0px 15px 0px;
	padding : 0px 30px 0px 20px;
}

#sub-page .info-noshtter dl {
	padding : 7px 30px 7px 20px;
	margin : 0px 0px 20px 0px;
}

#sub-page .info-noshtter dl dt {
	color : #33a;
	font-weight : bold;
	margin : 0px 0px 10px 0px;
}

#sub-page .info-noshtter dl dd {
	border : solid 1px #cef;
	background-color : #def;
	padding : 0px 10px 0px 10px;
}

#sub-page .info-noshtter dl dd p {
	margin : 10px 0px 10px 0px;
	line-height : 1.5;
}

#sub-page .info-noshtter dl dd p span.blue {
	color : #22f;
}

/*------------------------------
first(初めての方へ)
------------------------------*/


#sub-page .first h3 {
	margin : 0px 0px 30px 0px;
}

#sub-page .first div.box-text {
	margin : 0px 0px 20px 0px;
}

#sub-page .first div.box-text p {
	line-height : 1.5;
	margin : 0px 0px 10px 0px;
	padding : 0px 30px 0px 20px;
}

#sub-page .first h4 {
	color : #33a;
	font-weight : bold;
	padding : 0px 30px 0px 20px;
	margin : 0px 0px 10px 0px;
}

#sub-page .first ul {
	padding : 0px 30px 0px 20px;
}

#sub-page .first ul li {
	padding : 3px 0px 3px 10px;
}

/*------------------------------
参加者一覧
------------------------------*/
#sub-page .category-page ul.category-list {
	border : solid 1px #bdf;
	background-color : #def;
	padding : 10px 0px 10px 20px;
	width : 470px;
	margin : 0px 0px 30px 15px;
}

#sub-page .category-page ul.category-list li {
	background-image : url(img/participant_icon.gif);
	background-repeat : no-repeat;
	background-position : 0px 7px;
	float : left;
	padding : 5px 17px;
	display : inline;
	white-space : nowrap;
}

#sub-page .category-page ul.category-list li a {
	color : #333;
}

#sub-page .category-page div.category-h4 {
	width : 522px;
	height : 34px;
	background-image : url(img/participant_bar.gif);
	background-repeat : no-repeat;
	margin : 0px 0px 20px 0px;
}

#sub-page .category-page div.category-h4 h4 {
	padding : 9px 0px 0px 15px;
	font-size : 1.1em;
	font-weight : bold;
	color : #337;
}

#sub-page .category-page ul.category-box {
	padding : 0px 0px 0px 5px;
	margin : 0px 0px 30px 0px;
	line-height:1.5;

}

#sub-page .category-page ul.category-box li {
	float : left;
	width : 265px;
	height : 35px;
	margin : 0px 0px 20px 0px;
	display : inline;
	white-space : nowrap;
}

#sub-page .category-page ul.category-box li a {
	color : #0cf;
        text-decoration : underline;
}

#sub-page .category-page ul.category-box li img {
	vertical-align : middle;
	width: 33px;
	height : 33px;
	margin : 0px 5px 0px 0px;
	float : left;
}

#sub-page .category-page ul.category-box li strong {
	color : #079;
	font-size : 0.8em;
	margin : 0px 5px 0px 0px;
}

/*------------------------------
kyoryoku(協力者)
------------------------------*/

#sub-page .kyoryoku h3 {
	margin : 0px 0px 30px 0px;
}

#sub-page .kyoryoku div.text-box {
	padding : 0px 30px 0px 20px;
}

#sub-page .kyoryoku div.text-box p {
	line-height : 1.5;
	margin : 0px 0px 20px 0px;
}

#sub-page .kyoryoku div.text-box dl {
	margin : 0px 0px 20px 0px;
}

#sub-page .kyoryoku div.text-box dl dt {
	margin : 0px 0px 10px 0px;
	font-weight : bold;
	color : #26c;
}


#sub-page .kyoryoku div.text-box dl dd {
	color : #225;
	line-height : 1.3;
	border : solid 1px #cdf;
	background-color : #eef;
	padding : 0px 0px 0px 10px;
}

#sub-page .kyoryoku div.text-box dl dd p {
	margin : 5px 0px 5px 0px;
}

#snl_img {
margin:10px;
}

#snl_img img{
margin:0 10px;
}

/*------------------------------
のしゅったーTシャツ
------------------------------*/
#sub-page .t-syatu h4 {
    font-weight : bold;
    font-size : 1.1em;
    margin-bottom : 15px;
    color : #2ce
}

#sub-page .t-syatu img.t-syatuimg {
    margin-bottom : 30px;
}

#sub-page .comments {
    width : 510px;
    font-size : 0.8em;
    line-height : 1.5;
    margin-bottom : 25px;
}

#sub-page table.size-list {
    width : 510px;
    margin-bottom : 40px;
}

#sub-page table.size-list tr {
    border-bottom : solid 1px #ddd;
}

#sub-page table.size-list td ,
#sub-page table.size-list th {
    text-align : center;
    width : 90px;
    font-weight : normal;
    padding : 5px 0px 5px 0px;
    font-size : 0.9em;
}

/*リスト*/
#list_tweet{
padding:10px;
}

/*ショッピングカートレイアウト*/
.th_1{
width:100px;
}
.th_2{
width:50px;
}

.th_4{
width:150px;
padding:0 15px;
}
.quant{
padding-left:10px;
}
.quant input{
width:30px;
}

.price{
padding-left:10px;
}

.skuform{
margin-bottom:100px;
}

/*ショッピングカートレイアウトここまで*/

/*よくある質問*/
#faqhead{

border:1px dotted #0000ff;
margin:10px 15px 10px 0;
line-height:1.5em;
padding:5px 0 5px 10px;
}

#faqmain .post{


padding:10px 15px 10px 0;
}

#faqmain .post .question{
background-color:#DDEEFF;
}

#faqmain .post  li{
border:1px solid #ccccff;
padding:8px;
}

#faqmain .anser{
line-height:1.5em;
}

.faq_left{
float:left;
}

.faq_right{
padding-left:20px;
}

.clear_float{
clear:both;
}

/*------------------------------
privacy
------------------------------*/

#sub-page .privacy {
}

#sub-page .privacy h3 {
	margin : 0px 0px 30px 0px;
}

#sub-page .privacy dl {
	margin : 0px 0px 30px 0px;
}

#sub-page .privacy dl dt {
	font-weight : bold;
	margin : 0px 0px 10px 0px;
	font-size : 1.2em;
	color : #2ce;
}

#sub-page .privacy dl dd {
	padding : 0px 15px 0px 0px;
	font-size : 0.9em;
	line-height : 1.5;
}

#sub-page .privacy dl dd p {
	padding : 5px 0px 5px 0px;
}

#sub-page .privacy dl dd ul {
	border : solid 2px #ddd;
	padding : 5px 15px 5px 25px;
	list-style-type : disc;
}

#sub-page .privacy dl dd ul li {
}

/*------------------------------
ad-info(広告)
------------------------------*/
#sub-page .ad-info h3 {
	margin : 0px 0px 30px 0px;
}

#sub-page .ad-info div.text-box {
	padding : 0px 30px 0px 20px;
	margin : 0px 0px 30px 0px;
}

#sub-page .ad-info div.text-box h4 {
	color : #33a;
	font-weight : bold;
	margin : 0px 0px 5px 0px;
}

#sub-page .ad-info div.text-box h5 {
	color : #26c;
	font-size : 0.9em;
}

#sub-page .ad-info div.text-box p {
	line-height : 1.5;
	margin : 0px 0px 20px 0px;
}

/*------------------------------
profile
------------------------------*/

#sub-page .profile {
}

#sub-page .profile h3 {
	margin : 0px 0px 30px 0px;
}

#sub-page .profile table.infobox {
	width : 520px;
	font-size : 0.95em;
}

#sub-page .profile table.infobox tr {
}

#sub-page .profile table.infobox th ,
#sub-page .profile table.infobox td {
	text-align : left;
	vertical-align : top;
	padding : 10px 0px 10px 15px;
	line-height : 1.4;
	border : solid 2px #fff;
}

#sub-page .profile table.infobox th {
	background-color : #4BC5F2;
	color : #fff;
}

#sub-page .profile table.infobox td {
	background-color : #eef;
	color : #337;
}

.sub_page h3{
background:url("img/title-bonner.gif");
width:500px;
height:39px;
color:white;
font-size:30px;
padding-left:20px;
padding-top:6px;
}

/*------------------------------
mailform
------------------------------*/
#sub-page .mailform h3 {
	margin : 0px 0px 30px 0px;
}

/*上記説明*/
#sub-page .mailform div.explanation {

	padding : 0px 40px 0px 20px;
}

#sub-page .mailform div.explanation p.box-info {
	line-height : 1.5;
	margin : 0px 0px 20px 0px;
}

#sub-page .mailform div.explanation h4 {
	color : #335;
	font-weight : bold;
	margin : 0px 0px 10px 0px;
}

#sub-page .mailform div.explanation ul.box-rei {
	color : #225;
	line-height : 1.3;
	border : solid 1px #cdf;
	background-color : #eef;
	padding : 5px 10px 5px 10px;
	margin : 0px 0px 30px 0px;
}

/*入力画面*/
#sub-page .mailform table.tableform {
	width : 530px;
	margin : 0px 0px 20px 0px;
}

#sub-page .mailform table.tableform tr td.hissu {
	width : 60px;
	text-align : center;
	vertical-align : middle;
	padding : 0px 0px 5px 0px;
}

#sub-page .mailform table.tableform tr td.tagname {
	width : 155px;
	text-align : center;
	vertical-align : middle;
	padding : 0px 0px 5px 0px;
}

#sub-page .mailform table.tableform tr td.inputtext {
	width : 280px;
	text-align : left;
	vertical-align : middle;
	padding : 0px 0px 5px 10px;
}

#sub-page .mailform table.tableform tr td.inputtext input {
	height : 40px;
	width : 270px;
	border : solid 1px #ccf;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#sub-page .mailform table.tableform tr td.tagname2 {
	width : 155px;
	text-align : center;
	vertical-align : top;
	padding : 0px 0px 5px 0px;
}

#sub-page .mailform table.tableform tr td.inputtext2 {
	width : 280px;
	text-align : left;
	vertical-align : top;
	padding : 0px 0px 5px 10px;
}

#sub-page .mailform table.tableform tr td.inputtext2 textarea {
	width : 270px;
	height : 100px;
	border : solid 1px #ccf;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#sub-page .mailform div.button {
	text-align : center;
}

#sub-page .mailform div.button input {
	width : 70px;
	height : 30px;
}

/*------------------------------
ddsg-wrapper(sitemap)
------------------------------*/
#sub-page  h3 {
	margin : 0px 0px 30px 0px;
}

#sub-page  div.ddsg-wrapper ul {
	margin : 0px 0px 30px 0px;
}

#sub-page  div.ddsg-wrapper ul li {
	margin : 0px 0px 10px 0px;
	padding : 0px 30px 0px 20px;
}

#sub-page  div.ddsg-wrapper ul li a {
	font-size : 1em;
	color : #33f;
}

/*------------------------------
特商法に基づく
------------------------------*/
.syatu th {
width: 150px;
}

.syatu td {
width: 350px;
}

/*新着情報*/
.left {
	float : left;
	width : 80px;
	text-align : right;
}

.right {
	padding-left:10px;
	float : left;
}

/*ツイッター講習*/
#sub-page .sub_bar{
	width : 522px;
	height : 34px;
	background-image : url(img/participant_bar.gif);
	background-repeat : no-repeat;
	padding: 10px 0px 0px 10px;
	color:#333377;
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
}

/*休日当番*/
#hospital {
	padding: 0px 0px 0px 10px;
	width: 315px;
}

#hospital li {
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 5px;
	background-color: #eff7ff;
	padding: 5px 5px 5px 5px;
}

#hospital .boxL {
	float: left;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #dee6ee;
	border-right: 1px solid #dee6ee;
}

#hospital .boxL p {
	display: block;
	text-align: center;
	font-size: 200%;
	padding-top: 10px;
}

#hospital .boxR {
	float: right;
	width: 245px;
	background-color: #fff;
	line-height: 1.5;
	border-bottom: 1px solid #dee6ee;
	border-right: 1px solid #dee6ee;
}

#hospital .boxR dl {
	padding: 3px 0px 3px 7px;
}

#hospital .boxR dt {
	padding: 1px 0px 0px 55px;
	font-weight: bold;
	color: #333;
}

#hospital .boxR dt.zaitaku {
	background: url(img/hosp_iconZ.gif) no-repeat 0px 3px;
}

#hospital .boxR dt.syoni {
	background: url(img/hosp_iconS.gif) no-repeat 0px 3px;
}

#hospital .boxR dd {
	padding: 0px 0px 0px 15px;
	background: url(img/hosp_icon.gif) no-repeat 3px 3px;
}

/* single page (ZERODATExnoshiro)
------------------------------------------------------------*/
.singlepage {
	padding-top: 15px;
	font-size: 15px;
	line-height: 1.5;
}

.singlepage p {
	margin-bottom: 15px;
}

.singlepage p.info {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #eaf1ff;
	margin-bottom: 20px;
	width: 590px;
}

.singlepage p a {
	color: #35f;
}

.singlepage p a:hover {
	color: #333;
	background-color: #ff7;
}

#zd_profile {
	overflow: hidden;
	_zoom: 1;
	font-size: 13px;
	width: 640px;
}

.zd_box {
	width: 295px;
	height: 190px;
	float: left;
	padding: 5px 5px 5px 5px;
}

.zd_box h4 {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #555;
	font-size: 14px;
	font-weight: bold;
}

.zd_box a {
	text-decoration: none;
	color: #55f;
}

.zd_box a:hover {
	text-decoration: underline;
	color: #333;
	background-color: #ff7;
}

.zd_box .webadr {
	padding: 5px 5px 5px 5px;
}

.zd_txtbox img {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0px 10px 0px 0px;
}

.zd_txtbox p {
	padding: 0px 5px 5px 5px;
}

/* ハッシュタグ一覧
-------------------------------------------------------*/
#twithash {
	width: 615px;
	padding: 30px 0px 0px 0px;
}

#twithash dl {
	background: #daffff;
	padding: 15px 20px;
	margin: 0px 0px 20px 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#twithash dt {
	margin: 0px 0px 10px 0px;
}

#twithash dt a {
	font-size: 40px;
	font-family: "Arial black", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	font-weight: bold;
	text-decoration: none;
	color: #0af;
}

#twithash dt a:hover {
	text-decoration: underline;
}

#twithash dl:hover {
	background: #caffff;
}

#twithash dd {
	line-height: 1.4;
}

