@charset"UTF-8";

/*
# web : facta.co.jp
# file : parts.css
# edit by : takano@facta.co.jp
# last update : 2013/08/18
*/

/*
# --------------------------------------------------------------------------------
# user-navi layout
# --------------------------------------------------------------------------------
*/
#usernavi {
    width: 980px;
    height: 30px;
    background: transparent;
}

#usernavi p {
    float: right;
    margin: 6px 0 8px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: 0.08em;
    color: #ffffff;
}


#usernavi a:link,
#usernavi a:visited {
    text-decoration: none;
    color: #ffffff;
}
#usernavi a:hover,
#usernavi a:active {
    text-decoration: underline;
    color: #ffffff;
}

/*
# --------------------------------------------------------------------------------
# header layout
# --------------------------------------------------------------------------------
*/

#header {
    clear: both;
    width: 980px;
    height: 180px;
    background: transparent;
}

/* header-left */
#header-left {
    float: left;
    width: 650px;
    height: 180px;
    text-align: left;
}

#header-left h1 {
    display: none;
}

#header-left a {
    display: block;
    margin: 26px 0 0 0;
    width: 184px;
    height: 60px;
    background: transparent url("/images/logo.gif") no-repeat;
}

/* header-right */
#header-right {
    float: right;
    width: 322px;
    height: 180px;
}

#header-right div#number {
    text-align: left;
    width: 322px;
    height: 180px;
    background: transparent url("/images/number.gif") no-repeat;
}

#header-right div#number a {
    position: relative;
    display: block;
    top: 107px;
    left: 13px;
    margin: 0;
    width: 117px;
    height: 15px;
    background: transparent url("/images/number-subscription.gif") no-repeat;
}

#header-right div#number a:hover {
	background-position: 0 -15px;
}

#header-right div#number span  {
    display: none;
}

/*
# --------------------------------------------------------------------------------
# login
# --------------------------------------------------------------------------------
*/

#login {
    position: absolute;
    top: 56px;
    left: 230px;
    width: 420px;
    height: 60px;
    text-align: left;
}

#login p {
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
    overflow: hidden;
}

#login a.white:link,
#login a.white:visited {
    text-decoration: none;
    color: #fff;
}
#login a.white:hover,
#login a.white:active {
    text-decoration: underline;
    color: #fff;
}

#login form {
    overflow: hidden;
}

#login input.keyword {
    height: 18px;
}

/*
# --------------------------------------------------------------------------------
# gnavi layout
# --------------------------------------------------------------------------------
*/
#gnavi {
    width: 650px;
    height: 22px;
    background: transparent;
    text-align: left;
}

#gnavi ul.cat {
    width: 650px;
    height: 22px;
    margin: 0;
    list-style: none;
}

#gnavi li  {
    display: block;
    float: left;
    margin: 0 25px 0 0;
    padding: 0;
}

#gnavi span  {
    display: none;
}

#gnavi a {
    display: block;
    text-decoration: none;
    background: transparent;
}

/* main category */
#gnavi li#gnavi-home a { background: url("/images/gnavi-home.gif") no-repeat; width: 38px; height: 22px;}
#gnavi li#gnavi-archives a { background: url("/images/gnavi-archives.gif") no-repeat; width: 68px; height: 22px;}
#gnavi li#gnavi-free a { background: url("/images/gnavi-free.gif") no-repeat; width: 33px; height: 22px;}
#gnavi li#gnavi-blog a { background: url("/images/gnavi-blog.gif") no-repeat; width: 35px; height: 22px;}
#gnavi li#gnavi-share a { background: url("/images/gnavi-share.gif") no-repeat; width: 45px; height: 22px;}
#gnavi li#gnavi-forum a { background: url("/images/gnavi-forum.gif") no-repeat; width: 47px; height: 22px;}

#gnavi li#gnavi-home a:hover,
#gnavi li#gnavi-archives a:hover,
#gnavi li#gnavi-free a:hover,
#gnavi li#gnavi-blog a:hover,
#gnavi li#gnavi-share a:hover,
#gnavi li#gnavi-search a:hover,
#gnavi li#gnavi-forum a:hover {
	background-position: 0 -22px;
}

/* main category - active */
.gnavi-home #gnavi li#gnavi-home a {
    background-position: 0 -22px;
}
.gnavi-archives #gnavi li#gnavi-archives a {
    background-position: 0 -22px;
}
.gnavi-free #gnavi li#gnavi-free a {
    background-position: 0 -22px;
}
.gnavi-blog #gnavi li#gnavi-blog a {
    background-position: 0 -22px;
}
.gnavi-sbm #gnavi li#gnavi-share a {
    background-position: 0 -22px;
}
.gnavi-search #gnavi li#gnavi-search a {
    background-position: 0 -22px;
}
.gnavi-forum #gnavi li#gnavi-forum a {
    background-position: 0 -22px;
}


/*
# --------------------------------------------------------------------------------
# contents-footer
# --------------------------------------------------------------------------------
*/

#contents-footer {
    clear: both;
    width: 980px;
    height: 1px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#contents-footer hr {
    width: 980px;
    border: 1px solid #ffffff;
}

/*
# --------------------------------------------------------------------------------
# side box
# --------------------------------------------------------------------------------
*/

#side div.box {
    clear: both;
    width: 300px;
    margin: 0 0 10px 0;
    padding: 5px 0;
    border-top: 4px solid #cfcfcf;
    text-align: left;
}

/* body title */
#side div.box h2 {
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    color: #4b4b4b;
    text-align: left;
    margin: 5px 10px;
}

/* category title */
#side div.box h3,
#side div.box h4 {
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #eb6100;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 5px 0 8px 10px;
    border-bottom: 1px dotted #cfcfcf;
}

#side div.box h5 {
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: left;
    color: #7d0000;
    padding: 5px 10px;
}

#side div.box h6 {
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 0.08em;
    text-align: left;
    padding: 10px 10px 0px 10px;
}

#side div.box p {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0.08em;
    text-align: left;
    padding: 5px 10px;
}

#side div.box p.right {
    text-align: right;
}

#side div.box ol {
    list-style-position: outside;
    list-style-type: decimal;
    width: 253px;
    margin: 5px 10px 10px 0;
    padding: 0 0 0 38px;
    text-align: left;
    clear: both;
}

#side div.box ul {
    list-style-position: outside;
    list-style-type: circle;
    width: 253px;
    margin: 5px 10px 10px 0;
    padding: 0 0 0 25px;
    text-align: left;
    clear: both;
}

#side div.box li {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.3em;
    letter-spacing: 0.08em;
    padding: 3px 0;
}


/*
# --------------------------------------------------------------------------------
# side other
# --------------------------------------------------------------------------------
*/

#side img.subscription {
    margin: 0 0 10px 0;
}

#side br.clear {
    clear: both;
    margin-bottom: 5px;
    line-height: 0px;
}

/* profile */
#side img.profile {
    margin: 8px 8px 4px 8px;
    float: left;
}

.box p.link {
	float: right;
}


/*
# --------------------------------------------------------------------------------
# footer
# --------------------------------------------------------------------------------
*/

#footer p {
    padding: 10px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    color: #ffffff;
}

#footer a:link ,
#footer a:visited ,
#footer a:hover ,
#footer a:active {
    color: #ffffff;
}

#copyright {
    padding: 20px 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    text-align: center;
    color: #ffffff;
}


/*
# --------------------------------------------------------------------------------
# feed
# --------------------------------------------------------------------------------
*/

a.feed {
    padding-left: 20px;
    background: transparent url("/images/icon-feed.gif") no-repeat;
}


/*
# --------------------------------------------------------------------------------
# ad
# --------------------------------------------------------------------------------
*/

#main div.ad-text {
    width: 406px;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background: #ededed;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    text-align: left;
}

.article-ad div.ad-text {
    margin: 0 20px 0 20px;
    padding: 21px 10px 5px 10px;
    background: #ffffff url("/images/ad-text-bg.gif") no-repeat;
    border-bottom: solid 2px #ededed;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    text-align: left;
}

#side div.ad {
    width: 300px;
    margin-bottom: 10px;
    text-align: left;
}

#contents div.ad-adsence {
    margin: 10px 0 10px 17px;
    text-align: left;
}

.gnavi-archives #contents  div.ad-adsence {
    margin: 10px 0 10px 27px;
    text-align: left;
}

/*
# --------------------------------------------------------------------------------
# module
# --------------------------------------------------------------------------------
*/

.left {
    width: 100%;
    text-align: left;
}

.right {
    width: 100%;
    text-align: right;
}

.center {
    width: 100%;
    text-align: center;
}

img.imgleft{
    float: left;
    margin: 5px 10px 5px 0px;
}

img.imgright{
    float: right;
    margin: 5px 0px 5px 10px;
}

img.imgcenter{
    float: center;
    margin: 5px 0px 5px 0;
}

.link-arrow-right {
    float: right;
    margin: 5px 0;
    padding: 0 0 0 15px;
    background: transparent url("/images/link-arrow.gif") no-repeat;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: 0.08em;
    text-align: left;
}
