@charset "utf-8";

/*

"DEFAULT" STYLE 

Modifies:
	* TEXT COLOR
	* BACKGROUNDS
	
*/

/* 
-----------------------------------------------------------------------------
決定版ボディカラーは
body {background:#222;color:#888;}
a {color:#ccc;}
strong,h1,h2,h4,h5,h6 {color:#eee;}
strong a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#eee;}
h3 {color:#eee;}
-----------------------------------------------------------------------------*/

body {
	color: #eee;
	background: #1e1e4a url(../common/images/bg_sea_bttom.jpg) repeat-x 0 bottom;
}

/*body {background-image:url(../common/images/bg_sea_bttom.jpg) repeat-x 0 bottom;}*/

/*body {background: #1e1e4a url(../common/images/bg_logo_pattern.gif) repeat;}*/

a {
	color: #ffff00;
}

strong,h1,h2,h4,h5,h6 {
	color: #eee;
}

strong a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #eee;
}



h3 {
	color: #eee;
}

/* 
-----------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------*/

h2 a {
	color: #b4b4b4;
}

h2 a:hover {
	color: #eee;
}

h3 small {
	color: #999;
	text-shadow: #000 0px 0px 0px;
}

h3.dash {
	color: #202020;
	border: 1px solid #999;
}

h3.dash a {
	color: #202020;
}

h3.dash a:hover {
	color: #447200;
}

h3.logo {
	background: transparent url(../img/bg_module_head_logo.gif) 0 0 no-repeat;
}

h4.error {
	background: #76b41c;
	border-bottom: 1px solid #bcf573;
}

h4.smart {
	background: transparent url(../img/icon_gears.gif) 0 0 no-repeat;
}

h6 span {
	color: #666;
}

/* 
-----------------------------------------------------------------------------
LAYOUT
-----------------------------------------------------------------------------*/

/*リンク付ヘッダー部分カラー*/

div#header-links {
	background: #1e1e4a;
	border-bottom: 1px solid #1e1e4a;
}

/*上部のカラー設定有*/

div#body-bg {
	background: transparent url(../images/bg_header.gif) repeat-x;
}

div#header-logo a {
	background: #222 url(../images/bg_header_logo.gif) no-repeat;
}

div#container {
	background: #2a2a66;
}

div#container-footer {
	background: #2a2a66 url(../images/bg_container_bl.gif) bottom left no-repeat;
}

div#container-footer div {
	background: transparent url(../images/bg_container_br.gif) bottom right no-repeat;
}

div#container-top div {
	background: transparent url(../images/bg_container_tr.gif) top right no-repeat;
}

/*ページ上部の空白*/

div#container-empty-top div {
	background: transparent url(../images/bg_container_tr.gif) top right no-repeat;
}

div#container h1 a.instruction-link {
	color: #76b41c;
}

div#container h1 a.instruction-link:hover {
	color: #fff;
}

div#prod-head {
	background: transparent url(../images/bg_container_tr.gif) top right no-repeat;
}

div#prod-head div.inner {
	border-bottom: 1px solid #444;
}

div#page-info {
	background: #1e1e4a;
}

div.col-wrap-first {
	border-top: 1px solid #444;
}

div.module {
	color: #1e1e4a;
	background: #5a5a8c url(../images/bg_module_tl.gif) no-repeat left top;
}

div.module-head {
	background: #5a5a8c url(../images/bg_module_tr.gif) no-repeat right top;
}

div.module div.wrap {
	background: #1e1e4a;
}

div.module div.divider {
	border-bottom: 1px solid #333;
}

div.module-footer {
	background: #1e1e4a url(../images/bg_module_bl.gif) bottom left no-repeat;
}

div.module-footer div {
	background: transparent url(../images/bg_module_br.gif) bottom right no-repeat;
}

div.module img.pad {
	background: #363636;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px;
	float: left;
	margin: 0 12px 12px 0;
}

div#footer {
	color: #666;
}

div#footer a, div#footer strong {
	color: #999;
}

ul.feature-list-bullets li {
	background: transparent url(../images/bullet_circle.gif) 0 5px no-repeat;
}

ul.list li {
	background: transparent url(../images/bullet_circle.gif) 0 5px no-repeat;
}

/* 
-----------------------------------------------------------------------------
ナビゲーション: メイン
-----------------------------------------------------------------------------*/

ul#main-nav li {
	background: transparent url(../images/bg_main_nav_tab.gif) no-repeat scroll 0 0;
}

/*上部タブ（文字設定含む、カラーaaa）*/

ul#main-nav li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #aaa;
	background: transparent url(../images/bg_main_nav_tab.gif) no-repeat scroll 100% 0;
}

ul#main-nav li a:hover {
	color: #fff;
}

ul#main-nav li.selected {
	background-image: url(../images/bg_main_nav_tab_selected.gif);
}

ul#main-nav li.selected a {
	background-image: url(../images/bg_main_nav_tab_selected.gif);
	color: #fff;
}

.test {
	background-image: url(../img/hdr_about.gif);
}

/* 
-----------------------------------------------------------------------------
サブメニュー　文字と区切り線の色設定
-----------------------------------------------------------------------------*/

ul#sub-nav li a {
	color: #ccc;
	background: url(../images/sub_navi_head-2.gif) no-repeat scroll 0;
	padding-left: 12px;
}

ul#sub-nav li a:hover {
	color: #fff;
	background: url(../images/sub_navi_head_selected-2.gif) no-repeat scroll 0;
	padding-left: 12px;
}

ul#sub-nav li.selected a {
	color: #fff;
	background: url(../images/sub_navi_head_selected-2.gif) no-repeat scroll 0;
	padding-left: 12px;
	font-weight: bold;
}

ul#sub-nav li.spacer {
	color: #888;
	margin-right: -2px;
}

/* 
-----------------------------------------------------------------------------
フォーム　
-----------------------------------------------------------------------------*/

input, textarea {
	
}

input:focus, textarea:focus {
	background: #fff;
}

input.file {
	color: #fff;
}

fieldset.solo {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

label {
	color: #fff;
}

label span.req {
	color: #e4675c;
}

form.quad label {
	color: #fff;
}

/* 
-----------------------------------------------------------------------------
リスト
-----------------------------------------------------------------------------*/

ul.album {
	background: #e1e1e1;
}

/*モジュールの区切り線等*/

ul.dash-strip li {
	border-bottom: 1px dashed #666;
	background: url(../common/images/module_sub_head.gif) no-repeat scroll 0 5px;
	padding-left: 14px;
}

ul.dash-strip li.note {
	color: #666;
	font-size: 9px;
}

fieldset.embed {
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	background: #363636;
}

ul.dash-strip li div.thumb {
	background: #383838;
	border: 1px solid #1f1f1f;
}

ul.dash-strip div.no-thumb div {
	background: #444;
}

ol.photo-thumbs-list li img {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #363636;
}

ol.photo-thumbs-list li img.video-overlay {
	background: #363636;
	border: 0;
}

/* 
-----------------------------------------------------------------------------
ヘッダーradius
-----------------------------------------------------------------------------*/

div.header-radius {
	background: #1e1e4a url(../img/bg_dashpro_tl.gif) top left no-repeat;
}

div.header-radius img.gray-edge {
	float: left;
}

div.header-radius div.tr {
	background: transparent url(../img/bg_dashpro_tr.gif) top right no-repeat;
}

div.header-radius div.bl {
	background: #1e1e4a url(../img/bg_dashpro_bl.gif) bottom left no-repeat;
}

div.header-radius div.br {
	background: transparent url(../img/bg_dashpro_br.gif) bottom right no-repeat;
}

div.header-radius span.subtext {
	color: #888;
}

div.header-radius label {
	color: #fff;
}

/*
-----------------------------------------------------------------------------
アラート
-----------------------------------------------------------------------------*/

div#alert h2 {
	color: #fff;
}

div#alert a.suppress {
	color: #fff;
	background: transparent url(../img/radBttn_delete_76b41c.gif) 100% 50% no-repeat;
}

div#alert ul.list li {
	background-image: url(../img/bullet_circle_alert.gif);
}

div#alert .red {
	color: #fff;
	background: #b4001c url(../img/bg_alert_red_tl.gif) top left no-repeat;
}

div#alert .red div.tr {
	background: transparent url(../img/bg_alert_red_tr.gif) top right no-repeat;
}

div#alert .red div.bl {
	background: #b4001c url(../img/bg_alert_red_bl.gif) bottom left no-repeat;
}

div#alert .red div.br {
	background: transparent url(../img/bg_alert_red_br.gif) bottom right no-repeat;
}

div#alert .red div.alert-icon {
	background: transparent url(../img/bg_alert_error.gif) top left no-repeat;
}

div#alert .red a {
	color: #fff;
	text-decoration: underline;
}

div#alert .green {
	color: #fff;
	background: #76b41c url(../images/bg_alert_gr_tl.gif) top left no-repeat;
}

div#alert .green div.tr {
	background: transparent url(../images/bg_alert_gr_tr.gif) top right no-repeat;
}

div#alert .green div.bl {
	background: #76b41c url(../images/bg_alert_gr_bl.gif) bottom left no-repeat;
}

div#alert .green div.br {
	background: transparent url(../images/bg_alert_gr_br.gif) bottom right no-repeat;
}

div#alert .green div.alert-icon {
	background: transparent url(../img/bg_alert_excl.gif) top left no-repeat;
}

div#alert .red a, div#alert .green a {
	color: #fff;
	text-decoration: underline;
}

/* 
-----------------------------------------------------------------------------
アイコンラベル
-----------------------------------------------------------------------------*/

tr.publish .icon_label_album, .icon_label_album {
	background: transparent url(../img/icon_label_album.gif) 0 0 no-repeat;
}

tr.draft .icon_label_album {
	background: transparent url(../img/icon_label_album_draft.gif) 0 0 no-repeat;
}

.icon_label_feed {
	background: transparent url(../img/icon_label_feed.gif) 0 0 no-repeat;
}

.icon_label_feed_sm {
	background: transparent url(../img/icon_label_feed_sm.gif) 0 0 no-repeat;
}

.icon_label_gallery {
	background: transparent url(../img/icon_label_gallery.gif) 0 0 no-repeat;
}

.icon_label_newalbum {
	background: transparent url(../img/icon_label_newalbum.gif) 0 0 no-repeat;
}

.icon_label_newgallery {
	background: transparent url(../img/icon_label_newgallery.gif) 0 0 no-repeat;
}

.icon_label_photo {
	background: transparent url(../img/icon_label_photo.gif) 0 0 no-repeat;
}

.icon_label_profile {
	background: transparent url(../img/icon_label_profile.gif) 0 0 no-repeat;
}

.icon_label_qt {
	background: transparent url(../img/icon_label_qt.gif) 0 0 no-repeat;
}

.icon_label_smartgallery {
	background: transparent url(../img/icon_label_smartgallery.gif) 0 0 no-repeat;
}

.icon_label_uploadimg {
	background: transparent url(../img/icon_label_uploadimg.gif) 0 0 no-repeat;
}

.icon_label_video {
	background: transparent url(../img/icon_label_video.gif) 0 1px no-repeat;
}

.icon_label_pdf_sm {
	background: transparent url(../images/icon_label_pdf_sm.gif) 0 0 no-repeat;
}

.icon_label_tw_sm {
	background: transparent url(../img/icon_label_tw_sm.gif) 0 0 no-repeat;
}

/* 
-----------------------------------------------------------------------------
連絡先
-----------------------------------------------------------------------------*/

table.contact {
	width: 100%;
	margin-bottom: 15px;
}

table.contact td {
	padding: 15px 15px 0 0;
	vertical-align: top;
}

/* 
-----------------------------------------------------------------------------
Sortable Table
-----------------------------------------------------------------------------*/

table.sortable {
	background: #121212 url(../images/bg_module_tl.gif) top left no-repeat;
}

table.sortable th {
	color: #eee;
	border-right: 1px solid #1e1e4a;
}

table.sortable th.tr {
	background: #121212 url(../images/bg_module_tr.gif) top right no-repeat;
	border-right: none;
}

table.sortable th span {
	color: #444;
}

table.sortable th.sortdesc {
	background: url(../img/sort_arrow_down.gif) 97% 50% no-repeat;
}

table.sortable th.sortasc {
	background: url(../img/sort_arrow_up.gif) 97% 50% no-repeat;
}

table.sortable td {
	background: #1e1e4a;
	border: 1px solid #121212;
}

table.sortable td.title {
	border-left: 0;
}

table.sortable td.title span {
	color: #666;
}

table.sortable td.end {
	border-right: 0;
}

table.sortable td.thumb img {
	border: 1px solid #000;
}

table.sortable tr.even td {
	background: #282828;
}

table.sortable td.bl {
	background: #1e1e4a url(../images/bg_module_bl.gif) bottom left no-repeat;
}

table.sortable td.br {
	background: #1e1e4a url(../images/bg_module_br.gif) bottom right no-repeat;
}

table.sortable tr.subth td {
	background: #444;
}

/* 
-----------------------------------------------------------------------------
その他
-----------------------------------------------------------------------------*/

img.wide {
	background: #292929;
}

img.gray-edge {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #444;
}

span.warn strong {
	color: #F60;
}

span.note strong {
	color: #76B41C;
}

span.slash {
	color: #666;
}

span.help {
	color: #76B41C;
}

span.news-date {
	color: #666;
	font-weight: normal;
	font-size: 10px;
}

label.sub {
	color: #888;
}

.dialogue-spacer {
	border-bottom: 1px solid #89cf21;
	border-top: 1px solid #89cf21;
	padding-top: 4px;
	margin: 8px 0;
	display: block;
	width: 100%;
}

.break-line {
	height: 1px;
	border-top: 1px solid #444;
	margin-bottom: 15px;
}

.module-rss {
	background: transparent url(../img/module_feed_icon.gif) 0 0 no-repeat;
	padding: 0 8px 0 0;
	display: block;
}

.posted {
	color: #666;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

a.download {
	background: transparent url(../img/icon_download.gif) 0 2px no-repeat;
}

.mtentry h4 span {
	color: #888;
}

* {
	
}





.stuff_page_info{
	background-color: #2a2a66;
	color: #fff;
	width: 234px;
	height: 254px;
	border: solid 1px #666;
	overflow: auto;
	padding: 10px;text-align: left;
	
	/*
	scrollbar-face-color: #3a3a8c;
	scrollbar-highlight-color: #333333;
	scrollbar-shadow-color: #333333;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color: #3a3a8c;
	scrollbar-track-color:  #1e1e4a;
	scrollbar-darkshadow-color:  #2a2a66;
	*/
}
	


.stuff_page_title
	{
	color: #fc0;
	padding-bottom:2px;
	border-bottom:1px dashed #999;
	margin-bottom: 0.5em;
	}


.stuff_page_title2{
	color: #fff;
	padding-left:1em;	
	font-size:x-small;
	}

.stuff_page_name{
	color: #fff;
	font-size:small;
	margin-bottom:0.2em;
	}
	
.stuff_page_yomi{
	color: #fff;
	font-size:x-small;
	margin-left:0.5em

	}
	
.stuff_page_town{
	color: #fff;
	padding-bottom:2px;
	border-bottom:1px dashed #999;
	margin-bottom: 1em;
	}
	
.stuff_page_massege{
	color: #fff;
	line-height: 1.5em;
	}

/* @group 色設定追加 2010-01-25-143018 */
.gold{
	color: #ffff00;
}
/* @end */





	
