@charset "UTF-8";

/*-----------------------------
   basic elements
-------------------------------*/

html {
margin:0;
padding:0;
}

body {
margin:0;
padding:30px 0;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, san-serif;
font-size:small;
text-align:center;
min-width:980px;
color:#fff;
background:#1a1a1a;
}

#container {
position:relative;
margin:0 auto;
padding:13px 15px 50px 20px;
width:945px;
text-align:left;
background:#000;
color:#fff;
}

a {
text-decoration:underline;
color:#0aa9fa;
}
a:visited {
color:#0aa9fa;
}
a:hover {
color:#0aa9fa;
}
a:active {
color:#0aa9fa;
}
a img {
border:0;
border:none;
}

#alpha ul li,
#beta ul li {
list-style-type:none;
}

.module-content ul li {
list-style-type:none;
}

h1, h2, h3, h4, h5, h6 {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, san-serif;
font-weight:bold;
}


h1 {
margin:0;
padding:0;
width:435px;
line-height:1;
background:#000 url(img/title/subtitle.gif) no-repeat right center;
}

.title {
display:block;
text-indent:-8000px;
overflow:hidden;
width:266px;
height:55px;
background:#000 url(img/title/title.gif) no-repeat top left;
margin:0 0 5px 10px;
}

/* standard helper classes */
.clr {
clear:both;
overflow:hidden;
width:1px;
height:1px;
margin:0 -1px -1px 0;
border:0;
padding:0;
font-size:0;
line-height:0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
content:" ";
display:block;
visibility:hidden;
clear:both;
height:0.1px;
font-size:0.1em;
line-height:0;
}
* html .pkg {
display:inline-block;
}
/* no ie mac \*/
* html .pkg { height:1%;
}
.pkg {
display:block;
}
/* */

/*------------------------------
  header
-------------------------------*/
#header {
position:static;
margin:0 auto;
padding:0 20px 10px 10px;
width:950px;
text-align:left;
background:#000;
color:#999;
}

#head_l {
float:left;
margin:30px 0 0 0;
padding:0;
}

#head_r {
float:right;
padding:0;
margin:30px 0 0 0;
font-size:small;
width:426px;
text-align:right;
border-left:1px solid #333;
border-right:1px solid #333;
}

#head_r img {
padding:0 7px;
vertical-align:middle;
}

#head_r_l {
margin:0;
padding:7px 10px 8px 10px;
height:46px;
float:left;
}

#head_r_m {
margin:0;
padding:7px 0 8px 10px;
height:46px;
float:left;
border-left:1px solid #333;
}

#head_r_r {
margin:0;
padding:7px 10px 8px 8px;
float:right;
height:46px;
border-left:1px solid #333;
}

/*------------------------------
  menu
-------------------------------*/
#menu {
margin:0 auto;
padding:0;
background:#000 url(img/menu_bar.gif) no-repeat center;
text-align:center;
width:980px;
height:37px;
vertical-align:middle;
}

#menu ul {
margin:0;
padding:0 0 0 50px;
text-align:left;
line-height:1;
list-style-type:none;
}

#menu li {
margin:0;
padding:0;
text-align:left;
line-height:1;
list-style-type:none;
}

#menu ul li {
float:left;
margin:0;
padding:0;
}

#menu p {
margin:0;
padding:12px 39px 5px 0;
float:right;
height:20px;
line-height:1;
vertical-align:baseline;
}

#menu a,#menu a:visited,#menu a:hover,#menu a:active {
text-decoration:none;
color:#0aa9fa;
}

#r_top {
display:block;
text-indent:-8000px;
overflow:hidden;
width:111px;
height:37px;
background:#000 url(img/button/top.gif) no-repeat 0em;
}
#r_top:hover {
background:#000 url(img/button/top_on.gif) no-repeat 0em;
}

#r_about {
display:block;
text-indent:-8000px;
overflow:hidden;
width:141px;
height:37px;
background:#000 url(img/button/about.gif) no-repeat 0em;
}
#r_about:hover {
background:#000 url(img/button/about_on.gif) no-repeat 0em;
}

#r_feed {
display:block;
text-indent:-8000px;
overflow:hidden;
width:104px;
height:37px;
background:#000 url(img/button/rssfeed.gif) no-repeat 0em;
}
#r_feed:hover {
background:#000 url(img/button/rssfeed_on.gif) no-repeat 0em;
}

#r_mail {
display:block;
text-indent:-8000px;
overflow:hidden;
width:118px;
height:37px;
background:#000 url(img/button/mail.gif) no-repeat 0em;
}
#r_mail:hover {
background:#000 url(img/button/mail_on.gif) no-repeat 0em;
}
/*------------------------------
  sub menu
-------------------------------*/
#submenu {
background:#000;
color:#999;
margin:0 auto;
padding:5px 0;
width:980px;
text-align:center;
border-bottom:1px solid #333;
}

/*------------------------------
  footer
-------------------------------*/
#footer {
position:static;
margin:0 auto;
padding:0 20px 15px 20px;
width:940px;
text-align:right;
background:#000;
font-size:10px;
color:#999;
}

#footer a {
text-decoration:none;
color:#fff;
font-weight:normal;
color:#999;
}

#footer a:hover {
color:#999;
text-decoration:underline;
}

#foot_l {
float:left;
margin:0;
padding:0;
width:34px;
}

#foot_r {
float:right;
margin:37px 0 0 0;
padding:0;
width:500px;
}

/*-----------------------------*/

#alpha,#gamma,#delta {
display:inline; /* ie win bugfix */
position:relative;
float:right;
min-height:1px;
}

#beta {
display:inline; /* ie win bugfix */
position:relative;
float:left;
min-height:1px;
}


.module {
position:relative;
overflow:hidden;
width:100%;
}

.module-list {
margin:0;
padding:0;
list-style:none;
border-bottom:1px solid #222222;
}
.module-list:after {
content:" ";
display:block;
visibility:hidden;
clear:both;
height:0.1px;
font-size:0.1em;
line-height:0;
}
* html .module-list {
display:inline-block;
}
/* no ie mac \*/
* html .module-list { height:1%;
}
.module-list {
display:block;
}
/* */

.module-list-item {
margin:0;
display:block;
border-top:1px solid #222222;
}

.module-list-item a {
display:block;
width:192px;
padding:5px 0 5px 8px;
text-decoration:none;
background:#101010;
color:#999;
}

.module-list-item a:visited {
color:#999;
}

.module-list-item a:hover {
background:#202020;
width:187px;
padding:5px 0 5px 13px;
color:#fff;
}

.module-list-item span {
font-size:10px;
}

.archive-list {
margin:0;
padding:0;
list-style:none;
line-height:2;
font-weight:normal;
font-size:100%;
}

.archive-list-item {
font-size:114%;
padding:0 0 0 10px;
}
.archive-list-item:after {
content:" ";
display:block;
visibility:hidden;
clear:both;
height:0.1px;
font-size:0.1em;
line-height:0;
}
* html .archive-list-item {display:inline-block;}
/* no ie mac \*/
* html .archive-list-item {height:1%;}
.archive-list-item {display:block;}
/* */

span.alday {
font-size:x-small;
color:#666;
font-weight:normal;
}

.module-header {
/* ie win (5, 5.5, 6) bugfix */
p\osition:relative;
width:100%;
w\idth:auto;
margin:0;
padding:5px 0 3px 0;
color:#fff;
background:#000;
font-size:114%;
font-weight:bold;
line-height:1;
}

.minacom {
margin:0 0 10px 5px;
padding:0;
}

#alpha {
margin:0;
width:735px;
}
#alpha:after {
content:" ";
display:block;
visibility:hidden;
clear:both;
height:0.1px;
font-size:0.1em;
line-height:0;
}
* html #alpha {
display:inline-block;
}
/* no ie mac \*/
* html #alpha { height:1%;
}
#alpha {
display:block;
}
/* */


#beta {
width:200px;
margin:0;
}


/* .entry class wraps enclosing block element around inner floated elements */
.entry:after {
content:" ";
display:block;
visibility:hidden;
clear:both;
height:0.1px;
font-size:0.1em;
line-height:0;
}
* html .entry {
display:inline-block;
}
/* no ie mac \*/
* html .entry { height:1%;
}
.entry {
display:block;
}
/* */

.entry-header {
margin:0 0 7px 0;
padding:5px 0 5px 5px;
font-size:12px;
height:15px;
background:#000 url(img/parts/slash_black.gif) repeat top left;
}

.entry p {
margin:0;
padding:0;
}

.entry p a {
margin:0;
padding:2px;
background:#222;
display:block;
}

.entry p a:hover {
background:#ccc;
}

.entry-tags {
margin:0;
padding:10px 0;
border-top:1px dashed #dddddd;
border-bottom:1px dashed #dddddd;
}

.entry-tags a:hover {
color:#ff3399;
}

.entry-tags-header {
margin:0;
padding:0;
}

.entry-tags-list,
.entry-tag {
display:inline;
}
h4.entry-tags-header {
display:block;
margin:0 0 5px 0;
padding:0;
}

ul.entry-tags-list,
li.entry-tag {
display:inline;
}


.entry-tags-list {
list-style:none;
padding:0;
margin:0;
}

ul.entry-tags-list {
list-style:none;
padding:0;
margin:0;
}

.entry-footer {
margin:0;
padding:0;
font-size:small;
text-align:right;
clear:both;
color:#666;
}

.entry-footer a:hover {
color:#ff3399;
}

/* modules */

.module {
margin:0;
background:#000;
}

.module-content {
position:relative;
margin:5px 0 0 0;
padding:0;
font-weight:normal;
line-height:1.2;
}

h2#tagcloudtitle {
margin:5px 0;
padding:0;
font-size:114%;
}

#module-tagcloud {
clear:both;
margin:0;
padding:0 5px 10px 5px;
text-align:left;
}

#module-tagcloud_full {
clear:both;
margin:0;
padding:0 3px 15px 3px;
text-align:left;
}


#module-tagcloud ul,
#module-tagcloud li,
#module-tagcloud_full ul,
#module-tagcloud_full li {
margin:0;
padding:0;
}

#module-tagcloud .module-list_tagcloud,
#module-tagcloud_full .module-list_tagcloud_full {
list-style:none;
}

#module-tagcloud .module-list-item_tagcloud {
display:inline;
margin:0;
padding:0 15px 0 0;
line-height:2;
}

#module-tagcloud_full .module-list-item_tagcloud {
display:inline;
margin:0;
padding:0 15px 0 0;
line-height:2.5;
}

#module-tagcloud li.taglevel1 a,
#module-tagcloud_full li.taglevel1 a {
font-size:19px;
color:#ffff00;
}
#module-tagcloud li.taglevel2 a,
#module-tagcloud_full li.taglevel2 a {
font-size:17px;
color:#b1d12a;
}
#module-tagcloud li.taglevel3 a,
#module-tagcloud_full li.taglevel3 a {
font-size:15px;
color:#ff6600;
}
#module-tagcloud li.taglevel4 a,
#module-tagcloud_full li.taglevel4 a {
font-size:13px;
color:#0aa9fa;
}
#module-tagcloud li.taglevel5 a,
#module-tagcloud_full li.taglevel5 a {
font-size:11px;
color:#ff3399;
}
#module-tagcloud li.taglevel6 a,
#module-tagcloud_full li.taglevel6 a {
font-size:9px;
color:#fff;
}

#module-tagcloud li a:hover,
#module-tagcloud_full li a:hover {
color:#ff0000;
}

.entry-header a {
text-decoration:none;
font-weight:bold;
color:#eee;
}
.entry-header a:visited {
color:#eee;
}
.entry-header a:hover {
color:#0aa9fa;
}
.entry-header a:active {
color:#0aa9fa;
}

/*------------------------------
  タイトル
-------------------------------*/
#title_index_newly {
margin:0 0 4px 0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:730px;
height:39px;
background:#000 url(img/title/newly_arrived.gif) no-repeat top left;
}

#title_tagcloud_main {
margin:0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:730px;
height:39px;
background:#000 url(img/title/tagcloud_main.gif) no-repeat top left;
}

#title_tool {
margin:0 0 10px 0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:730px;
height:39px;
background:#000 url(img/title/tool.gif) no-repeat top left;
}

#title_about {
margin:0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:730px;
height:39px;
background:#000 url(img/title/about.gif) no-repeat top left;
}

#title_mail {
margin:0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:940px;
height:39px;
background:#000 url(img/title/mail.gif) no-repeat top left;
}

#title_left {
margin:0 0 4px 0;
padding:7px 0 0 15px;
display:block;
width:715px;
height:32px;
font-size:114%;
background:#000 url(img/title/left.gif) no-repeat top left;
}

#title_p_push {
margin:12px 0 5px 0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:730px;
height:39px;
background:#000 url(img/title/p_push.gif) no-repeat top left;
}

#title_left_ent {
margin:0 0 5px 0;
padding:8px 0 0 15px;
display:block;
width:730px;
height:31px;
font-size:114%;
background:#000 url(img/parts/slash_black.gif) repeat top left;
}

#title_color_ctg {
margin:0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:200px;
height:37px;
background:#000 url(img/title/color_category.gif) no-repeat top left;
}

#title_type_ctg {
margin:10px 0 0 0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:200px;
height:37px;
background:#000 url(img/title/type_category.gif) no-repeat top left;
}

#title_sbm {
margin:10px 0 0 0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:200px;
height:37px;
background:#000 url(img/title/sbm.gif) no-repeat top left;
}

#title_tagcloud {
margin:10px 0 0 0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:200px;
height:37px;
background:#000 url(img/title/tagcloud.gif) no-repeat top left;
}

#title_tags {
margin:10px 0 0 0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:200px;
height:37px;
background:#000 url(img/title/tags.gif) no-repeat top left;
}

#title_sponsored_link {
margin:0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:200px;
height:37px;
background:#000 url(img/title/sponsored_link.gif) no-repeat top left;
}

#title_sponsored_link_big {
margin:0 0 5px 0;
padding:0;
display:block;
text-indent:-8000px;
overflow:hidden;
width:730px;
height:39px;
background:#000 url(img/title/sponsored_link_big.gif) no-repeat top left;
}


/*-------------------------------------------------*/
.navi {
margin:10px 0;
padding:0;
}

.navi p {
margin:5px 0 0 0;
padding:0;
}

.google_ent_list_top {
margin:0 0 10px 0;
padding:5px 0;
clear:both;
width:730px;
text-align:center;
background:#101010;
border-top:1px solid #222222;
border-bottom:1px solid #222222;
}

.google_ent_list_btm {
margin:8px 0 5px 0;
padding:5px 0;
clear:both;
width:730px;
text-align:center;
background:#101010;
border-top:1px solid #222222;
border-bottom:1px solid #222222;
}

.google_r_t {
margin:0 0 10px 0;
padding:3px;
border:1px solid #dddddd;
}

.google_s_top {
width:191px;
clear:both;
margin:0;
padding:0 0 7px 9px;
background:#101010;
border-top:1px solid #222222;
border-bottom:1px solid #222222;
}

.google_s_btm {
width:191px;
clear:both;
margin:10px 0 0 0;
padding:0 0 7px 9px;
background:#101010;
border-top:1px solid #222222;
border-bottom:1px solid #222222;
}

.google_s_uni {
width:192px;
clear:both;
margin:10px 0 0 0;
padding:5px 0 7px 8px;
background:#101010;
border-top:1px solid #222222;
border-bottom:1px solid #222222;
}

.google_uni {
margin:0 0 5px 0;
padding:0;
}

.sbm {
margin:10px 0;
padding:5px 0;
border-top:1px dashed #dddddd;
border-bottom:1px dashed #dddddd;
}

.sbm img {
vertical-align:middle;
padding:5px 0;
}

#site_list {
margin:0;
padding:0 0 0 4px;
display:block;
}
#site_list:after {
content:" ";
display:block;
visibility:hidden;
clear:both;
height:0.1px;
font-size:0.1em;
line-height:0;
}
* html #site_list {
display:inline-block;
}
/* no ie mac \*/
* html .c_list_btm { height:1%;
}
#site_list {
display:block;
}
/* */


#site_list ul {
margin:0;
padding:0;
float:left;
}

#site_list li {
margin:0 7px 7px 0;
padding:8px 7px 7px 7px;
width:220px;
height:172px;
display:inline;
float:left;
border:1px solid #313131;
font-size:small;
}


#randoment {
margin-top:5px;
}

#randompickup {
margin:0 0 5px 0;
padding:0 0 5px 0;
font-size:x-small;
color:#666;
border-bottom:1px dashed #333333;
}

#randompickup p {
margin:3px 0 0 10px;
padding:0;
}

.c_list_btm {
border:1px solid #dddddd;
margin:0;
padding:5px;
text-align:center;
}

/* .c_list_btm class wraps enclosing block element around inner floated elements */
.c_list_btm:after {
content:" ";
display:block;
visibility:hidden;
clear:both;
height:0.1px;
font-size:0.1em;
line-height:0;
}
* html .c_list_btm {
display:inline-block;
}
/* no ie mac \*/
* html .c_list_btm { height:1%;
}
.c_list_btm {
display:block;
}
/* */

.paginate {
text-align:center;
font-size:26px;
margin:0;
padding:0;
color:#aaa;
font-weight:bold;
}
.paginate:after {
content:" ";
display:block;
visibility:hidden;
clear:both;
height:0.1px;
font-size:0.1em;
line-height:0;
}
* html .paginate {
display:inline-block;
}
/* no ie mac \*/
* html .paginate { height:1%;
}
.paginate {
display:block;
}
/* */

.paginate a {
margin:0;
text-decoration:none;
border:1px solid #222222;
font-weight:normal;
font-size:12px;
color:#999;
display:inline-block;
padding:4px;
}

.paginate a:visited {
color:#999;
}

.paginate a:hover {
text-decoration:none;
border:1px solid #444444;
background:#111111;
color:#ffffff;
font-weight:normal;
font-size:12px;
}

.paginate a:active {
background:#111111;
color:#ffffff;
}


#about_site,
#tool {
margin:0;
padding:0;
}

#tool p {
margin:0;
padding:0 0 15px 0;
line-height:1.3;
border-bottom:1px dashed #333333;
}

#about_site p {
margin:0;
padding:5px 0 0 0;
line-height:1.3;
color:#ccc;
}

#about_site h3,
#tool h3 {
margin:15px 0 5px 0;
padding:0;
font-size:114%;
display:block;
}

.module-categories,
.module-sbm,
#module-tags {
margin:0;
padding:0;
}

.module-sbm {
font-size:x-small;
}

/*-----------------------------------------------
  お問い合わせページ設定
------------------------------------------------*/
#fmail {
float:left;
margin:10px 0 30px 0;
padding:0;
text-align:left;
line-height:1.3;
color:#ccc;
}

#fmail h3 {
margin:10px 0;
padding:0;
font-size:20px;
}

#fmail p {
margin:0;
padding:5px 0;
}

table.mailform {
margin:0 auto;
text-align:left;
font-weight:bold;
width:100%;
}

table.mailform td p {
font-weight:bold;
color:#0aa9fa;
display:block;
margin:0;
}

table.mailform td span {
color:#ff0000;
margin:0;
padding:0;
vertical-align:middle;
}

.t_kou {
text-align:right;
vertical-align:middle;
}

.t_bar {
width:2px;
background:#999;
}