@import url(http://agilemedia.jp/embed/CSS/AMN-design-develop.css);
@charset "shift-jis";


/* reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}


body {
color:#000000;
font-size: 11px;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
line-height: 150%;
}


/* 小さい見出し */
h4 {
background-color: #ffffff; /* 背景色 */
font-size: 12pt; /* 文字サイズ */
padding: 5px; /* 帯内の余白 */
border-bottom: 2px #006699 solid; /* 下の枠線（太さ・色・スタイル） */
border-left: 10px #006699 solid; /* 左の枠線（太さ・色・スタイル） */
}

/* リンク */
a,
a:link,
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul {
    padding-left: 16px;
}
ul li {
    list-style-type: none;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}
blockquote.error_message {
    width: auto;
    margin: 15px 20px 10px 20px;
    padding: 10px;
    border: 1px solid #dd4444;
    background: #ffeeee;
    font-size: 10px;
    line-height: 150%;
}

/* タイトルバナー */
#banner {
    width: 990px;
    height: 150px;
    background-image: url("http://designworks.up.seesaa.net/image/designworks.jpg");
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー */
#banner2 {
    width: 990px;
    height: 25px;
background: #FFE200;
line-height: 18px;
font-weight: bold;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
text-align:right;
}

#top_copy{
padding: 3px 5px 5px 0px;
}

#banner2 a,
#banner2 a:link,
#banner2 a:visited {
    font-size: 12px;
    text-decoration: none;
}
#banner2 a:hover {}
#banner2 a:active {}

/* タイトルバナー */
#banner3 {
    width: 990px;
    height: 20px;
background: #000000;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
border-bottom-width: 1px;
padding-top:5px;
text-align: center;
}

#banner3 a,
#banner3 a:link,
#banner3 a:visited {
    color: #222222;
    font-size: 12px;
    text-decoration: none;
}
#banner3 a:hover {}
#banner3 a:active {}

/* タイトルバナー下の説明 */
.description {
    color: #ffffff;
    font-size: 12px;
}

#adsense
{
background: #F5F7F3;
border-bottom: 1px #36414d solid;
padding: 11px 0px 10px 0px;
}

/* info */
.info{
    padding: 5px 10px 0 10px;
    margin: 6px 5px 0;
}

/* エントリー全体 */
.blog {
    padding: 5px 10px 0 10px;
    background: #none;
}

/* エントリー日付 */
.date {
    margin: 6px 5px 0;
    padding: 8px 0 8px 10px;
background-image: url("http://designworks.up.seesaa.net/image/bg_cap.gif");
background-repeat: repeat-x;
border: 1px #E1E1E1 solid;
font-size: 12px;
font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.comments-header,
.comments-open-header {
    color: #222222;
}

/* エントリー */
.blogbody {
    width: auto;
    margin: 0 5px 35px;
    color: #36414d;
    background: #ffffff;
/*    background-position: right;
    background-repeat: repeat-y;
    background-image: url(".gif");*/
    font-size: 13px;
    line-height:21px;
    word-break: break-all;
}
.blogbody a:active {}
.blogbody img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.blogbody textarea {
    width: 97%;
}

/* 追記 */
.blogbody.extended {}

/* エントリータイトル */
h2.title {
font-size: 22px;
text-align: left;
font-weight: bold;
padding: 4px 0px 0px 3px;
margin: 20px 0px 5px 0px;
font-family:"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック","MS PGothic",Serif;
line-height:130%;
}

h2.title a:link,
h2.title a:visited {
    color: #000000;
}

h2.title a:hover {
    background-color: #FFE200;
	text-decoration: none;
}

.text ul {
    padding-left: 35px;
}

.text ul li {
}

/* 投稿者 */
.posted {
    margin:0px;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 10px;
    _font-size: 9px;
}

/* アーカイブページの前後リンク */
.navi {
    padding: 15px 15px 0;
    text-align: center;
    font-size: 12px;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 10px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar {
    text-align: center;
    color: #444444;
    background: none;
    margin-bottom: 15px;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
    font-weight: normal;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #666666;
    text-align: center;
    color: #222222;
background-image: url("http://designworks.up.seesaa.net/image/bg_cap.gif");
background-repeat: repeat-x;
border: 1px #E1E1E1 solid;
    font-size: 10px;
    line-height: 140%;
}

/* サイドメニュー */
.side {
	padding: 3px 0px 1px 5px;
    margin: 3px 0 20px;
    background: none;
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* 新着記事リスト */
.new_article {
	padding:0px;
}

.new_article li{
	padding:2px 0 3px 0px;
	border-bottom:1px dotted #EFEFEF;
	}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments {
    margin: 10px 15px;
    font-size: 12px;
}

#blog-comments {
    padding: 3px 15px 0 15px;
}

.comments-head {
    font-size: 11px;
    border:1px solid #E1E1E1;
    color:#222222;
    background-image: url("http://designworks.up.seesaa.net/image/bg_cap.gif");
    background-repeat: repeat-x;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

.comments-body input {
    margin:0 0 10px 0;
}

.comments-post {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    color: #444444;
    text-align: right;
    font-size: 10px;
    _font-size: 9px;
}

.comments-preview p {
    margin: 5px 0 3px;
    font-size: 12px;
    line-height:150%;
}

label {
    display: block;
    font-size: 12px;
}

.text {
    margin: 20px 0;
	padding:0px 3px 0px 3px;
    color: #333333;
    line-height:150%;
}

.red {
    color: #e50003;
}

p.button {
    margin:10px 0;
}

#trackback {
    font-size: 12px;
    margin: 20px 15px;
}
#trackback hr {
    margin: 10px 0;
}


/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background: #36414d;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 990px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* フッタ */
.layout-one-column #footer {
    padding-bottom: 10px;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    text-align: center;
}
.layout-three-column-liquid #footer,
.layout-two-column-liquid-left #footer,
.layout-two-column-liquid-right #footer {
    text-align: center;
    padding-bottom: 10px;
}
.powered {
    margin-left: auto;
    margin-right: auto;
    width: 138px;
}

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 515px;
    _margin: 0 0 5px 0;
    margin: 0 0 10px 0;

    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    background: #FFFFFF;
}
.layout-three-column #links-left-box{
    float: left;
    width: 235px;
    background: #FFFFFF;
}
.layout-three-column #links-right-box {
    float: left;
    width: 235px;
    background: #FFFFFF;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    color: #ffffff;
}

/* タグページ全体 */
.tag {
    padding: 18px 15px 0 15px;
    position:relative;
}
.tag a {
    color:#006699;
}

/* タグページの罫線 */
#tag_cloud {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
#tag_cloud a {
    padding: 2px;
}

/* タグページのタグタイトル */
.tag-title {
    padding: 2px 0 2px 5px;
    background: #8fabbe;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

/* タグ一覧全体 */
.tag-body {
}

/* タグ一覧の「記事」の部分 */
.tag-service {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ccc;
    color: #444444;
    _font-size: 12px;
    text-align: left;
    clear: left;
}

/* タグ一覧の「〜で全体を検索する」の部分 */
.tag-search {
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: right;
}
.tag-search a {
    font-size: 10px;
}

/* タグ一覧 */
.tag-article {
    padding: 0 0 10px 0;
    text-align: left;
}

/* タグ一覧の記事タイトル */
.tag-article-title {
    padding: 0 0 5px 0;
    _font-size: 12px;
    text-align: left;
}

/* タグ一覧の投稿時間 */
.tag-article-posted {
    color: #444444;
}

/* タグ一覧のサマリー(デフォルトはコメントアウト) */
.tag-article-summary {
    padding-left: 20px;
    _font-size: 12px;
    line-height: 150%;
}

/* 「≫もっと見る」の部分 */
.tag-more {
    margin: 10px 0px;
    font-size: 11px;
    text-align: right;
    clear: left;
}

.tag-photos {
    float: left;
    margin: 10px;
    position: relative;
    width: 150px;
    height: 200px;
}
.tag-photos-title {
    line-height: 1.4em;
    padding: 5px 0px;
    text-align: left;
    position: relative;
}
.tag-audios {
    margin: 5px;
    position: relative;
}
.tag-audios-title {
    text-align: left;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    position: relative;
}
.tag-audios-posted {
    font-weight: normal;
    position: relative;
}
.tag-videos {
    float: left;
    margin: 10px;
    position: relative;
}
.tag-videos-title {
    line-height: 1.4em;
    padding: 5px 0px;
    text-align: left;
    position: relative;
}
.tag-navi {
    clear: left;
    text-align: center;
    margin: 10px 0px;
    position: relative;
}

.lead {
font-weight:normal;
line-height:120%;
margin:5px 5px 5px 5px;
padding:0px;
background-color: #FFFFFF;
}
.lead-title {
font-size: 90%;
font-weight:bold;
padding:5px;
margin:5px 5px 5px 5px;
background-color: #FFFFFF;
}
.cbody {
font-size: 12px;
padding:0px 10px 0px 10px;
margin:0px;
}
.cbody a {
margin:0px;
padding:0px;
width: 450px;
background-color: #eeeeee;
font-weight: normal;
}

#g-adsense {
padding:15px 0px 0px 0px;
margin: 30px 0px 0px 0px;
border-top: 1px dotted #dfdfdf;
}

.amazon_ad{
    text-align: center;
	margin:10px 0px 25px 0px;
}

.googleside_ad{
    text-align: center;
	margin:10px 0px 25px 0px;
}

.hot_entry{
    text-align: center;
	margin:10px 0px 25px 0px;
	padding:0px 0px 0px 2px;
}


hr {
margin: 3px 0 3px;
padding: 0;
border-top: 1px solid #dfdfdf;
height: 1px;
background: #dfdfdf;
}
