
#auther_info_module {
    vertical-align:middle;
}

#auther_info_module_head {
    height:40px;
    background:transparent 
               url(/img/comic_info_head.png)
               repeat-x scroll
               center
               bottom;
}

#auther_info_module_head h2{
    padding-left:40px;
    padding-top:8px;
}

#auther_info_module_content{
    width:558px;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    padding-left:40px;
    padding-right:40px;
}

#auther_info_module_footer {
    background:transparent 
               url(/img/comic_info_footer.png)
               no-repeat
               bottom;
    height:15px;
    font-size:0px;
}


span#auther_data_item_name {
    padding-left:0.5em;
    display:block;
    float:left;
    width:80px;
}

#auther_info_module_content p{
    border-bottom:1px solid #aaa;
    vertical-align:bottom;
    padding-top:0.3em;
    padding-bottom:0.1em;
}

#comic_data_area span#score{
    font-size:150%;
}

#modify_auther_button {
    text-align:center;
    background-color:#e3f1fd;
    width:500px;
    margin:0.5em auto 0em auto;
    padding:0.5em 0em 0.5em 0;
}

/* 作者の漫画一覧 */


  /* ---並び替え--- */

#auther_comic_condition {
    margin-bottom:2em;
    height:23px;
}

#auther_comic_condition span#title{
    padding-left:1em;
    display:block;
    padding-top:5px;
    color:#444;
    font-size:90%;
    font-weight:bold;
}

#auther_comic_condition select{
    margin-top:6px;
    font-size:80%;
    float:left;
}



#auther_comic_condition span{
    display:block;
    float:left;
    margin-right:10px;
    padding-top:3px;
}

#auther_comic_condition span.sort_noselect a,
#auther_comic_condition span.sort_noselect a:visited {
    padding-top:3px;
    display:block;
    color:#6ea603;
    font-weight:bold;
    font-size:90%;
}

#auther_comic_condition span.sort_noselect a:hover {
    border-bottom:1px solid #6ea603;
}

#auther_comic_condition span.sort_current a,
#auther_comic_condition span.sort_current a:visited {
    display:block;
    color:#fff;
    padding-top:3px;
 }

#auther_comic_condition span.sort_current{
    background:transparent 
               url(/img/comic_show_sort_option_back.png)
               repeat-x scroll
               center
               bottom;
    width:70px;
    height:23px;
    font-size:80%;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
}

  /* ---漫画一覧--- */

h3#auther_comic {
    margin-top:1em;
    background:transparent 
               url(/img/auther_comic_logo.png)
               repeat-x scroll 0 0;
    height:28px;
    text-indent:-1450px;
    margin-bottom:0.5em;
}

.auther_comic_area {
    clear:both;
    padding-bottom:1em;
    margin-left:1em;
    margin-bottom:1em;
    margin-top:1em;
    height:94px;
    border-bottom:1px dashed #555;
}

.auther_comic_area img{
    float:left;
}

.auther_comic_info {
    margin-left:1em;
    float:left;
}

/* サイドモジュール */

#side_module_content h2#auther_same_age{
    margin-left:0.5em;
    background:transparent 
               url(/img/auther_side_logo_same_age.png)
               repeat-x scroll 0 0;
    height:25px;
    width:270px;
    text-indent:-1450px;
}

#auther_same_age li{
    list-style-type:none;
    padding-left:1em;
    padding-top:0.5em;
}

/* ----- edit ----------- */

#auther_edit  td{
    padding-bottom:1.3em;
    padding-left:0.3em;
    font-weight:normal;
}

#auther_edit form{
    padding:0em 2em;
}

#auther_edit input[type=text]{
    padding:5px;
    font-size:15px;
    width:200px;
    border: 1px solid #aaa;
    margin: 0px 6px 7px 2px;
}

#auther_edit input[type=radio]{
    font-size:15px;
}

#auther_edit textarea{
    width:400px;
    height:150px;
    border: 1px solid #aaa;
}

#auther_edit label{
    padding-right:1em;
}

#auther_edit .submitbox{
    margin-top:10px;
    padding-bottom:20px;
    width:180px;
    margin-left:auto;
    margin-right:auto;
}

#auther_edit .submitbox input[type=submit]{
    font-size:15px;
    font-weight:bold;
    padding:5px 10px;
}
/* ----edit ----- */
h3#auther_edit {
    background:transparent 
               url(/img/auther_logo_edit.png)
               no-repeat scroll 0 0 ;
    height:28px;
    text-indent:-1450px;
    margin-top:1em;
    margin-bottom:0.5em;
}

h3#auther_history {
    background:transparent 
               url(/img/auther_logo_history.png)
               no-repeat scroll 0 0 ;
    height:28px;
    text-indent:-1450px;
    margin-top:1em;
    margin-bottom:1em;
}

h3#auther_add {
    background:transparent 
               url(/img/auther_logo_add.png)
               no-repeat scroll 0 0 ;
    height:28px;
    text-indent:-1450px;
    margin-top:1em;
    margin-bottom:1em;
}

