@charset "utf-8";
/*--------------------------------------
	container
---------------------------------------*/
#container {
    margin:0 16px;
    padding-bottom:16px;
    min-width:960px;
    /*	max-width:1440px;*/
}
#top_info {
    background:#ffd;
    margin-bottom:16px;
    padding:4px 8px;
    border:1px solid #ec8;
    border-radius:4px;
    color:#c90;
}
#container #contents {
    width:100%;
    float:left;
}
#container #contents > .wrapper {
    margin-left:266px;
    float:left;
/*    margin-right:266px;*/
}
#container #contents > .wrapper #header_ad {
    background:#fff;
    margin-bottom:16px;
    padding:4px;
    border:1px solid #ccc;
    box-shadow:0 0 8px #ddd;
}
#container #contents > .wrapper #header_ad .body {
    background:#f3f3f3;
    padding:4px;
    text-align:center;
}
#container #contents > .wrapper #middle_container {
    margin-bottom:16px;
}
#container #contents > .wrapper #middle_left {
    width:100%;
/*    float:left;*/
}
#container #contents > .wrapper #middle_right {
    margin-left:-320px;
    width:320px;
    float:right;
}
#container #contents > .wrapper #reccomend_articles {
    background:#fff;
    /*margin-right:336px;*/
    padding-top:2px;
    border:1px solid #ccc;
    box-shadow:0 0 8px #ddd;
}
#container #contents > .wrapper #reccomend_articles > .body {
    height:172px;
    overflow:hidden;
}
#container #contents > .wrapper #reccomend_articles .title {
    background:#666666;
    background:-moz-linear-gradient(top,  #666666 0%, #555555 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#555555));
    background:-webkit-linear-gradient(top,  #666666 0%,#555555 100%);
    background:-o-linear-gradient(top,  #666666 0%,#555555 100%);
    background:-ms-linear-gradient(top,  #666666 0%,#555555 100%);
    background:linear-gradient(to bottom,  #666666 0%,#555555 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 );
    margin:0 2px;
    padding:4px 8px;
    color:#fff;
}
#container #contents > .wrapper #reccomend_articles table {
    border-collapse:separate;
    border-spacing:2px;
    min-width:100%;
    position:relative;
    top:0;
}
#container #contents > .wrapper #reccomend_articles table tr td {
    padding:4px;
}
#container #contents > .wrapper #reccomend_articles table .odd td {
    background:#f3f3f3;
}
#container #contents > .wrapper #reccomend_articles table .even td {
    background:#fff;
}
#container #contents > .wrapper #reccomend_articles table tr .update {
    width:48px;
    text-align:center;
}
#container #contents > .wrapper #reccomend_articles table tr .update a {
    color:#666;
}
#container #contents > .wrapper #reccomend_articles table tr .feed_title {
    padding:0;
}
#container #contents > .wrapper #reccomend_articles table tr .feed_title a {
    padding:6px 4px 6px 24px;
    display:block;
    color:#333;
    word-break:keep-all;
    word-wrap:normal;
    white-space:nowrap;
}
#container #contents > .wrapper #reccomend_articles table tr .feed_title a:hover {
    color:#58c;
}
#container #contents > .wrapper #site_update {
    background:#fff;
    padding-top:2px;
    border:1px solid #ccc;
    box-shadow:0 0 8px #ddd;
}
#container #contents > .wrapper #site_update .title {
    background:#666666;
    background:-moz-linear-gradient(top,  #666666 0%, #555555 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#555555));
    background:-webkit-linear-gradient(top,  #666666 0%,#555555 100%);
    background:-o-linear-gradient(top,  #666666 0%,#555555 100%);
    background:-ms-linear-gradient(top,  #666666 0%,#555555 100%);
    background:linear-gradient(to bottom,  #666666 0%,#555555 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 );
    margin:0 2px;
    padding:4px 8px;
    color:#fff;
}
#container #contents > .wrapper #site_update {
    background:#fff;
    padding-top:2px;
    border:1px solid #ccc;
    box-shadow:0 0 8px #ddd;
}
#container #contents > .wrapper #site_update > .body {
    margin-right:2px;
    height:172px;
    overflow-y:scroll;
    overflow-x:hidden;
}
#container #contents > .wrapper #site_update table {
    border-collapse:separate;
    border-spacing:2px;
    width:100%;
}
#container #contents > .wrapper #site_update table tr td {
    padding:4px;
}
#container #contents > .wrapper #site_update table .odd td {
    background:#f3f3f3;
}
#container #contents > .wrapper #site_update table .even td {
    background:#fff;
}
#container #contents > .wrapper #site_update table tr .date {
    width:84px;
    text-align:center;
}
#container #contents #articles ,
#container #contents #n_antenna {
    background:#fff;
    margin-bottom:16px;
    padding-top:2px;
    border:1px solid #ccc;
    box-shadow:0 0 8px #ddd;
}
#container #contents #articles h1,
#container #contents #articles .title ,
#container #contents #n_antenna h1,
#container #contents #n_antenna .title {
    background:#666666;
    background:-moz-linear-gradient(top,  #666666 0%, #555555 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#555555));
    background:-webkit-linear-gradient(top,  #666666 0%,#555555 100%);
    background:-o-linear-gradient(top,  #666666 0%,#555555 100%);
    background:-ms-linear-gradient(top,  #666666 0%,#555555 100%);
    background:linear-gradient(to bottom,  #666666 0%,#555555 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 );
    margin:0 2px;
    padding:4px 8px;
    color:#fff;
}
#container #contents #articles h1 ,
#container #contents #n_antenna h1 {
    margin-bottom:2px;
}
#container #contents #articles h1 a ,
#container #contents #n_antenna h1 a {
    color:#fff;
}
#container #contents #n_antenna .body a {
    padding:6px 4px 6px 84px;
    display:block;
    color:#333;
}
#container #contents #n_antenna .body a:hover {
    color:#58c;
}
#container #contents #articles table {
    border-collapse:separate;
    border-spacing:2px;
    width:100%;
}
#container #contents #articles table tr th{
    background:#666666;
    background:-moz-linear-gradient(top,  #666666 0%, #555555 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#555555));
    background:-webkit-linear-gradient(top,  #666666 0%,#555555 100%);
    background:-o-linear-gradient(top,  #666666 0%,#555555 100%);
    background:-ms-linear-gradient(top,  #666666 0%,#555555 100%);
    background:linear-gradient(to bottom,  #666666 0%,#555555 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 );
    color:#fff;
}
#container #contents #articles table tr td{
    padding:4px;
}
#container #contents #articles table .odd td {
    background:#f3f3f3;
}
#container #contents #articles table .even td {
    background:#fff;
}
#container #contents #articles table .update {
    width:48px;
    color:#666;
    text-align:center;
}
#container #contents #articles table .update a {
    color:#666;
}
#container #contents #articles table .feed_title {
    padding:0;
}
#container #contents #articles table .feed_title a {
    padding:6px 4px 6px 24px;
    display:block;
    color:#333;
}
#container #contents #articles table .active a {
    color:#c60;
    font-weight:bold;
}ｒ
#container #contents #articles table .feed_title a:hover {
    color:#58c;
}
#container #contents #articles table .active a:hover {
    color:#c60;
}
#container #contents #articles table .count {
    width:96px;
    text-align:center;
    vertical-align:middle;
}
#container #contents #articles table .site {
    width:200px;
}
#container #contents #articles table .site a {
    color:#666;
}
#container #contents #articles table .meter_frame {
    background:#cccccc;
    background:-moz-linear-gradient(top,  #cccccc 0%, #dddddd 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#dddddd));
    background:-webkit-linear-gradient(top,  #cccccc 0%,#dddddd 100%);
    background:-o-linear-gradient(top,  #cccccc 0%,#dddddd 100%);
    background:-ms-linear-gradient(top,  #cccccc 0%,#dddddd 100%);
    background:linear-gradient(to bottom,  #cccccc 0%,#dddddd 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#dddddd',GradientType=0 );
    padding:1px;
    border:1px solid #aaa;
    width:90px;
    height:8px;
    overflow:hidden;
}
#container #contents #articles table .meter_frame .meter {
    background:#6699cc;
    background:-moz-linear-gradient(top,  #6699cc 0%, #5588cc 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6699cc), color-stop(100%,#5588cc));
    background:-webkit-linear-gradient(top,  #6699cc 0%,#5588cc 100%);
    background:-o-linear-gradient(top,  #6699cc 0%,#5588cc 100%);
    background:-ms-linear-gradient(top,  #6699cc 0%,#5588cc 100%);
    background:linear-gradient(to bottom,  #6699cc 0%,#5588cc 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6699cc', endColorstr='#5588cc',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}
#container #contents #articles #nomatch{
    padding:8px;
}
#container #contents #articles #nomatch p{
    margin-bottom:8px;
}
#container #contents #pager {

}
#container #contents #pager ul {
    text-align:center;
}
#container #contents #pager ul li {
    display:inline-block;
/display:inline;
/zoom:1;
}
#container #contents #pager ul li a {
    background:#6699cc;
    background:-moz-linear-gradient(top,  #6699cc 0%, #5588cc 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6699cc), color-stop(100%,#5588cc));
    background:-webkit-linear-gradient(top,  #6699cc 0%,#5588cc 100%);
    background:-o-linear-gradient(top,  #6699cc 0%,#5588cc 100%);
    background:-ms-linear-gradient(top,  #6699cc 0%,#5588cc 100%);
    background:linear-gradient(to bottom,  #6699cc 0%,#5588cc 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6699cc', endColorstr='#5588cc',GradientType=0 );
    margin:0 8px;
    padding:4px 16px;
    border:1px solid #369;
    border-radius:4px;
    box-shadow:0 0 8px #ddd;
    display:inline-block;
/display:inline;
/zoom:1;
    color:#fff;
    text-shadow:0 1px 1px #000;
}
.feed_title.news a{background:url('/images/icon_news.png') no-repeat 4px 7px;}
.feed_title.vip a{background:url('/images/icon_vip.png') no-repeat 4px 7px;}
.feed_title.animegame a{background:url('/images/icon_animegame.png') no-repeat 4px 7px;}
.feed_title.entertainment a{background:url('/images/icon_entertainment.png') no-repeat 4px 7px;}
.feed_title.sports a{background:url('/images/icon_sports.png') no-repeat 4px 7px;}
.feed_title.life a{background:url('/images/icon_life.png') no-repeat 4px 7px;}
.feed_title.overseas a{background:url('/images/icon_overseas.png') no-repeat 4px 7px;}
.feed_title.aass a{background:url('/images/icon_aass.png') no-repeat 4px 7px;}
.feed_title.adult a{background:url('/images/icon_adult.png') no-repeat 4px 7px;}
.feed_title.other a{background:url('/images/icon_other.png') no-repeat 4px 7px;}
/*--------------------------------------
	sidebar
---------------------------------------*/
#sidebar {
/*
    margin-left:-250px;
*/
    margin-right:-250px;
    width:250px;
    float:left;
}
#sidebar .sidebox {
    background:#fff;
    margin-bottom:16px;
    padding:4px;
    border:1px solid #ccc;
    box-shadow:0 0 8px #ddd;
}
#sidebar .sidebox:last-child {
    margin-bottom:0;
}
#sidebar .sidebox .sidetitle {
    background:#f3f3f3;
    padding:8px;
    border-bottom:1px solid #ccc;
}
#sidebar .sidebox .sidetitle h3 {
    padding-left:4px;
    border-left:4px solid #69c;
}
#sidebar .sidebox .sidebody {
    background:#f3f3f3;
    padding:8px;
    border-top:1px solid #fff;
}
#sidebar .sidebox .sidebody #search_form {
    background:#fff;
    margin:0;
    padding:0;
    border:1px solid #ccc;
    height:20px;
}
#sidebar .sidebox .sidebody #search_form input[type='text'] {
    margin:0;
    padding:2px;
    border:none;
    width:194px;
    height:16px;
}
#sidebar .sidebox .sidebody #search_form input[type='submit'] {
    background:#ccc url('');
    margin:0;
    border:none;
    width:20px;
    height:20px;
    overflow:hidden;
    text-indent:20px
}
#sidebar .sidebox .sidebody .rss_list a {
    background:url('/images/icon_rss.png') no-repeat 0 1px;
    padding-left:16px;
    color:#5f5f5f;
}
#sidebar #mutual_list ul li a {
    padding:2px 0 2px 20px;
    color:#5f5f5f;
}
#mutual_list .news a {background:url('/images/icon_news.png') no-repeat 0px 0px;}
#mutual_list .vip a {background:url('/images/icon_vip.png') no-repeat 0px 0px;}
#mutual_list .animegame a {background:url('/images/icon_animegame.png') no-repeat 0px 0px;}
#mutual_list .entertainment a {background:url('/images/icon_entertainment.png') no-repeat 0px 0px;}
#mutual_list .sports a {background:url('/images/icon_sports.png') no-repeat 0px 0px;}
#mutual_list .life a {background:url('/images/icon_life.png') no-repeat 0px 0px;}
#mutual_list .overseas a {background:url('/images/icon_overseas.png') no-repeat 0px 0px;}
#mutual_list .aass a {background:url('/images/icon_aass.png') no-repeat 0px 0px;}
#mutual_list .adult a {background:url('/images/icon_adult.png') no-repeat 0px 0px;}
#mutual_list .other a {background:url('/images/icon_other.png') no-repeat 0px 0px;}
#sidebar #fixed_ad {
    width:240px;
}
#sidebar #fixed_ad .sidebody {
    text-align:center;
}
/*--------------------------------------
	about
---------------------------------------*/
#about .section {
    background:#fff;
    margin-bottom:16px;
    padding-top:2px;
    border:1px solid #ccc;
    box-shadow:0 0 8px #ddd;
}
#about .section h2 {
    background:#666666;
    background:-moz-linear-gradient(top,  #666666 0%, #555555 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#555555));
    background:-webkit-linear-gradient(top,  #666666 0%,#555555 100%);
    background:-o-linear-gradient(top,  #666666 0%,#555555 100%);
    background:-ms-linear-gradient(top,  #666666 0%,#555555 100%);
    background:linear-gradient(to bottom,  #666666 0%,#555555 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 );
    margin:0 2px;
    padding:4px 8px;
    color:#fff;
}
#about .section .body {
    margin:16px;
}
#about .section .body > h3 {
    margin:16px 0 8px;
    padding-top:1px;
    padding-left:4px;
    border-left:4px solid #69c;
}
#about .section .body > p ,
#about .section .body > ul ,
#about .section .body  form {
    margin:0 0 8px 16px;
}
#about .section .body ul li {
    margin-bottom:4px;
    margin-left:16px;
    list-style:disc;
}
#about .section dl ,
#about .section dd {
    margin-left:16px;
}
#about .section dt {
    text-decoration:underline;
}
#about .section ins {
    background:#ff9;
    color:#c60;
}
#about #contact {
    margin-bottom:0;
}
#about #contact table tr .label {
    padding-right:8px;
    width:92px;
    vertical-align:top;
    text-align:right;
}
#about #contact form input[type='text'] ,
#about #contact form textarea {
    padding:4px;
    border:1px solid #ccc;
    width:320px;
}
#about #contact form select {
    width:330px;
}
#about #contact form textarea {
    height:68px;
}
#about #contact form input[type='submit'] {
    width:100%;
}
#about #contact .sent_form {
    background:#eee;
    padding:4px;
    border:1px solid #ccc;
    width:420px;
    text-align:center;
}
/*--------------------------------------
	other
---------------------------------------*/
.red {
    color:#c60;
}

.dialog_create_fixed_link {
    background:#fff;
    margin-bottom:8px;
    padding:8px;
    padding-right:18px;
    border:1px solid #ccc;
}
.dialog_create_fixed_link h4 ,
.dialog_sample_fixed_link h4 {
    margin-bottom:4px;
    padding-top:1px;
    padding-left:4px;
    border-left:4px solid #69C;
    font-weight:normal;
    line-height:1.2;
}
.dialog_create_fixed_link input ,
.dialog_create_fixed_link textarea {
    background:#fcfcfc;
    margin-bottom:16px;
    padding:4px;
    border:1px solid #ddd;
    border-radius:4px;
    box-shadow:inset 1px 1px 2px #ddd;
    width:100%;
    min-width:480px;
    outline:none;
    color:#666;
}
.dialog_create_fixed_link input:focus ,
.dialog_create_fixed_link textarea:focus {
    background:#fff;
    border:1px solid #ccc;
    color:#000;
}
.dialog_create_fixed_link textarea {
    height:52px;
}
.dialog_create_fixed_link .image_link {
    margin-bottom:2px;
}
.dialog_sample_fixed_link {
    background:#fff;
    padding:8px;
    padding-right:14px;
    border:1px solid #ccc;
}
#container #contents #articles table .feed_title a.titlered {
    color:#ff0000;
}

#header .gnavi {
}
#header .gnavi ul.category {
    width:950px;
    margin: 0 auto;
    text-align: left;
}
#header .gnavi .category li {
    display:inline;
    float: left;
    margin: 0;
    padding: 0 10px;
}
#header .gnavi .category li a {
    display:inline-block;
    color:#ccc;
    text-shadow:0px 1px 1px #000;
}

/*
.gnavi{
    margin: 0;
    padding: 0;
    width: 100%
}

.gnavi ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.gnavi li{
    display:inline;
    float: left;
    width: 100px;
    margin: 0;
    padding: 0;
}

.gnavi a{
    text-align: center;
    display:block;
    padding: 0.5em 0;
    width: 100%;
    color: white;
}

.gnavi a:hover{
    background-color: red;
    color: white;
}
*/
.sogo{
    background: -moz-linear-gradient(left,
    rgba(255,0,0,0.2),
    rgba(255,69,0,0.2),
    rgba(255,255,0,0.2),
    rgba(0,128,0,0.2),
    rgba(0,0,255,0.2),
    rgba(75,0,130,0.2),
    rgba(238,130,238,0.2)
    );
    background: -webkit-gradient(linear, left center, right center,
    from(rgba(255,0,0,0.2)),
    color-stop(14%, rgba(255,69,0,0.2)),
    color-stop(28%, rgba(255,255,0,0.2)),
    color-stop(42%, rgba(0,128,0,0.2)),
    color-stop(56%, rgba(0,0,255,0.2)),
    color-stop(70%, rgba(75,0,130,0.2)),
    to(rgba(238,130,238,0.2))
    );
}

#container #contents #articles table .meter_frame .meter.vip {
    background:#e5e696;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='#5588cc',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}
#container #contents #articles table .meter_frame .meter.news {
    background:blue;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='blue',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}
#container #contents #articles table .meter_frame .meter.newstoa{
    background:purple;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='purple',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}
#container #contents #articles table .meter_frame .meter.sports{
    background:#99ccff;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='#99ccff',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}




#container #contents #articles table .meter_frame .meter.animemanga {
    background:green;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='green',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}
#container #contents #articles table .meter_frame .meter.game {
    background:greenyellow;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='greenyellow',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}
#container #contents #articles table .meter_frame .meter.akbidle{
    background:red;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='red',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}
#container #contents #articles table .meter_frame .meter.entertainment{
    background:yellow;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='yellow',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}



#container #contents #articles table .meter_frame .meter.aass {
    background:seagreen;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='seagreen',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}
#container #contents #articles table .meter_frame .meter.life {
    background:orange;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='orange',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}
#container #contents #articles table .meter_frame .meter.overseas{
    background:saddlebrown;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='saddlebrown',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}
#container #contents #articles table .meter_frame .meter.adult{
    background:pink;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='pink',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}
#container #contents #articles table .meter_frame .meter.other{
    background:grey;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='grey',GradientType=0 );
    max-width:90px;
    width:1px;
    height:8px;
    color:#69c;
    text-indent:92px;
}

/*
#header .vip{
    background: #e5e696;
}

#header .news{
    background: blue;
}
#header .newstoa{
    background: purple;
}

#header .sports{
    background: #99ccff;
}
#header .animemanga{
    background: green;
}
#header .game{
    background: greenyellow;
}
#header .akbidle{
    background: red;
}
#header .entertainment{
    background: yellow;
}
#header .aass{
    background: seagreen;
}
#header .life{
    background: orange;
}
#header .overseas{
    background: saddlebrown;
}
#header .adult{
    background: pink;
}
#header .other{
    background: grey;
}
*/
