@charset "utf-8";
/* CSS Document */

body,
html,
div,
pre,
p,
blockquote,
form,fieldset,input,textarea,
select,
option,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,th,td,
embed,object {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: normal;
}

input {
  vertical-align: middle;
}

ul {
  list-style: none;
}

/* table*/
table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

* html table {
  border-collapse: collapse;
}

*+html table {
  border-collapse: collapse;
}

th {
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}

td {
  vertical-align: middle;
  text-align: center;
}

caption {
  font-weight: normal;
  text-align: left;
}

/* body */
body {
	line-height: 1.5;
	color: #333333;
	background: #FFFFFF;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* fontsixe */
html,
body {
  font-size: 90%;
}

/* fontstyle */
.f-b {
  font-weight: 700;
}

.f-33 {
  color: #333333;
}

/* color */
#top .bg-eee {
  background-color: #EEEEEE;
}

#top .bg-ccc {
  background-color: #CCCCCC;
}

#top .bg-fff {
  background-color: #FFFFFF;
}

/*  (img) */
img {
  border: none;
  vertical-align: bottom;
}

/* linktxt (a) */
a {
  overflow: hidden;
}
a:link {
		color: #0000FF;
		text-decoration: underline;
}
a:visited {
		color: #6600FF;
}
a:hover {
		color: #FF0066;
		text-decoration: none;
}
a:active {
		color: #990066;
		text-decoration: none;
}

/* --- general --- */
ul {
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
}

.table02 {
  margin: 0px auto;
  border-width: 0px 0 0 0px;
  font-size: 80%;
}

.table03 {
  margin: 0px auto 0px 20px;
  border-width: 0px 0px 0px 0px;
  font-size: 130%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed; 
}


* html .table03 {
  border-collapse: collapse;
}

*+html .table03 {
  border-collapse: collapse;
}

.table03 th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  line-height:1.5;
}

.table03 td {
  vertical-align: top;
  text-align:left;
  line-height:1.5;
}

.table03 td .vtop {
  vertical-align: top;
  padding-top:5px;
  text-align:left;
  line-height:1.5;
}

.table04 {
  margin: 20px auto 25px;
  border-width: 0px 0 0 0px;
  text-align:left;
  font-size: 120%;
  line-height:1.5;
}

.table04 th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  line-height:1.8;
}

.table04 td {
  vertical-align: top;
  text-align:left;
  line-height:1.5;
}

.table04 td .vtop {
  vertical-align: top;
  padding-top:5px;
  text-align:left;
  line-height:1.5;
}

. {
  margin: 20px auto 25px;
  border-width: 0px 0px 0px 0px;
  text-align:left;
  font-size: 120%;
  line-height:1.5;
}

. th {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  line-height:1.5;
}

. td {
  vertical-align: top;
  text-align:left;
  line-height:1.5;
}

. td .vtop {
  vertical-align: top;
  padding-top:5px;
  text-align:left;
  line-height:1.5;
}

.table06 {
  padding: 10px 10px 10px 10px;
  border-width: 0px 0 0 0px;
  font-size: 100%;
  text-align:left;
}
.table06 td {
  padding:5px 0 5px 0;
  vertical-align: top;
  text-align:left;
  line-height:1.5;
}

.table06 p {
	padding:10px 5px 5px 10px;
}
/* --- clearfix Huck --- */
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0;
}

/* WinIE6 Measures/
* html .clearfix {
  height: 0;
}

/* WinIE7 Measures/
*+html .clearfix {
  min-height: 0;
}

/* --- Float--- */ 
.clearboth {
  clear: both;
}

.clearright {
  clear: right;
}

.clearleft {
  clear: left;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

/* --- toppage --- */
#contents {
  margin: 20px auto 10px;
  padding-top: 451px;
  position: relative;
  width: 900px;
  height: 249px;
  background: #003300 url(images/indeximg.png) no-repeat 24px 23px;
}

#contents h1 {
  position: absolute;
  right: 26px;
  bottom: 40px;
}

/* Menu */
#contents .menu {
  margin-left: 24px;
}

#contents .menu li {
  margin-right: 17px;
  display: block;
  float: left;
}

#contents .menu li a {
  display: block;
  width: 23px;
}

#contents .menu a:hover {
  position: static;
}

#contents .menu li a img {
  margin-left: -23px;
}

#contents .menu a:hover img {
  margin-left: 0;
}

/* ---page --- */
#page {
	margin: 0 auto;
	width: 1000px;
	min-height: 1em;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

#page:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0;
}

/* WinIE6 Measures*/
* html #page {
  height: 1em;
}

/* --- Lower main column --- */
#main {
	margin: 0px 10px 20px;
	padding:0px;
	float: left;
	width: 750px;
}

/* WinIE6 Measures*/
* html #main {
  display: inline;
}

/* --- Lower sab karamu --- */
#side {
	margin: 0px 0px 20px;
	float: right;
	width: 220px;
}

/* WinIE6 Measures*/
* html #side {
  display: inline;
}

/* Character menu */
#pagemenu li {
  margin-bottom: 5px;
}

#pagemenu li.space {
  margin-bottom: 44px;
}

#pagemenu li a {
  display: block;
  height: 35px;
}

#pagemenu li a:hover {
  position: static;
}

#pagemenu li a img {
  margin-top: -35px;
}

#pagemenu li a:hover img {
  margin-top: 0;
}

/* img menu */
#pagemenu li.ad {
  margin-left: 10px;
}

#pagemenu li.ad190 {
  margin-left: 10px;
}

#pagemenu li.ad80 {
  margin-left: 10px;
}

#pagemenu li.ad100 {
  margin: 0px 0px 10px;
}

#pagemenu li.ad110 {
  margin: 0px 0px 10px;
}

#pagemenu li.ad124 {
  margin-left: 45px;
}

#pagemenu li.ad20050 {
  margin-left: 10px;
}


#pagemenu li.ad a {
  width: 200px;
  height: 50px;
}

#pagemenu li.ad300 a {
  width: 220px;
  height: 300px;
}
#pagemenu li.ad250 a {
  width: 220px;
  height: 250px;
}

#pagemenu li.ad190 a {
  width: 200px;
  height: 190px;
}

#pagemenu li.ad100 a {
  width: 220px;
  height: 100px;
}

#pagemenu li.ad80 a {
  width: 200px;
  height: 80px;
}

#pagemenu li.ad110 a {
  width: 220px;
  height: 110px;
}

#pagemenu li.ad124 a {
  width: 124px;
  height: 267px;
}

#pagemenu li.ad20050 a {
  width: 200px;
  height: 65px;
}

#pagemenu li.ad a img {
  margin-top: 0;
}

#pagemenu li.ad250 a img {
  margin-top: 0;
}

#pagemenu li.ad190 a img {
  margin-top: 0;
}

#pagemenu li.ad100 a img {
  margin-top: 0;
}

#pagemenu li.ad80 a img {
  margin-top: 0;
}

#pagemenu li.ad110 a img {
  margin-top: 0;
}

#pagemenu li.ad124 a img {
  margin-top: 20px;
}

#pagemenu li.ad20050 a img {
  margin-top: 15px;
}

/* --- spec list --- */
.specList {
  margin: 15px 30px 0 30px;
}

.specList table {
  margin-top: 0;
  width: 90%;
}

.specList .driver th {
  width: 37%;
  background-color: #eeeeee;
}

.specList .fw th {
  background-color: #ffff66;
}

.specList .fw th.title {
  width: px;
}

.specList .fw th.long-title {
  width: px;
}

.specList .fw .head th {
  font-weight: 700;
  background-color: #FFFFFF;
}

/* --- text info --- */
#main .info {
  margin: 0px 0px 10px;
  padding: 0;
  background-color: #FFFFFF;
}

#main .info2 {
  margin: 0px 0px 5px;
  padding: 0;
  background-color: #FFFFFF;
}

#main .info4 {
  margin: 20px 0px 15px;
  padding: 0;
  background-color: #FFFFFF;
}

#main .info4-5 {
  margin: 5px 0px 5px;
  padding: 0 0 0 20px;
  background-color: #FFFFFF;
}

#main .info8-c p {
  text-align:center;
  margin: 20px auto 15px;
  width: 90%;
  line-height: 1.5;
  font-size: 120%;
  padding: 0;
  background-color: #FFFFFF;
}

#main .info8-d p {
  text-align:left;
  margin: 20px auto 15px;
  padding:20px 0 15px;

  width: 90%;
  line-height: 1.5;
  font-size: 120%;
  padding: 0;
  background-color: #FFFFFF;
}

#main .info8-e p {
  text-align:left;
  margin: 20px auto 15px;
  padding:20px 20px 15px;
  width: 90%;
  line-height: 1.5;
  font-size: 100%;
  padding: 0;
  background-color: #FFFFFF;
}
#main .info8-d span {
  text-align:left;
  padding:20px 20px 15px;
}

#main .infoline {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#main .info8 p {
  margin: 5px 0 10px;
  width: 90%;
  line-height: 1.5;
  font-size: 120%;
  padding-left:0px;
}

/* WinIE6 Measures*/
* html .info {
  height: 0;
}

* html .info2 {
  height: 0;
}

* html .infoline {
  height: 0;
}

/* WinIE7 Measures*/
*+html .info {
  min-height: 0;
}

*+html .info2 {
  min-height: 0;
}

*+html .infoline {
  min-height: 0;
}

#main .info h3 {
  margin: 0 -4px 13px;
  padding-top: 15px;
  position: relative;
  line-height: 1.5;
  color: #336600;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #333300;
  font-weight: 700;
  font-size: 95%;
  text-indent: 10px;
}

#main .info h4 {
  margin-bottom: 8px;
  line-height: 1.2;
  color: #AC4F0B;
  font-weight: 700;
  font-size: 80%;
}

#main .info h5 {
  margin-top: 25px;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #AC4F0B;
  font-weight: 700;
  font-size: 80%;
}

#main .info h3.line,
#main .info h6 {
  margin-bottom: 0;
  padding-top: 15px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #333300;
  line-height: 1.5;
  color: #AC4F0B;
  font-weight: 700;
  font-size: 80%;
  text-indent: 5px;
}

#main .info p {
  margin: 5px auto;
  width: 95%;
  line-height: 1.5;
  font-size: 110%;
  padding-left:20px;
}

#main .info2 p {
  margin: 5px auto;
  width: 95%;
  line-height: 1.5;
  font-size: 120%;
  padding-left:20px;
}

#main .info3 p {
  margin: 15px 0 30px;
  width: 500px;
  line-height: 1.5;
  font-size: 130%;
  padding-left:20px;
}

#main .info4 p {
  margin: 5px 0 5px;
  width: 95%;
  line-height: 1.5;
  font-size: 120%;
  padding-left:30px;
}


#main .info4-line25 p {
		margin: 25px 0 10px;
		width: 95%;
		line-height: 2;
		font-size: 120%;
		padding-left:30px;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #669900;
		border-top-width: 1px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-top-style: dashed;
		border-right-style: dashed;
		border-left-style: dashed;
		border-top-color: #669900;
		border-right-color: #669900;
		border-left-color: #669900;
		color: #006600;
}


#main .info4-line p {
		margin: 5px 0 10px 15px;
		width: 90%;
		line-height: 2;
		font-size: 120%;
		padding-left:30px;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #669900;
		border-top-width: 1px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-top-style: dashed;
		border-right-style: dashed;
		border-left-style: dashed;
		border-top-color: #669900;
		border-right-color: #669900;
		border-left-color: #669900;
		color: #006600;
}
#main .info4-line02 p {
		margin: 5px 0 10px 15px;
		width: 90%;
		line-height: 1.4;
		font-size: 120%;
		padding-left:30px;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #669900;
		border-top-width: 1px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-top-style: dashed;
		border-right-style: dashed;
		border-left-style: dashed;
		border-top-color: #669900;
		border-right-color: #669900;
		border-left-color: #669900;
		color: #006600;
}


#main .info4-line-orange p {
		margin: 15px 0 10px 15px;
		width: 90%;
		line-height: 1.8;
		font-size: 120%;
		padding-left:30px;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #FF9900;
		border-top-width: 1px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-top-style: dashed;
		border-right-style: dashed;
		border-left-style: dashed;
		border-top-color: #FF9900;
		border-right-color: #FF9900;
		border-left-color: #FF9900;
		color: #006600;
		background-color: #FFFFD2;
}

#main .info4-5 p {
  margin: 5px 0 5px;
  width: 95%;
  line-height: 1.5;
  font-size: 85%;
  padding-left:30px;
}

#main .info5 p {
  margin: 5px 0 10px;
  width: 100%;
  line-height: 1.5;
  font-size: 120%;
  padding-left:0px;
}

#main .info6 p {
  margin: 3px 0 0px;
  width: 100%;
  line-height: 1.3;
  font-size: 110%;
  padding-left:0px;
}


#main .info img  {
  margin: 0px;
}

#main .info2 img  {
  margin: 0px;
}

/* putter info BOX */
#page #main .info .putter {
  margin: 0 -5px 0 -15px;
  position: relative;
}

#page #main .info .putter:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0;
}

/* WinIE6 Measures*/
* html #page #main .info .putter {
  height: 0;
}

/* WinIE7 Measures*/
*+html #page #main .info .putter {
  min-height: 0;
}

#main .info .putter p {
  margin: 0;
}

#main .info .putter table {
  margin-top: 0;
  width: 320px;
}

#main .info .putter .f-right {
  padding-top: 10px;
}

#main .info .putter table th {
  width: 128px;
}

#main .info .putter img  {
  margin-top: 0;
}

#page #main .info .putter .anno {
  margin-right: 30px;
  margin-left: 30px;
}

/* img */
#main .photo {
  text-align: center;
  position: relative;
}

#main .info .photo {
  margin: 10px -15px 20px;
}

#main .info .photo-a {
  margin: 0 -15px;
  padding: 5px 0 0;
}

#main .info .photo-b {
  margin: 0 -15px;
}

/* nextpage */
#main .info .nextpage {
  margin: 20px -15px 0;
  background-color: #FFFFFF;
  position: relative;
}

#main .info .nextpage:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0;
}

/* WinIE6 Measures*/
* html #main .info .nextpage {
  height: 0;
}

/* WinIE7 Measures*/
*+html #main .info .nextpage {
  min-height: 0;
}

#main .info .nextpage320 {
  margin: 0;
  float: left;
  width: 320px;
}
#main .info .nextpage260 {
  margin: 0;
  float: right;
  width: 260px;
}

#main .info .nextpage p {
  margin: 0;
}

#main .info .nextpage a {
  display: block;
}

#main .info .nextpage img {
  margin: 0;
}

/* price info  */
#top #page .anno,
#top #page .anno-d {
  margin: 0 0 5px;
  line-height: 1.3;
  font-size: 80%;
}

#top #page .anno-c {
  margin: 0 0 10px;
  position: relative;
  line-height: 1.3;
  font-size: 70%;
  text-align: center;
}

/* indent */
.indent {
  padding-left: 1em;
}

/* price */
.price {
  display: inline-block;
  width: 230px;
}

/* mark */
#top .info .marker {
  margin: 0 0 5px;
  padding-left: 1em;
  line-height: 1.3;
  text-indent: -1em;
}

/* --- order com page --- */


/* --- order driver --- */


/* --- order putter --- */


/* info */
.info dl {
  line-height: 1.5;
  font-size: 80%;
}

.info dl dt {
  padding-top: 5px;
  font-weight: 700;
}

.info dl dd {
  padding-left: 1em;
}

#main .info dl {
  margin: -5px 0 5px;
  position: relative;
}

#order .info form dl dt {
  color: #333333;
  font-weight: normal;
}

#main .info .specList dl {
  margin: 0 0 5px;
  line-height: 1.3;
}

#main .info .specList dl dt {
  margin-left: -1em;
  color: #333333;
  font-weight: normal;
  position: relative;
}

#main .info .specList dl dd {
  padding-left: 0;
}

/* profile */
#main .info dl.profile {
  margin-top: 0;
}

.info dl.profile dt {
  margin: 0;
  padding: 0;
  position: absolute;
  font-weight: normal;
}

.info dl.profile dd {
  padding-left: 5em;
}

/* --- order --- */

/* --- pagetop --- */
.pagetop {
  margin: 0 25px;
  padding-bottom: 5px;
  text-align: right;
}

#main .pagetop {
  margin: 0 5px;
}

.pagetop a {
  display: inline-block;
}

/* --- footer --- */
#footer {
  margin: 0px auto 0px;
  padding-left: 10px;
  width: 990px;
  background-color:#A3E364;
  clear: both;
}

/* --- footer menu --- */
#footer ul.menu {
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1.8;
  font-size: 85%;
  text-decoration: none;
  color: #333333;
  width: 990px;
}

/* clearfix Huck */
#footer ul.menu:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0;
}

/* WinIE6 Measures*/
* html #footer ul.menu {
  height: 0;
}

/* WinIE7 Measures*/
*+html #footer ul.menu {
  min-height: 0;
}

#footer ul.menu li {
  margin: 10 0.8em 0 0.4em;
  list-style: none;
  display: inline;
}

#footer .menu a {
  text-decoration: none;
}

/* --- address --- */
address {
  margin: 0 auto 20px;
  padding: 20px 25px 20px;
  width: 950px;
  color: #333333;
  line-height: 1.2;
  font-style: normal;
  font-size: 90%;
  text-align: right;
  background-color:#A3E364;
}
#page #main .info2 .news {
		font-size: 12px;
		line-height: 2.0;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		padding-bottom: 0px;
		text-align: left;
		list-style-position: outside;
		list-style-image: url(images/icon_r.gif);
		list-style-type: none;
		background-image: url(images/icon_r.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 15px;
		padding-top: 0px;
}
#page #main .info2 .news-col {
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
}

.txt-title {
		font-size: 16px;
		line-height: 1.8;
		padding-top:3px;
		font-weight: bold;
		color: #333333;
		width: 730px;
		padding-left: 15px;
		border-bottom-width: 1px;
		border-left-width: 3px;
		border-bottom-style: solid;
		border-left-style: solid;
		border-bottom-color: #669900;
		background-color: #A3E364;
		border-left-color: #669900;
}

.right10 {
		margin-right: 10px;
		margin-top: 15px;
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #CCCCCC;
		padding: 15px;
}
.m-1515 {
		margin-top: 15px;
		margin-right: auto;
		margin-bottom: 15px;
		margin-left: auto;
		text-align: center;
}
#page #main .info03 {
		line-height: 1.8;
		font-weight: 700;
		text-align: right;
		margin-top: 20px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		font-size: 90%;
		padding-right: 25px;
}

#page #main .info03-5 {
		line-height: 1.8;
		font-weight: 700;
		text-align: right;
		margin-top: 5px;
		margin-right: auto;
		margin-bottom: 5px;
		margin-left: auto;
		font-size: 90%;
		padding-right: 25px;
}

#page .head-bg {
		font-size: 85%;
		line-height: 1.8;
		background-color: #FFFFFF;
		width: 980px;
		padding-top: 3px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
}


.mt15 {
		margin-top: 15px;
}

.mt25 {
		margin-top: 25px;ふぉ
}
.mb25 {
		margin-bottom: 25px;
}

.ml15 {
		margin-left: 15px;
}

#page #main .greeting {
	text-align:left;
	line-height: 1.5;
	font-size: 150%;
	padding-left:10px;
	vertical-align:top;
	width: 95%;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.greeting02 {
		text-align:left;
  		line-height: 1.5;
  		font-size: 130%;
  		padding-left:0px;
		vertical-align:top;
		width: 500px;
		margin-top: 20px;
		margin-right: 0;
		margin-bottom: 40px;
		margin-left: 10px;
}
#page #main .table04 img {
		margin-right: 10px;
		margin-bottom: 10px;
}

#page #main . img {
		margin-left: 10px;
		margin-bottom: 10px;
}
.f-red {
		color: #FF0000;
}

#page #main .table04 h3 {
		font-size: 150%;
		line-height: 1.8;
		font-weight: 800;
		color: #000000;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 15px;
}
#page #main .table04 p {
		font-size: 100%;
		line-height: 1.5;
		text-align: left;
		text-indent: 5px;
		margin-bottom: 15px;
		padding-left: 20px;
}

#page #main . p {
		font-size: 100%;
		line-height: 1.5;
		text-align: left;
		text-indent: 5px;
		margin-bottom: 15px;
		padding-left: 20px;
}


.greeting03 {
	text-align:left;
	line-height: 1.5;
	font-size: 100%;
	padding-left:0px;
	vertical-align:top;
	width: 700px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
}

#page #main .greeting p .noind {
		text-indent: 0px;
}

.greetimg {
        float:right;
		vertical-align:top;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: 20px;
}

.greetimg02 {
        float:left;
		margin-top: 20px;
		margin-bottom: 10px;
		margin-left: 0px;
}
.line2 {
		border-bottom-width: medium;
		border-bottom-style: double;
		border-bottom-color: #666666;
}
.f-30 {
	font-size: 160%;
	font-weight: bold;
	line-height: 1.2;
}

.con-meme {
	font-size: 16px;
	font-style: normal;
	line-height: 1.8;
	font-weight: 600;
	width: 660px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 30px;
	background-color: #eeeeee;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#box {
	width: 680px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.anne li {
	list-style-type: square;
	line-height: 1.7;
	padding-left: 5px;
	text-align: left;
}
.anne {
	line-height: 1.7;
	padding-left: 25px;
	margin-left: 20px;
}
.f-10 {
	font-size: 10px;
}
.f-12 {
	font-size: 12px;
}
.f-14 {
	font-size: 14px;
}
.f-16 {
	font-size: 16px;
}
.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/*110824追加*/
#g_navi {
	width:750px;
	margin:20px,0 0 0;
	height:50px;
}
#g_navi ul {
	padding:0 0 0 0;
}
#g_navi li {
	display:inline;
	list-style-type:none;
}
#g_navi li a {
	height:50px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}
/*------off*/
#g_navi li.g_navi01 a {
	background:url(images/menu.png) no-repeat 0px 0px;
	width:90px;
}
#g_navi li.g_navi02 a {
	background:url(images/menu.png) no-repeat -90px 0px;
	width:92px;
}
#g_navi li.g_navi03 a {
	background:url(images/menu.png) no-repeat -182px 0px;
	width:101px;
}
#g_navi li.g_navi04 a {
	background:url(images/menu.png) no-repeat -284px 0px;
	width:80px;
}
#g_navi li.g_navi05 a {
	background:url(images/menu.png) no-repeat -364px 0px;
	width:105px;
}
#g_navi li.g_navi06 a {
	background:url(images/menu.png) no-repeat -469px 0px;
	width:101px;
}
#g_navi li.g_navi07 a {
	background:url(images/menu.png) no-repeat -570px 0px;
	width:98px;
}
#g_navi li.g_navi08 a {
	background:url(images/menu.png) no-repeat -668px 0px;
	width:80px;
}
/*------hover*/
#g_navi li.g_navi01 a:hover {
	background:url(images/menu.png) no-repeat 0px -50px;
}
#g_navi li.g_navi02 a:hover {
	background:url(images/menu.png) no-repeat -90px -50px;
}
#g_navi li.g_navi03 a:hover {
	background:url(images/menu.png) no-repeat -182px -50px;
}
#g_navi li.g_navi04 a:hover {
	background:url(images/menu.png) no-repeat -284px -50px;
}
#g_navi li.g_navi05 a:hover {
	background:url(images/menu.png) no-repeat -364px -50px;
}
#g_navi li.g_navi06 a:hover {
	background:url(images/menu.png) no-repeat -469px -50px;
}
#g_navi li.g_navi07 a:hover {
	background:url(images/menu.png) no-repeat -570px -50px;
}
#g_navi li.g_navi08 a:hover {
	background:url(images/menu.png) no-repeat -668px -50px;
}
/*中央コンテンツ*/
#main .camp {
  margin: 0px 0 0px;
  padding: 10px 0 10px 0;
  width:750px;
  float:left;
  vertical-align:top
  background-color: #FFFFFF;
}

#main .camp_l {
  margin: 0px 10px 0px 10px;	
  padding: 10px 0 10px;
  width:280px;
  float:left;
  vertical-align:top
  background-color: #FFFFFF;
}
#main .camp_r {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  width:450px;
  float:left;
  vertical-align:top
  background-color: #FFFFFF;
}

/* Character menu */
#main .camp_r li {
  margin-bottom: 0px;
  list-style-type: none;
}

#main .camp_r li.space {
  margin-bottom: 115px;
}

#main .camp_r li a {
  display: block;
  height: 115px;
}

#main .camp_r li a:hover {
  position: static;
}

#main .camp_r li a img {
  margin-top: -115px;
}

#main .camp_r li a:hover img {
  margin-top: 0;
}

/* Character menu */
#main .camp_r li.cad01 {
  margin-bottom: 0px;
  list-style-type: none;
}

#main .camp_r li.cad01.space {
  margin-bottom: 131px;
}

#main .camp_r li.cad01 a {
  display: block;
  height: 131px;
}

#main .camp_r li.cad01 a:hover {
  position: static;
}

#main .camp_r li.cad01 a img {
  margin-top: -131px;
}

#main .camp_r li.cad01 a:hover img {
  margin-top: 0;
}

#main .info4-line-gold h4 {
		margin: 15px 10px 10px 25px;
		padding:5px 5px 5px 10px;
		width: 90%;
		line-height: 1.5;
		font-size: 110%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999933;
		border-top-width: 1px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-left-style: solid;
		border-top-color: #999933;
		border-right-color: #999933;
		border-left-color: #999933;
		background-color:#FFFFFF;
}

#main .info4-line-gold p {
		padding:5px 0 5px 5px;
		line-height: 1.5;
		font-size: 85%;
}

#main .info4-line-orange ul {
		margin: 15px 0 10px 30px;
		padding:5px 5px 5px 20px;
		width: 100%;
		line-height: 1.5;
		font-size: 120%;
}

#main .info4-30 p {
  margin: 5px 0 5px 30px;
  width: 95%;
  line-height: 1.5;
  font-size: 120%;
  padding-left:30px;
}

#main .info4-p1 p {
  margin: 10px 10px 0 25px;
  padding:0 10px 0 10px;
  width: 80%;
  line-height: 1.7;
  font-size: 110%;
  color:#000000;
  border-bottom-width: 1px;
  border-bottom-style:none
  border-style:none
  border-color:#FFFFFF;
  background-color:#FFFFFF;
  border-width:1px;  
}

#main .info4-p2 p {
  margin: 15px 25px 15px 20px;
  padding:10px 30px 10px 30px;
  width: 60%;
  line-height: 1.7;
  font-size: 110%;
  color:#000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-style:solid;
  border-color:#FF0000;
  background-color:#FFFFFF;
  border-width:1px;  
}

#main .info4-p3 p {
  margin: 15px 25px 15px 20px;
  padding:10px 0 10px 25px;
  width:65%;
  line-height: 1.7;
  font-size: 96%;
  color:#000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-style:solid;
  border-color:#FF0000;
  background-color:#FFFFFF;
  border-width:1px;  
}

#main .info4-p4 p {
  margin: 15px 25px 15px 20px;
  padding:10px 0 10px 25px;
  width:88%;
  line-height: 1.7;
  font-size: 96%;
  color:#000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-style:solid;
  border-color:#FF0000;
  background-color:#FFFFFF;
  border-width:1px;  
}
.l-float{
padding:5px 5px 5px 5px;
width : 190px;
height : 100px;
float : left;
}

.r-float{
padding:5px 30px 5px 15px;
width : 190px;
height :100px;
float:right;
}

.r-floats1{
padding:0 20px 0 5px;
width : 160px;
height :96px;
float:right;
}

.r-floats2{
padding:15px 20px 0 5px;
width : 160px;
height :116px;
float:right;
}

.r-floats3{
padding:15px 20px 0 5px;
width : 140px;
height :142px;
float:right;
}

.r-floate{
padding:5px 5px 15px 5px;
width : 340px;
height : 270px;
float:right;
vertical-align:top;
}

.l-floate{
padding:5px 5px 15px 5px;
width : 340px;
height : 270px;
float:left;
vertical-align:top;
}

.f-clear{
clear : both;
text-align:left;
}

.profile01 {
	 border:1px solid #A3E364;
	 font-size:12px;
	 font-weight:normal;
	 padding:5px 5px 5px 5px;
	 text-align:left;
 }
 .ea{
	 padding:5px 5px 5px 10px;
	 text-align:left;
	 line-height: 2;

 }
.ea h3 {
		margin: 10px 15px 10px 0;
		padding:5px 10px;
		width: 690px;
		line-height: 1.25;
		font-size: 120%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-style:solid;
		border-color:#CC9933;
		background-color:#FFFFCC;
		border-width:1px;
 }
 .center {
	text-align: center;
}

#main .info4p1 {
  margin: 20px 20px 15px;
  padding: 0;
  background-color: #FFFFFF;
  height:96px;
}

#main .info4p1 p {
  margin: 5px 0 5px;
  width: 100%;
  line-height: 1.5;
  font-size: 105%;
  padding-left:5px;
}

 .head_l {
 float:left;
}
 
 .head_r {
 padding-left:540px;

}