/*----------- 共通：id -------------*/

#main {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}



/*----------- 共通：tag -------------*/
a:hover {
	color: #FF6600;
}

p.setumei { /*文頭一字下げ*/
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: 1em;
}

p.setumei2 { /*文頭下げなし*/
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
}

p.setumei3 { /*写真集青文字*/
	font-size: 14px;
	line-height: 1.5em;
	color:#369;
	margin-right: 20px;
	margin-left: 20px;
	text-indent: 1em;
}

p.setumei4 { /*インデント*/
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	margin-right: 10px;
	margin-left: 30px;
}


/*----------- 共通：class -------------*/
.attn {
	color: #CC0033;
}

.backtop {
	font-size: 10px;
	text-align: right;
}

.sub_title {
	font-size: 14px;
	color: #006699;
}



/*----------- 商品詳細ページ -------------*/

#main-container {
	border: 1px dashed #CCCCCC;
	background-color: #FDFFE3;
	padding: 0px 20px 10px 20px;
	margin: 5px 0px 30px 0px;
}


#main-container h4 {
	color: #666;
	font-size: 16px;
	padding:3px 10px;
	background-image: url(../img/title-bg02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EEEEEE;
}

#main-container h5 {
	color: #666;
	font-size: 14px;
	margin-left: 10px;
	padding-left: 5px;
	border-left: 5px double #39C;
}

.small {
	font-size: 12px;
	font-weight: normal;
}

#navi2 {
	margin: 30px 20px 50px 20px;
	border: 1px solid #666;
	padding: 5px 15px;
}

#navi2 a {
	color: #333333;
	padding-left: 10px;
	background-image: url(../activity/img/link-arr2.gif);
	background-repeat: no-repeat;
	font-size:14px;
}

#navi2 a:hover {
	color: #FF6600;
	padding-left: 10px;
	background-image: url(../activity/img/link-arr2-on.gif);
	background-repeat: no-repeat;
	font-size:14px;
}





/*----------- 09年夏コンサート情報 -------------*/
#navi {
	margin: 30px 20px 50px 20px;
	border: 1px solid #666;
	padding: 5px 15px;
}

#navi a {
	color: #333333;
	padding-left: 10px;
	background-image: url(../activity/img/link-arr2.gif);
	background-repeat: no-repeat;
}

#navi a:hover {
	color: #FF6600;
	padding-left: 10px;
	background-image: url(../activity/img/link-arr2-on.gif);
	background-repeat: no-repeat;
}

hr {
	margin-top: 30px;
	margin-bottom: 10px;
}

table.schedule {
	margin: 10px 10px 5px 10px;
	width: 420px;
}

table.schedule td {
	padding: 5px 10px;
	background-color: #EEE;
	background-image: url(../img/bk-table.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

table.schedule th {
	white-space: nowrap;
	padding: 5px 10px;
	font-weight: normal;
	background-color: #6CC;
	border-bottom: 1px solid #999;
}


h2.blue {
	font-size: 16px;
	color: #666666;
	border-bottom: 2px solid #007FC1;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right:  1px solid #CCC;
	height: 25px;
	padding-top: 10px;
	padding-left: 7px;
	background-image: url(../img/title-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h3.type-a {
	font-size: 18px;
	color: #666666;
	text-indent: 30px;
	letter-spacing: 1.5em;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #EEEEEE;
}

h4.type-a {
	color:#1653a6;
	font-size:14px;
}

h5.type-a {
	color:#CC0033;
	font-size: 12px;
	display: inline;
	border: 1px solid #CC0033;
	padding: 3px 7px;
	margin-left: 10px;
}



.type-b {
	color: #999;
	font-size: 14px;
	background-image: url(../img/bk-dotted.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	padding-bottom: 3px;
}

.type-c {
	color: #333;
	margin-top: 0px;
}



/*--活動報告lightbox用--*/

#photo	{
	padding: 5px 5px 0 5px;
	border: 1px solid #06C;
	text-align: center;
}

#photo img	{
	margin: 0 5px 5px 0;
	border: 1px solid #ccc;
	padding: 1px;
}
