@charset "utf-8";


/* ------------------------------------------------
 * ****** Main CSS *******
 * ------------------------------------------------*/

* {
    color: #fff;
    background-color: transparent;
    font: normal normal normal 100%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif; 
    }

abbr,
acronym,
code,
kbd,
input,
textarea {
    font-family: "Letter Gothic", "Everson Mono", "Lucida Console", "Andale Mono", "Osaka－等幅", monospace !important;
    }

pre code {
    margin: 0;
    padding: 0;
    font: normal normal normal 100%/1.2 "Letter Gothic", "Everson Mono", "Lucida Console", "Andale Mono", "Osaka－等幅", monospace !important;
}

/* ------------------------------------------------
 * IE6,5.5 png hack
 * ------------------------------------------------*/
 
/*img, div { behavior: url("iepngfix.htc") }*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
    }

div#container {
	padding: 0;
	width: 800px;
	min-width: 800px;
	min-height: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	background-image: url(img/bgcolor.gif);
	background-repeat: repeat-y;
}
div#logo {
	float: left;
	width: 240px;
	height: 180px;
}
div#header_image {
	float: right;
	width: 560px;
	height: 140px;
	background:url(img/header_top.gif);
}

div#header_image h1,
div#header_image h2{
	padding:0;
	margin:0;
}

div#header_image h1{
	text-indent:-9999px;
}

div#header_image h1 a{
	display:block;
	width:560px;
	height:140px;
/*\*/
   overflow: hidden;
/**/
}

div#header_image_gallery {
	float: right;
	width: 560px;
	height: 140px;
	background:url(img/header_gallery.gif);
}
div#header_image_gallery h1{
	padding:0;
	margin:0;
}

div#header_image_gallery h1{
	text-indent:-9999px;
}

div#header_image_gallery h1 a{
	display:block;
	width:560px;
	height:140px;
/*\*/
   overflow: hidden;
/**/
}

div#header_image h2{
	display:none;
}

div#header_image_about {
	float: right;
	width: 560px;
	height: 140px;
	background:url(img/header_about.gif);
}
div#header_image_about h1{
	padding:0;
	margin:0;
}

div#header_image_about h1{
	text-indent:-9999px;
}

div#header_image_about h1 a{
	display:block;
	width:560px;
	height:140px;
/*\*/
   overflow: hidden;
/**/
}

div#header_image_shop {
	float: right;
	width: 560px;
	height: 140px;
	background:url(img/header_shop.gif);
}
div#header_image_shop h1{
	padding:0;
	margin:0;
}

div#header_image_shop h1{
	text-indent:-9999px;
}

div#header_image_shop h1 a{
	display:block;
	width:560px;
	height:140px;
/*\*/
   overflow: hidden;
/**/
}

div#navi {
	width: 560px;
	height: 40px;
	float: right;
	text-align: left;
	margin: 0px;
	background-color: #2a0928;
}

/* ------------------------------------------------
 * category_navigator start
 * ------------------------------------------------*/

ul#category_navi {
	margin: 0px;
	padding: 0px;
	width: 560px;
	height: 38px;
	list-style-type: none;
	behavior: url("http://www.spacydog.com/csshover.htc");
}

ul#category_navi li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 38px;
	list-style-type: none;
}

ul#category_navi li a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 38px;
	outline: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -10000px;
	background-position: 0 0;
}


ul#category_navi li a:hover {
	background-position: 0 100%;
}

ul#category_navi li.category_1,
ul#category_navi li.category_1 a {
    width: 73px;
	height: 38px;
}

ul#category_navi li.category_2,
ul#category_navi li.category_2 a {
    width: 79px;
	height: 38px;
}

ul#category_navi li.category_3,
ul#category_navi li.category_3 a {
    width: 99px;
	height: 38px;
}

ul#category_navi li.category_4,
ul#category_navi li.category_4 a {
    width: 67px;
	height: 38px;
}

ul#category_navi li.category_5,
ul#category_navi li.category_5 a {
    width: 63px;
	height: 38px;
}	

ul#category_navi li.category_6,
ul#category_navi li.category_6 a {
    width: 58px;
	height: 38px;
}	

ul#category_navi li.category_7,
ul#category_navi li.category_7 a {
    width: 65px;
	height: 38px;
}	


ul#category_navi li.category_1 a {
	background-image: url(img/navi_home.gif);
}

ul#category_navi li.category_2 a {
	background-image: url(img/navi_about.gif);

}

ul#category_navi li.category_3 a {
	background-image: url(img/navi_gallery.gif);
}

ul#category_navi li.category_4 a {
	background-image: url(img/navi_blog.gif);
}

ul#category_navi li.category_5 a {
	background-image: url(img/navi_shop.gif);
}

ul#category_navi li.category_6 a {
	background-image: url(img/navi_link.gif);
}

ul#category_navi li.category_7 a {
	background-image: url(img/navi_mail.gif);
}

div#gd_upper {
	background-image: url(img/gradation.gif);
	background-repeat: repeat-x;
}

/* ------------------------------------------------
 * category_navigator pulldown start
 * ------------------------------------------------*/
 
ul#category_navi li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

ul#category_navi li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
}

ul#category_navi li ul li {
	float: none;
	margin: 0;
}

ul#category_navi li ul li a {
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -10000px;
	background-position: 0 0;
}

ul#category_navi li ul li a:hover {
	background-position: 0 100%;
}

ul#category_navi li ul li.category_3_1,
ul#category_navi li ul li.category_3_1 a {
	width: 99px;
	height: 26px;
}

ul#category_navi li ul li.category_3_2,
ul#category_navi li ul li.category_3_2 a {
	width: 99px;
	height: 26px;
}

ul#category_navi li ul li.category_3_3,
ul#category_navi li ul li.category_3_3 a {
	width: 99px;
	height: 26px;
}

ul#category_navi li ul li.category_3_4,
ul#category_navi li ul li.category_3_4 a {
	width: 99px;
	height: 26px;
}

ul#category_navi li ul li.category_3_1 a {
	background-image: url(img/navi_character.gif);
}

ul#category_navi li ul li.category_3_2 a {
	background-image: url(img/navi_illustration.gif);
}

ul#category_navi li ul li.category_3_3 a {
	background-image: url(img/navi_wallpaper.gif);
}

ul#category_navi li ul li.category_3_4 a {
	background-image: url(img/navi_images.gif);
}


/* ------------------------------------------------
 * category_navigator pulldown end
 * ------------------------------------------------*/

/* ------------------------------------------------
 * category_navigator end
 * ------------------------------------------------*/
 
  

div#image_top {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	width: 770px;
}
div#arch_upper_img_top {
	width: 100%;
}
div#img_top_box {
	width: 100%;
}

div#img_top_box img {
	vertical-align:bottom;
}

div#arch_lower_img_top {
	width: 100%;
}

div#top_mainbox {
	height: 250px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#top_mainbox_low {
	height: 300px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#news {
	float: right;
	width: 365px;
	color: #FFF;
	text-align: left;
}
div#arch_upper_news {
	width: 350px;
	margin-top: 10px;
}
div#arch_lower_news {
	width: 350px;
}

div#news_title {
	width: 350px;
	height: 50px;
	background:url(img/news_title.gif);
}

div#news_rss {
	float: right;
	margin-top: 22px;
	margin-right: 7px;
	width: 23px;
	height: 23px;
	display: inline;
}

div#news_rss a {
	display: block;
	height: 23px;
	width: 23px;
	outline: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -10000px;
	background-position: 0 0;
	background-image: url(img/rss_btn.png);
}

div#news_rss a:hover {
	background-position: 0 100%;
}

div#news_text_box {
	width: 350px;
	background-color: #32cd32;
	height: 150px;
	overflow: auto;
}
div#news_text_box .news_content  {
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-right: 10px;
	margin-left: 10px;
	width: 300px;
	padding-left: 10px;
	line-height: 1.2;
	padding-bottom: 5px;

}
div#news_text_box span  {
	width: 100px;
	color: #191970;
	margin: 0px;
	font-weight: bold;
}

div#news_text_box .news_content a,
div#news_text_box .news_content a:link {
	color: #4e454a;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

div#news_text_box .news_content a:hover {
	color: #9b72b0;
	border: none;
	text-decoration: none;
	font-weight: bold;
}


div#welcome_top {
	width: 365px;
	color: #FFF;
	text-align: left;
	float: left;
}
div#arch_upper_welcome {
	width: 350px;
	margin-top: 10px;
}
div#arch_lower_welcome {
	width: 350px;
}

div#welcome_title {
	width: 350px;
	height: 50px;
}

div#welcome_text_box {
	background-color: #c2894b;
	width: 350px;
	height: 150px;
	overflow: auto;
}
div#welcome_text_box .welcome_content  {
	margin-right: 10px;
	margin-left: 10px;
	width: 310px;
	padding-left: 10px;
	line-height: 1.2;
	padding-bottom: 5px;
}

div#msg_top {
	width: 365px;
	color: #FFF;
	text-align: left;
	float: left;
}
div#arch_upper_msg {
	width: 350px;
	margin-top: 10px;
}
div#arch_lower_msg {
	width: 350px;
}

div#msg_title {
	width: 350px;
	height: 50px;
}

div#msg_text_box {
	background-color: #f3981d;
	width: 350px;
	height: 150px;
	overflow: auto;
}
div#msg_text_box .msg_content  {
	margin-right: 10px;
	margin-left: 10px;
	width: 310px;
	padding-left: 10px;
	line-height: 1.2;
	padding-bottom: 5px;
}

div#aboutcon {
	float: right;
	width: 365px;
	color: #FFF;
	text-align: left;
}
div#arch_upper_aboutcon {
	width: 350px;
	margin-top: 10px;
}
div#arch_lower_aboutcon {
	width: 350px;
}

div#aboutcon_title {
	width: 350px;
	height: 50px;
}

div#aboutcon_text_box {
	width: 350px;
	background-color: #996666;
	height: 150px;
	overflow: auto;
}
div#aboutcon_text_box .aboutcon_content  {
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-style: dotted;
	border-top-color: #ffdead;
	border-right-color: #ffdead;
	border-bottom-color: #ffdead;
	border-left-color: #ffdead;
	margin-right: 10px;
	margin-left: 10px;
	width: 300px;
	padding-left: 10px;
	line-height: 1.2;
	padding-bottom: 5px;

}

div#aboutcon_text_box span {
	width: 100px;
	color: #191970;
	margin: 0px;
	font-weight: bold;
}

div#aboutcon_text_box span a,
div#aboutcon_text_box span a:link {
	color: #87ceeb;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

div#aboutcon_text_box span a:hover {
	color: #e0ffff;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

div#footer {
	text-align: center;
	width: 800px;
}
div#footer_text {
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.clear {
	clear: both;
}
.clear hr {
	display: none;
}

.nodisplay {
	display: none;
}

/* ------------------------------------------------
 * ****** About CSS *******
 * ------------------------------------------------*/

div#about_main {
	padding-bottom: 20px;
	padding-top: 15px;
}
div#about_img_dummy {
	width: 100%;
	background-image: url(img/1dot.gif);
	height: 60px;
}
div#about_img_wall {
	width: 100%;
	background-image: url(img/about_wallpaper.png);
	background-repeat: repeat;
	behavior: url("iepngfix.htc");
}

div#about_text_box {
	width: 530px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
	font-size: medium;
	height: auto;
}
div#about_text_box .about_title {
	font-weight: bold;
	padding-left: 8px;
	background-image: url(img/titlebak_gray.png);
	background-repeat: repeat-y;
	margin-bottom: 3px;
}
div#about_text_box .about_text {
	width: auto;
	padding-left: 10px;
	margin-bottom: 15px;
}

div#about_text_box .sign {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
}




/* ------------------------------------------------
 * ****** Gallery CSS *******
 * ------------------------------------------------*/
 
 div#gallery_main {
	height: auto;
	/*width: 770px;
	margin-right: 15px;
	margin-left: 15px;*/
	width: 782px;
	margin-right: 9px;
	margin-left: 9px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#gallery_main img {
	float: left;
	margin-left: 7px;
}

div#gallery_main .gallery_title {
	width: 100%;
	height: 50px;
}

div#gallery_main .gallery_line {
	margin-bottom: 8px;
	height: 120px;
	width: auto;
	text-align: left;
}

div#gallery_main .gallery_line a img {
	border: 1px solid #999999;
}

div#gallery_main .gallery_line a:hover img  {
	border: 1px solid #e62f8b;
}


 /* ------------------------------------------------
 * ****** Gallery sub CSS *******
 * ------------------------------------------------*/

div#box_w325 {
	width: 325px;
	background-color: #0e0d0f;
	line-height: 1.2;
	font-size: 14px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: auto;
}
div#box_w350 {
	width: 350px;
	background-color: #0e0d0f;
	line-height: 1.2;
	font-size: 14px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: auto;
}
div#box_w650 {
	width: 650px;
	background-color: #0e0d0f;
	line-height: 1.2;
	font-size: 14px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: auto;
}
div#box_w500 {
	width: 500px;
	background-color: #0e0d0f;
	line-height: 1.2;
	font-size: 14px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: auto;
}
div#work_title {
	text-align: center;
}

div#work_comment {
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: 1.2;
}
  
div#related_list {
	float: left;
	padding-bottom: 5px;
	width: auto;
	padding-left: 10px;
	padding-top: 5px;
}


/* ------------------------------------------------
 * gallery_related_navigator start
 * ------------------------------------------------*/
 
ul#related_navi {
	list-style-type: none;
}
ul#related_navi li {
	list-style-type: none;
	float: left;
	height: 25px;
	width: 25px;
}
ul#related_navi li a {
	display: block;
	height: 25px;
	width: 25px;
	outline: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -10000px;
	background-position: 0 0;
}

ul#related_navi li a:hover {
	background-position: 0 100%;
}


ul#related_navi li.related_1 a {
	background-image: url(img/rel_link_01.gif);
}

ul#related_navi li.related_2 a {
	background-image: url(img/rel_link_02.gif);
}

ul#related_navi li.related_3 a {
	background-image: url(img/rel_link_03.gif);
}

ul#related_navi li.related_4 a {
	background-image: url(img/rel_link_04.gif);
}

ul#related_navi li.related_5 a {
	background-image: url(img/rel_link_05.gif);
}


ul#related_navi li.related_6 a {
	background-image: url(img/rel_link_06.gif);
}

/* ------------------------------------------------
 * gallery_related_navigator end
 * ------------------------------------------------*/


div#close_sub {
	font-size: 12px;
	float: right;
	margin-right: 15px;
	border: 1px solid #666;
	margin-top: 8px;
}
div#close_sub a{
	display: block;
	height: 25px;
	width: 50px;
	background-image: url(img/rel_sub_close.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	text-decoration: none;
	outline: 0;
	background-position: 0 0;
}
div#close_sub a:hover {
	color: #ff1493;
	background-position: 0 100%;
}


