@charset "utf-8";

/*Defult-----------------------------------*/
* {
	margin:0;
	padding:0;
}
body,html,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,blockquote,pre,
table,thead,tbody,tfoot,th,td {
	margin:0;
	padding:0;
}
div, th, td, p, dt, dd, li {
	line-height: 1.7;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0 none;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
img { border: none; }

/*Style-----------------------------------*/
body {
	font-size:14px;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	color: #666;
	background-image: url(../images/body-bg.jpg);
	background-color: #EBEBDF;
	background-position: 50% 0;
	background-repeat: no-repeat;

}

a { color: #1F98C7;}
a:visited { color:#1F98C7; }
a:hover { text-decoration: underline; color: #177497; }

#wrapper, #wrapper-top {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
#wrapper-top {
	background-image: url(../images/wrapper-bg.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#header {
	padding: 0;
	margin: 0;
	height: 106px;
}
#logo {
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 28px;
}
#menu {
	float: right;
	margin: 14px 11px 0 0;
	padding: 0;
	text-align: right;
}
#menu ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul li a{
	display: block;
}

#menu ul li img{
	vertical-align:middle;
}

#content, #content-top {
	overflow: auto;
	width: 100%;
}

#content {
	background-color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
}

#content, #content-top {
    zoom: 100%;
}
#content:after, #content-top:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#content-box {
	padding: 15px;
}
#character-box {
	padding: 15px;
}

#footer {
	padding: 0;
	margin: 0;
	background-image: url(../images/footer-bg.gif);
}
.footer-box {
	width: 980px;
	padding: 20px 0 30px 0;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	color: #FFF;
}

.section, .section2 {
	float: left;
	_zoom: 1;
	overflow: hidden;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
}
.section a, .section2 a {
	text-shadow: none;
}
.section {
	border-right: 1px dotted #E7D263;
	margin-right: 20px;
}
.section2 ul {
}
.section2 ul li {
	background-image: url(../images/list-arrow.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 10px;
	margin-left:10px;
}

.section h3, .section2 h3 {
	font-weight: normal;
	color: #B37D00;
	margin-bottom: 5px;
}

/*Template-----------------------------------*/
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both; font-size:0; line-height: 0; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }

.xx-large { font-size: xx-large; }
.x-large { font-size: x-large; }
.large { font-size: large; }
.medium { font-size: medium; }
.small { font-size: small; }
.x-small { font-size: x-small; }
.xx-small { font-size: xx-small; }

/*Style-----------------------------------*/
/* 共通 */
.navi {
	margin: 0 0 10px 10px;
	font-size: 11px;
}
.navi a {
	color: #666666;
}

#content-box h1 {
	background-image: url(../images/content-h1.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 130%;
	padding: 6px 6px 6px 40px;
	margin: 5px 0 26px 0;
}
h2 {
	background-color: #E5E5E5;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px 5px 5px 20px;
	margin: 5px 0 26px 0;
}
.pagetop {
	text-align: right;
	padding-right: 10px;
}
.pagetop a {
	outline:none;
}
.emp { color: #FF3366; }
.emp2 { background-color: #E5E5E5; }

/* TOPページ */

/*スクロールバー*/

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 16px;background: #E6E6E6 url("../images/scrollbar.gif") -16px 0px repeat-y;}/*スクロールバーベース*/
.vscrollerbarbeg {height: 10px !important;width: 16px;background: url("../images/scrollbar.gif") -32px -0px no-repeat;}/*スクロールバー上*/
.vscrollerbarend {height: 10px;width: 16px;background: url("../images/scrollbar.gif") -32px -10px no-repeat;}/*スクロールバー下*/
.vscrollerbase {width: 16px;background: #E6E6E6 url("../images/scrollbar.gif") 0px 0px repeat-y;}/*スクロールバー下地*/
.vscrollerbasebeg {width: 16px;height: 10px !important;background: url("../images/scrollbar.gif") -48px -10px no-repeat;}/*スクロールバー▼*/
.vscrollerbaseend {height: 10px;width: 16px;background: url("../images/scrollbar.gif")  -48px 0px no-repeat;}/*スクロールバー▲*/
.hscrollerbase {height: 16px; background-color: white;}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 10px;z-index: 2;}

.news {
	margin: 220px 20px 20px 20px;
	padding: 10px;
	width: 400px;
	font-size: 95%;
	background-color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.news .flexcroll {
	height:300px;
	overflow:auto;
}
.news .flexcroll .date {
	margin-top: 10px;
}
.news .flexcroll .date span {
	display: block;
	height: 32px;
	padding: 5px 10px 0 10px;
/*	background-color: #333333;*/
	background-image: url("../images/date-bg.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}


.news .flexcroll .text {
	padding: 5px 5px 5px 10px;
	margin: 0 5px;
	background-image: url(../images/list-arrow.gif);
	background-position: 0 1em;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #999;
}
.tweets {
	margin-top: 15px;
}

/* topsyボタン */
.tweets ul{
	float:left;
	list-style:none;
	margin:0 20px;
	padding:0 0;
	clear:left;
}
.tweets ul li{
	display:inline;
	margin:0 20px 0 0;
}
.tweets ul li img{
	vertical-align:middle;
}

/* 使い方 */
dl.howto {
	padding: 0;
	margin: 0 0 15px 0;
}
dl.howto dt {
	border-left: 5px solid #333;
	font-weight: bold;
	padding: 0 8px;
	margin: 8px 5px;
}
dl.howto dd {
	border-bottom: 1px dotted #CCC;
	padding: 5px 20px 10px;
}

dl.howto dd img {
	border: 5px solid #E5E5E5;
}

ul.howto {
	list-style-type: disc;
	margin-left: 30px;
	list-style-position: outside;
}
ul.howto li {
	padding: 5px 10px;
}

ul.lists {
	list-style: none;
	padding-left: 5px;
	margin: 5px 0;
	width: 500px;
	background-color: #EEEEE2;
	border: 1px solid #EBEBDC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.lists li {
	padding: 2px 2px 2px 16px;
	background-image : url(../images/list-arrow.gif);
	background-position : left center;
	background-repeat : no-repeat;
}
.howto-num {
	font-size: 130%;
	background-color: #E5E5E5;
	padding: 0 2px;
}

.submenu {
}

.submenu a {
	display: inline-block;
	padding: 3px 5px 3px 15px;
	background: url(../images/go-arrow.gif) no-repeat 3px 50%;
	margin-right: 22px;
	font-weight: bold;
}

.character-menu {
	margin: 10px 0;
	padding: 0;
}

.character-menu a {
	display: inline-block;
	margin-right: 22px;
}

.special-box {
	margin-bottom: 10px;
	overflow: hidden;
}

.special-box dl {
}

.special-box dl dt {
	padding: 2px;
	margin:0;
}

.special-box dl dd {
	padding: 2px;
	margin: 0px 0 5px 0;
	border-bottom:1px dotted #CCC;
	text-align: right;
	font-size: 11px;
}
.balloon-box {
	background-color: #EEEEE2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	margin-bottom: 20px;
}
.balloon {
	margin: 0 110px 15px 110px;
	background-color: #FFFFFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.balloon div.tweet {
	padding: 10px 15px 0 15px;
	height: 90px;
}
.balloon-box div.date {
	padding: 5px 15px 5px 15px;
	text-align: right;
	font-size: 11px;
}
.balloon div.date a {
	color: #999999;
}

.balloon-nakamura-left {
	background: url(../images/balloon-nakamura-left.gif) no-repeat 0 0;
}
.balloon-matsuda-left {
	background: url(../images/balloon-matsuda-left.gif) no-repeat 0 0;
}
.balloon-matsuda-hanamagene-left {
	background: url(../images/balloon-matsuda-hanamagene-left.gif) no-repeat 0 0;
}
.balloon-matsuda-hanamagene-right {
	background: url(../images/balloon-matsuda-hanamagene-right.gif) no-repeat top right;
}
.balloon-nakamura-right {
	background: url(../images/balloon-nakamura-right.gif) no-repeat top right;
}
.balloon-matsuda-right {
	background: url(../images/balloon-matsuda-right.gif) no-repeat top right;
}

/*キャラクターページ設定-----------------------------------*/

/* キャラクター 投稿フォーム */
#datepicker {
	width: 110px;
	background: url(../js/images/calendar.gif) no-repeat top right #FFF;
}
.days_red {
	background-color:#CC3333;
}
.days_blue {
	background-color:#0066CC;
}

#character-box h1 {
	padding: 0;
	margin: 0 25px;
}

#schedule-form table {
	padding: 0;
	margin: 0;
}
#schedule-form form {
	padding: 0;
	margin: 0;
}
#schedule-form input#tweet {
	height: 20px;
}

.prof-box {
	width: 470px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-left: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.prof-box dl.howto dd {
	min-height: 60px;
}

dl.prof dt{
	border-left: 5px solid #333333;
	padding: 3px 0 3px 5px;
	margin-right: 10px;
	float:left;
	width: 110px;
	border-top: 1px dotted #CCCCCC;
}

dl.prof dd{
	overflow:
	auto;zoom:1;
	margin-bottom: 6px;
	border-top: 1px dotted #CCCCCC;
	padding: 3px 0;
}

.imgbox {
	border: 5px solid #CCC;
}

/*中村-----------------------------------*/
.nakamura-box {
	background:url(../images/nakamura-bg.jpg?20111001) no-repeat 0 0;
}

.nakamura-box .twitter-banner {
	text-align: right;
	padding: 20px 15px 0 0;
}

/* スケジュール投稿フォーム */
.nakamura-box #schedule-form {
	margin-top: 10px;
	padding-top: 70px;
	margin-left: 40px;
	background: url(../images/nakamura-form-bg.gif) no-repeat 0 0px;
	padding-bottom: 0px;
	height: 400px;
}
.nakamura-box #schedule-form .memoform {
	margin-left: 40px;
}
.nakamura-box .prof-box dl dd.icon {
	padding-left:75px;
	background:url(../images/nakamura-icon.gif) no-repeat 0 5px;
}

.nakamura-box .prof-box dl dd.icon2 {
	padding-left:75px;
	background:url(../images/nakamura-icon2.gif) no-repeat 0 5px;
}



/*松田-----------------------------------*/
.matsuda-box {
	background:url(../images/matsuda-bg.jpg?20111001) no-repeat 0 0;
}
.matsuda-box .twitter-banner {
	text-align: right;
	padding: 20px 15px 0 0;
}

/* スケジュール投稿フォーム */
.matsuda-box #schedule-form {
	margin-top: 10px;
	padding-top: 70px;
	margin-left: 40px;
	background: url(../images/matsuda-form-bg.gif) no-repeat 0 0px;
	padding-bottom: 0px;
	height: 400px;
}
.matsuda-box #schedule-form .memoform {
	margin-left: 40px;
}
.matsuda-box .prof-box dl dd.icon {
	padding-left:75px;
	background:url(../images/matsuda-icon.gif) no-repeat 0 5px;
}

.matsuda-box .prof-box dl dd.icon2 {
	padding-left:75px;
	background:url(../images/matsuda-icon2.gif) no-repeat 0 5px;
}


