@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");

/* 基本スタイル */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.6em;
	background-color: #F5F5F5;
	font-style: normal!important;
	font-family: "メイリオ", meiryo, Arial, Helvetica!important;
	background-image: url(./img/sck110_ikb01.gif);

		background-repeat: repeat;
}

div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}

h1, h2, h3, h4,h5,h6 .title ,.menutitle{
	font-weight:bold;
	text-shadow: 1px 1px 1px #999;
}

h1,h2,h3,h4{
	clear:both;
}



/*
//見出しを通常のフォントにする場合は／* と *／ を削除
h3, h4 ,h5 ,h6{
	font-family: sans-serif;
	font-weight:bold;
}
*/

.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}

/* -------- リンク */

a,a:visited{
	color:#006699;
}

a:hover{
	color:#FF0000;
}

a img {
  border: none;
  text-decoration: none;
}

.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* 文字装飾 */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}

em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}

/* ---------------- リスト */

ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}

dl{
	margin:0;
	padding:0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}

*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}

ul li {
	list-style-type: none;
	list-style-image: url(./img/li.gif);
}

p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* 基本レイアウト */

#container {
	width: 1120px;
	_width: 1130px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

#header {
	height: 195px;
	background-image: url(img/navi.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	overflow:hidden;
	width: auto;
}

#header_inner {
	width: 1120px;
	_width: 1130px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#header h2 ,#header .title {
	width: 250px;
	font-size: 36px;
	float: left;
	line-height: 36px;
	position: relative;
	left: 10px;
	top: 20px;
}

#header h2 a, #header h2 a:visited, #header .title a, #header  .title  a:visited {
	color: #168297;
	text-decoration: none;
}

#headertext {
	text-align: left;
	font-size: 11px;
	line-height: 130%;
	width: 550px;
	position: relative;
	left: 30px;
	top: 60px;
}

/* コンテンツ */

#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10 {
	margin-bottom: 25px;
	padding: 10px 14px;
	margin-right:10px;
}

/* グローバルメニュー */

#topmenu {
	background-repeat: repeat-x;
	height: 37px;
	line-height: 37px;
	width: 1120px;
	position: absolute;
	top: 158px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/navi.jpg);
	background-position: left bottom;
	font-size: 13px;
}

#topmenu span a {
	overflow: hidden;
	width: 20%;
	_width:19.6%;
	text-align: center;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	float: left;
	height: 37px;
	_height:38px;
	margin: 0px;
	padding: 0px;
	padding-bottom:3px;
	display: block;
}
#topmenu span a:hover {
	background-image: url(img/navi2.jpg);
	background-position: left -158px;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#siteNavi {
	font-size: 0.775em;
	line-height: 1.5em;
	margin-bottom:15px;
}

#contents {
	_height:10px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height:400px;
	background: #ffffff;
	margin-top:0;
}

#menu:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}

/* フッター */

#footer {
	text-align: center;
	color: #FFFFFF;
	line-height: 64px;
	height: auto;
	background: #cff7ff ;
	border-top: 1px solid #DDDDDD;
}

#footer a{
	color: #333333;
	text-decoration: underline;
}

#footlink {
	color: #666666;
	font-size: 12px;
	line-height:32px;
	text-align:center;
}
#footlink a {
	color: #333333;
	margin-left:5px;
	margin-right:5px;
}

#footer_inner {
	text-align: center;
	color: #333333;
	line-height: 64px;
	height: auto;
	width: 1000px;
	margin:auto;
}

#fne,#ff5 {
	text-align: left;
	line-height: 120%;
	font-size: 12px;
	padding: 0 8px 8px;
	float: left;
	margin-top: 15px;
	width: 300px;

}

#fne_in {
    font-size: 12px;
    line-height: 120%;
    padding: 0 8px 8px;
    text-align: left;
}

#fne ul, #ff5 ul, #ff6 ul {
	padding-left: 15px;
}

#fne ul li, #ff5 ul li, #ff6 ul li {
	list-style-image: url("./img/foot02.gif");
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
	color:#333333;
}

#fne ul li a, #ff5 ul li a , #ff6 ul li a {
	text-decoration: underline;
	color:#333333;
}

#ff6 {
	text-align: left;
	line-height: 120%;
	font-size: 12px;
	padding: 0 8px 8px;
	float: right;
	margin-top: 15px;
	width: 300px;

}

#fne h4, #ff5 h4, #ff6 h4 {
	font-size: 16px;
	line-height: 25px;
	background-image: url(img/foot01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 8px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #333333;
}

/* フリースペース */

#space3,#space4 {
	text-align: center;
	line-height: 120%;
	font-size: 12px;
	padding: 8px;
}

#menu 


#space5,#space6 {
	text-align: left;
	line-height: 120%;
	font-size: 12px;
	padding: 0 8px 8px;
}

/* モジュール */

#ad {
	float: right;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
}

/* レイアウト差分 */

#contents {
	padding-right: 10px;
	padding-left: 15px;
}

#main {
	float: left;
	width: 770px;
}

#menu {
	float: right;
	width: 300px;
	padding-bottom: 10px;
}

#return {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}

#text1 h3,#text2 h3,#text3 h3,#text4 h3,#text5 h3,#text6 h3,#text6 h3,#text7 h3,#text8 h3,#text9 h3,#text10 h3{
	position: relative;
	left: -14px;
	width: 760px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#searchbox {
	text-align: left;
	font-size:12px;
	margin: 15px 0;
}

#sh4 {
	line-height: 45px;
	background-image: url(img/menu_h4.jpg);
	background-position: left top;
	padding-left: 15px;
	overflow: hidden;
	margin: 15px 0;

}

#searchbox input {
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
#searchbox form {
	padding: 0px;
	margin: 0px;
}

form input {
	vertical-align: middle;
}

/* 各種見出し */

h1 {
	font-weight: normal;
	font-size: 12px;
	color: #168297;
	line-height: 16px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	font-family: sans-serif;
	height: 20px;
	text-align: right;
}

#main h2,#main h3,.blog .title {
	background-image: url("./img/h2.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	color: #168297;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: hidden;
	padding-bottom: 7px;
	padding-left: 15px;
}

.blog .title a{
	color: #168297;
}

#main h4  {
	font-size: 16px;
	line-height: 28px;
	background-image: url(img/h4.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
	background-position: left bottom;
	padding-right: 8px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 0px;
	color: #333333;
}

#main h5{
	background-image: url(img/h5.jpg);
	background-position: left 4px;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height:28px;
	text-indent: 25px;
	margin-top: 10px;
	margin-bottom: 3px;
}

#main  h6{
	background-image: url(img/h6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 15px;
	line-height: 22px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* サイトマップ */

#sitemaps{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sitemaps ul{
	margin:0;
	padding:0;
}

#sitemaps li{
	list-style-type: none;
	list-style-image: none;
}

#sitemaps .sbox1, #sitemaps .sbox2 {
	width: 47%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#sitemaps .sbox1 {
	float: left;
	clear: left;
}

#sitemaps .sbox2 {
	float: right;
	clear: right;
}

#sitemaps .l1 {
	background-image: url(./img/sitemap_l1.jpg);
	line-height: 28px;
	height: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	overflow: hidden;
}

#sitemaps .l2 {
	background-image: url(img/sitemap_l2.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 22px;
	margin-bottom: 3px;
}

#sitemaps .l3 {
	background-image: url(img/sitemap_l3.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 38px;
	margin-bottom: 3px;
}
#whatsnew {
	border: 1px solid #CCCCCC;
	background-image: url(img/whats_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#whatsnew  li  {
	line-height: 25px;
	list-style-image: url(img/whats_li.jpg);
	margin-right: 10px;
	margin-left: 10px;
}

/* カテゴリーリスト */

#categorylist {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#categorylist .cbox{
	margin-bottom:15px;
}

#categorylist .cbox:after {
	clear: both;
}

#categorylist h4 {
	clear: none;
	background-image: url(img/categorylist.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	height: 34px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	line-height: 34px;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	overflow: hidden;
}

#categorylist h4 a{
	color: #0f5590;
}

#categorylist p {
	padding: 0px 14px;
}

#categorylist .desc {
	font-size: 12px;
	line-height: 130%;
	color: #505050;
	padding: 10px;
}

#categorylist  .more {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#categorylist .bottom {
	background-image: url(img/categorylist_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* エントリーリスト */

#entrylist {
	padding: 10px;
}

#entrylist dl {
	padding: 6px;
	display: block;
}

#main #entrylist h4 {
	background-image: url(./img/entlist_title.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#entrylist dt {
	font-weight: bold;
	font-size: 14px;
	background-image: url(./img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	line-height: 20px;
}

#entrylist dd {
	margin-left: 15px;
	margin-bottom: 8px;
	font-size: 11px;
	color: #757575;
	line-height: 120%;
}

/* 記事スタイル */

.txt-border {
	background-image: url(img/dott.gif);
	line-height: 22px;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
	background-position: 0px 5px;
}

.txt-border p {
	line-height: 22px;
	font-size: 13px;
}

.txt-line  {
	border: 2px solid #CCCCCC;
}

.txt-yellowback {
	background-color: #FFF9DF;
	border: 2px solid #CC0000;
}

.txt-grayback {
	border: 1px solid #D9D9D9;
	background-color: #E6E6E6;

}

.txt-colorback {
	border:solid 1px #FFB380;
	background-color: #FFF2DF;
}

.txt-frame{
	border:solid 2px #CCCCCC;	
}

.txt-colorframe{
	border:solid 2px #CC0000;
}

.txt-rndbox .top{
	height:15px;
	background-image: url(./img/round.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.txt-rndbox .body{
	border-left:solid 1px #B4B4B4;
	border-right:solid 1px #B4B4B4;
	padding:10px 30px;
}

.txt-rndbox .bottom{
	height:15px;
	background-image: url(./img/round.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.txt-decbox1 {
	background-image: url(./img/dec1_body.gif);
	background-repeat: repeat-y;
}

.txt-decbox1  .top{
	height:50px;
	background-position: left top;
	background-image: url(./img/decbox1.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 30px;
}

.txt-decbox1  .body{
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.txt-decbox1  .bottom{
	height:70px;
	background-image: url(./img/decbox1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.txt-decbox2 {
	background-image: url(./img/dec2_body.gif);
	background-repeat: repeat-y;
}

.txt-decbox2  .top{
	height:40px;
	background-image: url(./img/decbox2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 30px;
}

.txt-decbox2  .body{
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.txt-decbox2  .bottom{
	height:65px;
	background-image: url(./img/decbox2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#main .txt-grayback,#main  .txt-colorback,#main .txt-line, #main .txt-frame,#main .txt-colorframe{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 30px;
}

#main .txt-rndbox, #main .txt-decbox1, #main .txt-decbox2{
	padding:0px;	
}

#main .txt-decbox1 h3,#main .txt-decbox2 h3 ,#main .txt-decbox1 h2,#main .txt-decbox2 h2{
	width: auto;
	padding: 0px;
	position: static;
	background-image: none;
	border: none;
	font-size: 26px;
	text-align: center;
}

#main .txt-decbox1 h3 span, #main .txt-decbox2 h3 span {
	background-image: none;
}

/* 記事スタイル - 色差分 */

.txt-colorback {
	border:solid 1px #FFB380;
	background-color: #FFF2DF;
}

.txt-colorframe{
	border:solid 2px #CC0000;
}

#main .txt-decbox1 h3,#main .txt-decbox2 h3 ,#main .txt-decbox1 h2,#main .txt-decbox2 h2{
	color:#333;
	background-color:#FFF;
	line-height:140%;
}

.hd{
	color: #333;
	text-decoration:none;
}

/* サイドメニュー */

#menu img{
	max-width:100%;
}



#menu ul,#rmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
}

#menu  li,#rmenu li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: block;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 26px;
	background-image: url(img/li.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}


#menu h4 ,#rmenu h4 ,.menutitle {
	line-height: 26px;
	background-image: url(img/menu_h4.jpg);
	height: 26px;
	font-size:15px;
	color: #168297;
	text-align: left;
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 10px;
}

#menu .menubox, #rmenu .menubox {
	margin-bottom: 15px;
	background-color: #ffffff;
	padding: 4px;
	_padding: 4px;
}

#menu .menubox2, #rmenu .menubox2 {
	margin-bottom: 15px;
	background-color: #ffffff;
}

#menu li a ,#rmenu li a{
	line-height: 14px;
	font-size: 14px;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0px;
	_padding-top: 2px;
	_padding-bottom: 2px;
	color: #006699;
}

*:first-child+html #menu .menubox,*:first-child+html #rmenu .menubox {
	padding:4px;
}

*:first-child+html #menu li a,*:first-child+html #rmenu li a{ 
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu li a:hover ,#rmenu li a:hover{
	color: #FF0000;
}

#menu li.l2 a ,#rmenu li.l2 a {
	padding-left: 32px;
	background-image: url(./img/menu_l2.gif);
	background-position: 18px center;
	font-size: 11px;
}

#menu li.l2, #menu li.l3,#rmenu li.l2, #rmenu li.l3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 11px;
}

#menu li.l3 a ,#rmenu li.l3 a {
	background-position: 40px center;
	padding-left: 55px;
	background-image: url(./img/menu_l2.gif);
	font-size: 11px;
}

#fne #newEntry ul {
	padding-left: 10px;
}

#fne #newEntry ul li a, #fne #newEntry ul li a:hover {
	background-image: url(img/newtext.gif);
	padding-left: 30px;
	background-position: 10px center;
}
#fne #newEntry ul li, #fne #newEntry ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 1px;
	background-image: url(./img/menu_line.gif);
	background-position: left bottom;
}

.menubox {
	width: auto;
}

.menubox2 {
	margin-bottom:15px;
}

/* 水平線 */

#main .border1,#main .border2,#main .border3,#main .borderdot,#main .borderdot2{
	margin: 10px;
	padding: 0px;
	line-height: 1px;
	height: 1px;
}

#main .border1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#main  .border2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

#main  .border3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#main .borderdot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#main .borderdot2 {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#searchresult{
	padding:15px;
}

#searchresult dt{
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:15px;
	font-size:14px;
	padding-left:16px;
}

#searchresult dd{
	margin:0px;
	line-height:130%;
	font-size:13px;
}

#linklist {
	padding: 15px;
}

#linklist dt {
	font-size: 14px;
	font-weight: bold;
	background-image: url(./img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#linklist dd {
	padding-left: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.blog {
	margin-bottom: 30px;
}
.blog .text {
	padding: 15px;
}

.blog  .title  a{
	color:#555555;
	text-decoration:none;
}

.blog  .title  a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.blog  .detail {
	font-size: 15px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	line-height: 30px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	;
}
.blog  .more  {
	float: right;
	padding-left: 15px;
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

.blog .date {
	background-image: url(img/calender.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
	padding-left: 30px;
	height: 22px;
	font-weight: bold;
}
.blog .plist {
	margin-right: 3px;
	margin-left: 3px;
}


/* 追加テンプレート用 */

#main .point1{
	background-image: url(./img/point1.png);
}
#main .point2{
	background-image: url(./img/point2.png);
}
#main .point3{
	background-image: url(./img/point3.png);
}
#main .point4{
	background-image: url(./img/point4.png);
}
#main .point5{
	background-image: url(./img/point5.png);
}
#main .point6{
	background-image: url(./img/point6.png);
}
#main .point7{
	background-image: url(./img/point7.png);
}
#main .point8{
	background-image: url(./img/point8.png);
}
#main .point9{
	background-image: url(./img/point9.png);
}
#main .point10{
	background-image: url(./img/point10.png);
}

/**
 * 特典HTMLパーツ用 BEGIN
 */
/********* 基本装飾 **********/
/** マージン **/
.gp_mt5 { margin-top: 5px; }
.gp_mt10 { margin-top: 10px; }
.gp_mt15 { margin-top: 15px; }
.gp_mt20 { margin-top: 20px; }
.gp_mt25 { margin-top: 25px; }
.gp_mt30 { margin-top: 30px; }
.gp_mt35 { margin-top: 35px; }
.gp_mt40 { margin-top: 40px; }

.gp_mb5 { margin-bottom: 5px; }
.gp_mb10 { margin-bottom: 10px; }
.gp_mb15 { margin-bottom: 15px; }
.gp_mb20 { margin-bottom: 20px; }
.gp_mb25 { margin-bottom: 25px; }
.gp_mb30 { margin-bottom: 30px; }
.gp_mb35 { margin-bottom: 35px; }
.gp_mb40 { margin-bottom: 40px; }

.gp_ml5 { margin-left: 5px; }
.gp_ml10 { margin-left: 10px; }
.gp_ml15 { margin-left: 15px; }
.gp_ml20 { margin-left: 20px; }
.gp_ml25 { margin-left: 25px; }
.gp_ml30 { margin-left: 30px; }
.gp_ml35 { margin-left: 35px; }
.gp_ml40 { margin-left: 40px; }

.gp_mr5 { margin-right: 5px; }
.gp_mr10 { margin-right: 10px; }
.gp_mr15 { margin-right: 15px; }
.gp_mr20 { margin-right: 20px; }
.gp_mr25 { margin-right: 25px; }
.gp_mr30 { margin-right: 30px; }
.gp_mr35 { margin-right: 35px; }
.gp_mr40 { margin-right: 40px; }



/*色を指定します*/
.gp_blue, .gp_ao { color: #006699; }
.gp_navy { color:#003399; }
.gp_sky { color: #00bbff; }
.gp_aqua, .gp_mizu { color: #0080c0; }
.gp_purple { color:#990099; }
.gp_green, .gp_midori { color: #369B50; }
.gp_darkgreen { color: #006600; }
.gp_yellowgreen { color: #8bc10d; }
.gp_bluegreen, .gp_aomidori { color: #00aaaa; }
.gp_red, .gp_aka { color: #db0000; }
.gp_redpink, .gp_akapink { color: #e70050; }
.gp_redbrown { color: #cc0033; }
.gp_pink { color: #ff3399; }
.gp_enji { color: #9f2560;}
.gp_orange, .gp_daidai { color: #ff7700;}
.gp_brown, .gp_tya { color: #993300; }
.gp_darkbrown { color: #660000; }
.gp_gray { color: #555555; }
.gp_black, .gp_kuro { color: #000000; }

.gp_marker, .gp_line { background: #ffff7d; }
.gp_marker_green, .gp_line_green { background: #d6ffc1; }
.gp_marker_pink, .gp_line_pink { background: #ffe0ff; }
.gp_marker_blue, .gp_line_blue { background: #e0f0ff; }


.gp_center { text-align: center; }
.gp_b { font-weight: bold; }
.gp_u { text-decoration: underline; }
.gp_i { font-style: italic; }
.gp_big { font-size: 18px; }
.gp_big1 { font-size: 24px; }
.gp_big2 { font-size: 16px; }
.gp_big8 { font-size: 8px; }
.gp_big9 { font-size: 9px; }
.gp_big10 { font-size: 10px; }
.gp_big11 { font-size: 11px; }
.gp_big12 { font-size: 12px; }
.gp_big14 { font-size: 14px; }
.gp_big16 { font-size: 16px; }
.gp_big18 { font-size: 18px; line-height:1.2em; }
.gp_big20 { font-size: 20px; line-height:1.2em; }
.gp_big22 { font-size: 22px; line-height:1.2em; }
.gp_big24 { font-size: 24px; line-height:1.2em; }
.gp_big26 { font-size: 26px; line-height:1.2em; }
.gp_big28 { font-size: 28px; line-height:1.2em; }
.gp_big30 { font-size: 30px; line-height:1.2em; }
.gp_big32 { font-size: 32px; line-height:1.2em; }
.gp_big34 { font-size: 34px; line-height:1.2em; }
.gp_big36 { font-size: 36px; line-height:1.2em; }
.gp_big38 { font-size: 38px; line-height:1.2em; }
.gp_big40 { font-size: 40px; line-height:1.2em; }

/***** ノートライン *****/
p.gp_noteline, p.gp_noteline10, p.gp_noteline12, p.gp_noteline14, p.gp_noteline16, p.gp_noteline18 {
	background-image: url(img/gp_noteline.gif) ;
	text-align:justify;
	text-justify: inter-ideograph;
	line-height: 26px;
	padding: 0 0 15px 0;
}
p.gp_noteline10 { font-size: 10px; }
p.gp_noteline12 { font-size: 12px; }
p.gp_noteline14 { font-size: 14px; }
p.gp_noteline16 { font-size: 16px; }
p.gp_noteline18 { font-size: 18px; }

/***** 画像左フローティング *****/
.gp_imgleft {
	float: left;
	margin: 0px 10px 5px 0px;
}
/***** 画像右フローティング *****/
.gp_imgright {
	float: right;
	margin: 0px 0px 5px 10px;
}
.gp_clear { clear: both; }

/**** 5つのポイント(パターンA) ****/
.gp_point_box_a {
	clear: both;
}
.gp_point_box_a .gp_point_a {
	width: 100%;
	margin: 5px 0 0px 5px;
	padding: 0;
	background: none;
	background-position: bottom;
	position: relative;
	height:90px;
	text-align: left;
	border-bottom: 1px #999 dotted;
	font-size: 14px;
	line-height: 1.5em;
	clear: both;
}
.gp_point_box_a .gp_point_img {
	margin: 5px 15px 5px 0px;
	padding: 0;
	float: left;
}
.gp_point_box_a .gp_hr_dotted {
	text-align:left;
	padding 0;
	background-image: url(img/gp_dotted.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: -15px;
	height: 5px;
}
.gp_point_box_a p {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
	margin: 15px 0 0 0;
	_margin: 8px 0 0 0;
	font-size: 14px;
	line-height: 18px;
}

/**** 5つのポイント(パターンB) ****/
.gp_point_box_b {
	clear: both;
}
.gp_point_box_b .gp_point {
	background-repeat: no-repeat;
	padding: 3px 0px 6px 60px;
	height: 56px;
	margin: 3px 0px 3px 0px;
	border-bottom: 1px dotted #cccccc;
}
.gp_point_box_b p {
	margin: 3px 0 0 0;
	_margin: -8px 0 -3px 0;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.gp_point_box_b .gp_hr_dotted {
	text-align:left;
	margin: 0;
	padding 0;
	background: url(img/gp_dotted.gif) repeat-x top;
	height: 2px;
}
.gp_point_box_b .gp_point_a1{ background: url(img/gp_point50_a1.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_a2{ background: url(img/gp_point50_a2.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_a3{ background: url(img/gp_point50_a3.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_a4{ background: url(img/gp_point50_a4.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_a5{ background: url(img/gp_point50_a5.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_b1{ background: url(img/gp_point50_b1.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_b2{ background: url(img/gp_point50_b2.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_b3{ background: url(img/gp_point50_b3.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_b4{ background: url(img/gp_point50_b4.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_b5{ background: url(img/gp_point50_b5.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_c1{ background: url(img/gp_point50_c1.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_c2{ background: url(img/gp_point50_c2.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_c3{ background: url(img/gp_point50_c3.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_c4{ background: url(img/gp_point50_c4.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_c5{ background: url(img/gp_point50_c5.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_d1{ background: url(img/gp_point50_d1.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_d2{ background: url(img/gp_point50_d2.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_d3{ background: url(img/gp_point50_d3.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_d4{ background: url(img/gp_point50_d4.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_d5{ background: url(img/gp_point50_d5.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_e1{ background: url(img/gp_point50_e1.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_e2{ background: url(img/gp_point50_e2.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_e3{ background: url(img/gp_point50_e3.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_e4{ background: url(img/gp_point50_e4.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_e5{ background: url(img/gp_point50_e5.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_f1{ background: url(img/gp_point50_f1.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_f2{ background: url(img/gp_point50_f2.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_f3{ background: url(img/gp_point50_f3.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_f4{ background: url(img/gp_point50_f4.jpg) no-repeat 0 50%; }
.gp_point_box_b .gp_point_f5{ background: url(img/gp_point50_f5.jpg) no-repeat 0 50%; }

/***** ブレット *****/
.gp_bullet {
	margin: 15px 0 15px 10px;
}
/* 点線区切り */
.gp_bullet_dotted {
	margin: 10px 0px 0px 10px;
	border-bottom: 1px dotted #ccc;
}
/* 太文字20px */
.gp_bullet_bold {
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 20px;
	font-weight: normal;
}
.gp_bullet_dotted2 {
	margin: 5px 0px 0px 5px;
	border-bottom: 1px dotted #ccc;
}
/* チェックアイコン */
.gp_bullet_a1 {
	margin: 0 0 7px 0;
	padding: 3px 0 0 35px;
	font-size: 20px;
	line-height: 26px;
	background: url(img/gp_checkbox_a1.gif) no-repeat 0 0;
}
.gp_bullet_a2 {
	margin: 0 0 7px 0;
	padding: 0 0 0 35px;
	font-size: 20px;
	line-height: 26px;
	background: url(img/gp_checkbox_a2.gif) no-repeat 0 0;
}
.gp_bullet_a3 {
	margin: 0 0 7px 0;
	padding: 0 0 0 35px;
	font-size: 20px;
	line-height: 26px;
	background: url(img/gp_checkbox_a3.gif) no-repeat 0 0;
}
.gp_bullet_a4 {
	margin: 0 0 7px 0;
	padding: 0 0 0 35px;
	font-size: 20px;
	line-height: 26px;
	background: url(img/gp_checkbox_a4.gif) no-repeat 0 0;
}
.gp_bullet_a5 {
	margin: 4px 0 2px 0;
	padding: 3px 0 3px 35px;
	font-size: 20px;
	line-height: 26px;
	background: url(img/gp_checkbox_a5.gif) no-repeat 0 0;
}
.gp_bullet_b1 {
	margin: 0 0 7px 0;
	padding: 3px 0 4px 37px;
	font-size: 20px;
	line-height: 26px;
	background: url(img/gp_checkbox_b1.gif) no-repeat 0 0;
}
.gp_bullet_b2 {
	margin: 0 0 7px 0;
	padding: 3px 0 4px 37px;
	font-size: 20px;
	line-height: 26px;
	background: url(img/gp_checkbox_b2.gif) no-repeat 0 0;
}
.gp_bullet_b3 {
	margin: 0 0 7px 0;
	padding: 3px 0 4px 37px;
	font-size: 20px;
	line-height: 26px;
	background: url(img/gp_checkbox_b3.gif) no-repeat 0 0;
}
.gp_bullet_c1 {
	margin: 0 0 2px 0;
	padding: 2px 0 0px 30px;
	font-size: 16px;
	line-height: 20px;
	background: url(img/gp_checkbox_c1.gif) no-repeat 0 0;
}
.gp_bullet_c2 {
	margin: 0 0 3px 0;
	padding: 0px 0 2px 30px;
	font-size: 16px;
	line-height: 20px;
	background: url(img/gp_checkbox_c2.gif) no-repeat 0 0;
}
.gp_bullet_c3 {
	margin: 0 0 3px 0;
	padding: 0px 0 2px 30px;
	font-size: 16px;
	line-height: 20px;
	background: url(img/gp_checkbox_c3.gif) no-repeat 0 0;
}
.gp_bullet_c4 {
	margin: 0 0 3px 0;
	padding: 0px 0 2px 30px;
	font-size: 16px;
	line-height: 20px;
	background: url(img/gp_checkbox_c4.gif) no-repeat 0 0;
}
.gp_bullet_c5 {
	margin: 0 0 3px 0;
	padding: 0px 0 2px 30px;
	font-size: 16px;
	line-height: 24px;
	background: url(img/gp_checkbox_c5.gif) no-repeat 0 0;
}
.gp_bullet_d1 {
	margin: 0 0 5px 0;
	padding: 0px 0 0px 30px;
	font-size: 16px;
	line-height: 22px;
	background: url(img/gp_checkbox_d1.gif) no-repeat 0 0;
}
.gp_bullet_d2 {
	margin: 0 0 5px 0;
	padding: 0px 0 0px 30px;
	font-size: 16px;
	line-height: 22px;
	background: url(img/gp_checkbox_d2.gif) no-repeat 0 0;
}
.gp_bullet_d3 {
	margin: 0 0 5px 0;
	padding: 0px 0 0px 30px;
	font-size: 16px;
	line-height: 22px;
	background: url(img/gp_checkbox_d3.gif) no-repeat 0 0;
}


/***** ニコちゃんマーク 箇条書き *****/
.gp_niko_a1 {
	padding: 0 0 5px 37px;
	font-size: 20px;
	line-height: 30px;
	background: url(img/gp_niko_a1.gif) no-repeat;
}
.gp_niko_a2 {
	padding: 0 0 5px 37px;
	font-size: 20px;
	line-height: 30px;
	background: url(img/gp_niko_a2.gif) no-repeat;
}
.gp_niko_a3 {
	padding: 0 0 5px 37px;
	font-size: 20px;
	line-height: 30px;
	background: url(img/gp_niko_a3.gif) no-repeat;
}
.gp_niko_b1 {
	padding: 0 0 5px 37px;
	font-size: 20px;
	line-height: 30px;
	background: url(img/gp_niko_b1.gif) no-repeat;
}
.gp_niko_b2 {
	padding: 0 0 5px 37px;
	font-size: 20px;
	line-height: 30px;
	background: url(img/gp_niko_b2.gif) no-repeat;
}
.gp_niko_b3 {
	padding: 0 0 5px 37px;
	font-size: 20px;
	line-height: 30px;
	background: url(img/gp_niko_b3.gif) no-repeat;
}
.gp_niko_c1 {
	padding: 0 0 5px 37px;
	font-size: 20px;
	line-height: 30px;
	background: url(img/gp_niko_c1.gif) no-repeat;
}
.gp_niko_c2 {
	padding: 0 0 5px 37px;
	font-size: 20px;
	line-height: 30px;
	background: url(img/gp_niko_c2.gif) no-repeat;
}
.gp_niko_c3 {
	padding: 0 0 5px 37px;
	font-size: 20px;
	line-height: 30px;
	background: url(img/gp_niko_c3.gif) no-repeat;
}

/***** こんな方におすすめ *****/
.gp_osusume {
	background:url(img/gp_osusume.jpg) no-repeat left 80%;
	margin-bottom:10px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:100px;
}
.gp_osusume .gp_waku {
	border: 1px solid #cbcbcb;
	background: #ffeeee;
	padding: 10px;
	width: 520px;
}

/***** 囲み枠 *****/
/* 青 */
.gp_waku_blue, .gp_waku_blue1 {
	margin: 10px 0px 10px 0px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #0080c0;
}
.gp_waku_blue2 {
	margin: 10px 0px 10px 0px;
	padding: 15px 15px 15px 15px;
	border: 2px solid #0080c0;
}
.gp_bg_blue {
	background: #eff4fa;
}
/* 緑 */
.gp_waku_green, .gp_waku_green1 {
	margin: 10px 0px 10px 0px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #00a800;
}
.gp_waku_green2 {
	margin: 10px 0px 10px 0px;
	padding: 15px 15px 15px 15px;
	border: 2px solid #00a800;
}
.gp_bg_green {
	background: #effada;
}
/* 赤 */
.gp_waku_red, .gp_waku_red1 {
	margin: 10px 0px 10px 0px;
	padding:15px 15px 15px 15px;
	border: 1px solid #cc0000;
}
.gp_waku_red2 {
	margin: 10px 0px 10px 0px;
	padding:15px 15px 15px 15px;
	border: 2px solid #cc0000;
}
.gp_bg_red {
	background: #ffefef;
}
/* オレンジ */
.gp_waku_orange, .gp_waku_orange1 {
	margin: 10px 0px 10px 0px;
	padding:15px 15px 15px 15px;
	border: 1px solid #ff8000;
}
.gp_waku_orange2 {
	margin: 10px 0px 10px 0px;
	padding:15px 15px 15px 15px;
	border: 2px solid #ff8000;
}
.gp_bg_orange {
	background: #fff0d0;
}
/* 茶 */
.gp_waku_brown, .gp_waku_brown1 {
	margin: 10px 0px 10px 0px;
	padding:15px 15px 15px 15px;
	border: 1px solid #804000;
}
.gp_waku_brown2 {
	margin: 10px 0px 10px 0px;
	padding:15px 15px 15px 15px;
	border: 2px solid #804000;
}
.gp_bg_brown {
	background: #ffecdf;
}
/* 黒 */
.gp_waku_black, .gp_waku_black1 {
	margin: 10px 0px 10px 0px;
	padding:15px 15px 15px 15px;
	border: 1px solid #000000;
}
.gp_waku_black2 {
	margin: 10px 0px 10px 0px;
	padding:15px 15px 15px 15px;
	border: 2px solid #000000;
}
.gp_bg_black {
	background: #f3f3f3;
}
/* 黄 */
.gp_waku_yellow, .gp_waku_yellow1 {
	margin: 10px 0px 10px 0px;
	padding:15px 15px 15px 15px;
	border: 1px solid #ffcc00;
}
.gp_waku_yellow2 {
	margin: 10px 0px 10px 0px;
	padding:15px 15px 15px 15px;
	border: 2px solid #ffcc00;
}
.gp_bg_yellow {
	background-color: #ffffd2;
}
/* ピンク */
.gp_waku_pink, .gp_waku_pink1 {
	margin: 10px 0px 10px 0px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #ff0080;
}
.gp_waku_pink2 {
	margin: 10px 0px 10px 0px;
	padding: 15px 15px 15px 15px;
	border: 2px solid #ff0080;
}
.gp_bg_pink {
	background: #ffefef;
}
/* グレー */
.gp_waku_gray, .gp_waku_gray1 {
	margin: 10px 0px 10px 0px;
	padding:15px 15px 15px 15px;
	border: 1px solid #888888;
}
.gp_waku_gray2 {
	margin: 10px 0px 10px 0px;
	padding:15px 15px 15px 15px;
	border: 2px solid #888888;
}
.gp_bg_gray {
	background-color:#fafafa;
}

/***** 見出し *****/
.gp_midashi {
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	margin: 10px 0px 25px 0px;
	padding: 8px 5px 8px 5px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-size: 24px;
	line-height: 1.25em;
}

/***** フレーム１：注目 *****/
.gp_frame_a1 {
	clear: both;
	margin: 15px 0 25px 0;
}
.gp_frame_a1 .gp_frame_top {
	background: #fff url(img/gp_frame_a1_top.jpg) no-repeat 10px 20px;
	width: 558px;
	height: 82px;
}
.gp_frame_a1 .gp_frame_middle {
	background: #fff url(img/gp_frame_a1_middle.jpg) repeat-y 10px 0px;
	width: 558px;
	min-height: 60px;
}
.gp_frame_a1 .gp_frame_bottom {
	clear: both;
	background: #fff url(img/gp_frame_a1_bottom.jpg) no-repeat 10px 0px;
	width: 558px;
}
.gp_frame_a1 .gp_frame_icon {
	margin: 0;
	padding: 0;
	float: left;
}
.gp_frame_a1 .gp_frame_title {
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	line-height: 1.0em;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 42px 0 0 30px;
	margin: 0px 0px 0px 0px;
}
.gp_frame_a1 .gp_frame_text {
	clear:both;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
	margin: 0;
	padding: 5px 20px 5px 25px;
}

/***** フレーム内に画像をおくときのレイアウト(左フロート） *****/
.gp_frame_img {
	float: left;
	margin: 0px 10px 10px 5px;
}
.gp_frame_a1 .gp_frame_img {
	float: left;
	margin: 20px 10px 10px 0px;
}

/***** テキスト誘導リンク *****/
.gp_text_link {
	margin: 15px 10px 5px 5px;
	padding-top:0px;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	clear: both;
}
.gp_text_link img.gp_middle {
	vertical-align: middle;
}

/** 画像背景のテキスト誘導リンク **/
/* シンプル */
.gp_text_link_bg1 {
	clear: both;
	margin: 15px 0 15px 0;
	background: url(img/gp_text_link_bg1.gif) no-repeat 0 0;
	height: 60px;
	padding-left: 20px;
	padding-top: 25px;
	font-size:18px;
	font-weight:bold;
}
.gp_text_link_bg1 a {
	background: url(img/gp_to_a1.gif) no-repeat 0 50%; 
	padding-left: 35px;
}
/* 注目！：赤 */
.gp_text_link_bg2 {
	clear: both;
	margin: 15px 0 15px 0;
	background: url(img/gp_text_link_bg2.gif) no-repeat 0 0;
	height: 60px;
	padding-left: 80px;
	padding-top: 37px;
	font-size:18px;
	font-weight:bold;
}
.gp_text_link_bg2 a {
	background: url(img/gp_to_a1.gif) no-repeat 0 50%; 
	padding-left: 35px;
}
/* 注目！：緑 */
.gp_text_link_bg3 {
	clear: both;
	margin: 15px 0 5px 0;
	background: url(img/gp_text_link_bg3.gif) no-repeat 0 0;
	height: 60px;
	padding-left: 80px;
	padding-top: 37px;
	font-size:18px;
	font-weight:bold;
}
.gp_text_link_bg3 a {
	background: url(img/gp_to_a1.gif) no-repeat 0 50%; 
	padding-left: 35px;
}



/***** 囲み枠 *****/
/* BASE */
.gp_frame_box {
	margin: 15px 0 15px 0;
	_width: 100%;
}
.gp_frame_box .gp_frame_inner {
	margin: 0;
	padding: 10px;
	_width: 100%;
}
.gp_frame_box .gp_frame_title {
	background: #fafafa;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 17px 0px;
	padding: 15px 10px 15px 10px;
	font-size: 22px;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
}
.gp_frame_box p {
	margin: 0;
	padding: 0px 5px 10px 5px;
}
/* 青 */
.gp_frame_box_blue {
	border: 6px solid #006699;
}
.gp_frame_box_blue .gp_frame_inner {
	border: 4px solid #99ccff;
}
/* 緑 */
.gp_frame_box_green {
	border: 6px solid #009966;
}
.gp_frame_box_green .gp_frame_inner {
	border: 4px solid #00f080;
}
/* 赤 */
.gp_frame_box_red {
	border: 6px solid #900050;
}
.gp_frame_box_red .gp_frame_inner {
	border: 4px solid #ff80b3;
}
/* オレンジ */
.gp_frame_box_orange {
	border: 6px solid #ff6c26;
}
.gp_frame_box_orange .gp_frame_inner {
	border: 4px solid #ffaa88;
}
/* 茶 */
.gp_frame_box_brown {
	border: 6px solid #552500;
}
.gp_frame_box_brown .gp_frame_inner {
	border: 4px solid #bb6565;
}
/* 黒 */
.gp_frame_box_black {
	border: 6px solid #000000;
}
.gp_frame_box_black .gp_frame_inner {
	border: 4px solid #999999;
}


/***** 分析マップ *****/
.gp_amap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 565px;
	height: 620px;
	overflow:hidden;
	background: url(img/gp_amap_556x580.gif) no-repeat 0px 0px;
	text-align: left;
	font-size: 12px;
	line-height: 1.1em;
	font-weight: normal;
	color: #666;
}
.gp_amap .gp_amap_vtlabel {
	position: absolute;
	top: 0px;
	left: 210px;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 20px;
	line-height: 24px;
	color: #777777;
	text-align:center;
}
.gp_amap .gp_amap_vblabel {
	position: absolute;
	bottom: 10px;
	left: 210px;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 20px;
	line-height: 24px;
	color: #777777;
	text-align:center;
}
.gp_amap .gp_amap_hllabel {
	position: absolute;
	top: 315px;
	left: 0px;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 20px;
	line-height: 24px;
	color: #777777;
	text-align: left;
}
.gp_amap .gp_amap_hrlabel {
	position: absolute;
	top: 315px;
	right: 10px;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 20px;
	line-height: 24px;
	color: #777777;
	text-align: right;
}
.gp_amap .gp_amap_item0101 {
	position: absolute;
	top: 30px;
	left: 20px;
}
.gp_amap .gp_amap_item0102 {
	position: absolute;
	top: 90px;
	left: 20px;
}
.gp_amap .gp_amap_item0103 {
	position: absolute;
	top: 150px;
	left: 20px;
}
.gp_amap .gp_amap_item0105 {
	position: absolute;
	bottom: 270px;
	left: 20px;
}
.gp_amap .gp_amap_item0107 {
	position: absolute;
	bottom: 160px;
	left: 20px;
}
.gp_amap .gp_amap_item0109 {
	position: absolute;
	bottom: 40px;
	left: 20px;
}
.gp_amap .gp_amap_item0301 {
	position: absolute;
	top: 30px;
	left: 140px;
}
.gp_amap .gp_amap_item0303 {
	position: absolute;
	top: 150px;
	left: 140px;
}
.gp_amap .gp_amap_item0305 {
	position: absolute;
	bottom: 270px;
	left: 140px;
}
.gp_amap .gp_amap_item0307 {
	position: absolute;
	bottom: 160px;
	left: 140px;
}
.gp_amap .gp_amap_item0309 {
	position: absolute;
	bottom: 40px;
	left: 140px;
}
.gp_amap .gp_amap_item0501 {
	position: absolute;
	top: 30px;
	left: 310px;
}
.gp_amap .gp_amap_item0503 {
	position: absolute;
	top: 150px;
	left: 310px;
}
.gp_amap .gp_amap_item0505 {
	position: absolute;
	bottom: 270px;
	left: 310px;
}
.gp_amap .gp_amap_item0507 {
	position: absolute;
	bottom: 160px;
	left: 310px;
}
.gp_amap .gp_amap_item0509 {
	position: absolute;
	bottom: 40px;
	left: 310px;
}
.gp_amap .gp_amap_item0701 {
	position: absolute;
	top: 30px;
	left: 430px;
}
.gp_amap .gp_amap_item0703 {
	position: absolute;
	top: 150px;
	left: 430px;
}
.gp_amap .gp_amap_item0705 {
	position: absolute;
	bottom: 270px;
	left: 430px;
}
.gp_amap .gp_amap_item0707 {
	position: absolute;
	bottom: 160px;
	left: 430px;
}
.gp_amap .gp_amap_item0709 {
	position: absolute;
	bottom: 40px;
	left: 430px;
}

/*******************/
/*     誘導リンク         */
/*******************/
/**
 * ボタンリンク a01 赤ボタン(特大)  文字列は任意 表示位置はセンター
 */
.gp_link_btn_a01 {
	margin: 25px 0px 15px 0px;
/** センタリング表示したくなければ以下適切なmargin-leftの値を設定する **/
	/* margin-left: 50px; */
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 30px;
	font-weight: normal;
	text-align: center;   /* センタリング表示したくなければleftを指定すること */
}
.gp_link_btn_a01 a {
	display: block;
	height: 69px;
/** センタリング表示したくなければ以下適切なwidth,padding-leftの値を設定する **/
/*	width: 578px; */
/*	padding-left: 79px; */
	line-height: 64px;
	overflow: hidden;
	background: url(img/gp_btn_a01.gif) no-repeat 50% 0;
	color:#ffffff;
	text-decoration: none;
}
.gp_link_btn_a01 a:hover {
	background-position: 50% -69px;
	position:relative;
	top:1px;
	left:1px; 
	color:#ffffff;
	text-decoration: none;
}
/**
 * ボタンリンク a02 赤ボタン(大)  文字列は任意 表示位置はセンター
 */
.gp_link_btn_a02 {
	margin: 25px 0px 15px 0px;
/** センタリング表示したくなければ以下適切なmargin-leftの値を設定する **/
	/* margin-left: 50px; */
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 26px;
	font-weight: normal;
	text-align: center;   /* センタリング表示したくなければleftを指定すること */
}
.gp_link_btn_a02 a {
	display: block;
	height: 69px;
/** センタリング表示したくなければ以下適切なwidth,padding-leftの値を設定する **/
/*	width: 448px; */
/*	padding-left: 60px; */
	line-height: 64px;
	overflow: hidden;
	background: url(img/gp_btn_a02.gif) no-repeat 50% 0;
	color:#ffffff;
	text-decoration: none;
}
.gp_link_btn_a02 a:hover {
	background-position: 50% -69px;
	position:relative;
	top:1px;
	left:1px; 
	color:#ffffff;
	text-decoration: none;
}
/**
 * ボタンリンク a03 赤ボタン(中) 文字列は任意 表示位置はセンター
 */
.gp_link_btn_a03 {
	margin: 15px 0px 15px 0px;
/** センタリング表示したくなければ以下適切なmargin-leftの値を設定する **/
/*	margin-left: 50px; */
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 20px;
	font-weight: normal;
	text-align: center;   /* センタリング表示したくなければleftを指定すること */
}
.gp_link_btn_a03 a {
	display: block;
	height: 58px;
/** センタリング表示したくなければ以下適切なwidth,padding-leftの値を設定する **/
/*	width: 298px; */
/*	padding-lef: 40px; */
	line-height: 53px;
	overflow: hidden;
	background: url(img/gp_btn_a03.gif) no-repeat 50% 0;
	color:#ffffff;
	text-decoration: none;
}
.gp_link_btn_a03 a:hover {
	background-position: 50% -58px;
	position:relative;
	top:1px;
	left:1px; 
	color:#ffffff;
	text-decoration: none;
}
/**
 * ボタンリンク a04 赤ボタン(小) 文字列は任意 表示位置は右フロート
 */
.gp_link_btn_a04 {
	margin: 10px 0px 10px 0px;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 18px;
	font-weight: normal;
	float: right;
}
.gp_link_btn_a04 a {
	display: block;
	height: 42px;
	width: 162px;
	padding-left: 34px;
	line-height: 40px;
	overflow: hidden;
	background: url(img/gp_btn_a04.gif) no-repeat;
	color:#ffffff;
	text-decoration: none;
}
.gp_link_btn_a04 a:hover {
	background-position: 0 -42px;
	position:relative;
	top:1px;
	left:1px; 
	color:#ffffff;
	text-decoration: none;
}
/**
 * ボタンリンク a05 赤ボタン(極小) 文字列は任意 表示位置は右フロート
 */
.gp_link_btn_a05 {
	margin: 10px 0px 10px 0px;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 16px;
	font-weight: normal;
	float: right;
}
.gp_link_btn_a05 a {
	display: block;
	height: 37px;
	width: 132px;
	padding-left: 25px;
	line-height: 35px;
	overflow: hidden;
	background: url(img/gp_btn_a05.gif) no-repeat;
	color:#ffffff;
	text-decoration: none;
}
.gp_link_btn_a05 a:hover {
	background-position: 0 -37px;
	position:relative;
	top:1px;
	left:1px; 
	color:#ffffff;
	text-decoration: none;
}

/***** 誘導ボタンC1（公式サイトへ） *****/
.gp_btn_kousiki_c01 {
	margin: 5px 0px 0px 0px;
}
.gp_btn_kousiki_c01 a {
	display: block;
	height: 45px;
	background: url(img/gp_btn_kousiki_c01.gif) no-repeat 50% 0;
	text-indent:-2000px;
}
.gp_btn_kousiki_c01 a:hover {
	background-position: 50% -45px;
	position:relative;
	top:0px;
	left:0px; 
}
/***** 誘導ボタンC2 (大) （公式サイトへ） *****/
.gp_btn_kousiki_c02 {
	margin: 10px 0px 0px 0px;
}
.gp_btn_kousiki_c02 a {
	display: block;
	height: 55px;
	background: url(img/gp_btn_kousiki_c02.gif) no-repeat 50% 0;
	text-indent:-2000px;
}
.gp_btn_kousiki_c02 a:hover {
	background-position: 50% -55px;
	position:relative;
	top:0px;
	left:0px; 
}
/***** 誘導ボタンC3 (中) （公式サイトへ） *****/
.gp_btn_kousiki_c03 {
	margin: 10px 0px 0px 0px;
}
.gp_btn_kousiki_c03 a {
	display: block;
	height: 48px;
	background: url(img/gp_btn_kousiki_c03.gif) no-repeat 50% 0;
	text-indent:-2000px;
}
.gp_btn_kousiki_c03 a:hover {
	background-position: 50% -48px;
	position:relative;
	top:0px;
	left:0px; 
}
/***** 誘導ボタンC4 (小)（公式サイトへ） *****/
.gp_btn_kousiki_c04 {
	margin: 10px 0px 0px 0px;
}
.gp_btn_kousiki_c04 a {
	display: block;
	height: 46px;
	background: url(img/gp_btn_kousiki_c04.gif) no-repeat 50% 0;
	text-indent:-2000px;
}
.gp_btn_kousiki_c04 a:hover {
	background-position: 50% -46px;
	position:relative;
	top:0px;
	left:0px; 
}
/***** 誘導ボタンC5 (極小)（公式サイトへ） *****/
.gp_btn_kousiki_c05 {
	margin: 10px 0px 0px 0px;
}
.gp_btn_kousiki_c05 a {
	display: block;
	height: 46px;
	background: url(img/gp_btn_kousiki_c05.gif) no-repeat 50% 0;
	text-indent:-2000px;
}
.gp_btn_kousiki_c05 a:hover {
	background-position: 50% -46px;
	position:relative;
	top:0px;
	left:0px; 
}



/***** 表A *****/
/* base */
.gp_matrix_a table {
	border: 2px solid #333333;
}
.gp_matrix_a th {
	padding: 10px 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	border: 1px solid #cccccc;
	border-right: 1px solid #888888;
	color: #ffffff;
	background: #555555;
}
.gp_matrix_a td {
	padding: 10px 5px;
	font-size: 14px;
	line-height: 1.3em;
	border: 1px solid #666666;
}
.gp_matrix_a td.gp_col1 {
	width: 140px;
	background: #eeeeee;
}
.gp_matrix_a td.gp_col2 {
}
/* 青 */
.gp_matrix_blue table {
	border: 2px solid #1350a6;
}
.gp_matrix_blue th {
	border: 1px solid #d1edfb;
	border-right: 1px solid #1350a6;
	color: #ffffff;
	background: #003060;
}
.gp_matrix_blue td {
	border: 1px solid #3377bb;
}
.gp_matrix_blue td.gp_col1 {
	background: #d1edfb;
}
/* 緑 */
.gp_matrix_green table {
	border: 2px solid #004000;
}
.gp_matrix_green th {
	border: 1px solid #ddffdd;
	border-right: 1px solid #004000;
	color: #ffffff;
	background: #004020;
}
.gp_matrix_green td {
	border: 1px solid #008040;
}
.gp_matrix_green td.gp_col1 {
	background: #ddffdd;
}
/* 赤(ピンク) */
.gp_matrix_red table {
	border: 2px solid #b6054b;
}
.gp_matrix_red th {
	border: 1px solid #ffddff;
	border-right: 1px solid #b6054b;
	color: #ffffff;
	background: #aa0044;
}
.gp_matrix_red td {
	border: 1px solid #ff80bf;
}
.gp_matrix_red td.gp_col1 {
	background: #ffddff;
}
/* オレンジ */
.gp_matrix_orange table {
	border: 2px solid #ff8800;
}
.gp_matrix_orange th {
	border: 1px solid #ffeebb;
	border-right: 1px solid #ff8800;
	color: #ffffff;
	background: #ee7700;
}
.gp_matrix_orange td {
	border: 1px solid #ff9955;
}
.gp_matrix_orange td.gp_col1 {
	background: #ffeebb;
}
/* 茶 */
.gp_matrix_brown table {
	border: 2px solid #804000;
}
.gp_matrix_brown th {
	border: 1px solid #996600;
	border-right: 1px solid #804000;
	color: #ffffff;
	background: #442200;
}
.gp_matrix_brown td {
	border: 1px solid #996600;
}
.gp_matrix_brown td.gp_col1 {
	background: #eeddbb;
}
/* 黒 */
.gp_matrix_black table {
	border: 2px solid #333333;
}
.gp_matrix_black th {
	border: 1px solid #cccccc;
	border-right: 1px solid #888888;
	color: #ffffff;
	background: #555555;
}
.gp_matrix_black td {
	border: 1px solid #666666;
}
.gp_matrix_black td.gp_col1 {
	background: #eeeeee;
}




/***** ランキングA ******/
.gp_rank_a {
	_width: 98%;
}
.gp_rank_a p {
	margin: 0;
	padding: 0px 5px 5px 5px;
	line-height: 1.3em;
	font-size: 14px;
}
.gp_rank_a1, .gp_rank_a2, .gp_rank_a3, .gp_rank_a4, .gp_rank_a5 {
	margin: 0px 0px 15px 0px;
	padding: 32px 0px 5px 85px;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 24px;
	line-height: 26px;
	color: #333;
	border-bottom:dotted 1px #666;
	clear: both;
}
.gp_rank_a1 { background: url(img/gp_rank_a1.gif) no-repeat left bottom; }
.gp_rank_a2 { background: url(img/gp_rank_a2.gif) no-repeat left bottom; }
.gp_rank_a3 { background: url(img/gp_rank_a3.gif) no-repeat left bottom; }
.gp_rank_a4 { background: url(img/gp_rank_a4.gif) no-repeat left bottom; }
.gp_rank_a5 { background: url(img/gp_rank_a5.gif) no-repeat left bottom; }


/***** ランキングB *****/
.gp_rank_b {
	_width: 100%;
}
.gp_rank_b p {
	margin: 0;
	padding: 0px 5px 10px 5px;
	line-height: 1.3em;
	font-size: 14px;
}
.gp_rank_b .gp_rank_b_img {
	float: left;
	margin: 0px 10px 10px 0px;
}
.gp_rank_b .gp_rank_title_rank01b,
.gp_rank_b .gp_rank_title_rank02b,
.gp_rank_b .gp_rank_title_rank03b,
.gp_rank_b .gp_rank_title_rank04b,
.gp_rank_b .gp_rank_title_rank05b {
	margin: 0px 0px 17px 0px;
	padding: 18px 10px 18px 85px;
	font-size: 22px;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
}
/* ランキング1位(B) */
.gp_rank_b .gp_rank_b01 { margin: 15px 0 15px 0; border: 6px solid #ffcc22; }
.gp_rank_b .gp_rank_b01 .gp_rank_b_inner {
	margin: 2px;
	padding: 15px;
	border: 5px solid #ffdd66;
}
.gp_rank_b .gp_rank_title_rank01b {
	border-top: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
	background: #fafafa url(img/gp_rank_a1.gif) no-repeat left center;
}
/* ランキング2位(B) */
.gp_rank_b .gp_rank_b02 { margin: 15px 0 15px 0; border: 6px solid #aaaaaa; }
.gp_rank_b .gp_rank_b02 .gp_rank_b_inner {
	margin: 2px;
	padding: 15px;
	border: 5px solid #cccccc;
}
.gp_rank_b .gp_rank_title_rank02b {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #fafafa url(img/gp_rank_a2.gif) no-repeat left center;
}
/* ランキング3位(B) */
.gp_rank_b .gp_rank_b03 { margin: 15px 0 15px 0; border: 6px solid #663300; }
.gp_rank_b .gp_rank_b03 .gp_rank_b_inner {
	margin: 2px;
	padding: 15px;
	border: 5px solid #cc9900;
}
.gp_rank_b .gp_rank_title_rank03b {
	border-top: 1px solid #cc9900;
	border-bottom: 1px solid #cc9900;
	background: #fafafa url(img/gp_rank_a3.gif) no-repeat left center;
}
/* ランキング4位、5位(B) */
.gp_rank_b .gp_rank_b04 { margin: 15px 0 15px 0; border: 5px solid #666666; }
.gp_rank_b .gp_rank_b05 { margin: 15px 0 15px 0; border: 5px solid #666666; }
.gp_rank_b .gp_rank_b04 .gp_rank_b_inner,
.gp_rank_b .gp_rank_b05 .gp_rank_b_inner {
	margin: 2px;
	padding: 15px;
	border: 5px solid #dddddd;
}
.gp_rank_b .gp_rank_title_rank04b {
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background: #fafafa url(img/gp_rank_a4.gif) no-repeat left center;
}
.gp_rank_b .gp_rank_title_rank05b {
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background: #fafafa url(img/gp_rank_a5.gif) no-repeat left center;
}


/***** ランキングC *****/
.gp_rank_c {
	margin: 0px 0px 30px 0px;
	padding: 0;
	_width: 99%;
}
.gp_rank_c table {
	width: 100%;
	margin: 5px 2px 15px 2px;
	padding: 0;
	font-size: 13px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.gp_rank_c th {
	margin: 0;
	padding: 3px 0;
	background: url(img/gp_table_th.gif) repeat-x 0 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.gp_rank_c th.gp_rank_c_col1 {
}
.gp_rank_c th.gp_rank_c_col2 {
}
.gp_rank_c th.gp_rank_c_col3 {
}
.gp_rank_c th.gp_rank_c_col4 {
}
.gp_rank_c th.gp_rank_c_col5 {
}
.gp_rank_c td {
	margin: 0;
	padding: 5px 5px 5px 5px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.gp_rank_c td.gp_rank_c_col1 {
	width: 32px;
	margin: 0px;
	padding-left: 2px;
}
.gp_rank_c td.gp_rank_c_col2 {
	width: 82px;
	margin: 0px;
	padding: 5px 0px 5px 2px;
	font-size: 12px;
	font-weight:bold;
}
.gp_rank_c td.gp_rank_c_col3 {
	width: 71px;
	border-left: 1px solid #ccc;
}
.gp_rank_c td.gp_rank_c_col4 {
	border-left: 1px solid #ccc;
}
.gp_rank_c td.gp_rank_c_col5 {
	width: 64px;
	border-left: 1px solid #eee;
	border-right: 1px solid #ccc;
}
.gp_rank_c .gp_rank_c_text  {
	vertical-align: top;
}
.gp_rank_c .gp_rank_c_text {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}
.gp_rank_c .gp_rank_c_catch {
	margin: 5px 0px 7px 0px;
	color: #0080c0;
	font-size: 16px;
	font-weight: bold;
}
.gp_rank_c .gp_rank_c_price {
	margin: 2px 0 7px 0;
	color: #db0000;
	font-weight: bold;
}
.gp_rank_c .gp_rank_btn_syousai {
	margin: 5px 0px 0px 0px;
}
.gp_rank_c .gp_rank_btn_syousai a {
	display: block;
	width: 61px;
	height: 30px;
	background: url(img/gp_btn_syosai_a01.gif) no-repeat 0 0;
	text-indent:-2000px;
}
.gp_rank_c .gp_rank_btn_syousai a:hover {
	background-position: 0 -30px;
	position:relative;
	top:1px;
	left:1px; 
}
.gp_rank_c .gp_rank_btn_kousiki {
	margin: 5px 0px 0px 0px;
}
.gp_rank_c .gp_rank_btn_kousiki a {
	display: block;
	width: 61px;
	height: 30px;
	background: url(img/gp_btn_kousiki_a01.gif) no-repeat 0 0;
	text-indent:-2000px;
}
.gp_rank_c .gp_rank_btn_kousiki a:hover {
	background-position: 0 -30px;
	position:relative;
	top:1px;
	left:1px; 
}


/***** ランキングD *****/
.gp_rank_d {
	margin: 0px 0px 30px 0px;
	padding: 0;
	_width: 99%;
}
.gp_rank_d table {
	width: 100%;
	margin: 5px 2px 15px 2px;
	padding: 0;
	font-size: 13px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.gp_rank_d th {
	margin: 0;
	padding: 3px 0;
	background: url(img/gp_table_th.gif) repeat-x 0 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.gp_rank_d th.gp_rank_d_col1 {
}
.gp_rank_d th.gp_rank_d_col2 {
}
.gp_rank_d th.gp_rank_d_col3 {
}
.gp_rank_d th.gp_rank_d_col4 {
}
.gp_rank_d th.gp_rank_d_col5 {
}
.gp_rank_d td {
	margin: 0;
	padding: 5px 5px 5px 5px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.gp_rank_d td.gp_rank_d_col1 {
	width: 32px;
	margin: 0px;
	padding-left: 2px;
}
.gp_rank_d td.gp_rank_d_col2 {
	width: 82px;
	margin: 0px;
	padding: 5px 0px 5px 2px;
	font-size: 12px;
	font-weight:bold;
}
.gp_rank_d td.gp_rank_d_col3 {
	width: 65px;
	border-left: 1px solid #ccc;
	color: #cc2200;
	font-weight:bold;
}
.gp_rank_d td.gp_rank_d_col4 {
	border-left: 1px solid #ccc;
}
.gp_rank_d td.gp_rank_d_col5 {
	width: 64px;
	border-left: 1px solid #eee;
	border-right: 1px solid #ccc;
}
.gp_rank_d .gp_rank_d_text  {
	vertical-align: top;
}
.gp_rank_d .gp_rank_d_text {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}
.gp_rank_d .gp_rank_d_catch {
	margin: 5px 0px 7px 0px;
	color: #0080c0;
	font-size: 16px;
	font-weight: bold;
}
.gp_rank_d .gp_rank_btn_syousai {
	margin: 5px 0px 0px 5px;
	float: right;
}
.gp_rank_d .gp_rank_btn_syousai a {
	display: block;
	width: 100px;
	height: 26px;
	background: url(img/gp_btn_syosai_b01.gif) no-repeat 0 0;
	text-indent:-2000px;
}
.gp_rank_d .gp_rank_btn_syousai a:hover {
	background-position: 0 -26px;
	position:relative;
	top:1px;
	left:1px; 
}
.gp_rank_d .gp_rank_btn_kousiki {
	margin: 5px 0px 0px 5px;
	float: right;
}
.gp_rank_d .gp_rank_btn_kousiki a {
	display: block;
	width: 100px;
	height: 26px;
	background: url(img/gp_btn_kousiki_b01.gif) no-repeat 0 0;
	text-indent:-2000px;
}
.gp_rank_d .gp_rank_btn_kousiki a:hover {
	background-position: 0 -26px;
	position:relative;
	top:1px;
	left:1px; 
}


/***** ランキングE *****/
.gp_rank_e {
	margin: 0;
	padding: 0;
	text-align: left;
}
.gp_rank_e table {
	display:block;
	width:100%;
	_width: auto;
	margin: 3px 0px 25px 0px;
	border-top: 1px #eee solid;
	border-right: 1px #888 solid;
	border-bottom: 1px #888 solid;
	border-left: 1px #eee solid;
}
.gp_rank_e td {
	display: table-cell;
	vertical-align: center;
	padding: 5px 5px 5px 5px;
	text-align:left;
	font-size:14px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
}
.gp_rank_e p {
	font-size: 13px;
	padding:5px;
	line-height: 1.3em;
}
.gp_rank_e th {
	text-align: left;
}
.gp_rank_e th.gp_title {
	vertical-align: center;
	padding:15px 10px 10px 10px;
	text-align: left;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 26px;
	font-weight:normal;
	line-height: 28px;
}
.gp_rank_e th.gp_title a {
	/* color: #5091af; */
	color: #bd000e;
	text-decoration: none;
}
.gp_rank_e th.gp_title a:hover {
	color: #888;
	text-decoration: underline;
}
.gp_rank_e th.gp_label {
	background-color: #e5e5e5;
}
.gp_rank_e td {
	text-align: left;
}
.gp_rank_e td.gp_text {
	vertical-align:top;
	text-align: left;
	font-size: 13px;
	line-height: 1.3em;
}
.gp_rank_e td .gp_catch {
	margin: 5px 0px 2px 0px;
	color: #0080c0;
	font-size: 20px;
	font-weight: bold;	
	line-height: 1.25em;
}
.gp_rank_e td.gp_label {
	background-color: #e5e5e5;
	text-align:center;
}
.gp_rank_e td.gp_value {
	text-align:center;
}
.gp_rank_e .gp_rank_btn_syousai {
	margin: 5px 0px 0px 5px;
	float: right;
}
.gp_rank_e .gp_rank_btn_syousai a {
	display: block;
	width: 100px;
	height: 26px;
	background: url(img/gp_btn_syosai_b01.gif) no-repeat 0 0;
	text-indent:-2000px;
}
.gp_rank_e .gp_rank_btn_syousai a:hover {
	background-position: 0 -26px;
	position:relative;
	top:1px;
	left:1px; 
}
.gp_rank_e .gp_rank_btn_kousiki {
	margin: 5px 0px 0px 5px;
	float: right;
}
.gp_rank_e .gp_rank_btn_kousiki a {
	display: block;
	width: 100px;
	height: 26px;
	background: url(img/gp_btn_kousiki_b01.gif) no-repeat 0 0;
	text-indent:-2000px;
}
.gp_rank_e .gp_rank_btn_kousiki a:hover {
	background-position: 0 -26px;
	position:relative;
	top:1px;
	left:1px; 
}
.gp_rank_e img.gp_middle {
	vertical-align: -10px;
}


/***** ランキングF *****/
.gp_rank_f {
	width: 100%;
	margin: 15px 5px 20px 5px;
}
.gp_rank_f table {
	border-top: 1px solid #ddd;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #ddd;
}
.gp_rank_f td {
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 12px; 
	line-height: 1.3em;
}
.gp_rank_f td.gp_title {
	padding: 10px 5px;
	border: 1px solid #ccc;
	background: #dddddd;
	background: #f0f0f0;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-size: 26px;
	font-weight: normal;
	line-height: 1.25em;
	text-align: left;
}
.gp_rank_f td.gp_th {
	width: 25%;
	background: #dddddd;
	font-weight: bold;
	text-align: center;
}
.gp_rank_f td.gp_val {
	padding: 5px 5px;
	text-align: center;
}

.gp_rank_f .gp_rank_btn_syousai {
	margin: 5px 0px 0px 5px;
	float: right;
}
.gp_rank_f .gp_rank_btn_syousai a {
	display: block;
	width: 100px;
	height: 26px;
	background: url(img/gp_btn_syosai_b01.gif) no-repeat 0 0;
	text-indent:-2000px;
}
.gp_rank_f .gp_rank_btn_syousai a:hover {
	background-position: 0 -26px;
	position:relative;
	top:1px;
	left:1px; 
}
.gp_rank_f .gp_rank_btn_kousiki {
	margin: 5px 0px 0px 5px;
	float: right;
}
.gp_rank_f .gp_rank_btn_kousiki a {
	display: block;
	width: 100px;
	height: 26px;
	background: url(img/gp_btn_kousiki_b01.gif) no-repeat 0 0;
	text-indent:-2000px;
}
.gp_rank_f .gp_rank_btn_kousiki a:hover {
	background-position: 0 -26px;
	position:relative;
	top:1px;
	left:1px; 
}
.gp_rank_f_crown {
	vertical-align: -10px;
	margin: 0 10px 0 10px;
}

/***** ランキングG 記事下に掲載するときに便利 ******/
.gp_rank_g {
	margin: 15px 0 15px 0;
	padding: 0;
}
.gp_rank_g .gp_rank_box {
	border: 2px solid #e0e0e0;
	margin: 10px 0 0 0;
	padding: 0px 0px 10px 0px;
	height: 155px;
}
.gp_rank_g .gp_title {
	margin: 0 0 0px 0;
	padding: 5px 0px 0px 5px;
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	border-bottom: 1px dotted #eee;
	background: #fafafa;
}
.gp_rank_g .gp_title img {
	vertical-align: middle;
}
.gp_rank_g .gp_text {
	padding: 10px;
}
.gp_rank_g p {
	font-size: 12px;
	line-height: 1.3em;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	font-weight: normal;
}
.gp_btn_syousai_c1 {
	margin: 10px 0px 10px 0px;
	float: right;
}
.gp_btn_syousai_c1 a {
	display: block;
	width: 240px;
	height: 40px;
	background: url(img/gp_btn_syosai_c01.gif) no-repeat 0 0;
	text-indent:-2000px;
}
.gp_btn_syousai_c1 a:hover {
	background-position: 0 -40px;
}

.gp_to_a2 {
	height: 21px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 20px;
	background: url(img/gp_to_a2.gif) no-repeat 0 0;
	font-size: 15px;
	font-weight: bold;
}

/***** 吹き出しA(アイキャッチ左) *****/
.gp_fukidasi_a1_left {
	width: 640px;
	height: 100px;
	background: url(img/gp_fukidasi_a1_left.gif) no-repeat 100px 0;
	margin: 15px 0 15px 0;
}
.gp_fukidasi_a1_left .gp_fukidasi_icon {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	float: left;
}
.gp_fukidasi_a1_left .gp_fukidasi_text {
	position: relative;
	left: 25px;
}
.gp_fukidasi_a1_left .gp_fukidasi_text p {
	margin: 0 40px 0 0;
	padding: 15px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
}

/***** 吹き出しA(アイキャッチ右) *****/
.gp_fukidasi_a1_right {
	width: 540px;
	height: 100px;
	background: url(img/gp_fukidasi_a1_right.gif) no-repeat 0 0;
	margin: 15px 0 15px 0;
}
.gp_fukidasi_a1_right .gp_fukidasi_icon img {
	margin: 0 0 0 20px;
	padding: 0;
	width: 100px;
	height: 100px;
	float: right;
}
.gp_fukidasi_a1_right .gp_fukidasi_text {
/*	width: 440px;
	_width: 438px; */
	padding: 10px 20px 10px 10px;
}
.gp_fukidasi_a1_right .gp_fukidasi_text p {
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 0px 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
}

/***** 比較表 (共通部)  *****/
.gp_hikaku {
}
.gp_hikaku td.gp_bggray {
	background: #f0f0f0;
}

/***** 比較表(2商品比較) *****/
/* base */
.gp_hikaku_a2 {
}
.gp_hikaku_a2 table {
	border: 5px solid #333333;
	width: 100%;
}
.gp_hikaku_a2 td {
	padding: 10px 5px;
	font-size: 14px;
	line-height: 1.3em;
	border: 1px solid #666666;
}
.gp_hikaku_a2 td.gp_col1 {
	width: 24%;
	background: #eeeeee;
}
.gp_hikaku_a2 td.gp_col2,
.gp_hikaku_a2 td.gp_col3 {
	width: 38%;
	text-align: center;
}
.gp_hikaku_a2 div.gp_name {
	margin: 5px 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #4444440;
}
/* 青 */
.gp_hikaku_a2_blue table {
	border: 5px solid #1350a6;
}
.gp_hikaku_a2_blue td {
	border: 1px solid #3377bb;
}
.gp_hikaku_a2_blue td.gp_col1 {
	background: #d1edfb;
}
/* 緑 */
.gp_hikaku_a2_green table {
	border: 5px solid #004000;
}
.gp_hikaku_a2_green td {
	border: 1px solid #008040;
}
.gp_hikaku_a2_green td.gp_col1 {
	background: #ddffdd;
}
/* 赤(ピンク) */
.gp_hikaku_a2_red table {
	border: 5px solid #b6054b;
}
.gp_hikaku_a2_red td {
	border: 1px solid #ff80bf;
}
.gp_hikaku_a2_red td.gp_col1 {
	background: #ffddff;
}
/* オレンジ */
.gp_hikaku_a2_orange table {
	border: 5px solid #ff8800;
}
.gp_hikaku_a2_orange td {
	border: 1px solid #ff9955;
}
.gp_hikaku_a2_orange td.gp_col1 {
	background: #ffeebb;
}
/* 茶 */
.gp_hikaku_a2_brown table {
	border: 5px solid #804000;
}
.gp_hikaku_a2_brown td {
	border: 1px solid #996600;
}
.gp_hikaku_a2_brown td.gp_col1 {
	background: #eeddbb;
}
/* 黒 */
.gp_hikaku_a2_black table {
	border: 5px solid #333333;
}
.gp_hikaku_a2_black td {
	border: 1px solid #666666;
}
.gp_hikaku_a2_black td.gp_col1 {
	background: #eeeeee;
}

/***** 比較表(3商品比較) *****/
/* base */
.gp_hikaku_a3 {
}
.gp_hikaku_a3 table {
	border: 5px solid #333333;
	width: 100%;
}
.gp_hikaku_a3 td {
	padding: 10px 5px;
	font-size: 12px;
	line-height: 1.25em;
	border: 1px solid #666666;
}
.gp_hikaku_a3 td.gp_col1 {
	width: 19%;
	background: #eeeeee;
}
.gp_hikaku_a3 td.gp_col2,
.gp_hikaku_a3 td.gp_col3,
.gp_hikaku_a3 td.gp_col4 {
	width: 27%;
	text-align: center;
}
.gp_hikaku_a3 div.gp_name {
	margin: 5px 0 5px 0;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #4444440;
}
/* 青 */
.gp_hikaku_a3_blue table {
	border: 5px solid #1350a6;
}
.gp_hikaku_a3_blue td {
	border: 1px solid #3377bb;
}
.gp_hikaku_a3_blue td.gp_col1 {
	background: #d1edfb;
}
/* 緑 */
.gp_hikaku_a3_green table {
	border: 5px solid #004000;
}
.gp_hikaku_a3_green td {
	border: 1px solid #008040;
}
.gp_hikaku_a3_green td.gp_col1 {
	background: #ddffdd;
}
/* 赤(ピンク) */
.gp_hikaku_a3_red table {
	border: 5px solid #b6054b;
}
.gp_hikaku_a3_red td {
	border: 1px solid #ff80bf;
}
.gp_hikaku_a3_red td.gp_col1 {
	background: #ffddff;
}
/* オレンジ */
.gp_hikaku_a3_orange table {
	border: 5px solid #ff8800;
}
.gp_hikaku_a3_orange td {
	border: 1px solid #ff9955;
}
.gp_hikaku_a3_orange td.gp_col1 {
	background: #ffeebb;
}
/* 茶 */
.gp_hikaku_a3_brown table {
	border: 5px solid #804000;
}
.gp_hikaku_a3_brown td {
	border: 1px solid #996600;
}
.gp_hikaku_a3_brown td.gp_col1 {
	background: #eeddbb;
}
/* 黒 */
.gp_hikaku_a3_black table {
	border: 5px solid #333333;
}
.gp_hikaku_a3_black td {
	border: 1px solid #666666;
}
.gp_hikaku_a3_black td.gp_col1 {
	background: #eeeeee;
}


/***** 比較表(4商品比較) *****/
/* base */
.gp_hikaku_a4 {
}
.gp_hikaku_a4 table {
	border: 5px solid #333333;
	width: 100%;
}
.gp_hikaku_a4 td {
	padding: 10px 5px;
	font-size: 12px;
	line-height: 1.25em;
	border: 1px solid #666666;
}
.gp_hikaku_a4 td.gp_col1 {
	width: 20%;
	background: #eeeeee;
}
.gp_hikaku_a4 td.gp_col2,
.gp_hikaku_a4 td.gp_col3,
.gp_hikaku_a4 td.gp_col4,
.gp_hikaku_a4 td.gp_col5 {
	width: 20%;
	text-align: center;
}
.gp_hikaku_a4 div.gp_name {
	margin: 5px 0 5px 0;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #4444440;
}
/* 青 */
.gp_hikaku_a4_blue table {
	border: 5px solid #1350a6;
}
.gp_hikaku_a4_blue td {
	border: 1px solid #3377bb;
}
.gp_hikaku_a4_blue td.gp_col1 {
	background: #d1edfb;
}
/* 緑 */
.gp_hikaku_a4_green table {
	border: 5px solid #004000;
}
.gp_hikaku_a4_green td {
	border: 1px solid #008040;
}
.gp_hikaku_a4_green td.gp_col1 {
	background: #ddffdd;
}
/* 赤(ピンク) */
.gp_hikaku_a4_red table {
	border: 5px solid #b6054b;
}
.gp_hikaku_a4_red td {
	border: 1px solid #ff80bf;
}
.gp_hikaku_a4_red td.gp_col1 {
	background: #ffddff;
}
/* オレンジ */
.gp_hikaku_a4_orange table {
	border: 5px solid #ff8800;
}
.gp_hikaku_a4_orange td {
	border: 1px solid #ff9955;
}
.gp_hikaku_a4_orange td.gp_col1 {
	background: #ffeebb;
}
/* 茶 */
.gp_hikaku_a4_brown table {
	border: 5px solid #804000;
}
.gp_hikaku_a4_brown td {
	border: 1px solid #996600;
}
.gp_hikaku_a4_brown td.gp_col1 {
	background: #eeddbb;
}
/* 黒 */
.gp_hikaku_a4_black table {
	border: 5px solid #333333;
}
.gp_hikaku_a4_black td {
	border: 1px solid #666666;
}
.gp_hikaku_a4_black td.gp_col1 {
	background: #eeeeee;
}


/***** 比較表(5商品比較) *****/
/* base */
.gp_hikaku_a5 {
}
.gp_hikaku_a5 table {
	border: 5px solid #333333;
	width: 100%;
}
.gp_hikaku_a5 td {
	padding: 10px 5px;
	font-size: 12px;
	line-height: 1.25em;
	border: 1px solid #666666;
}
.gp_hikaku_a5 td.gp_col1 {
	width: 15%;
	background: #eeeeee;
	font-weight:bold;
}
.gp_hikaku_a5 td.gp_col2,
.gp_hikaku_a5 td.gp_col3,
.gp_hikaku_a5 td.gp_col4,
.gp_hikaku_a5 td.gp_col5,
.gp_hikaku_a5 td.gp_col6 {
	width: 17%;
	text-align: center;
}
.gp_hikaku_a5 div.gp_name {
	margin: 5px 0 5px 0;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #4444440;
}
/* 青 */
.gp_hikaku_a5_blue table {
	border: 5px solid #1350a6;
}
.gp_hikaku_a5_blue td {
	border: 1px solid #3377bb;
}
.gp_hikaku_a5_blue td.gp_col1 {
	background: #d1edfb;
}
/* 緑 */
.gp_hikaku_a5_green table {
	border: 5px solid #004000;
}
.gp_hikaku_a5_green td {
	border: 1px solid #008040;
}
.gp_hikaku_a5_green td.gp_col1 {
	background: #ddffdd;
}
/* 赤(ピンク) */
.gp_hikaku_a5_red table {
	border: 5px solid #b6054b;
}
.gp_hikaku_a5_red td {
	border: 1px solid #ff80bf;
}
.gp_hikaku_a5_red td.gp_col1 {
	background: #ffddff;
}
/* オレンジ */
.gp_hikaku_a5_orange table {
	border: 5px solid #ff8800;
}
.gp_hikaku_a5_orange td {
	border: 1px solid #ff9955;
}
.gp_hikaku_a5_orange td.gp_col1 {
	background: #ffeebb;
}
/* 茶 */
.gp_hikaku_a5_brown table {
	border: 5px solid #804000;
}
.gp_hikaku_a5_brown td {
	border: 1px solid #996600;
}
.gp_hikaku_a5_brown td.gp_col1 {
	background: #eeddbb;
}
/* 黒 */
.gp_hikaku_a5_black table {
	border: 5px solid #333333;
}
.gp_hikaku_a5_black td {
	border: 1px solid #666666;
}
.gp_hikaku_a5_black td.gp_col1 {
	background: #eeeeee;
}

.gp_hikaku_a2 td.gp_h,
.gp_hikaku_a3 td.gp_h,
.gp_hikaku_a4 td.gp_h,
.gp_hikaku_a5 td.gp_h {
	border-bottom: 1px solid #333333;
}
.gp_hikaku_a2_blue td.gp_h,
.gp_hikaku_a3_blue td.gp_h,
.gp_hikaku_a4_blue td.gp_h,
.gp_hikaku_a5_blue td.gp_h {
	border-bottom: 1px solid #1350a6;
}
.gp_hikaku_a2_green td.gp_h,
.gp_hikaku_a3_green td.gp_h,
.gp_hikaku_a4_green td.gp_h,
.gp_hikaku_a5_green td.gp_h {
	border-bottom: 1px solid #004000;
}
.gp_hikaku_a2_red td.gp_h,
.gp_hikaku_a3_red td.gp_h,
.gp_hikaku_a4_red td.gp_h,
.gp_hikaku_a5_red td.gp_h {
	border-bottom: 1px solid #b6054b;
}
.gp_hikaku_a2_orange td.gp_h,
.gp_hikaku_a3_orange td.gp_h,
.gp_hikaku_a4_orange td.gp_h,
.gp_hikaku_a5_orange td.gp_h {
	border-bottom: 1px solid #ff8800;
}
.gp_hikaku_a2_brown td.gp_h,
.gp_hikaku_a3_brown td.gp_h,
.gp_hikaku_a4_brown td.gp_h,
.gp_hikaku_a5_brown td.gp_h {
	border-bottom: 1px solid #804000;
}
.gp_hikaku_a2_black td.gp_h,
.gp_hikaku_a3_black td.gp_h,
.gp_hikaku_a4_black td.gp_h,
.gp_hikaku_a5_black td.gp_h {
	border-bottom: 1px solid #333333;
}

.gp_hikaku_a2 td.gp_20maru {
	height: 130px;
	background: url(img/gp_hikaku_20maru_120.gif) no-repeat 50% 50%;
}
.gp_hikaku_a2 td.gp_maru {
	height: 130px;
	background: url(img/gp_hikaku_maru_120.gif) no-repeat 50% 50%;
}
.gp_hikaku_a2 td.gp_3kaku {
	height: 130px;
	background: url(img/gp_hikaku_3kaku_120.gif) no-repeat 50% 50%;
}
.gp_hikaku_a2 td.gp_batsu {
	height: 130px;
	background: url(img/gp_hikaku_batsu_120.gif) no-repeat 50% 50%;
}
.gp_hikaku_a3 td.gp_20maru {
	height: 110px;
	background: url(img/gp_hikaku_20maru_100.gif) no-repeat 50% 50%;
}
.gp_hikaku_a3 td.gp_maru {
	height: 110px;
	background: url(img/gp_hikaku_maru_100.gif) no-repeat 50% 50%;
}
.gp_hikaku_a3 td.gp_3kaku {
	height: 110px;
	background: url(img/gp_hikaku_3kaku_100.gif) no-repeat 50% 50%;
}
.gp_hikaku_a3 td.gp_batsu {
	height: 110px;
	background: url(img/gp_hikaku_batsu_100.gif) no-repeat 50% 50%;
}
.gp_hikaku_a4 td.gp_20maru {
	height: 90px;
	background: url(img/gp_hikaku_20maru_80.gif) no-repeat 50% 50%;
}
.gp_hikaku_a4 td.gp_maru {
	height: 90px;
	background: url(img/gp_hikaku_maru_80.gif) no-repeat 50% 50%;
}
.gp_hikaku_a4 td.gp_3kaku {
	height: 90px;
	background: url(img/gp_hikaku_3kaku_80.gif) no-repeat 50% 50%;
}
.gp_hikaku_a4 td.gp_batsu {
	height: 90px;
	background: url(img/gp_hikaku_batsu_80.gif) no-repeat 50% 50%;
}
.gp_hikaku_a5 td.gp_20maru {
	height: 90px;
	background: url(img/gp_hikaku_20maru_80.gif) no-repeat 50% 50%;
}
.gp_hikaku_a5 td.gp_maru {
	height: 90px;
	background: url(img/gp_hikaku_maru_80.gif) no-repeat 50% 50%;
}
.gp_hikaku_a5 td.gp_3kaku {
	height: 90px;
	background: url(img/gp_hikaku_3kaku_80.gif) no-repeat 50% 50%;
}
.gp_hikaku_a5 td.gp_batsu {
	height: 90px;
	background: url(img/gp_hikaku_batsu_80.gif) no-repeat 50% 50%;
}

/***** BOX *****/
.gp_box {
	margin: 0;
	padding: 0;
}
.gp_box .gp_inner {
	margin: 0 10px 5px 10px;
}
.gp_box .gp_img {
	margin: 0px 5px 1px 0px;
	padding: 0;
	float: left;
}
.gp_box .gp_to_a2 {
	margin: 2px 5px 0px 5px;
	padding: 0 0 0 20px;
	background: url(img/gp_to_a2.gif) no-repeat 0 50%;
	font-size: 14px;
	font-weight: bold;
	float: right;
}
/* 2列BOX */
.gp_box .gp_box2 {
	height: 150px;
	width: 45%;
	margin: 3px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	float: left;
}
.gp_box .gp_box2 .gp_title {
	width: 97%;
	height: 30px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 3px 10px;
	font-size: 16px;
	font-weight:bold;
	line-height: 28px;
	background: url(img/gp_table_th.gif) repeat-x 0 0;
	color: #FFFFFF;
}
.gp_box .gp_box2 p {
	margin: 0px;
	font-size: 12px;
	color: #333;
	line-height: 140%;
	padding-top: 1px;
	color: #333;
}
/* 3列BOX */
.gp_box .gp_box3 {
	height: 155px;
	width: 30%;
	margin: 3px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	float: left;
}
.gp_box .gp_box3 .gp_title {
	width: 97%;
	height: 30px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 3px 10px;
	font-size: 16px;
	font-weight:bold;
	line-height: 28px;
	background: url(img/gp_table_th.gif) repeat-x 0 0;
	color: #FFFFFF;
}
.gp_box .gp_box3 p {
	margin: 0px;
	font-size: 10px;
	color: #333;
	line-height: 120%;
	padding-top: 1px;
	color: #333;
}

/**
 * UDTC特典HTMLパーツ用 END
 */
