@charset "utf-8";

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
}
table {
border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* CSS RESET */

/* CSS YAMASTAR */
body {
	-webkit-text-size-adjust: none;
}

.section{
	padding: 5px 10px 10px 10px;
}


/* UL */
ul.type1 li {
	border-bottom: 1px solid #ccc;
/*  
	padding: 5px;
*/
	padding: 0 5px 5px 5px;
	margin: 5px 0;
}
ul.type1 li a {
	text-decoration: none;
}
ul.type2 {
	background: url(./img/dot.gif) #eee;
	padding: 5px 5px 5px 24px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
ul.type2 li{
	list-style: circle;
	margin: 5px 0;
}

ul.liststyleDot1 {
	padding-left: 10px;
}
ul.liststyleDot1 li {
	list-style: none;
	background: url(img/liststyleDot1.gif) no-repeat 0 0.6em;
	padding-left: 8px;
}
ul.liststyleDot1.type1 li {
	padding: 0 8px 5px 8px;
	margin: 5px 0;
}

ul.liststyleDot2 {
	padding-left: 10px;
}
ul.liststyleDot2 li {
	list-style: none;
	background: url(img/liststyleDot2.gif) no-repeat 0 0.5em;
	padding-left: 8px;
}
ul.liststyleDot2.type1 li {
	background: url(img/liststyleDot2.gif) no-repeat 0 0.45em;
	padding: 0 8px 5px 8px;
	margin: 5px 0;
}
/* Pager利用時はclearfixを忘れずに*/
ul.pager {
	padding: 0 0 0 5px;
}
ul.pager li {
	float:left;
	padding: 0 5px 0 0;
}
ul.pager li a {
	display:block;
}
ul.pager li span {
	display:block;
}

ul.pager.type1 {
	padding: 0 0 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px;/* CSS3 */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
ul.pager.type1 li {
	border: none;
}
ul.pager.type1 li a {
	text-decoration: underline;
}


.yamastarForm, .yamastarFormAssist {
	position: relative;
}
.hissu {
	position: absolute;
		right: 5px;
	display: block;
	background-color: #900;
	color: #fff;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;

	padding: 4px 5px 3px 5px;
	line-height: 1em;
	font-size: 13px;
}
.yamastarForm .hissu {
		top: 2px;
}
.yamastarFormAssist .hissu {
		top: 35px;
}

dl.type1 {
}
dl.type1 dt, dl.type1 dd {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
dl.type1 dt {
	font-weight: bold;
}
dl.type1 dd {
	font-weight: normal;
	color: #555;
}

table.type1{
	margin: 0 auto;
	border:1px solid #ccc;
}
table.type1 tr th, table.type1 tr td{
	padding: 4px 5px;
	border:1px solid #ccc;
}
table.type1 tr th{
	text-align:center;
	background:#eee;
}

table.type2{
	margin: 0 auto;
}
table.type2 tr th, table.type2 tr td{
	padding: 5px 10px;
	border-bottom:1px solid #ccc;
}
table.type2 tr th{
}

table.type3{
	margin: 0 auto;
}
table.type3 tr th, table.type3 tr td{
	padding: 5px 10px;
	border:3px solid #fff;
}
table.type3 tr th{
	text-align:center;
	background:#eee;
}


img.frameBox {
	padding:2px;
	border: 1px solid #ccc;
	display:block;
	float: left;
}

.gray {
	color:#aaa;
}
.pink {
	color:#f881b5;
}
.red {
	color:#f00;
}
.blue {
	color:blue;
}
.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}
.clearBoth {
	clear:both;
}
.dot {
	background: url(./img/dot.gif);
}
strong {
	font-weight: bold;
	color: #990000;
}
.fontSizeLarge{
	font-size: large!important;
}
.displayInline{
	display: inline!important;
}
.floatLeft{
	float: left!important;
}
.floatRight{
	float: right!important;
}
.textAlignCenter {
	text-align:center!important;
}
.textAlignLeft {
	text-align:left!important;
}
.textAlignRight {
	text-align:right!important;
}
.listStyleDecimal {
	list-style:decimal!important;
}
.listStyleOutside {
	list-style:outside!important;
}
.listStyleInside {
	list-style:inside!important;
}
.displayNone{
	display:none!important;
}
.bgEEE{
	background-color: #eee!important;
}
.bgRed{
	background-color: #f00!important;
}
.displayBlock {
	display: block!important;
}
.mAuto{
	margin-left: auto!important;
	margin-right: auto!important;
}
.positionRelative{
	position: relative!important;
}
.m0{
	margin: 0!important;
}
.m5{
	margin: 5px!important;
}
.m10{
	margin: 10px!important;
}
.m_t0{
	margin-top: 0!important;
}
.m_b0{
	margin-bottom: 0!important;
}
.m_l0{
	margin-left: 0!important;
}
.m_r0{
	margin-right: 0!important;
}
.m_t5{
	margin-top: 5px!important;
}
.m_b5{
	margin-bottom: 5px!important;
}
.m_l5{
	margin-left: 5px!important;
}
.m_r5{
	margin-right: 5px!important;
}
.m_t10{
	margin-top: 10px!important;
}
.m_b10{
	margin-bottom: 10px!important;
}
.m_l10{
	margin-left: 10px!important;
}
.m_r10{
	margin-right: 10px!important;
}
.m_b15{
	margin-bottom: 15px!important;
}
.m_l15{
	margin-left: 15px!important;
}
.m_r15{
	margin-right: 15px!important;
}
.m_t15{
	margin-top: 15px!important;
}

.p0{
	padding: 0!important;
}
.p5{
	padding: 5px!important;
}
.p10{
	padding: 10px!important;
}
.p_l0{
	padding-left: 0!important;
}
.p_t0{
	padding-top: 0!important;
}
.p_r0{
	padding-right: 0!important;
}
.p_b0{
	padding-bottom: 0!important;
}
.p_l5{
	padding-left: 5px!important;
}
.p_t5{
	padding-top: 5px!important;
}
.p_r5{
	padding-right: 5px!important;
}
.p_b5{
	padding-bottom: 5px!important;
}
.p_l10{
	padding-left: 10px!important;
}
.p_t10{
	padding-top: 10px!important;
}
.p_r10{
	padding-right: 10px!important;
}
.p_b10{
	padding-bottom: 10px!important;
}
.p_l15{
	padding-left: 15px!important;
}
.p_t15{
	padding-top: 15px!important;
}
.p_r15{
	padding-right: 15px!important;
}
.p_b15{
	padding-bottom: 15px!important;
}

.p_l20{
	padding-left: 20px!important;
}
.p_l25{
	padding-left: 25px!important;
}
.p_l30{
	padding-left: 30px!important;
}

.h10{
	height: 10px!important;
}
.h50{
	height: 50px!important;
}
.h60{
	height: 60px!important;
}
.h80{
	height: 80px!important;
}
.h100{
	height: 100px!important;
}
.w10{
	width: 10px!important;
}
.w20{
	width: 20px!important;
}
.w30{
	width: 30px!important;
}
.w40{
	width: 40px!important;
}
.w50{
	width: 50px!important;
}
.w60{
	width: 60px!important;
}
.w70{
	width: 70px!important;
}
.w80{
	width: 80px!important;
}
.w90{
	width: 90px!important;
}
.w100{
	width: 100px!important;
}
.w110{
	width: 110px!important;
}
.w120{
	width: 120px!important;
}
.w130{
	width: 130px!important;
}
.w140{
	width: 140px!important;
}
.w150{
	width: 150px!important;
}
.w200{
	width: 200px!important;
}
.w210{
	width: 210px!important;
}
.w220{
	width: 220px!important;
}
.w230{
	width: 230px!important;
}
.w240{
	width: 240px!important;
}
.w250{
	width: 250px!important;
}
.w300{
	width: 300px!important;
}
.w400{
	width: 400px!important;
}
.w500{
	width: 500px!important;
}
.w600{
	width: 600px!important;
}
.w700{
	width: 700px!important;
}

.w350{
	width: 350px!important;
}
.w450{
	width: 450px!important;
}
.w550{
	width: 550px!important;
}
.w650{
	width: 650px!important;
}
.w750{
	width: 750px!important;
}
.height1em{
	height: 1em!important;
}
.height2em{
	height: 2em!important;
}
.height3em{
	height: 3em!important;
}
.height4em{
	height: 4em!important;
}
.height5em{
	height: 5em!important;
}
.borderCCC {
	border:1px solid #ccc!important;
}
.borderDDD {
	border:1px solid #ddd!important;
}

.letterSpacing1px {
	letter-spacing: 1px!important;
}
.letterSpacing2px {
	letter-spacing: 2px!important;
}
.letterSpacing3px {
	letter-spacing: 3px!important;
}
.letterSpacing4px {
	letter-spacing: 4px!important;
}
.letterSpacing5px {
	letter-spacing: 5px!important;
}
.letterSpacing10px {
	letter-spacing: 10px!important;
}


.clear {
	height:0;
	overflow:hidden;
	clear:both;
}

.highlight, .error, .formErr, .error-message, .alert{
	margin: 0 5px;
	padding: 5px;
}
.highlight{
	background:url(img/highlight.gif) repeat-x bottom;
}
.error, .error-message, .formErr, .alert{
	background:url(img/error.gif) repeat-x bottom;
}
.alertGray {
	font-size: 11px;
	color: #aaa;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }


/* ==========================================================================================================

	BTN
 
============================================================================================================*/

.btn1, .btn2, .btn4, .btn6, .btn9 {
	border: 0;
	height: 24px;
	background: url(img/btn.png) no-repeat;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	font-size:12px;
	text-align: center;
	color: #333;
}
.btn1:hover, .btn2:hover, .btn4:hover, .btn6:hover, .btn9:hover {
	color: #006
}
.btn1 {
	width: 23px;
	background-position: -436px 1px;
}
.btn1:hover {
	background-position: -436px -22px;
}
.btn2 {
	width: 59px;
	background-position: -377px 1px;
}
.btn2:hover {
	background-position: -377px -22px;
}
.btn4 {
	width: 84px;
	background-position: -293px 1px;
}
.btn4:hover {
	background-position: -293px -22px;
}
.btn6 {
	width: 124px;
	background-position: -169px 1px;
}
.btn6:hover {
	background-position: -169px -22px;
}
.btn9 {
	width: 169px;
	background-position: 0 1px;
}
.btn9:hover {
	background-position: 0 -22px;
}
a.btn1, a.btn2, a.btn4, a.btn6, a.btn9 {
	text-decoration: none;
	font-size: 12px;
	height: 1em;
	line-height: 1em;
	padding: 6px 0;
	text-align: center;
}

/* ==========================================================================================================

	FormAssist Display
 
============================================================================================================*/

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration:line-through;
}
.line-through {
	text-decoration:line-through;
}
.fontSize11px {
	font-size: 11px;
	line-height: 1.5em;
}
.fontSize24px {
	font-size: 24px;
	line-height: 1.5em;
}
.fontSize34px {
	font-size: 34px;
	line-height: 1.5em;
}
.fontSize44px {
	font-size: 44px;
	line-height: 1.5em;
}

/* 色 */
.white {
	background-color: #fff;
}
.lightGrey {
	background-color: #ccc;
}
.grey {
	color: #999;
}
.darkGrey {
	color: #666;
}
.thickerGrey {
	color: #333;
}
.black {
	color: #000;
}


.red {
	color: #ca0909;
}
.green {
	color: #2ba82b;
}
.blue {
	color: #2121de;
}
.yellow {
	color: #fbd60c;
}
.lightBlue {
	color: #74a5ff;
}
.violet {
	color: #e41192;
}

.faHr {
	border: 1px dotted #ccc;
	clear:both;
}

.faDiv {
	padding: 5px;
	border: 1px solid #ccc;
	clear:both;
}
/* clearfix */
.faDiv:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.faDiv { display: inline-block; }
* html .faDiv { height:1%; }
.faDiv { display:block; }

.movie {
	text-align: center;
	padding: 5px 0;
	clear: both;
}




/* ==========================================================================================================

	 Form Assist
 
============================================================================================================*/

.formAssist {
	position: relative;
	padding: 0px;
	margin: 0;
}

.formAssist a.fa{
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -999px;
	overflow: hidden;
	border: 1px solid #000;
	float: left;
	margin: 0 5px 5px 0;
	background: url(./img/formAssistSprites.png) no-repeat;
}
.formAssist a.fa:hover{
	border: 1px solid #f39;
}
.formAssist a.futozi{
	background-position: 0 -583px;
}
.formAssist a.shatai{
	background-position: -30px -583px;
}
.formAssist a.kasen{
	background-position: -60px -583px;
}
.formAssist a.uchikeshi{
	background-position: -90px -583px;
}
.formAssist a.ookisa{
	background-position: -120px -583px;
}
.formAssist a.iro{
	background-position: -150px -583px;
}
.formAssist a.emozi{
	background-position: -180px -583px;
}
.formAssist a.kugiri{
	background-position: -210px -583px;
}
.formAssist a.waku{
	background-position: -240px -583px;
}
.formAssist a.tukaikata{
	background-position: -270px -583px;
}
.formAssist a.formAssistImage{
	background-position: -300px -583px;
}
.formAssist a.formAssistMap{
	background-position: -330px -583px;
}


.formAssistDivSize, .formAssistDivColor, .formAssistDivEmozi, .formAssistDivImage, .formAssistDivMap {
	margin: 0;
	padding: 0;
	display:none;
}

/* その他のウインドウ */
.formAssistDivImage,.formAssistDivMap {
	background: url(./img/ajax-loader.gif) center center no-repeat white;
	width: 350px;
	height: 400px;
	overflow: hidden;
	position: absolute;
		top: -150px;
		left: 150px;
	border: 1px solid black;
}


/* サイズ変更ウインドウ */
.formAssistDivSize {
	background: url(./img/formAssistSprites.png) -11px -11px no-repeat;
	width: 215px;
	height: 161px;
	overflow: hidden;
	position: absolute;
		top:-100px;
		left: 100px;
}
.formAssistDivSize ul{
	margin: 12px 0 0 11px;
}
.formAssistDivSize ul li{
	margin: 0 7px 0 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
}
.formAssistDivSize ul li a{
	background: url(./img/formAssistSprites.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	width: 60px;
	height: 60px;
	border: none;
}
.formAssistDivSize ul li a:hover{
	border: none;
}
.formAssistDivSize ul li.fontSize24pxBtn a{
	background-position: -333px -323px;
}
.formAssistDivSize ul li.fontSize24pxBtn a:hover{
	background-position: -399px -323px;
}

.formAssistDivSize ul li.fontSize34pxBtn a{
	background-position: -333px -388px;
}
.formAssistDivSize ul li.fontSize34pxBtn a:hover{
	background-position: -399px -388px;
}

.formAssistDivSize ul li.fontSize44pxBtn a{
	background-position: -333px -453px;
}
.formAssistDivSize ul li.fontSize44pxBtn a:hover{
	background-position: -399px -453px;
}

.formAssistDivSize a.formAssistDivClose, .formAssistDivSize a.formAssistBtnHelp,
.formAssistDivColor a.formAssistDivClose, .formAssistDivColor a.formAssistBtnHelp,
.formAssistDivEmozi a.formAssistDivClose,  .formAssistDivImage a.formAssistDivClose,  .formAssistDivMap a.formAssistDivClose {
	overflow: hidden;
	display: block;
	text-indent: -999px;
	background: url(./img/formAssistSprites.png) no-repeat;
	float: left;
	border: none;
}
.formAssistDivSize a.formAssistDivClose, .formAssistDivColor a.formAssistDivClose, .formAssistDivEmozi a.formAssistDivClose, .formAssistDivImage a.formAssistDivClose, .formAssistDivMap a.formAssistDivClose {
	background-position: -337px -186px;
	width: 59px;
	height: 22px;
	margin:57px 0 0 9px;
}
.formAssistDivImage a.formAssistDivClose, .formAssistDivMap a.formAssistDivClose {
	margin:5px 0 0 9px;
}
.formAssistDivSize a.formAssistDivClose:hover, .formAssistDivColor a.formAssistDivClose:hover, .formAssistDivEmozi a.formAssistDivClose:hover,
 .formAssistDivImage a.formAssistDivClose:hover,  .formAssistDivMap a.formAssistDivClose:hover {
	background-position: -401px -186px;
}

.formAssistDivSize a.formAssistBtnHelp, .formAssistDivColor a.formAssistBtnHelp, .formAssistDivEmozi a.formAssistBtnHelp {
	background-position: -339px -220px;
	width: 23px;
	height: 23px;
	margin:57px 0 0 117px;
}
.formAssistDivSize a.formAssistBtnHelp:hover, .formAssistDivColor a.formAssistBtnHelp:hover, .formAssistDivEmozi a.formAssistBtnHelp:hover {
	background-position: -368px -220px;
}

/* 色変更ウインドウ */
.formAssistDivColor {
	background: url(./img/formAssistSprites.png) -250px -11px no-repeat;
	width: 215px;
	height: 161px;
	overflow: hidden;
	position: absolute;
		top:-100px;
		left: 150px;
}

.formAssistDivColor ul{
	margin: 14px 0 0 11px;
	width: 205px;
}
.formAssistDivColor ul li{
	margin: 0 10px 10px 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
	float: left;
}
.formAssistDivColor ul li a{
	background-image: none;
	width: 22px;
	height: 22px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	border:1px solid #fff;
}
.formAssistDivColor ul li.white a{
	background-color: #fff;
}
.formAssistDivColor ul li.lightGrey a{
	background-color: #ccc;
}
.formAssistDivColor ul li.grey a{
	background-color: #999;
}
.formAssistDivColor ul li.darkGrey a{
	background-color: #666;
}
.formAssistDivColor ul li.thickerGrey a{
	background-color: #333;
}
.formAssistDivColor ul li.black a{
	background-color: #000;
}


.formAssistDivColor ul li.red a{
	background-color: #ca0909;
}
.formAssistDivColor ul li.green a{
	background-color: #2ba82b;
}
.formAssistDivColor ul li.blue a{
	background-color: #2121de;
}
.formAssistDivColor ul li.yellow a{
	background-color: #fbd60c;
}
.formAssistDivColor ul li.lightBlue a{
	background-color: #74a5ff;
}
.formAssistDivColor ul li.violet a{
	background-color: #e41192;
}

.formAssistDivColor ul li a:hover {
	border:1px solid #eb1ab2;
}


.formAssistDivColor a.formAssistDivClose {
	margin:48px 0 0 9px;
}
.formAssistDivColor a.formAssistBtnHelp {
	margin:48px 0 0 117px;
}


/* 絵文字ウインドウ */
.formAssistDivEmozi {
	background: url(./img/formAssistSprites.png) -12px -183px no-repeat;
	width: 312px;
	height: 385px;
	overflow: hidden;
	position: absolute;
		top:-100px;
		left: 150px;
}

.formAssistDivEmozi ul{
	margin: 13px 0 0 13px;
	width: 288px;
}
.formAssistDivEmozi ul li{
	margin: 0 1px 1px 0;
	width: 15px;
	height: 15px;
	overflow: hidden;
	float: left;
}
.formAssistDivEmozi ul li a{
	width: 15px;
	height: 15px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	border: none;
}
.formAssistDivEmozi ul li a:hover{
	border: none;
}
.formAssistDivEmozi a.formAssistDivClose {
	margin:50px 0 0 11px;
}
.formAssistDivEmozi a.formAssistBtnHelp {
	margin: 49px 0 0 6px;
}
.formAssistDivEmozi a.formAssistDivOtherEmozi {
	background-position: -338px -256px;
	width: 124px;
	height: 22px;
	margin:50px 0 0 79px;
	float: left;
}
.formAssistDivEmozi a.formAssistDivOtherEmozi:hover {
	background-position: -338px -289px;
}
.googleMap{
	width: 480px;
	height: 420px;
	margin: 0 auto;
	border: 1px solid black;
	clear: both;
}
.mapSpan {
	text-decoration: underline;
	cursor: pointer;
}

object, embed {
	margin: 0px;
	padding: 0px;
	display:block;
}
.dots {
	padding: 5px 10px;
	background: url(./img/dot.gif) #eee;
	border: 1px #ddd solid;
}
.borderDDD {
	padding: 5px 10px;
	border: 1px #ddd solid;
}
.small {
	font-size: 10px;
}
.verticalAlignBottom {
	vertical-align:bottom;
}

.kadomaru {
	border-radius: 5px;/* CSS3 */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}

/* css3 見出しとか */

/* ↓ 見出しNo.1 ↓ */
.h_css1 {
	border-radius: 5px;/* CSS3 */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	background: #eeeeee;
	margin: 0 10px;
	padding: 3px;
}
.h_css1 h2, .h_css1 h3 {
	text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 2px 2px #999;
	border-radius: 5px;/* CSS3 */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: #c9c9c9 1px solid;
	text-align: center;
	color: #083265;
	line-height: 1em;
	height: 1em;
	padding: 10px 0;
	font-weight: bold;
	background: -moz-linear-gradient(top,
		#ffffff,  
		#ffffff 35%,  
		#efefef 39%,  
		#fcfcfc); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, 
		from(#ffffff),  
		color-stop(0.35, #ffffff),  
		color-stop(0.39, #efefef),  
		to(#fcfcfc));　/* Safari,Google Chrome用 */
}
/* ↑ 見出しNo.1 ↑ */

/* ↓ 見出しNo.2 ↓ */
.h_css2 {
	text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 2px 2px #999;
	color: #083265;
}
/* ↑ 見出しNo.2 ↑ */

/* ↓ 見出しNo.3 ↓ */
.h_css3 {
	border-radius: 5px;/* CSS3 */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	background: #eeeeee;
	margin: 0 10px;
	padding: 3px;
}
.h_css3 h2, .h_css3 h3 {
	text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 2px 2px #999;
	border-radius: 5px;/* CSS3 */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: #c9c9c9 1px solid;
	color: #083265;
	line-height: 1.2em;
	padding: 10px 15px;
	font-weight: bold;
	background: -moz-linear-gradient(top,
		#ffffff,  
		#ffffff 35%,  
		#efefef 39%,  
		#fcfcfc); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, 
		from(#ffffff),  
		color-stop(0.35, #ffffff),  
		color-stop(0.39, #efefef),  
		to(#fcfcfc));　/* Safari,Google Chrome用 */
}
/* ↑ 見出しNo.3 ↑ */

/* ↓ ボタン1 ↓ */
.cssbtn1 {
	display:block;
	text-shadow: 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 2px 2px #999;
	border-radius: 2em;/* CSS3 */
	-moz-border-radius: 2em; /* Firefox */
	-webkit-border-radius: 2em; /* Safari,Chrome */
	border: #6c6c6c 1px solid;
	text-align: center;
	color: #000;
	height: 1em;
	line-height: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: 0.5em 0;
	background: -moz-linear-gradient(top,
		#f1f1f1,  
		#f1f1f1 49%,  
		#ddd 50%,  
		#fefefe); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, 
		from(#f1f1f1),  
		color-stop(0.49, #f1f1f1),  
		color-stop(0.50, #ddd),  
		to(#fefefe));　/* Safari,Google Chrome用 */
}
.cssbtn1:hover {
	border: 1px solid #ab1111;
	color: #fff;
	text-shadow: 0 -1px 0 #06236c, 1px 0 0 #06236c, 0 1px 0 #06236c, -1px 0 0 #06236c;

	background: -moz-linear-gradient(top,
		#ffd7d7,  
		#ffd7d7 49%,  
		#ed7878 50%,  
		#fff2f2); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, 
		from(#ffd7d7),  
		color-stop(0.49, #ffd7d7),  
		color-stop(0.50, #ed7878),  
		to(#fff2f2));　/* Safari,Google Chrome用 */
}
/* ↑ ボタン1 ↑ */
/* ↓ ボタン2 ↓ */
.cssbtn2 {
	border: 1px solid #6169fb;
	display:block;
	text-align: center;
	height: 1em;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em 0;
	color: #fff;

	text-shadow: 0 -1px 0 #06236c, 1px 0 0 #06236c, 0 1px 0 #06236c, -1px 0 0 #06236c;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	background: -moz-linear-gradient(top,
		#b5d8f7,  
		#b5d8f7 49%,  
		#4fa5f8 50%,  
		#c6f5ff);
	background: -webkit-gradient(linear, left top, left bottom, 
		from(#b5d8f7),  
		color-stop(0.49, #b5d8f7),  
		color-stop(0.50, #4fa5f8),  
		to(#c6f5ff));
}
.cssbtn2:hover {
	border: 1px solid #ab1111;
	color: #fff;
	text-shadow: 0 -1px 0 #06236c, 1px 0 0 #06236c, 0 1px 0 #06236c, -1px 0 0 #06236c;

	background: -moz-linear-gradient(top,
		#ffd7d7,  
		#ffd7d7 49%,  
		#ed7878 50%,  
		#fff2f2); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, 
		from(#ffd7d7),  
		color-stop(0.49, #ffd7d7),  
		color-stop(0.50, #ed7878),  
		to(#fff2f2));　/* Safari,Google Chrome用 */
}
/* ↑ ボタン2 ↑ */





/* CSS YAMASTAR */


a.trial {
	position: relative;
	display: block;
	width: 24px;
	height: 16px;
	overflow: hidden;
}
a.trial img{
	position: absolute;
	display: block;
	top:0;
	left: -84px;
}
a.trial img:hover, a.trial:hover img{
	top:-16px;
}
.sprites {
	position:relative;
	overflow:hidden;
	display:block
}
.sprites img {
	position:absolute;
	overflow:hidden;
	display:block
}
