BODY {
/*	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;*/
	background-color: #ffffff;
	color: #000000;
	font-size:12px;
	line-height:20px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Lucida Grande','Osaka';
	text-decoration:none;
	letter-spacing: 0.1em;
}

B {font-weight: bold;}

UL, DL, OL {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
}

/*keycolor*/
.g1 {color: #f0eeeb;}
.g2 {color: #bebcb9;}
.g3 {color: #78736e;}
.red {color: #fa3c1e;}

/*FONT*/
/*eventName*/

.bigHeader {
	font-size: 18px;
}

.big {
	font-size:15px;
	line-height:25px;
}
.sml {
	font-size:10px;
	line-height:16px;
}
.cautions {
	color: #fa3c1e;
	font-size:10px;
	line-height:16px;
}
.notes {
	color: #78736e;
	font-size:10px;
	line-height:16px;
}

/*HEADER*/
.lineHeader {
	color: #78736e;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-bottom: 10px;
}
.lineHeader2 {
	color: #78736e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-bottom: 10px;
}
.lineW {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}


.lineHeaderG {
	color: #78736e;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bebcb9;
	margin-bottom: 10px;
	height:20px;
}

.lineG {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bebcb9;
	margin-top: 5px;
	margin-bottom: 5px;
}

.gHeader {
	color: #78736e;
	float: right;
}
.alignRHeader {
	color: #78736e;
	width:180px;
	margin-right: 10px;
	text-align: right;
	float: left;
	clear:left;
}

.smlHeader {
	float: left;
}
.prizeName {
	color: #ffffff;
	background-color: #bebcb9;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}
.prizeHeader {
	font-weight: bold;
	margin-bottom: 20px;
}


/* LINK */
a.linkText:link, a.linkText:visited {
	color: #fa3c1e;
	 text-decoration:none; 
}
a.linkText:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #fa3c1e;
}

.linkArw {
	margin: 0px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: url(../images/arw_next.gif);
}
.linkArw2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-image: url(../images/arw_next.gif);
}
.linkArwBack {
	margin: 0px;
	list-style-position: inside;
	list-style-image: url(../images/arw_back.gif);
}
.linkArwTop {
	margin: 0px;
	list-style-position: inside;
	list-style-image: url(../images/arw_top.gif);
}

/* MARGIN */
.margin5 {margin: 5px;}
.margin10 {margin: 10px;}
.margin20 {margin: 20px;}
.mb50px{ margin-bottom: 50px; }
.mtm40px{ margin-top: -40px; }

.blockTB10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.leadBlock {
	margin-top:10px;
}
.leadBlock2 {
	margin-bottom:10px;
}
.menuBlock {
	margin-bottom:5px;
}

.alignR {
	text-align: right;
}

/*UNIT*/
#allUnit {
	width: 980px;
}
#headerUnit {
	margin-bottom: 30px;
	padding-top: 10px;
}
#menuUnit {
	width:200px;
	float: left;
	margin-right: 10px;
}
#contentsUnit {
	width:760px;
	padding-bottom: 20px;
	float: left;
}
#titleUnit {
	margin-bottom: 20px;
}
#titleUnit .year{
color: #fa3c1e;
font-size: 38px;
vertical-align: bottom;
font-weight: bold;
line-height: 40px;
}

/* classUNIT */

.unit750 {
	width:750px;
}


.unit560R {
	width:560px;
	margin-left: 190px;
	margin-bottom: 10px;
}
.unit465R {
	width:465px;
	margin-left: 95px;
}
#profileBox {
	border: 1px solid #bebcb9;
	padding: 10px;
	background-image: url(../oyakonohi/images/bruce2011.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 20px;
}




.unit370 {
	width:370px;
	float: left;
	margin-right: 10px;
}
.unit180 {
	width:180px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.unit180R {
	width:180px;
	float: left;
}

.lineBox {
	border: 1px solid #bebcb9;
	padding: 10px;
	margin-bottom: 5px;
}

/* FOOTER*/
.footerUnit {
	width: 760px;
	height: 30px;
	clear: left;
	padding-top: 30px;
}
.goBack {
	font-size:10px;
	float: left;
	width: 630px;
	text-align: right;
}
.goTop {
	font-size:10px;
	float: left;
	width: 120px;
	text-align: right;
}

.marginR50 {
	margin-right: 50px;
}



.prizeGoTop {
	font-size:10px;
	text-align: right;
	margin-top: 20px;
}

.photo-box {
	float: left;
	height: 370px;
	width: 370px;
}
.clear-line {
	clear: both;
	height: 20px;
}
.clear-both {
	clear: both;
}
#energygreen {
	float: right;
}

.item-name {
	font-size: smaller;
	margin-left: 15px;
	font-weight: normal;
}
.work-title {
	font-size: large;
	margin-right: 15px;
}

/* これまでの親子の日部分　2010.03.23追加 */


.lineHeaderG .title {
	width:695px;
	float:left;
	line-height:20px;
}

.lineHeaderG .report {
	background-image:url(../images/pdf_icon.gif);
	width:65px;
	text-align:right;
	float:left;
	line-height:20px;
	background-repeat: no-repeat;
}

/* 商品部分　2010.05.14追加 */

.gHeader2 {
	font-weight: bold;
	float: left;
}

.unit400R {
	width:400px;
	margin-left: 160px;
}

/* アンケート部分　2010.05.19追加 */

.unit540R {
	width:540px;
	margin-left: 20px;
}

/* ツイッター、テーマソング部分　2010.05.25追加 */

.l-image {
	width:36px; 
	float:left; 
	margin-left: 20px;
	margin-bottom: 20px
}

/* 協賛・協力部分　2010.05.25追加 */

.sponsors dl {
	width:600px;
}

/* メニュー下ロゴ用 */
.logo_img {
	width:160px;
	float:left;
	padding-left: 20px;
	padding-bottom: 10px

}

.sponsors dt {
	float:left;  
	width:170px;  
	padding:5px 0 5px 10px;  
 	clear:both;  
}

.sponsors dd {
	width:430px;  
 	margin-left:100px;  
	padding:5px 5px 5px 10px;  
}

.twitter{
      	float:left;
}

.facebook{
      	float:left;
	margin-left:10px;
}

/* 協賛・協力部分　2011.03.15 修正分*/

.sponsors{

}

.sponsors .sp_logo{
	display:inline-block;
	display: -moz-inline-box;
	display: inline;
	zoom: 1;
	margin-left:20px;

	/*width:760px;*/
	/*float:left;*/
}

.sponsors .sp_logo_center{
	display:block;
}

/* リンク　2011.03.15 修正分*/

.linkbox_aut{
width:570px;
margin-left:30px;
}

.linkbox{
width:150px;
height:180px;
display:block;
float:left;
margin-right:40px;
margin-bottom:20px;
}

.linkbox .linkImg{
	display:block;
}
.linkbox .linkTextBox{
	width:120px;
	min-height:65px;
	float:left;
	display:block;
}

.linkImg img{
 width:140px;
}
.linkbox .arw_next{
	margin-top:5px;
	float:left;
}

.unit560R2 {
	width:560px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.unit560R2 a.linkText:link, .unit560R2 a.linkText:visited{
	color: #000000;
}

.unit460R {
	width:360px;
	margin-left: 0px;
	margin-bottom: 10px;
}


.contentsMenue{
	display:inline-block;
	margin:0px 0px 20px 0px;
}

.boxdesign{
border:1px solid #000;
width:380px;
height:160px;
margin-bottom:50px;
}

.boxdesign_in{
margin-left:15px;
}
.boxdesign_in2{
display:inline-block;
margin-right:15px;
}

.boxdesign_in2 input{
border:1px solid #000;
background:#fff;
}

#button{
border:1px solid #000;
background:#fff;
}

.boxdesign_out{
height:160px;
}

.taishiset{
	float:left;
}
.taishi_name{
	width:360px;
	font-size:14px;
	margin-left: 0px;
	margin-bottom: 5px;
}
.portrait_name{
	display:inline-block;
	float:left;
	margin-right:6px;
	width:290px;
	display: inline;
}
.taishi_nameset{
	display:inline-block;
	float:left;
}

.taishi_grayname{
color:#78736E;
font-size:9px;
}

.taishi_portrait{
display:inline-block;
width:80px;
float:left;
margin-right:10px;
}

*html .taishi_portrait{
display:inline-block;
width:80px;
float:left;
margin-right:5px;
}

.taishi_portrait img{
width:80px;
}

.taishi_text{
	color: #000;
	float: left;
	display:inline-block;
	width:400px;
}
br { letter-spacing: 0; }