@charset "utf-8";
/*===============================================

	style

===============================================*/

body{
    font-family:Helvetica, Arial,'メイリオ',Meiryo,'ヒラギノ Pro W3',Hiragino Kaku Gothic Pro,'ＭＳ Ｐゴシック','MS PGothic',osaka,sans-serif;
    line-height:1.6;
	color:#333333;
	background:url(../images/body_bg.gif) center top repeat-x;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:none;
}
#contents a{
	color:#333333;
}
#contents a:hover{
	text-decoration:none;
}
#searchResult .searchResultSecWrap a,
#prize .chargeCont dd .btnClose span,
#side .sideArtCatArchiveArea ul a,
#side .bullArticleArea a,
#side .sideRecentMemberWrap a,
#sideArtCatList .sideArtCatListWrap li a,
#topBulletin .bullArticleArea a,
#bulletin .bullArticleArea li a,
#article .articleBody a,
#main .pageSec a,
#topInfo .topInfoArt a{
	border-bottom:dotted 1px;
	padding-bottom:2px;
	line-height:1.8;
}
#searchResult .searchResultSecWrap a:hover,
#prize .chargeCont dd .btnClose span:hover,
#side .sideArtCatArchiveArea ul a:hover,
#side .bullArticleArea a:hover,
#side .sideRecentMemberWrap a:hover,
#sideArtCatList .sideArtCatListWrap li a:hover,
#topBulletin .bullArticleArea a:hover,
#bulletin .bullArticleArea li a:hover,
#article .articleBody a:hover,
#main .pageSec a:hover,
#topInfo .topInfoArt a:hover{
	border-bottom:none;
}
a img{
	border:0px;
	outline:none;
	-webkit-transition:opacity 0.6s;
	-o-transition:opacity 0.6s;
	-moz-transition:opacity 0.6s;
	transition:opacity 0.6s;
}
a:focus{
	outline:none;
}
a:hover img,
.button:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha(opacity=60)";
}
/*===============================================

	layout

===============================================*/
/* gHead */
#gHead{
}
#gHeadWrap{
	margin:0 auto;
	width:1000px;
	height:86px;
	background:url(../images/head_bg.gif) 342px 30px no-repeat;
	position:relative;
}
#gHead #gHeadLogo{
	position:absolute;
	top:20px;
	font-size:12px;
	line-height:1;
}
#gHead .gHeadSub{
	position:absolute;
	top:17px;
	right:0;
}
#gHead .gHeadSub li{
	display:inline-block;
	margin-right:5px;
}
#gHead .gHeadSub a{
	display:block;
	padding:10px 0;
	background-color:#333333;
	color:#FFFFFF;
	width:90px;
	text-align:center;
	font-size:12px;
	line-height:1;
}
/* gHeadNav */
#gHeadNav{
	width:100%;
	height:94px;
	background:url(../images/body_bg.gif) center -86px repeat-x;
}
#gHeadNav ul{
	zoom:1;
	margin:0 auto;
	width:1000px;
	background:url(../images/nav_bg.gif) left top no-repeat;
}
#gHeadNav ul:after{
    content:""; 
    display: block; 
    clear: both;
}
#gHeadNav li{
	float:left;
	/*width:125px;*/
	width:111px;
	display:block;
	text-align:center;
}
/*
#gHeadNav li:last-child{
	width:117px;
}*/
#gHeadNav li a{
	display:block;
	height:93px;
}
#gHeadNav li img{
	margin-top:15px;
}
.fixed{
	position:fixed;
	top:0px;
	left:0;
	z-index:9999;
}
/* dropmenu */
#dropmenu li{
	position:relative;
}
#dropmenu li ul{
	position:absolute;
	top:93px;
	left:0;
	/*width:125px;*/
	width:111px;
	z-index:9999;
}
#dropmenu li ul li{
	overflow:hidden;
	height:0;
	color:#fff;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
}
#dropmenu li ul li a{
	padding:0 15px;
	background:#FFFFFF;
	text-align:left;
	font-size:100%;
	line-height:40px;
	height:40px !important;
	width:79px;
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;

	background:url(../images/icon_line.gif) #FFFFFF -30px center no-repeat;
}
#dropmenu li:hover > a{
	color: #33427A;
}
#dropmenu li:hover ul li{
	overflow:visible;
	height:40px;
}
#dropmenu li:hover ul li a:hover{
	background-color:#F7F5F4;
}
#dropmenu li:hover ul li:last-child a{
	border-bottom:1px dotted #999999;
}
/* contents */
#contents{
	clear:both;
	margin:0 auto;
	width:1000px;
	background:url(../images/cont_bg.gif) center top repeat-y;
	zoom:1;
}
#contents:after{
    content:""; 
    display:block; 
    clear:both;
}
/* side */
#side{
	width:270px;
	padding-bottom:30px;
	float:left;
}
#sideSearch{
	padding:20px 0 20px 30px;
}
#sideSearchTxt{
	width:151px;
	height:26px;
	background-color:#F7F5F4;
	border:solid 1px #333333;
	font-size:108%;
	line-height:26px;
	padding:0 7px;
}
#sideSearchBtn{
	width:45px;
	height:28px;
	background-color:#333333;
	border:none;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
	line-height:1;
}
/* main */
#main{
	width:730px;
	float:right;
	padding-bottom:30px;
	text-align:justify;
	text-justify:inter-ideograph;
}
/* gFoot */
#gFoot{
	clear:both;
	margin:0 auto;
	background:url(../images/foot_bg.gif) center top repeat-x;
}
#gFoot #gFootWrap{
	margin:0 auto;
	height:200px;
	background:url(../images/foot_bg2.gif) center 35px no-repeat;
}
#gFoot #gFootPagetop{
	padding-top:107px;
	text-align:center;
}
#gFoot #gFootPagetop a{
	display:block;
	height:41px;
	padding-top:19px;
}
#gFoot #gFootCopyright{
	padding:15px 0;
	text-align:center;
}
/*===============================================

	common

===============================================*/
.txtR{
	text-align:right;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
    content:""; 
    display:block; 
    clear:both;
}
.secHead01{
	background:url(../images/icon_circle.gif) 7px center no-repeat;
	border-bottom:solid 2px #999999;
	padding:10px 10px 10px 40px;
	font-size:138.5%;
	line-height:1;
}
.secHeadTtl{
	font-weight:normal;
}
.pageHead{
	background:url(../images/icon_line2.gif) 1px center no-repeat;
	border-bottom:dotted 1px #999999;
	min-height:69px;
	font-size:161.6%;
	line-height:1;
}
.pageHeadTtl{
	padding:25px 10px 15px 60px;
	font-weight:normal;
}
.memberPhoto img,
.prizeCover img,
.prizeCover2 img{
	border:solid 1px #999999;
}
/* 2nd */
#main .pageSec{
	margin-top:40px;
	clear:both;
	zoom:1;
}
#main .pageSec:after{
    content:""; 
    display:block; 
    clear:both;
}

#main .pageSecTtl{
	background:url(../images/icon_line.gif) left center no-repeat;
	padding:0 0 0 60px;
	font-size:131%;
	line-height:1;
}
#main .pageSecCont{
	margin:20px 60px 0;
}
#main p.pageSecCont{
	font-size:108%;
}
#side .sideSec{
	margin-top:40px;
	zoom:1;
}
#side .sideSec:after{
    content:""; 
    display:block; 
    clear:both;
}
#side .sideSecTtl{
	background:url(../images/icon_line.gif) -21px center no-repeat;
	padding:0 0 0 30px;
	font-size:108%;
	line-height:1;
}
#side .sideSecCont{
	margin:20px 30px 0;
}
/*===============================================

	index

===============================================*/
.index{
	background:none !important;
}
.index #side{
	width:350px;
}
.index #main{
	width:620px;
}
.index .secHead01{
	position:relative;
}
.index .btnList{
	position:absolute;
	top:10px;
	right:10px;
}
.index .btnListR{
	margin-top:20px;
	display:block;
	text-align:right;
}
.index .btnListR a{
	display:inline-block;
	padding:10px 10px 10px 15px;
	border:solid 1px #999999;
	text-decoration:none !important;
	font-size:100%;
	line-height:16px;
	*display:inline;
	*zoom:1;
}
.index .btnListR span{
	background:url(../images/icon_arrow_r.gif) right center no-repeat;
	padding-right:30px;
}
/* topInfo */
#topInfo{
	margin-top:30px;
}
#topInfo .topInfoArt{
	font-size:108%;
	margin-top:15px;
	padding:20px;
	background:url(../images/bg01.gif) left top repeat;
}
#topInfo .topInfoArt .date,
#topInfo .topInfoArt .artTtl{
	margin-bottom:5px;
}
/* topBulletin */
#topBulletin{
	margin-top:97px;
}
#topBulletin .bullNumber{
	margin:20px 10px 0 0;
	text-align:right;
	font-size:230%;
	line-height:1;
}
#topBulletin .bullNumber span{
	font-size:65%;
	font-weight:normal;
	margin-right:10px;
	color:#D86C53;
}
#topBulletin .bullCalendarArea .bullCalendarTtl{
	font-size:123.1%;
	margin-top:20px;
	font-weight:bold;
}
#topBulletin .bullCalendarArea .bullCalendarTtl:first-child{
	font-size:153.9%;
}
#topBulletin .bullCalendar{
	margin-top:5px;
	font-size:108%;
	line-height:1.4;
}
#topBulletin .bullCalendar dt{
	width:3em;
	float:left;
}
#topBulletin .bullCalendar dd{
	margin-left:3em;
}
#topBulletin .bullArticleArea{
	margin-top:30px;
	font-size:108%;
}
#topBulletin .bullArticleArea .bullArticleTtl{
	font-size:138.5%;
	font-weight:bold;
}
#topBulletin .bullArticleArea li{
	margin-top:10px;
}
#topBulletin .bullArticleArea li .artCat{
	display:block;
	color:#D86C53;
	font-weight:bold;
}
#topBulletin .bullArticleArea li .artAuthor{
	display:block;
	padding-left:20px;
}
#topBulletin .bullArticleArea .artTtl{
	display:block;
	background:url(../images/icon_arrow2_r.gif) left 8px no-repeat;
	padding-left:20px;
}
#topBulletin .bullArticleArea .bullRelay{
	display:block;
	padding-left:20px;
}
#topBulletin .bullArticleArea .bullRelay a{
	background:none;
	padding-left:0;
	text-decoration:none;
}
/*===============================================

	2.memberSearch

===============================================*/
#memberSearch{
}
#memberSearch .memberSearchDesc{
	margin:40px 60px 0;
	font-size:108%;
}
#memberSearch .memberSearchArea{
	margin:40px 60px;
	text-align:center;
}
#memberSearch .memberSearchArea p{
	text-align:center;
	font-size:116%;
	font-weight:bold;
	margin-top:30px;
}
#memberSearch #memberSearchTxt{
	width:300px;
	height:32px;
	background-color:#F7F5F4;
	border:solid 1px #333333;
	font-size:108%;
	line-height:32px;
	padding:0 10px;
	margin-top:7px;
}
#memberSearch #memberSearchBtnSubmit{
	width:200px;
	height:32px;
	margin-top:15px;
	background-color:#E5931A;
	border:solid 1px #333333;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
	line-height:1;
}
#memberSearch #memberSearchBtnClear{
	width:80px;
	height:32px;
	margin:15px 0 0 7px;
	background-color:#FFFFFF;
	border:solid 1px #333333;
	color:#333333;
	cursor:pointer;
	font-size:12px;
	line-height:1;
}
#memberSearch .memberSearchAbc{
	width:410px;
	padding-left:10px;
	margin:0 auto;
}
#memberSearch .memberSearchAbc li{
	width:70px;
	margin:10px 10px 0 0;
	font-size:14px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#memberSearch .memberSearchAbc li a{
	color:#E5931A;
	background-color:#333;
	display:block;
	padding:10px 0;
	text-decoration:none;
}
#memberSearch .memberSearchAbc li a:hover{
	color:#FFFFFF;
	background-color:#666666;
}
/*===============================================

	4.member

===============================================*/
/* side */
#sideRecentMember{
}
#sideRecentMember .sideRecentMemberWrap li{
	background:url(../images/icon_arrow2_r.gif) left 8px no-repeat;
	padding-left:20px;
	font-size:108%;
}
#sideRecentMember .sideRecentMemberWrap a{
	text-decoration:none;
}
/* main */
#member .memberPhoto{
	width:105px;
	float:right;
	margin-right:60px;
}
#member .memberHeadWrap{
	margin-left:60px;
}
#member .memberHeadWrap .memberStatus li{
	display:inline-block;
	color:#E59319;
	font-size:93%;
	line-height:1;
	padding:8px 10px;
	border:solid 1px #E59319;
	margin-bottom:15px;
	*display:inline;
	*zoom:1;
}
#member .memberHeadWrap .memberNameArea,
#member .memberHeadWrap .memberAliasArea{
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
}
#member .memberHeadWrap .memberAliasArea{
	margin-left:20px;
}
#member .memberHeadWrap .memberNameArea .kana{
	font-size:123.1%;
}
#member .memberHeadWrap .memberAliasArea .kana{
	font-size:123.1%;
	margin-left:10px;
	display:block;
}
#member .memberHeadWrap .memberNameArea .memberName{
	font-size:230%;
}
#member .memberHeadWrap .memberAliasArea .memberAlias{
	font-size:138.5%;
	font-weight:normal;
	margin-top:10px;
	display:block;
}
#member .memberHeadWrap .memberInfoList{
	font-size:116%;
	margin-top:5px;
}
#member .memberHeadWrap .memberInfoList a{
	color:#003399;
}
#member .memberPrizeTtl{
	margin:20px 0 0 60px;
	font-size:116%;
}
#member .memberPrizeList{
	margin-top:10px;
	border-left:solid 1px #333333;
	border-top:solid 1px #333333;	
}
#member .memberPrizeList dl{
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
	font-size:108%;
	line-height:1.2;
}
#member .memberPrizeList a{
	text-decoration: none !important; 
}
#member .memberPrizeList a dl{
	background:url(../images/prizelist_bg.gif) right center no-repeat;
	display:block;
	padding-right:34px;
}
#member .memberPrizeList dl dt{
	padding:10px 15px;
}
#member .memberPrizeList dl dd{
	padding:0 15px 10px;
	text-align:right;
}
#member .memberPrizeList .prizeMark{
	color:#C75E7A;
	margin-right:10px;
}
#member .memberPrizeList .prizeNum{
	width:4em;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#member .memberArtList{
	margin-top:20px;
}
#member .memberArtList dl{
	font-size:108%;
	line-height:1.2;
	margin-bottom:5px;
	clear:both;
	zoom:1;
}
#member .memberArtList dl:after{
    content:""; 
    display:block; 
    clear:both;
}
#member .memberArtList dt{
	clear:both;
	width:10em;
	float:left;
	padding-bottom:5px;
}
#member .memberArtList dd{
	margin-left:10em;
	padding-bottom:5px;
	padding-top:2px;
}
#member .memberArtList .artCat{
	color:#FFFFFF;
	text-decoration:none;
	width:9em;
	display:inline-block;
	padding:5px;
	background-color:#DC7A65;
	text-align:center;
	border-bottom:none;
	border-radius:3px;
	font-size:93%;
	line-height:1;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
}
#member .memberArtList .artCat:hover{
	background-color:#999999;
}
#member .memberArtList .bullNum{
	margin-right:10px;
}
#member .memberSocialList{
	margin-top:40px;
}
#member .memberSocialList a{
	border-bottom:none;
}
#member .memberSocialList li{
	font-size:100%;
	line-height:1;
	width:195px;
	display:inline-block;
	border-left:dotted 1px #999999;
	text-align:center;
	*display:inline;
	*zoom:1;
}
#member .memberSocialList li:first-child{
	border-left:none;
}
#bookstore{
	border:dotted 1px #999999;
	width:560px;
	margin:60px auto 0;
	padding:20px;
}
/*===============================================

	5.prizeSearch

===============================================*/
#prizeSearch{
}
#prizeSearch .prizeSearchDesc{
	margin:40px 60px 0;
	font-size:108%;
}
#prizeSearch .prizeSearchArea{
	margin:40px 60px;
	text-align:center;
}
#prizeSearch .prizeSearchArea p{
	text-align:center;
	font-size:116%;
	font-weight:bold;
	margin-top:30px;
}
#prizeSearch #prizeSearchTxt{
	width:300px;
	height:32px;
	background-color:#F7F5F4;
	border:solid 1px #333333;
	font-size:108%;
	line-height:32px;
	padding:0 10px;
	margin-top:7px;
}
#prizeSearch #prizeSearchBtnSubmit{
	width:200px;
	height:32px;
	margin-top:15px;
	background-color:#BF4667;
	border:solid 1px #333333;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
	line-height:1;
}
#prizeSearch #prizeSearchBtnClear{
	width:80px;
	height:32px;
	margin:15px 0 0 7px;
	background-color:#FFFFFF;
	border:solid 1px #333333;
	color:#333333;
	cursor:pointer;
	font-size:12px;
	line-height:1;
}
#prizeSearch .prizeSearchRadio,
#prizeSearch .prizeSearchSelect{
	margin:20px auto 0;
	font-size:108%;
	line-height:1;
}
#prizeSearch .prizeSearchRadio input{
	margin:0;
	border:none;
}
#prizeSearch .prizeSearchRadio #prizeSuikyo,
#prizeSearch .prizeSearchRadio #prizeRanpo{
	margin-right:7px;
}
#prizeSearch .prizeSearchRadio label:first-child{
	margin-right:30px;
}
#prizeSearch .prizeSearchSelect #prizeSuikyoYear,
#prizeSearch .prizeSearchSelect #prizeSuikyoSection{
	border:solid 1px #333333;
	font-size:100%;
	padding:7px;
}
#prizeSearch .prizeSearchSelect #prizeSuikyoSection{
	margin-left:10px;
}
#prizeSearch .prizeSearchSelect .none{
	display:none;
}
#prizeSearch .prizeSearchArea .prizeSearchEx{
	color:#BF4667;
	font-size:100%;
	font-weight:normal;
}
/*===============================================

	8.prize

===============================================*/
/* side */
#sideKyoukai{
}
#side .sideSecTtl{
	margin-bottom:10px;
}
#side .sideToggleList{
	margin:1px 30px 0;
}
#side .sideToggleList dt{
	background:#333333 url(../images/icon_btn_plus.gif) 185px center no-repeat;
	padding:10px;
	font-size:108%;
	line-height:1;
	color:#FFF;
	cursor:pointer;
}
#side .sideToggleList dt.active{
	background:#333333 url(../images/icon_btn_minus.gif) 185px center no-repeat;
}
#side .sideToggleList dt:hover{
	text-decoration:none;
}
#side .sideToggleList dd{
	display:none;
	padding:10px;
	border:solid 1px #666666;
	border-top:none;
}
#side .sideToggleList dd a{
	border-bottom:dotted 1px;
	padding-bottom:2px;
	line-height:1.8;
}
#side .sideToggleList dd a:hover{
	border-bottom:none;
}
#side .sideToggleList dd span{
	display:block;
}
#side .sideToggleList dd .prizeSection{
	color:#C85B79;
	font-size:93%;
	margin-top:7px;
}
#side .sideToggleList dd .prizeTtl{
	font-size:108%;
	margin-top:4px;
}
#side .sideToggleList dd .prizeWinner{
	font-size:100%;
	margin-top:2px;
}
#side .btnSearch{
	margin-top:20px;
}
#side .btnSideListR{
	margin:5px 30px 0;
	background:url(../images/icon_arrow_r.gif) 180px center no-repeat;
}
#side .btnSideListR a{
	text-align:right;
	display:block;
	padding:10px 40px 10px 15px;
	border:solid 1px #999999;
	text-decoration:none !important;
	font-size:86%;
	line-height:16px;
}
/* headNav */
#prize .navPrizeNum{
	height:50px;
}
#prize .navPrizeNum li{
	display:inline-block;
	padding:15px 20px 0 20px;
	width:325px;
	*display:inline;
	*zoom:1;
}
#prize .navPrizeNum li a{
	color:#003399;
	font-size:100%;
	line-height:16px;
	border-bottom:none;
}
#prize .navPrizeNum .next{
	float:left;
	text-align:left;
}
#prize .navPrizeNum .prev{
	float:right;
	text-align:right;
}
#prize .navPrizeNum .next a{
	background:url(../images/icon_arrow_l.gif) left center no-repeat;
	padding-left:30px;
}
#prize .navPrizeNum .prev a{
	background:url(../images/icon_arrow_r.gif) right center no-repeat;
	padding-right:30px;
}
#prize .navPrizeSection li{
	width:242px;
	display:inline-block;
	text-align:center;
	font-size:108%;
	line-height:39px;
	color:#C85B79;
	background-color:#FFF;
	*display:inline;
	*zoom:1;
}
#prize .headNav .navPrizeSection{
	margin-right:1px;
	border-top:dotted 1px #999999;
	background:url(../images/headnav_bg.gif) left bottom repeat-x;
}
#prize .headNav .navPrizeSection li a{
	display:block;
	text-decoration:none;
	border-bottom:none;
	background:url(../images/headnav_bg.gif) left bottom repeat-x;
}
#prize .navPrizeSection li:first-child{
	border-right:dotted 1px #999999;
}
#prize .navPrizeSection > *:first-child + * { /*li:nth-child(2)*/
	border-right:dotted 1px #999999;
}
#prize .navPrizeSection > *:first-child + * + * { /*li:nth-child(3)*/
	border-right:none;
}
/* footNav */
#prize .footNav .navPrizeSection{
	margin-top:60px;
	margin-right:1px;
	border-bottom:dotted 1px #999999;
	background:url(../images/footnav_bg.gif) left top repeat-x;
}
#prize .footNav .navPrizeSection li a{
	display:block;
	text-decoration:none;
	border-bottom:none;
	background:url(../images/footnav_bg.gif) left top repeat-x;
}
/* prizeHead */
#prize #prizeHead{
	margin-left:60px;
	margin-right:60px;
}
#prize #prizeHead .pageHeadSec{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:dotted 1px #999999;
	zoom:1;
}
#prize #prizeHead .pageHeadSec:after{
    content:""; 
    display:block; 
    clear:both;
}
#prize #prizeHead .pageHeadSec:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
#prize .prizeCover{
	float:right;
	width:105px;
	margin:0 0 10px 10px;
	text-align:right;
}
#prize .prizeCover2{
	float:right;
	width:105px;
	margin:0 0 10px 10px;
	text-align:right;
}
#prize .prizeHeadL .prizeSection{
	font-size:153.9%;
	font-weight:normal;
}
#prize .prizeHeadL .prizeWinMark{
	font-size:77%;
	line-height:1;
	background-color:#C85B79;
	color:#FFFFFF;
	margin-left:10px;
	margin-top:-2px;
	padding:3px 10px;
}
#prize .prizeHeadL .kana{
	font-size:123.1%;
	margin-top:10px;
}
#prize .prizeHeadL .prizeTtl{
	font-size:220%;
	line-height:1.4;
}
#prize .prizeHeadL .prizeMag{
	font-size:100%;
	margin-top:10px;
}
#prize .prizeHeadL .prizeWinner{
	font-size:123.1%;
	margin-top:10px;
	text-align:right;
}
#prize .prizeHeadL .prizeWinner a{
	color:#003399;
}
#prize .prizeWinnerWordTtl{
	margin-top:10px;
	font-size:131%;
	line-height:1;
	clear:both;
}
#prize .prizeWinnerWordComment{
	margin-top:10px;
    font-size: 108%;
}
#prize .prizeWinnerProf{
	margin:30px 0 0;
	border:solid 1px #333333;
	float:left;
	padding:20px 20px 15px;
	position:relative;
	width:570px;
}
#prize .prizeWinnerProf dt{
	background-color:#FFFFFF;
	display block;
	font-size:108%;
	font-weight:bold;
	left:20px;
	padding:0 10px;
	position:absolute;
	top:-10px;
	z-index:2;
}
#prize .prizeWinnerProf dd{
	font-size:100%;
}
#prize .selectEx{
	margin:20px 60px 0;
	font-size:100%;
}
#prize .chargeTtl{
	margin:30px 60px 0;
	font-size:108%;
	line-height:1;
	background-color:#F7F5F4;
	border:solid 1px #999999;
	padding:10px 15px;
}
#prize .chargeCont{
	margin:10px 60px 0;
	border:solid 1px #333333;
}
#prize .chargeCont dt{
	background-color:#D17891;
	min-height:45px;
}
#prize .chargeCont dt span{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#prize .chargeCont dt .chargeMemberName{
	padding:10px 0 0 10px;
	font-size:116%;
	font-weight:bold;
}
#prize .chargeCont dt .membershipList{
	padding:10px 0 0 10px;
	font-size:93%;
	color:#FFF;
	margin-left:10px;
}
#prize .chargeCont dt .membershipList a{
	color:#FFF;
}
#prize .chargeCont dt .btnMore{
	padding-top:15px;
	width:9em;
	text-align:center;
	min-height:30px;
	font-size:93%;
	line-height:1;
	color:#FFF;
	background-color:#333333;
	font-weight:normal;
	float:right;
	cursor:pointer;
}
#prize .chargeCont dd{
	border-top:solid 1px #333333;
	padding:20px;
	font-size:108%;
	display:none;
}
#prize .chargeCont dd .btnClose{
	margin-top:10px;
	text-align:right;
}
#prize .chargeCont dd .btnClose span{
	cursor:pointer;
}
#prize .chargeMemberList{
	margin:20px 60px 0;
}
#prize .chargeMemberList li{
	font-size:116%;
	margin:0 7px 7px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#prize .chargeMemberList li a{
	color:#003399;
}
#prize .nominateListWrap{
	margin-top:30px;
}
#prize .nominateList{
	margin:0 60px;
	border:solid 1px #333333;
	border-bottom:none;
	padding:10px;
}
#prize .nominateList:last-child{
	border-bottom:solid 1px #333333;
}
#prize .nominateList dt{
	padding-bottom:5px;
	font-size:100%;
}
#prize .nominateList dt .prizeMark{
	padding-bottom:5px;
	color:#C75E7A;
	margin-right:10px;
}
#prize .nominateList dd{
	text-align:right;
}
#prize .nominateList dd .nominateTtl{
	font-size:138.5%;
}
#prize .nominateList dd .prizeCandidate{
	font-size:116%;
	margin-left:5px;
}
#prize .nominateList dd .prizeCandidate a{
	color:#039;
}
/*===============================================

	8.bulletin

===============================================*/
/* side */
#sideArtCatList .sideArtCatListWrap li{
	background:url(../images/icon_arrow2_r.gif) left 8px no-repeat;
	padding-left:20px;

}
#sideArtCatList .sideArtCatListWrap a{
	text-decoration:none;
	color:#D86C53;
}
/* bulletin */
#bulletin{
}
#bulletin .bullNumber{
	margin:30px 60px 0 60px;
	text-align:right;
	font-size:230%;
	line-height:1;
}
#bulletin .bullNumber span{
	font-size:65%;
	font-weight:normal;
	margin-right:10px;
	color:#D86C53;
}
#bulletin .bullCalendarArea{
	margin:0 60px;
}
#bulletin .bullCalendarArea .bullCalendarTtl{
	font-size:123.1%;
	margin-top:20px;
	font-weight:bold;
}
#bulletin .bullCalendarArea .bullCalendarTtl:first-child{
	font-size:153.9%;
}
#bulletin .bullCalendar{
	margin-top:5px;
	font-size:108%;
	line-height:1.4;
}
#bulletin .bullCalendar dt{
	width:3em;
	float:left;
}
#bulletin .bullCalendar dd{
	margin-left:3em;
}
#bulletin .bullArticleArea{
	margin:30px 60px 0 60px;
	font-size:108%;
}
#bulletin .bullArticleArea .bullArticleTtl{
	font-size:138.5%;
	font-weight:bold;
}
#bulletin .bullArticleArea li{
	margin-top:10px;
}
#bulletin .bullArticleArea li .artCat{
	display:block;
	color:#D86C53;
	font-weight:bold;
}
#bulletin .bullArticleArea li .artAuthor{
	display:block;
	padding-left:20px;
}
#bulletin .bullArticleArea li .artTtl{
	display:block;
	background:url(../images/icon_arrow2_r.gif) left 8px no-repeat;
	padding-left:20px;
}
#bulletin .bullArticleArea .bullRelay{
	display:block;
	padding-left:20px;
}
#bulletin .bullArticleArea .bullRelay a{
	background:none;
	padding-left:0;
	text-decoration:none;
}
/*===============================================

	9.article

===============================================*/
/* side */
#sideBullArticleList{
}
#sideBullArticleList .bullArticleArea{
	margin:20px 30px 0;
	font-size:100%;
}
#sideBullArticleList .bullArticleArea .bullArticleTtl{
	display:none;
}
#sideBullArticleList .bullArticleArea li{
	margin-top:10px;
}
#sideBullArticleList .bullArticleArea li .artCat{
	display:block;
	color:#D86C53;
	font-weight:bold;
}
#sideBullArticleList .bullArticleArea li .artAuthor{
	display:block;
	padding-left:20px;
}
#sideBullArticleList .bullArticleArea li .artTtl{
	display:block;
	background:url(../images/icon_arrow2_r.gif) left 8px no-repeat;
	padding-left:20px;
}
#sideBullArticleList .bullArticleArea .bullRelay{
	display:none;
}
/* sideArtCatArchive */
#sideArtCatArchive .sideArtCatArchiveArea{
	margin:10px 30px 0;
}
#sideArtCatArchive .sideArtCatArchiveArea dt{
	background-color:#333333;
	padding:10px;
	font-size:108%;
	line-height:1;
	color:#FFF;
}
#sideArtCatArchive .sideArtCatArchiveArea dd{
	font-size:100%;
	border:solid 1px #666666;
	border-top:none;
}
#sideArtCatArchive .sideArtCatArchiveArea ul{
	padding:10px;
}
#sideArtCatArchive .sideArtCatArchiveArea span{
	display:block;
}
#sideArtCatArchive .sideArtCatArchiveArea li{
	margin-top:5px;
}
#sideArtCatArchive .sideArtCatArchiveArea li .artTtl{
	background:url(../images/icon_arrow2_r.gif) left 8px no-repeat;
	padding-left:20px;
	display:block;
}
#sideArtCatArchive .sideArtCatArchiveArea .bullNum{
	color:#D86C53;
	font-weight:bold;
}
#sideArtCatArchive .sideArtCatArchiveArea .artAuthor{
	margin-left:20px;
}
#sideArtCatArchive .sideArtCatArchiveArea .btnSideArtListR{
	margin-top:10px;
	text-align:right;
	background:url(../images/icon_arrow_r.gif) 180px center no-repeat;
	border-top:dotted 1px #333333;
}
#sideArtCatArchive .sideArtCatArchiveArea .btnSideArtListR a{
	padding:10px 40px 10px 10px;
	display:block;
	text-decoration:none;
}
/* sideBullArchive */
#sideBullArchive ul li{
	background:url(../images/icon_arrow2_r.gif) left 8px no-repeat;
	padding-left:20px;
	margin-top:5px;
	font-size:100%;
}
#sideBullArchive ul li:first-child{
	margin-top:0;
}
/* article */
#article .socialList{
	width:610px;
	margin:20px auto;
	text-align:right;
}
#article .socialList li{
	display:inline-block;
	margin-left:10px;
	*display:inline;
	*zoom:1;
}
#article .socialList .snsTweet{
	width:90px;
}
#article .articleBody{
	width:610px;
	margin:0 auto;
	padding:30px 0;
	border-top:solid 2px #999999;
	border-bottom:solid 2px #999999;
}
#article .articleBody{
	width:610px;
	margin:0 auto;
	border-top:solid 2px #999999;
	border-bottom:solid 2px #999999;
}
#article .articleInfo{
	font-size:108%;
	line-height:1;
	margin-bottom:15px;
	zoom:1;
}
#article .articleInfo:after{
    content:""; 
    display:block; 
    clear:both;
}
#article .articleInfo .bullNum{
	float:left;
}
#article .articleInfo .update{
	float:right;
}
#article .articleTxt{
	font-size:116%;
	line-height:1.8;
	margin-top:30px;
}
#article .articleTxt p,
#article .articleTxt table{
	margin-top:30px;
}
#article .articleTxt .prizeTable{
	display:table;
	table-layout:fixed;
}
#article .articleTxt .prizeTable li{
	display:table-cell;
}
#article .artCat a{
	color:#FFFFFF;
	display:inline-block;
	padding:5px 20px;
	margin-bottom:10px;
	background-color:#DC7A65;
	text-align:center;
	border-radius:3px;
	border:none;
	font-size:93%;
	line-height:1;
	*display:inline;
	*zoom:1;
}
#article .artCat a:hover{
	background-color:#999999;
}
#article .artTtl{
	font-size:230%;
	line-height:1.4;
}
#article .articleBody .artAuthor{
	text-align:right;
	font-size:123.1%;
	margin-top:10px;
}
#article .artKeyword{
	font-size:116%;
	margin-top:30px;
	border-top:dotted 1px #999999;
	padding-top:20px;
	zoom:1;
}
#article .artKeyword:after{
    content:""; 
    display:block; 
    clear:both;
}
#article .artKeyword dt{
	width:100px;
	font-weight:bold;
	float:left;
}
#article .artKeyword dd{
	width:500px;
	float:right;
}
/*===============================================

	11.searchResult

===============================================*/
#searchResult .searchTxt{
	font-size:108%;
	margin:30px 40px 0 40px;
}
#searchResult .searchTxt strong{
	font-size:116%;
}
#searchResult .searchCount{
	font-size:108%;
	text-align:right;
	margin:30px 40px 10px 40px;
}
#searchResult .pagerNav{
	font-size:108%;
	text-align:right;
	margin:0 40px 20px;
}
#searchResult .disabled{
	display:none;
}
#searchResult .pagerNav a,
#searchResult .pagerNav .current{
	display:inline-block;
	font-size:100%;
	line-height:1;
	min-width:2em;
	padding:8px 0;
	border:solid 1px #999999;
	background-color:#F7F5F4;
	margin-left:2px;
	text-align:center;
	text-decoration:none;
	*display:inline;
	*zoom:1;
}
#searchResult .pagerNav a:hover{
	color:#999999;
}
#searchResult .pagerNav .current{
	border:solid 1px #333333;
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
}
#searchResult .pagerNav .prev,
#searchResult .pagerNav .next{
	font-weight:bold;
}
/* searchResultSec */
#searchResult .searchResultSec{
	background:url(../images/icon_line.gif) left 40px no-repeat;
	margin-bottom:20px;
}
#searchResult .searchResultSecWrap{
	padding:20px;
	border:dotted 1px #999999;
	margin:0 40px;
	cursor:pointer;
	zoom:1;
}
#searchResult .searchResultSecWrap:after{
    content:""; 
    display:block; 
    clear:both;
}
#searchResult .box .searchResultSecWrap:hover{
	background-color:#F7F5F4;
}
#searchResult .box .searchResultSecWrap:hover a,
#searchResult .box .searchResultSecWrap:hover .searchResultTtl{
	text-decoration:none !important;
	border-bottom:none !important;
}
#searchResult .searchResultBull .searchResultSecWrap,
#searchResult .searchResultArt .searchResultSecWrap{
	border-left:solid 8px #DC7A65;
}
#searchResult .searchResultTtl{
	font-size:167%;
}
#searchResult .searchResultBull .searchResultTtl{
	font-size:108%;
	font-weight:normal;
	color:#D86C53;
}
/* searchResultBull */
#searchResult .searchResultBull .bullNum{
	font-size:167%;
	font-weight:bold;
	margin-left:7px;
	color:#333333;
}
/* searchResultArt */
#searchResult .artCat{
	color:#FFFFFF;
	display:inline-block;
	padding:5px 20px;
	margin-bottom:10px;
	background-color:#DC7A65;
	text-align:center;
	border-radius:3px;
	font-size:93%;
	line-height:1;
	*display:inline;
	*zoom:1;
}
#searchResult .searchResultArtInfo{
	font-size:108%;
	margin-top:7px;
	zoom:1;
}
#searchResult .searchResultArtInfo:after{
    content:""; 
    display:block; 
    clear:both;
}
#searchResult .searchResultArtInfo .bullNum{
	float:left;
}
#searchResult .searchResultArtInfo .artAuthor{
	float:right;
}
/* searchResultMember */
#searchResult .searchResultMember .searchResultSecWrap{
	border-left:solid 8px #E5931A;
}
#searchResult .searchResultMember .memberPhoto{
	width:110px;
	float:right;
	text-align:right;
}
#searchResult .searchResultMember .memberStatus li{
	display:inline-block;
	color:#E59319;
	font-size:93%;
	line-height:1;
	padding:8px 10px;
	border:solid 1px #E59319;
	margin-bottom:15px;
	*display:inline;
	*zoom:1;
}
#searchResult .searchResultMember .memberNameArea,
#searchResult .searchResultMember .memberAliasArea{
	display:inline-block;
	vertical-align:top;
	*display:inline;
	*zoom:1;
}
#searchResult .searchResultMember .memberAliasArea{
	margin-left:20px;
}
#searchResult .searchResultMember .memberNameArea .kana{
	font-size:123.1%;
}
#searchResult .searchResultMember .memberAliasArea .kana{
	font-size:123.1%;
	margin-left:10px;
	display:block;
}
#searchResult .searchResultMember .memberAliasArea .memberAlias{
	font-size:108%;
	font-weight:normal;
	margin-top:10px;
	display:block;
}
/* searchResultPrize */
#searchResult .searchResultPrize .searchResultSecWrap{
	border-left:solid 8px #C04768;
	padding:0;
}
#searchResult .searchResultPrize .searchResultPrizeTtl{
	font-size:153.9%;
	line-height:1;
	font-weight:normal;
	padding:20px;
	border-bottom:dotted 1px #999999;
}
#searchResult .searchResultPrize .prizeCover{
	clear:both;
	float:right;
	width:105px;
	padding:20px 20px 20px 10px;
	text-align:right;
}
#searchResult .searchResultPrize .prizeCover2{
	float:right;
	width:105px;
	padding:20px 0 20px 10px;
	text-align:right;
}
#searchResult .searchResultPrize .searchResultPrizeWrap{
	padding:20px 0 20px 20px;
}
#searchResult .searchResultPrize .prizeWinMark{
	font-size:108%;
	line-height:1;
	background-color:#C85B79;
	color:#FFFFFF;
	padding:5px 10px;
	margin-bottom:10px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#searchResult .searchResultPrize .prizeWinner{
	font-size:116%;
	margin-top:10px;
	text-align:right;
}
#searchResult .searchResultPrize .nominateList{
	clear:both;
	padding:20px;
	border-top:dotted 1px #999999;
}
#searchResult .searchResultPrize .nominateList li{
	font-size:116%;
	margin-bottom:5px;
}
#searchResult .searchResultPrize .nominateList li:last-child{
	margin-bottom:0;
}
#searchResult .searchResultPrize .prizeMark{
	color:#C75E7A;
	margin-right:15px;
}
#searchResult .searchResultPrize .nominateTtl{
	margin-right:15px;
}
#searchResult .searchResultPrize .prizeCandidate{
	font-size:93%;
}
/* searchResultInfo */
#searchResult .searchResultInfo .searchResultSecWrap{
	border-left:solid 8px #33427A;
	cursor:default;
}
#searchResult .searchResultInfo .date{
	display:block;
	font-size:108%;
	margin-bottom:10px;
	text-align:right;
}
#searchResult .searchResultInfo .infoTxt{
	display:block;
	font-size:108%;
	margin-top:20px;
}
#searchResult .searchResultInfo .infoTxt a{
	color:#003399;
}
#searchResult .searchResultInfo .artKeyword{
	margin-top:20px;
	font-size:108%;
	zoom:1;
}
#searchResult .searchResultInfo .artKeyword:after{
    content:""; 
    display:block; 
    clear:both;
}
#searchResult .searchResultInfo .artKeyword dt{
	width:100px;
	font-weight:bold;
	float:left;
}
#searchResult .searchResultInfo .artKeyword dd{
	width:500px;
	float:right;
}
/*===============================================

	15.about

===============================================*/
/* side */
#sideAboutNav .aboutNavList{
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
	margin:0 30px;
	background:url(../images/bg01.gif) left top repeat;
}
#sideAboutNav li span{
	display:block;
	border-top:solid 1px #999999;
	border-right:solid 1px #999999;
	padding:10px 0 10px 22px;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/icon_line.gif) -30px center no-repeat;
	background-color:#FFFFFF;
}
#sideAboutNav li ul{
	border-top:dotted 1px #999999;
}
#sideAboutNav li li span{
	margin-left:14px;
	border-top:dotted 1px #999999;
	border-left:dotted 1px #999999;
	font-size:96%;
}
#sideAboutNav li li:first-child span{
	border-top:none;
}
#sideAboutNav a{
	text-decoration:none;
}
#sideAboutNav a span{
	border-right:solid 1px #999999;
	font-weight:normal;
}
#sideAboutNav a span:hover{
	background-color:#F7F5F4 !important;
}
/* main */
#about .pageSecCont{
	margin-top:60px;
	font-size:108%;
	line-height:1.8;
}
#about .btnListR{
	margin-top:30px;
	margin-right:60px;
	display:block;
	text-align:right;
}
#about .btnListR a{
	display:inline-block;
	padding:10px 10px 10px 15px;
	border:solid 1px #999999;
	text-decoration:none !important;
	font-size:100%;
	line-height:16px;
	*display:inline;
	*zoom:1;
}
#about .btnListR span{
	background:url(../images/icon_arrow_r.gif) right center no-repeat;
	padding-right:30px;
}
#about .aboutRijiPhoto{
	float:left;
	margin:0 20px 10px 0;
}
#about .aboutRijiPhoto figcaption{
	font-size:100%;
	color:#666;
	text-align:center;
	margin-top:5px;
}
#about .aboutRijiWord{
}
#about .aboutRijiPhoto{
	float:left;
	margin:0 20px 10px 0;
}
#about .aboutHistory{
}
#about .aboutHistoryPhoto{
	float:right;
	width:280px;
	margin:0 20px 10px 0;
}
#about .aboutHistoryPhoto img{
	margin:0 0 20px 20px;
}
#about .enkakuLinkList{
	list-style-position:inside;
}
#about .enkakuLinkList li{
	display:block;
	border:solid 1px #999999;
	margin-bottom:5px;
	text-align:center;
}
#about .enkakuLinkList li a{
	display:block;
	padding:8px;
}
/*===============================================

	16.publish

===============================================*/
/* main */
#publish .pageSecCont .pubList{
	padding:0 10px 0 1.5em;
	margin-bottom:10px;
}
#publish .pageSecCont .pubList li{
	font-weight:bold;
	line-height:1.8;
}
#publish .pageSecCont .pubList span{
	font-weight:normal;
}
#publish .pageSecCont .col1{
	padding-right:0;
	margin-right:0;
	clear:both;
}
#publish .pageSecCont .col3{
	float:left;
	width:155px;
	margin-right:15px;
}
#publish .pageSecCont .col3:last-child{
	padding-right:0;
	margin-right:0;
}
#publish .pubToggleList{
	display:none;
}
#publish .pubToggle{
	clear:both;
	margin:20px 60px 0;
	padding:10px;
	border:dotted 1px #666666;
	text-align:center;
}
#publish .pubCont{
	clear:both;
	margin:20px 0 0;
}
