
body, div, h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd, img, form {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}

html {
	height: 100%;
}
table { border-collapse: collapse; border-spacing: 0; }
textarea, input {
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ ゴシック";
}

/* space */
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }
.pl50 { padding-left: 50px; }

.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pr50 { padding-right: 50px; }

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }

.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }

body {
	width:100%;
	height: 100%;
	line-height: 160%;
	color: #333333;
	font-size: 75%;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ ゴシック";
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(img/bg-body-news.jpg);
}
body.news {
	background-image: url(img/bg-body-news.jpg);
}
body.photo {
	background-image: url(img/bg-body-photo.jpg);
}
body.report {
	background-image: url(img/bg-body-report.jpg);
}
body.club_dao {
	background-image: url(img/bg-body-club_dao.jpg);
}
body.orion {
	background-image: url(img/bg-body-orion.jpg);
}
body.forum {
	background-image: url(img/bg-body-forum.jpg);
}

body.letter {
	background-image: url(img/bg-body-letter.jpg);
}
body.cdphoto {
	background-image: url(img/bg-body-cdphoto.jpg);
}

body.kokoroschool {
	background-image: url(img/bg-body-kokoroschool.jpg);
}

body.disco2 {
	background-image: url(img/bg-body-orion.jpg);
}

body.turning {
	background-image: url(img/bg-body-turningpoint.jpg);
}


.clear {
	clear: both;
	font-size: 0px;
	line-height: 1%;
}

/* clear */
.clear { clear: both; }
.clear hr { display: none; }

.clearfix:after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 1%;
line-height: 0;
min-height: 100%;
}
* html .clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; zoom: 1; }
/* */

.on {
	display: block;
}
.off {
	display: none;
}

.caution {
	color: #BF1B00;
}
.cap {
	font-size: 11px;
}



a:link { color: #BF1B00; text-decoration: none; }
a:visited { color: #868686; text-decoration: none; }
a:hover { color: #BF1B00; text-decoration: underline; }
a:active { color: #BF1B00; text-decoration: underline; }
a.img img { border: #FFFFFF 1px solid; }
a.img:hover img { border: #BF1B00 1px solid; }

br.alphafilter {
	font-size: 0px;
	line-height: 1%;
}

ul.comment-check {
	padding-top: 10px;
}

ul.comment-check li {
	list-style-type: none;
	background: url(img/icon-list-black.gif) 0px 6px no-repeat;
	padding-left: 7px;
}
form.comment-check {
	text-align: center;
}

#container {
	float: left;
	height: 100%;
	width: 790px;
	background: url(img/bg-menu-right-line.gif) repeat-y;
}

#menu {
	float: left;
	width: 208px;
}
#menu .block {
	background: url(img/bg-menu-block-line.gif) repeat-y;
	padding: 0 6px 0 3px;
	margin-bottom: 20px;
}
#menu ul {
	padding: 23px 0 16px 0;
}
#menu li {
	list-style-type: none;
	padding-bottom: 7px;
}
#menu #gb {
	text-align: center;
}
#menu #gb2 {
	text-align: center;
}
#menu .ad-block {
	background: url(img/bg-menu-ad-line.gif) repeat-y;
	padding: 0 6px 0 3px;
	text-align: center;
	margin-bottom: 40px;
}

#navi {
	float: left;
	width: 149px;
	padding-top: 150px;
}
#navi .cdLogo {
	position: relative;
	top: -25px;
}

#navi .block {
	padding-bottom: 30px;
}
#navi .block .title {
	line-height: 100%;
}
#navi .block .title span {
	font-size: 11px;
	margin-left: 12px;
	line-height: 180%;
}
#navi .block .body {
	margin: 0 14px;
}
#navi .block .body ul {
	padding: 10px 0;
}
#navi .block .body li {
	list-style-type: none;
}
#navi .block .body li a:link  {
	list-style-type: none;
	background: url(img/icon-list.gif) 0px 6px no-repeat;
	padding-left: 7px;
}
#navi .block .body li a:visited  {
	list-style-type: none;
	background: url(img/icon-list-gray.gif) 0px 6px no-repeat;
	padding-left: 7px;
}
#navi .block .body li a:hover  {
	list-style-type: none;
	background: url(img/icon-list.gif) 0px 6px no-repeat;
	padding-left: 7px;
}
#navi .block .body li a:active  {
	list-style-type: none;
	background: url(img/icon-list.gif) 0px 6px no-repeat;
	padding-left: 7px;
}

#main {
	float:left;
}
#main #header {
	line-height: 100%;
	padding-top: 65px;
}
#main #header .title {
	width: 433px;
	height: 53px;
	background-repeat: no-repeat;
	background-image: url(img/bg-news.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-news.png',sizingMethod='scale');
	_background:none;	
}

body.news #main #header .title {
	background-image: url(img/bg-news.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-news.png',sizingMethod='scale');
	_background:none;
}
body.photo #main #header .title {
	background-image: url(img/bg-photo.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-photo.png',sizingMethod='scale');
	_background:none;
}
body.report #main #header .title {
	background-image: url(img/bg-report.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-report.png',sizingMethod='scale');
	_background:none;
}
body.club_dao #main #header .title {
	background-image: url(img/bg-club_dao.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-club_dao.png',sizingMethod='scale');
	_background:none;
}
body.orion #main #header .title {
	background-image: url(img/bg-orion.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-orion.png',sizingMethod='scale');
	_background:none;
}
body.forum #main #header .title {
	background-image: url(img/bg-forum.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-forum.png',sizingMethod='scale');
	_background:none;
}

body.letter #main #header .title {
	background-image: url(img/bg-letter.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-letter.png',sizingMethod='scale');
	_background:none;
}
body.cdphoto #main #header .title {
	background-image: url(img/bg-cdphoto.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-cdphoto.png',sizingMethod='scale');
	_background:none;
}
body.kokoroschool #main #header .title {
	background-image: url(img/bg-kokoroschool.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-kokoroschool.png',sizingMethod='scale');
	_background:none;
}

body.disco2 #main #header .title {
	background-image: url(img/bg-orion.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-orion.png',sizingMethod='scale');
	_background:none;
}

body.turning #main #header .title {
	background-image: url(img/bg-turningpoint.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-turningpoint.png',sizingMethod='scale');
	_background:none;
}

#main #header .category {
	line-height: 140%;
	padding: 0 15px;
}

#main #body div.alphafilter {
	background-image: url(img/bg-contents-frame.png);
	width: 100%;
	height: 15px;
}
*:first-child+html #main #body div.alphafilter {
	width: 433px;
}
body.kokoroschool #main #body div.alphafilter {
	background-image: url(img/bg-kokoro.png);
}

#main #body div.alphafilter hr {
	display: none;
}

#main #body .forum-contents-header {
	background-image: url(img/bg-contents-main.png);
	width: 100%;
	height: auto;
}
body.kokoroschool #main #body .forum-contents-header {
	background-image: url(img/bg-kokoro.png);
}

#main #body div.forum-contents-header.alphafilter {
	background-image: url(img/bg-contents-frame.png);
	width: 100%;
	height: auto;
}

#main #body .forum-contents-header a {
	padding-left: 15px;
}

#main #body .forum-contents-header-s {
	background-image: url(img/header-forum.png);
	width: 433px;
	height: 80px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/header-forum.png',sizingMethod='scale');
	_background:none;
}
#main #body .forum-contents-header-s a {
	position: relative;
	top: 57px;
	left: 15px;
	font-size: 92%;
}
#main #body .forum-contents-header-s a:link { color: #FFFFFF; }
#main #body .forum-contents-header-s a:visited { color: #FFFFFF; }
#main #body .forum-contents-header-s a:hover { color: #BF1B00; }
#main #body .forum-contents-header-s a:active { color: #BF1B00; }


#main #body div#contents-wrapper.alphafilter {
	background-image: url(img/bg-contents-main.png);
	width: 100%;
	height: auto;
}
body.kokoroschool #main #body div#contents-wrapper.alphafilter {
	background-image: url(img/bg-kokoro.png);
}

#main #body #page-select {
	width: 387px;
	height: 25px;
	border-top: #B5B5B5 1px solid;
	text-align: center;
	padding-top: 5px;
}
#main #body #page-select.alphafilter {
	background-image: url(img/bg-page-select.png);
}

#main #body #comment.alphafilter {
	background-image: url(img/bg-page-select.png);
	width: 387px;
	height: auto;

}

#main #body #dao-info.alphafilter {
	width: 387px;
	height: 25px;
	border-top: #BF1B00 1px solid;
	text-align: right;
	padding-top: 5px;
	background-image: url(img/bg-dao-info.png);
}
#main #body #dao-info.alphafilter a {
	color: #FFFFFF;
	margin-right: 10px;
}

#main #body #orion-header.alphafilter, #main #body #dao-header0.alphafilter {
	width: 387px;
	height: auto;
	padding: 5px 31px 0 15px;
	color: #FFFFFF;
}
#main #body #orion-header .flash, #main #body #dao-header0 .flash {
	float: left;
	width: 265px;
}
#main #body #dao-header0 .flash {
	padding-bottom: 15px;
}
#main #body #orion-header .text, #main #body #dao-header0 .text {
	float: left;
	width: 122px;
	font-size: 11px;
	line-height: 140%;
}
#main #body #orion-header .text h2, #main #body #dao-header0 .text h2 {
	font-size: 12px;
	padding-bottom: 5px;
}
#main #body #orion-header .text p, #main #body #dao-header0 .text p {
	padding-bottom: 5px;
}
#main #body #dao-header0 .text p.link {
	padding-top: 40px;
}
#main #body #dao-header0 .text p.link a {
	color: #FFFFFF;
	background: url(img/icon-arrow-white.gif) 0 2px no-repeat;
	padding-left: 15px;
	display: block;
	font-weight: bold;
}
#main #body #orion-header .btn, #main #body #dao-header0 .btn {
	clear: both;
	padding-bottom: 10px;
}
#main #body #orion-header .btn img {
	vertical-align: middle;
}
#main #body #orion-header .btn a {
	color: #FFFFFF;
}



#main #body #disco-header.alphafilter {
	width: 387px;
	height: auto;
	padding: 5px 31px 0 15px;
	color: #FFFFFF;
}
#main #body #disco-header .img {
	float: left;
	width: 160px;
}
#main #body #disco-header .text {
	float: left;
	width: 122px;
	font-size: 11px;
	line-height: 140%;
}
#main #body #disco-header .text h2 {
	font-size: 12px;
	padding-bottom: 5px;
}
#main #body #disco-header .text p {
	padding-bottom: 5px;
}

#main #body #disco-header .btn {
	clear: both;
	padding-bottom: 10px;
}
#main #body #disco-header .btn img {
	vertical-align: middle;
}
#main #body #disco-header .btn a {
	color: #FFFFFF;
}



#main #contents {
	margin: 0 31px 0 15px;
	padding: 13px 0 0 0;
	width: 387px;
	word-wrap: break-word;
}
#main #contents.detail {
	margin: 0 31px 0 15px;
	padding: 14px 0 0 0;
}



body.cdphoto #main #contents.detail .detail {
	position: relative;
}

body.cdphoto #main #contents.detail .detail .gotoList {
	position: absolute;
	top: 0;
	right: 20px;
}
body.cdphoto #main #contents.detail .detail a.arrow {
	background: url(img/icon-arrow.gif) left center no-repeat;
	padding-left: 20px;
	font-size: 11px;
}


body.cdphoto #main #contents .item .left {
float:left;
width: 175px;
padding-bottom: 10px;
}
body.cdphoto #main #contents .item .right {
float:left;
width: 182px;
padding-bottom: 10px;
}

body.cdphoto #main #contents .item .imgFrame {
	width: 165px;
	height: 120px;
	background: url(img/bg-cdphoto-frame-s.png) left bottom no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-cdphoto-frame-s.png',sizingMethod='scale');
	_background:none;
}
body.cdphoto #main #contents .item .imgFrame a {
	display: block;
	margin: 0 12px 0 10px;
	line-height: 100%;
}
body.cdphoto #main #contents .item .imgFrame img {
	border: #FFFFFF 1px solid;
}
body.cdphoto #main #contents .item .imgFrame a:hover img {
	border: #BF1B00 1px solid;
}



#main #contents .list {
	padding-bottom: 10px;
}
#main #contents.two-column .list {
	padding: 8px 0 20px 0;
}


#main #contents .list .imgFrame {
	width: 357px;
	height: 270px;
	background: url(img/bg-cdphoto-frame.png) no-repeat;
	margin-left: 15px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tanimura.com/common/img/bg-cdphoto-frame.png',sizingMethod='scale');
	_background:none;
}

#main #contents .list .imgFrame a {
	display: block;
	padding-top: 14px;
	margin: 0 40px;
}
#main #contents .list .imgFrame img {
	border: #FFFFFF 1px solid;
}
#main #contents .list .imgFrame a:hover img {
	border: #BF1B00 1px solid;
}


#contents .img-block {
	float: left;
	width: 190px;
}
#contents .img-block div.img {
	background: url(img/icon-common.gif) no-repeat;
	padding-left: 15px;
}

#contents .text-block {
	float: left;
	width: 182px;
}
#contents .list .text-block h2.title, #contents .detail .text-block h2.title {
	font-size: 12px;
	padding: 0;
	background: none;
}

body.cdphoto #contents .list h2.title{
	font-size: 18px;
}

#contents .text-block .body {
	margin: 0;
	padding-bottom: 10px;
}

#contents .photo-block div.img img {
	width: 98px;
}

#contents .list h2.title {
	font-size: 12px;
	padding: 0 15px;
	background: url(img/icon-common.gif) 0 7px no-repeat;
}
#contents .detail h2.title {
	font-size: 16px;
	padding: 0 15px;
	background: url(img/icon-common.gif) 0 7px no-repeat;
}

#contents.three-column h2.title {
	font-size: 12px;
	padding: 0;
	background: 0;
}

#contents h2.title img {
	vertical-align: middle;
}

#contents.three-column .list {
	padding: 8px 0 20px 0;
}
#contents.three-column .left-block {
	float: left;
	width: 143px;
}
#contents.three-column .center-block {
	float: left;
	width: 127px;
}
#contents.three-column .right-block {
	float: left;
	width: 100px;
}
#contents.three-column .photo-block {
	width: 100px;
}
#contents.three-column .left-block .photo-block {
	margin-left: 15px;
}
#contents.three-column .attribute {
	margin-left: 0;
	padding-bottom: 15px;
	font-size: 11px;
}
#contents.three-column .attribute li {
	float: none;
	background: url(img/icon-common.gif) 0 7px no-repeat;
	padding: 0 0 0 15px;
	line-height: 140%;
}

#contents .attribute {
	margin-left: 15px;
	padding-bottom: 6px;
	font-size: 11px;
}

#contents .attribute li {
	list-style-type: none;
	float: left;
	background: url(img/icon-common.gif) 0 9px no-repeat;
	padding: 0 15px;
}



#contents .clearfix .attribute {
	margin-left: 0px;
	width: 110px;
	float: left;
}

#contents .clearfix .attribute li {
	float: none;
	padding: 0 0 0 15px;
	margin-left: 15px; 
}

#contents .clearfix .body {
	float: left;
	width: 260px;
	margin: 0;
}


#contents .body {
	margin: 0 15px;
	padding-bottom: 10px;
}
#contents.detail .body {
	padding-top: 5px;
}

#contents.detail .body .remark {
	font-size: 92%;
	text-indent: -1em;
	padding-left: 1em;
}

#contents .body a.arrow { background: url(img/icon-arrow.gif) 0 2px no-repeat; padding-left: 20px; }
#contents .body a img, #contents .photo-block a img { border: #FFFFFF 1px solid; }
#contents .body a:hover img, #contents .photo-block a:hover img { border: #BF1B00 1px solid; }

#contents .body p {
	padding-bottom: 10px;
}
#contents .body h3 {
	font-size: 12px;
}

#contents .body .sign {
	text-align: right;
}


#contents .page-select {
	font-size: 12px;
}

#contents #comment h3 {
	font-size: 11px;
	font-weight: normal;
	padding: 6px 0 4px;
	_padding: 12px 0 8px;
	border-bottom: #B5B5B5 1px solid;
}
#contents #comment h3 img {
	padding-right: 15px;
}
#contents #comment .list {
	padding-bottom: 30px;
}
#contents #comment .item {
	margin: 0 15px;
	padding: 10px 0;
	border-bottom: #B5B5B5 1px solid;
}
#contents #comment .item .text {
	padding: 0 15px;
	background: url(img/icon-common.gif) 0 7px no-repeat;
}
#contents #comment .item p {
	padding-bottom: 5px;
}

#contents #comment .item ul {
	margin-left: 15px;
}
#contents #comment .item li {
	list-style-type: none;
	float: left;
	background: url(img/icon-common.gif) 0 7px no-repeat;
	padding: 0 15px;
	font-size: 11px;
}

#contents #comment dl.add-form {
	margin: 0 15px;
	padding: 10px;
}
#contents #comment .add-form dt {
	float: left;
	width: 100px;
	padding-bottom: 5px;
}
#contents #comment .add-form dd {
	margin-left: 100px;
	padding-bottom: 5px;
}
#contents #comment .add-form dd.ie {
	_margin-left: 103px;
}
#contents #comment .add-form input.text {
	width: 220px;
}
#contents #comment .add-form textarea.text {
	width: 220px;
	height: 150px;
}

#contents .kokoro-history,
#contents .kokoro-about,
#contents .kokoro-entry,
#contents .kokoro-form {
	padding: 10px;
}

#contents .kokoro-history p {
	padding-bottom: 20px;
}


#contents .kokoro-history table {
	width: 100%;
	background: #FFFFFF;
	font-size: 92%;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
}

#contents .kokoro-history th {
	text-align: left;
	background: #CCCCCC;
	font-weight: normal;
	padding: 3px 10px;
	border-right: #000000 1px solid;
}
#contents .kokoro-history td {
	padding: 10px;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px dashed;
}

#contents .kokoro-history td.bgBlack {
	background: #000000;
	color: #FFFFFF;
	padding: 2px 10px;
	border: none;
}

#contents .kokoro-history .last td {
	border-bottom: #000000 1px solid;
}


#contents .kokoro-about .left {
	float: left;
}
#contents .kokoro-about .left img {
	padding-right: 10px;
}

#contents .kokoro-entry .right {
	float: right;
}
#contents .kokoro-entry .right img {
	padding-left: 10px;
}
#contents .kokoro-entry ul {
	list-style: none;
}
#contents .kokoro-entry li {
	padding-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

#contents .kokoro-entry .step {
	padding: 11px;
	border: 1px #000000 solid;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#contents .kokoro-entry .step h4 {
	padding-bottom: 10px;
}
#contents .kokoro-entry .step p {
	padding-left: 50px;
	padding-bottom: 20px;
}
#contents .kokoro-entry .step p.arrow {
	padding-left: 0px;
	padding-bottom: 20px;
	text-align: center;
}

#contents .kokoro-form {
	position: relative;
	padding: 20px 10px;
	border: 1px #000000 solid;
	background-color: #FFFFFF;
	margin-top: -13px;
	margin-bottom: 20px;
}
#contents .kokoro-form h2 {
	text-align: center;
	padding-bottom: 25px;
}
#contents .kokoro-form h3 {
	padding-bottom: 10px;
}

#contents .kokoro-form dl {
	position: relative;
	background: url(img/bg-kokoroschool-form.gif) 120px 0 repeat-y;
	margin-bottom: 20px;
}
#contents .kokoro-form dt {
	position: relative;
	display: block;
	float: left;
	width: 110px;
	padding: 2px 0 15px;
	margin-right: 10px;
}
/*\*/
#contents .kokoro-form dt {
	clear: both;
}
/**/

#contents .kokoro-form dd {
	float: left;
	width: 240px;
	padding-bottom: 15px;
}
/*\*/
* html #contents .kokoro-form dd {
	float: none;
}
/**/
*:first-child + html #contents .kokoro-form dd {
	float: none;
}

#contents .kokoro-form dt span {
	font-size: 83%;
	color: #980D06;
}
#contents .kokoro-form dd .fTextL {
	width: 220px;
	margin-left: 10px;
}
#contents .kokoro-form dd .fTextM {
	width: 85px;
	margin: 0 9px 0 10px;
}
#contents .kokoro-form dd .fTextS {
	width: 45px;
	margin: 0 10px;
}
#contents .kokoro-form dd .fTextSS {
	width: 30px;
	margin: 0 10px;
}
#contents .kokoro-form dd .fRadio {
	margin-left: 10px;
}
#contents .kokoro-form dd textarea {
	margin-left: 10px;
	width: 220px;
	height: 100px;
}
#contents .kokoro-form dd .error {
	font-size: 83%;
	color: #980D06;
	margin-left: 10px;
	display: block;
}
#contents .kokoro-form .btn {
	text-align: center;
}


#contents .arrow-btn {
	clear: both;
	text-align: right;
	padding-bottom: 15px;
}



#main #footer {
	padding: 13px 0;
}
#main #footer p {
	margin-left: 15px;
	line-height: 100%;
	font-size: 9px;
}

#lang {
	line-height: 100%;
	text-align: right;
}
#lang p {
	padding: 12px 12px 0 0;
}


#dao-header {
	margin: 0 15px;
	padding: 5px 0 10px;
}
#dao-header h3 {
	font-size: 14px;
	padding-bottom: 5px;
}



#loginForm {
	width: 362px;
	height: 350px;
	overflow: auto;
}

#loginForm h2 {
	padding: 30px 15px 10px;
}
#loginForm .read {
	padding: 0px 15px 10px;
}
#loginForm .read2 {
	padding: 0px 15px 15px;
	font-size: 83%;
}
#loginForm .read3 {
	padding: 0px 15px 15px;
	font-size: 83%;
	color: #BF1B00;
}
#loginForm #loginFormError {
	padding: 0px 15px 5px;
	color: #FF0000;
}
#loginForm dl {
	background: url(img/bg-kokoroschool-form.gif) 120px 0 repeat-y;
	padding: 5px 15px 0;
	margin-bottom: 10px;
}
#loginForm dt {
	width: 120px;
	float: left;
	padding-bottom: 5px;
}
/*\*/
#loginForm dt {
  clear: both;
}
/**/
#loginForm dd {
	width: 180px;
	float: left;
	padding-bottom: 5px;
}
/*\*/
* html #loginForm dd {
  float: none;
}
/**/
*:first-child + html #loginForm dd {
  float: none;
}

#loginForm dd input {
	width: 150px;
}

#loginForm .btn {
	text-align: center;
	padding-bottom: 20px;
}

#loginForm .info {
	width: 323px;
	background-color: #B01308;
	margin: 0 auto 30px;
	padding-bottom: 30px;
}

#loginForm .info .btn {
	width: 297px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 0;
}



body.turning #contents .attribute ul li {
	float: none;
}

body.turning #contents .attribute ul {
	padding-top: 10px;
}

body.turning h2.title img {
	padding-top: 10px;
}

body.turning #contents .body {
	padding-top: 10px;
}

body.turning #contents .body h3 {
	background: url(img/icon-common.gif) 0 7px no-repeat;
	margin: 15px 0 10px;
	padding: 0 0 0 15px;
}

body.turning #contents .body ul {
	padding: 0 0 0 15px;
	list-style: none;
}

body.disco2 #main #body #disco-header .text p {
	line-height: 180%;
}

body.disco2 #main #body #disco-header .text h2 {
	font-size: 16px;
	line-height: 120%;
}

body.disco2 #main #body #taniComment.alphafilter {
	background-image: url(img/bg-disco2-tani-comment.png);
	width: 387px;
	height: auto;
	padding: 10px 31px 10px 15px;
	color: #FFFFFF;
}

body.disco2 #main #body #taniComment .taniCommentBody {
	padding: 5px 15px 0;
}


body.disco2 #header,
body.turning #header {
	position: relative;
}

body.disco2 #header .flag,
body.turning #header .flag {
	position: absolute;
	top: 65px;
	right: 0px;
}



