/*
Template Name: 共通スタイルシート
*/

* {
	margin: 0;
	padding:0;
}
body {
	font-size: 16px;
	text-align: center;
	background-color:#FDFDFD;
	background-color:#FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
p {
	font-size: 16px;
	line-height:180%;
}


.entry-content h2,
.comment-entry h2 {
font-size: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 60px;
    color: #000000;
    line-height: 30px;
    background-image: url(http://7step-pc.com/wp-content/uploads/2015/09/cah3-r.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* テキストボックス */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.marukage1 {
border:1px solid #c0c0c0;
width:95%;
min-height:150px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow:1px 1px 3px #c0c0c0;
-webkit-box-shadow:1px 1px 3px #c0c0c0;
box-shadow:1px 1px 3px #c0c0c0;
background-color:#FFDAB9;
margin:0px;
padding:10px;
}






/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 画像マウスオーバー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


<!--
a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
-->






/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a {
	text-decoration: underline;
	color: #3A4199;
}
a:hover {
	text-decoration: none;
	color: #E2041B;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}
.gray1 { color: #C0C0C0}

.b { font-weight: bold; }

.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }

.b { font-weight: bold; }
.strong{ font-weight:bold; }
.em{ font-weight:bold; }

.yline { background: #ffff00; }

.center {
	text-align: center;
	padding:5px 0px 0px 0px;
}
.left {
	text-align: left;
	padding:5px 5px 0px 0px;
}
.right {
	text-align: right;
	padding:5px 0px 0px 5px;
}

.goto {
	margin: 10px 28px 10px 10px;
	text-align: right;
}
.to_link_r {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-align: right;
}
.to_link {
	margin: 20px 0px 0px 0px;
	text-align: right;
}

/* 画像
─────────────────────────── */

img{
	border: none;
	margin: 0;
	padding:0;
}
a img {
	border: none;
}
.imgl {
	padding:0px 25px 10px 0px;
	float: left;
}
.imgr {
	padding:0px 0px 10px 25px;
	float: right;
}
.alignleft {
	padding:0 20px 20px 0;
	float: left;
}
.alignright {
	padding:0 0px 20px 20;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#header {
	height: 100px;
	width: 100%;
	background: #FFFFFF url(img/top-bg.png) repeat-x bottom;
}
#header-in {
	position:relative;
	width: 950px;
	margin: 0px auto;
}

/* 見出し
─────────────────────────── */

h1 {
	position: absolute;
	width: 950px;
	font-size: 10px;
	font-weight: normal;
	color: #252525;
	top: 2px;
	left: 5px;
	text-align: left;
}
.site-title {
	position: absolute;
	width: 950px;
	font-size: 24px;
	text-decoration: none;
	line-height: 150%;
	top: 44px;
	left: 5px;
	text-align: left;
}
.site-title a {
	text-decoration: none; 
	color: #333333;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top-navi-bg {
	width: 100%;
	height: 20px;
	margin: 0;
	background-color: #F6F6F6;
	border-bottom: solid 1px #F1F1F1;
}
#top-navi {
	width: 950px;
	margin: 0 auto;
	background: none;
}
#top-navi ul {
	position:relative;
	margin: 0;
	padding: 0;
}
#top-navi li {
	display: block;
	
	font-size: 10px;
	list-style-type: none;
	float: right;
	margin-top: 2px;
	padding: 0;
}
#top-navi li a {
	text-decoration: none;
	color: #666666;
}
#top-navi li a:hover {
	text-decoration: none;
	color: #E2041B;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#g-navi-in {
	width:100%;
	height: 55px;
	margin: 0px;
	overflow: hidden;
	clear: both;
}
#g-navi-in ul {
	width: 956px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
}
#g-navi-in li { 
	list-style-type: none;
	float: left;
	width: 221px;
	height: 55px;
	margin: 0;
	padding: 0;
}
#g-navi-in li.first {
	width: 65px;
	border-left: none;
}
#g-navi-in li.last {
	width: 224px;
	border-right: none;
}
#g-navi-in li a {
	display: block;
	float: left;
	width: 201px;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0px 10px;
	overflow: hidden;
}
* html #g-navi-in li a {
	width: 221px;
}
#g-navi-in li.first a {
	width: 45px;
}
* html #g-navi-in li.first a {
	width: 65px;
}
#g-navi-in li.last a {
	width: 204px;
}
* html #g-navi-in li.last a {
	width: 224px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container {
	width: 970px;
	margin: 0 auto;
	padding: 8px 0 0;
	background-color:#FFFFFF;
	border-left: 0px solid #F1F1F1;
	border-right: 0px solid #F1F1F1;
	overflow: hidden;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.banner {
	width: 950px;
	height: 150px;
	margin: 0px 8px 5px;
	padding: 2px;
	border: solid 1px #D2D2D2;
}
.banner-in {
	width: 950px;
	height: 150px;
	margin: 0 auto;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パンくずリスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.breadcrumbs {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin: 0 ;
	padding: 10px;
}
.breadcrumbs a {
	color: #333333;
	text-decoration: none; 
}
.breadcrumbs a:hover {
	color: #E2041B;
	text-decoration: underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main {
	float: left;
	margin: 0;
	width: 750px;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left;
}
#main-left {
	float: right;
	width: 510px;
	text-align: left;
	margin: 0px 10px;
	padding: 0;
}
* html #main-left {
	float: right;
	width: 510px;
	text-align: left;
	margin: 0px 5px;
	padding: 0;
}
#main-page {
	float: right;
	margin: 0px 10px;
	width: 730px;
	padding: 0;
	text-align: left;
}
* html #main-page {
	float: right;
	margin: 0px 5px;
	width: 730px;
	padding: 0;
	text-align: left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 新着記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.new-menu {
	margin: 0 0 20px 0;
	padding: 20px 20px 10px;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
}
.new-menu ul {
	list-style:none;
	padding: 0 0 10px;
}
.new-menu li {
	list-style: none;
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 3px 0px 0px 15px;
	background: url(img/menu2.gif)  no-repeat left center;
}
.new-menu li a {
	line-height: 120%;
	text-decoration: none;
}
.new-menu li a:hover {
	color: #E2041B;
	text-decoration: none;
}

/* 見出し
─────────────────────────── */

.new-title {
	font-size:14px;
	font-weight:bold;
	margin: 0;
	padding: 0px 10px 4px 23px;
	background: url(img/new-entry.gif) no-repeat 0 0;
	border: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mainbox {
	font-size: 14px;
	line-height:160%;
	margin: 0 0 20px;
	padding: 20px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
}


/* 見出し
─────────────────────────── */

.midashi-title {
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	margin: 0;
	padding: 10px 10px 10px 25px;
	border: none;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガフォーム */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mailbox {
	font-size: 14px;
	line-height:160%;
	margin: 0 0 20px;
	padding: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content {
	font-size: 14px;
	line-height:160%;
	margin: 0 0 20px;
	padding: 20px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
}

/* blockquote
─────────────────────────── */

blockquote {
	background: #F7F7F7 url(img/blockquote.png) no-repeat 0 0;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #212121;
	box-shadow: 1px 1px 2px rgba(204, 204, 204, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* トップへ戻る
─────────────────────────── */

.totop {
	padding: 40px 10px 10px;
	font-size: 15px;
	font-weight: bold;
}

/* その他タグ一覧
─────────────────────────── */

.efoot {
	text-align: right;
	margin-top: 10px;
	padding: 15px;
	font-weight: normal;
	background-color: #EBEBEB;
}
.efoot p {
	font-size: 12px;
}
.efoot a {
	text-decoration: none;
	color: #3A4199;
}
.efoot a:hover {
	text-decoration: none;
	color: #E2041B;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 関連記事一覧（個別記事のみ） */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.related {
	margin: 0;
	padding: 20px 20px 0px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}
.related ul {
	list-style:none;
	padding: 0 0 20px;
}
.related li {
	list-style: none;
	font-size: 13px;
	text-align: left;
	margin: 0;
	padding: 3px 0px 0px 15px;
	background: url(img/menu2.gif)  no-repeat left center;
}
.related li a {
	line-height: 120%;
	text-decoration: none;
}
.related li a:hover {
	color: #E2041B;
	text-decoration: none;
}

/* 見出し
─────────────────────────── */

.related-title {
	font-size:14px;
	font-weight:bold;
	margin: 0;
	padding: 0px 10px 4px 23px;
	background: url(img/new-entry.gif) no-repeat 0 0;
	border: none;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コメント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul#comment-list {
	font-weight:normal;
	margin: 0 20px;
	padding: 0;
	background-color: #FFFFFF;
	border: none;
}
#comment-list li {
	list-style: none;
	font-weight:normal;
	margin: 0 0 10px;
	padding: 0;
	background-color: #FFFFFF;
	border: none;
}
#comment-list p.comment-title {
	font-size: 14px;
	margin: 20px 0px 10px;
}
#comment-list p.comment-data {
	text-align: right;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 10px 10px 5px 0px;
	border-bottom: 1px dotted #000033;
}
#comment-list p {
	font-size: 14px;
	margin: 0px 10px 15px;
}
#comform {
	margin: 0;
	padding: 10px 20px 20px;
	background-color: #FFFFFF;
	border: none;
}
#comform p {
	font-size: 14px;
	line-height:160%;
	margin-top: 10px;
}
#comment-submit {
	padding: 5px 10px;
}
p.nocomments {
	margin: 20px 20px 0;
	padding: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トラックバンク */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tb {
	position: relative;
	margin: 20px 0 0;
	padding: 20px;
	background-color: #FFFFFF;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
.trackback-content {
	margin-top: 10px;
}
ul#trackback-list {
	font-weight:normal;
	margin: 0 20px;
	padding: 0;
	background-color: #FFFFFF;
	border: none;
}
#trackback-list li {
	list-style: none;
	font-weight:normal;
	margin: 0 0 10px;
	padding: 0;
	background-color: #FFFFFF;
	border: none;
}
#trackback-list p.comment-title {
	font-size: 14px;
	margin: 20px 0px 10px;
}
#trackback-list p.comment-data {
	text-align: right;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 10px 10px 5px 0px;
	border-bottom: 1px dotted #000033;
}
#trackback-list p {
	font-size: 14px;
	margin: 0px 10px 15px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事ページナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kiji-navigation {
	text-align:center;
	margin: 0 auto;
	padding: 20px 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドメニュー　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side-left {
	float: left;
	width: 210px;
	margin: 0px 0px 20px 10px;
	padding: 0;
	text-align: left;
}
* html #side-left {
	float: left;
	width: 210px;
	margin: 0px 0px 10px 5px;
	padding: 0;
	text-align: left;
	overflow:hidden;
}
#side-right {
	float: right;
	width: 210px;
	margin: 0px 10px 20px 0px;
	padding: 0;
	text-align: left;
	overflow:hidden;
}
* html #side-right {
	float: right;
	width: 210px;
	margin: 0px 5px 10px 0px;
	padding: 0;
	text-align: left;
	overflow:hidden;
}
#side-left-top, #side-right-top {
	width: 210px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(img/side-top.gif) no-repeat;
}
#side-left-middle, #side-right-middle {
	width: 210px;
	margin: 0 0 -20px;
	padding: 0;
	background: url(img/side-middle.gif) repeat-y;
}
#side-left-bottom, #side-right-bottom {
	width: 210px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(img/side-bottom.gif) no-repeat;
}
* html #side-left-bottom, * html #side-right-bottom {
	width: 210px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: none;
}
#side-left-inner, #side-right-inner {
	width:190px;
	font-size: 12px;
	text-align:left;
	margin: 0px 10px;
	padding: 0;
}

/* 見出し
─────────────────────────── */

.title {
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	margin: 0;
	padding: 5px 3px 5px 25px;
	border: none;
	clear: both;
}
.title a {
	text-decoration: none;
	color: #ffffff;
}

/* サイドリスト初期値
─────────────────────────── */

#side-left ul, #side-right ul {
	margin: 1px 0 20px;
	padding: 10px 7px 10px 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#side-left li, #side-right li {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 3px 0px 3px 20px;
	background: url(img/menu.gif)  no-repeat 0px 6px;
}
#side-left li a, #side-right li a {
	line-height: 150%;
	text-decoration: none;
	color: #07368E;
}
#side-left li a:hover, #side-right li a:hover {
	text-decoration: underline;
	color: #E2041B;
}

/* リンク集
─────────────────────────── */

#side-left ul.link, #side-right ul.link {
	margin: 1px 0 20px;
	padding: 10px 7px 10px 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#side-left ul.link li, #side-right ul.link li {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 3px 0px 3px 20px;
	background: url(img/menu.gif)  no-repeat 0px 6px;
}
#side-left ul.link li a, #side-right ul.link li a {
	line-height: 150%;
	text-decoration: none;
	color: #07368E;
}
#side-left ul.link li a:hover, #side-right ul.link li a:hover {
	text-decoration: underline;
	color: #E2041B;
}

/* カテゴリ
─────────────────────────── */

#side-left .category, #side-right .category {
	height:100%;
	margin: 1px 0 20px;
	padding: 15px 7px 10px 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#side-left ul.cate, #side-right ul.cate {
	margin: 0;
	padding: 0;
	border: none;
}
#side-left ul.cate ul.children, #side-right ul.cate ul.children {
	margin: 0;
	padding: 0 0 0 5px;
	border: none;
}
#side-left ul.cate li, #side-right ul.cate li {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 3px 0px 3px 25px;
	background: url(img/folder.gif)  no-repeat 3px 5px;
}
#side-left ul.cate li ul.children li, #side-right ul.cate li ul.children li {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 3px 0px 3px 10px;
}
#side-left ul.cate li a, #side-right ul.cate li a {
	line-height: 150%;
	text-decoration: none;
	color: #07368E;
}
#side-left ul.cate li a:hover, #side-right ul.cate li a:hover {
	text-decoration: underline;
	color: #E2041B;
}

/* サイドメニュー フリースペース
─────────────────────────── */

#side-left .freespace, #side-right .freespace {
	font-size: 13px;
	line-height: 150%;
	text-align:center;
	margin: 1px 0px 10px;
	padding: 1px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	clear: both;
	overflow:hidden;
}
#side-left .freespace p, #side-right .freespace p {
	font-size: 13px;
	line-height: 150%;
}






















/* サイト内検索
─────────────────────────── */

#searchsubmit {
	padding: 3px 5px 1px;
}

/* ウィジェット
─────────────────────────── */

.tagcloud ,.textwidget ,#searchform {
	font-size: 13px;
	line-height: 150%;
	text-align:center;
	margin: 1px 0px 20px;
	padding: 20px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	clear: both;
	overflow:hidden;












}
#calendar_wrap {
	margin: 1px 0px 20px;
	padding: 20px 10px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	clear: both;
	overflow:hidden;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px 5px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 12px;
}
#wp-calendar thead th {
	text-align: center;
}
#wp-calendar tbody {
	color: #777;
}
#wp-calendar tbody td {
	background: #f6f6f6;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページの先頭へ戻る */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.go-toppage {
	text-align: right;
	margin: 0;
	padding: 0 10px 10px;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer {
	width: 100%;
	background-color: #333333;
	border-top: 2px solid #5A5A56;
}
#footer-des {
	width: 945px;
	margin: 0px auto 0px auto;
	background-color: #333333;
	border-bottom: 1px solid #000000;
	overflow /**/: hidden;
}
#footer-des p {
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 10px;
}
#foot-end {
	width: 945px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333333;
	border-top: 1px solid #666666;
}
#foot-end a {
	text-decoration: none;
	color: #FFFFFF;
}
#foot-end a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


/* マーク
─────────────────────────── */

ul.mark {
	margin: 0px 20px 0px 20px;
	padding: 0;
}
ul.mark li{
	list-style: none;
	font-size:14px;
	line-height: 150%;
	text-align: left;
	margin: 0;
	padding: 5px 0px 0px 30px;
	background: url(img/mark.gif)  no-repeat left center;
}

/* フォーム
─────────────────────────── */

td {
	padding: 5px;
}
input, textarea, select {
	font-family: sans-serif;
	font-weight: normal;
}


/*ランキング１
-------------------------------------------------------------------*/

table#rankingver1{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
table#rankingver1 tr{
	margin:0;
	border: 1px solid #CCCCCC;
}
table#rankingver1 th{
	margin:0;
	padding: 0px 10px 0px 5px;
	background: #EFEFF1 url(img/ranking-bg.png) repeat-x;
	border: 1px solid #CCCCCC;
}
table#rankingver1 .r1-title-no1{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/01no1.png) no-repeat left center;
}
table#rankingver1 .r1-title-no2{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/01no2.png) no-repeat left center;
}
table#rankingver1 .r1-title-no3{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/01no3.png) no-repeat left center;
}
table#rankingver1 .r1-title-no4{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/01no4.png) no-repeat left center;
}
table#rankingver1 .r1-title-no5{
	font-size: 16px;
	color:#363434;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 15px 10px 8px 50px;
	background: url(img/01no5.png) no-repeat left center;
}
table#rankingver1 td{
	margin:0;
	padding: 10px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
table#rankingver1 td.r1-img{
	margin:0px auto;
	border-collapse: collapse;
	border-right: 1px solid #CCCCCC;
}
table#rankingver1 td p{
	font-size: 14px;
	line-height: 160%;
}
table#rankingver1 td p.catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	margin: 10px 0px;
}
table#rankingver1 td a{
	text-decoration:underline;
}


/*ランキング２
-------------------------------------------------------------------*/

.rankingver2{
	width: 100%;
	margin:0;
	padding: 0;
	border: 1px solid #CCCCCC;
}
.title-outline{
	margin: 0;
	padding:0;
	background: #ECECEC url(img/ranking2-bg.png) repeat-x;
	border-top: 5px solid #F5F5F5;
	border-right: 5px solid #F5F5F5;
	border-left: 5px solid #F5F5F5;
}
.r2-title-no1{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no1.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-title-no2{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no2.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-title-no3{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no3.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-title-no4{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no4.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-title-no5{
	font-size:18px;
	color:#363434;
	font-weight:bold;
	line-height: 140%;
	margin: 0;
	padding: 13px 10px 5px 55px;
	background: url(img/01no5.png) no-repeat 5px center;
	border-bottom: 2px solid #CCCCCC;
}
.r2-contents{
	margin: 0px;
	padding: 10px;
	border-right: 5px solid #F5F5F5;
	border-bottom: 5px solid #F5F5F5;
	border-left: 5px solid #F5F5F5;
	clear:both;
}
.r2-catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	margin: 10px 0px;
}
.imgl-ranking {
	padding:10px 25px 10px 0px;
	float: left;
}


/*ランキング３
-------------------------------------------------------------------*/

table#rankingver3{
	width: 100%;
	margin:0;
	padding: 0;
	border-collapse: collapse;
}
table#rankingver3 th{
	font-size: 18px;
	color:#363434;
	line-height: 140%;
	margin:0;
	padding: 0px 10px 0px 5px;
	background: #FFFFFF;
}
table#rankingver3 .r3-title-no1{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/01no1.png) no-repeat left center;
}
table#rankingver3 .r3-title-no2{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/01no2.png) no-repeat left center;
}
table#rankingver3 .r3-title-no3{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/01no3.png) no-repeat left center;
}
table#rankingver3 .r3-title-no4{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/01no4.png) no-repeat left center;
}
table#rankingver3 .r3-title-no5{
	text-align: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 10px 10px 0px 50px;
	background: url(img/01no5.png) no-repeat left center;
}
table#rankingver3 td{
	margin:0;
	padding: 20px 10px 10px 10px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	vertical-align:top;
	border: 1px solid #CCCCCC;
}
table#rankingver3 td.catch{
	font-size: 16px;
	font-weight:bold;
	color:#ff0000;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 10px 20px 5px 20px;
	border-bottom: 0;
}
table#rankingver3 td.r3-img{
	margin:0px auto;
	padding: 10px;
	border-collapse: collapse;
}
table#rankingver3 td.r3-contents{
	margin:0px auto;
	padding: 10px;
	border-collapse: collapse;
	border-left: 0;
}
table#rankingver3 td p{
	line-height:25px;
	padding: 0px 0px 0px 0px;
	background: url(img/r-line.gif);
}
table#rankingver3 td a{
	text-decoration:underline;
}

/*--------------------------------------------------------------------------
このCSSファイルは、unlimited affiliate購入者の方のみに使用許可されるものです。
このCSSファイルの無断配布及び商用販売を固く禁じます。

Copyright 株式会社Mithril All rights Reserved.
--------------------------------------------------------------------------*/