@charset "utf-8";

@import "print.css";

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	line-height: 145%;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol {
	margin-left: 2.0em;
	*margin-left: 2.5em;
}

ul {
	margin-left: 1.5em;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #f5f5f5;
	color: #666666;
	text-align: center;
}
/* for FIREFOX & etc. \*/
body {
	overflow-y: scroll;
}
/* */
/* for IE7 \*/
*:first-child+html body {
	overflow-y: visible;
}
/* */

a:link, a:visited {
	color: #ff4b00;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff4b00;
	text-decoration: underline;
}








/* basic style ------------------------------ */
.btn {
	/* ----- */
}

.blank {
	/* ----- */
}

/* clerfix ----- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
/* ----- clerfix */

.fL {
	float: left;
}
.fR {
	float: right;
}

.alnC {
	text-align: center !important;
}
.alnL {
	text-align: left !important;
}
.alnR {
	text-align: right !important;
}

.indnt01 {
	text-indent: -1.0em;
	margin-left: 1.0em;
}

.separator {
	width: 100%;
	height: 0px;
	overflow: hidden;
	border-bottom: 1px dashed #919191;
	margin-bottom: 16px;
}
.separator hr {
	position: absolute;
	left: -5000px;
	top: 0px;
	width: 100px;
}

.txLL {
	font-size: 24px;
	line-height: 125%;
}
.txL {
	font-size: 16px;
	line-height: 125%;
}
.txS {
	font-size: 11px;
	line-height: 135%;
}

.txBold {
	font-weight: bold;
}

.txRed {
	color: #db202a !important;
}
.txGold {
	color: #e5ab02 !important;
}
.txSilver {
	color: #91969a !important;
}
.txCopper {
	color: #bc7549 !important;
}

.mb0 {
	margin-bottom: 0px !important;
}
.mb4 {
	margin-bottom: 4px !important;
}
.mb8 {
	margin-bottom: 8px !important;
}
.mb12 {
	margin-bottom: 12px !important;
}
.mb16 {
	margin-bottom: 16px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb24 {
	margin-bottom: 24px !important;
}
.mb32 {
	margin-bottom: 32px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}

.pt0 {
	padding-top: 0px !important;
}








/* wrapper ------------------------------ */
#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}







/* header ------------------------------ */
#header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: url(../img/h_bg.gif) no-repeat left bottom;
	padding: 12px 20px 52px 20px;
	margin-bottom: 20px;
	zoom: 1;
}
#header:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}

#header .term {
	margin: 0px;
	padding: 16px 0px 0px 0px;
	float: right;
}

#header #gnav {
	position: absolute;
	left: 45px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	zoom: 1;
}
#header #gnav:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
#header #gnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 0.1em;
	line-height: 0.1em;
}








/* footer ------------------------------ */
#footer {
	text-align: center;
	background: url(../img/f_bg.gif) no-repeat left top;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#footer a:link,
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #ff4b00;
	text-decoration: underline;
}

#footer #copyright {
	font-size: 11px;
	line-height: 110%;
	color: #707070;
	padding: 54px 0px 30px 0px;
}

#footer #topagetop {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	width: 90px;
	height: 20px;
}








/* credit ------------------------------ */
#credit {
	margin-top: 20px;
	background: url(../../img/home_bg02_top.gif) no-repeat left top;
}
#credit .inner {
	padding: 16px;
	background: url(../../img/home_bg02_btm.gif) no-repeat left bottom;
	zoom: 1;
}
#credit .inner:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
#credit .creditColumn {
	display: inline;
	float: left;
	margin-right: 24px;
	font-size: 11px;
	line-height: 145%;
}

#credit a:link,
#credit a:visited {
	color: #666666;
	text-decoration: none;
}
#credit a:hover,
#credit a:active {
	color: #ff4b00;
	text-decoration: underline;
}








/* container ------------------------------ */
#container {
	background: url(../img/cntr_bg.gif) repeat-y left top;
	padding: 0px 20px 0px 20px;
	zoom: 1;
	zoom: 1;
}
#container:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#container h2 {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px -20px 0px -20px;
	padding: 0px 0px 20px 0px;
}

#container h3 {
	border-left: 12px solid #d0111b;
	border-bottom: 4px solid #d0111b;
	padding: 2px 0px 4px 10px;
	font-size: 26px;
	line-height: 110%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 16px;
}
#container h3 span {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
}

#container h4 {
	padding: 0px 0px 0px 20px;
	font-size: 18px;
	line-height: 110%;
	font-weight: bold;
	color: #000000;
	background: url(../img/cap_bg01.gif) no-repeat 0px 0.05em;
	margin-bottom: 2px;
}

#container h5,
#container h6 {
	font-size: 16px;
	line-height: 110%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
}

.section {
	padding-left: 20px;
	padding-top: 8px;
}
.section p,
.section ol,
.section ul {
	margin-bottom: 16px;
}

.mainsection {
	padding-bottom: 32px;
}







/* home ------------------------------ */
#home #container {
	background: none;
}
#home #footer {
	background: none;
}

#home #footer #copyright {
	padding: 30px 0px 30px 0px;
}

#home #container {
	padding: 0px;
}

#home #footer #topagetop {
	left: -5000px;
	top: 0px;
}

#homeMain {
	width: 442px;
	float: left;
}

#homeSub {
	width: 340px;
	float: right;
}
#container #homeSub h2 {
	margin: 0px -11px 12px -11px;
	padding: 0px;
}

#homeTwSection {
	margin-top: 0;
	padding: 0px 11px 11px 11px;
	background: url(../../img/home_bg01.gif) no-repeat left bottom;
}

#home .flexcroll {
	width: 318px;
	height: 425px;
	margin-bottom: 10px;
	overflow: auto;
	position: relative;
	outline: none;
}

#homeTweetList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#homeTweetList li {
	border-bottom: 1px dotted #bfbfbf;
	padding: 0px 0px 8px 0px;
	margin: 0px 6px 8px 0px;
	color: #313131;
}
#homeTweetList li .update {
	color: #959595;
}
#homeTweetList li .update a:link,
#homeTweetList li .update a:visited {
	color: #959595;
}
#homeTweetList li .update a:hover, 
#homeTweetList li .update a:active {
	color: #ff4b00;
	text-decoration: underline;
}
#homeTweetList li a.update:link,
#homeTweetList li a.update:visited {
	color: #959595;
}
#homeTweetList li a.update:hover, 
#homeTweetList li a.update:active {
	color: #ff4b00;
	text-decoration: underline;
}

#home11th{
	margin:15px 0 0;
}

#homeBanner{
	margin:0 0 10px;
}

#homeBanner ul{
	margin:0;
	padding:0;
	list-style: none;
}
#homeBanner ul li{
	float:left;
	display:inline;
}



/* flexcroll ------------------------------ */
.scrollgeneric {line-height:1px; font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbar {width: 5px; background:#c8c8c8;}
.vscrollerbase {width: 5px; background:#e4e4e4;}
.vscrollerbasebeg {width: 5px; height: 5px; background: url(../img/frexcroll_top.gif) no-repeat left top;}
.vscrollerbaseend {width: 5px; height: 5px; background: url(../img/frexcroll_btm.gif) no-repeat left bottom; z-index: 10;}
.vscrollerbar, .hscrollerbar {padding: 7px; z-index: 2;}




/* entry ------------------------------ */
ul.pdfdl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	zoom: 1;
}
ul.pdfdl:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
ul.pdfdl li {
	width: 345px;
	height: 118px;
	overflow: hidden;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	float: left;
	display: inline;
}
ul.pdfdl img,
ul.pdfdl b {
	margin-bottom: 8px;
}
ul.pdfdl li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px 10px 10px 108px;
	background-repeat: no-repeat;
	background-image: url(../img/pre_pdf.jpg);
	font-size: 14px;
	color: #db202a;
}
ul.pdfdl li a:link,
ul.pdfdl li a:visited,
ul.pdfdl li a:hover,
ul.pdfdl li a:active {
	text-decoration: none;
}
ul.pdfdl li a:link,
ul.pdfdl li a:visited {
	background-position: 0px 0px;
}
ul.pdfdl li a:hover,
ul.pdfdl li a:active {
	background-position: 0px -118px;
}







/* ceremony ------------------------------ */
.layerBox {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

#TB_ajaxContent .layerInner {
	padding: 10px;
}
#TB_ajaxContent .layerInner .thumb {
	width: 176px;
	float: left;
}
#TB_ajaxContent .layerInner .cap {
	font-size: 16px;
	font-weight: bold;
	color: #db202a;
	padding: 48px 0px 16px 0px;
	float: left;
	width: 300px;
}
#TB_ajaxContent .layerInner .summary {
	padding: 0px 0px 12px 0px;
	float: left;
	width: 300px;
}
#TB_ajaxContent .layerInner .text {
	padding: 16px 0px 0px 0px;
}
#TB_ajaxContent .layerInner a:link, #TB_ajaxContent .layerInner a:visited {
	color: #ff4b00;
	text-decoration: none;
}
#TB_ajaxContent .layerInner a:hover, #TB_ajaxContent .layerInner a:active {
	color: #ff4b00;
	text-decoration: underline;
}







/* interview ------------------------------ */
.lnkList01 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	zoom: 1;
}
.lnkList01:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.lnkList01 li {
	margin: 0px;
	padding: 0px;
	font-size: 0.1em;
	line-height: 0.1em;
}
.lnkList01 .lnk01 {
	float: left;
}
.lnkList01 .lnk02 {
	float: right;
}

#interview #container h3 {
	border: none;
	padding: 0px;
	margin-bottom: 0px;
}

#interview #container .interviewsection {
}

#interview #container .albumsection {
	width: 210px;
	float: right;
}
#interview #container .albumsection h4 {
	padding: 0px;
	font-size: 18px;
	line-height: 110%;
	font-weight: bold;
	color: #000000;
	background: none;
	margin-bottom: 0px;
}
#interview #container .albumsection .jacket {
	padding-top: 14px;
	margin-bottom: 6px;
}
#interview #container .albumsection .icons {
	margin-top: -10px;
}
#interview #container .albumsection .icons img {
	margin: 0px 12px 8px 0px;
}

#interview #container .section {
	padding: 0px;
	margin: 0 20px;
	zoom: 1;
}
#interview #container .section:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#interview #container .section .prg01,
#interview #container .section .prg02 {
	margin-bottom: 1.6em;
}
#interview #container .section .prg01 {
	color: #e60012;
}
#interview #container .section .prg02 {
	text-indent: 1.0em;
}







/* awards ------------------------------ */
#awards #container h3 {
	border: none;
	padding: 0px;
	margin-bottom: 0px;
}
#awards #container h4 {
	border: none;
	padding: 0px;
	margin-bottom: 0px;
}

#awards #container .lnkList01 {
	width: 760px;
}

#awards .mainsection {
	padding-left: 18px;
	margin-right: -30px;
	zoom: 1;
}
#awards .mainsection:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
#awards #container .mainsection h3 {
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: -18px;
}
#awards #container .mainsection .lead {
	width: 760px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: -18px;
}

#awards .section {
	padding: 0px;
	margin: 0px;
	zoom: 1;
}
#awards .section:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
#awards .section .school {
	margin: 0px;
}

#awards .awardsA .graphic{padding-left:18px;background:url(../../awards12th/img/icon_category_g.gif) no-repeat 0 0.3em;}

#awards .awardsB .product{padding-left:18px;background:url(../../awards12th/img/icon_category_p.gif) no-repeat 0 0.2em;}
#awards .awardsB .graphic{padding-left:18px;background:url(../../awards12th/img/icon_category_g.gif) no-repeat 0 0.2em;}

#awards .awardsC .graphic{padding-left:18px;background:url(../../awards12th/img/icon_category_g.gif) no-repeat 0 0.3em;}

#awards .awardsD .product{padding-left:16px;background:url(../../awards12th/img/icon_category_p.gif) no-repeat 0 0.4em;}
#awards .awardsD .graphic{padding-left:16px;background:url(../../awards12th/img/icon_category_g.gif) no-repeat 0 0.4em;}

#awards .awardsE .product{padding-left:15px;background:url(../../awards12th/img/icon_category_p.gif) no-repeat 0 0.1em;}
#awards .awardsE .graphic{padding-left:15px;background:url(../../awards12th/img/icon_category_g.gif) no-repeat 0 0.1em;}

.awardsA {
	width: 742px;
	zoom: 1;
}
.awardsA:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

.awardsA .thumb {
	width: 380px;
	float: left;
}
.awardsA .text {
	width: 362px;
	float: left;
	padding-top: 10px;
}
.awardsA .text .artist {
	font-weight: bold;
	color: #733e2e;
	font-size: 32px;
	line-height: 34px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-bottom: 12px;
}
.awardsA .text .school {
	font-size: 14px;
	line-height: 160%;
}
.box-news{
	margin:10px 0;
	padding:10px 10px 5px;
	background:#52ad76;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
}
#awards #container .mainsection h3.news{
	margin:0px 0 10px 0;
	font-size:16px;
	color:#ff0;
	background:none;
}
.box-news p{
	margin:0 0 10px;
	color:#fff;
}
.box-news .cdTitle{
	font-size:16px;
font-weight:bold;
}
.awardsB {
	width: 280px;
	margin-right: 50px;
	_display: inline; /* for IE6 */
	float: left;
	zoom: 1;
}
.awardsB:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.awardsB .thumb {
	margin-bottom: 12px;
}
.awardsB .text {
	text-align: left;
}
.awardsB .text .artist {
	font-weight: bold;
	color: #575454;
	font-size: 24px;
	line-height: 26px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-bottom: 12px;
}
.awardsB .text .school {
	font-size: 14px;
	line-height: 150%;
}

.awardsC {
	width: 220px;
	margin-right: 30px;
	_display: inline; /* for IE6 */
	float: left;
	zoom: 1;
}
.awardsC:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.awardsC .thumb {
	margin-bottom: 8px;
}
.awardsC .text {
	text-align: left;
}
.awardsC .text .company {
	/* ----- */
}
.awardsC .text .artist {
	font-weight: bold;
	color: #923025;
	font-size: 24px;
	line-height: 26px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-bottom: 8px;
}
.awardsC .text .school {
	font-size: 12px;
	line-height: 150%;
}

.awardsD {
	width: 160px;
	margin-right: 30px;
	_display: inline; /* for IE6 */
	float: left;
	zoom: 1;
}
.awardsD:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.awardsD .thumb {
	width: 160px;
	margin-bottom: 8px;
}
.awardsD .text {
	text-align: left;
}
.awardsD .text .artist {
	font-weight: bold;
	color: #025250;
	font-size: 16px;
	line-height: 26px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-bottom: 8px;
}
.awardsD .text .school {
	font-size: 11px;
	line-height: 150%;
}

.awardsE {
	width: 235px;
	height: 112px;
	margin-right: 15px;
	_display: inline; /* for IE6 */
	float: left;
	zoom: 1;
}
.awardsE:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}
.awardsE .thumb {
	width: 110px;
	float: left;
}
.awardsE .text {
	width: 125px;
	float: left;
	padding-top: 4px;
}
.awardsE .text .artist {
	font-weight: bold;
	color: #d0111b;
	font-size: 16px;
	line-height: 18px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-bottom: 8px;
}
.awardsE .text .school {
	font-size: 10px;
	line-height: 150%;
}

#guideline h4#cdTitle{
	margin:0 auto 15px;
	width:470px;
	height:58px;
	background:url(../../guideline/img/cd_title.gif) no-repeat ;
	text-indent:-9999px;
}
#guideline p.lead{
	font-size:14px;
	font-weight:bold;
	line-height:180%;
	text-align: center;
}


#message #container .section {
	padding: 0px;
	margin: 0 20px;
	zoom: 1;
}

#message #container h3 {
	border: none;
	border-bottom:1px solid #ccc;
	padding: 20px 0;
	margin: 0 0 20px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:160%;
	color:#c00;
}

#message .floatLeft{
	float:left;
	display:inline;
	margin:20px 10px 10px;
}
#message .floatLeft p{
	margin:10px 0 0;
	text-align:center;
}























