@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

a:link {
	color: #333333;
}
a:visited {

}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

ul { /* 基本のリスト （固定）*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.liqa {
	background-image: url(../img/mark3.gif);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	padding-left: 40px;
}

.linomalmark {
	list-style:disc;
	margin-left: 40px;
}


a img {
	border:0;
}

.noboder {
	border:0;
	margin: 0px;
	padding: 0px;
}

.clear { /* 画像の周り込み解除 */
	clear: both; 
}

hr {
	size:1px
}

.txtleft {text-align:left;}
.txtright {text-align:right;}
.txtcenter {text-align:center;}

img.right { 
	float:right;
	margin-left:7px;
	}

img.left { 
	float:left;
	margin-right:7px;
	}
	
img.border {
	padding:3px;
	margin:10px;
	border:1px solid #CCCCCC;
	}

	
#IframeBox {
width: 670px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}



/********************************************************************/
/* 見出しタグ */

h1,h2,h3,h4,h5,h6 { /* 基本タイトル（固定）*/
	padding: 0px; 
	margin: 0px 0px 5px; 
	font-size: 12px;
	font-weight:normal;
	text-align: left;
}

.h1_bg {
	background: url(../img/h1_bg1.jpg) repeat-x;
	text-indent: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #339966;
	font-family: Arial, Helvetica, Verdana, "qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", sans-serif;
}

h2 {
	color:#333333;
}

.h2_bg {
	background: url(../img/h2_bg.jpg) no-repeat;
	padding-left: 12px;
	height: 60px;
	padding-top: 9px;
}

h3 {
	margin:0px;
	font-size: 13px;
}

h4 {
	color:#000000;
}
h5 {
	color:#990000;
	background-color:#CCCCCC;
	height:20px;
	font-size:12px;
	font-weight:bold;
	padding:3px 3px 3px 6px;
	margin:3px 15px;
}

h6 {
	margin:3px 15px;
}

th {
	background-image: url(../img/t_back1.jpg);
	color:#4F4F00;
	font-weight:normal;
}


th.header {
	background: url(../img/h1_bg2.jpg);
	font-family: Arial, Helvetica, Verdana, "qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", sans-serif;
	font-weight:normal;
}



body {
	margin: 0;
	padding: 0;
	line-height:140%;
	color:#333;
	font-size:0.9em;
	background:url(../img/backimg_f3.jpg) repeat-x;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

/********************************************************************/
/* フォントカラー */

.green {color:#339933;}
.orange {color:#FF6600;}
.wine {color:#CC0000;}
.red {color:#FF0000;}
.navy {color:#000099;}
.gold {color: #996600}


/********************************************************************/
/* マージン */

.marginTop5 {margin-top:5px;}
.marginTop10 {margin-top:10px;}
.marginBottom5 {margin-bottom:5px;}
.marginBottom10 {margin-bottom:10px;}


/********************************************************************/
/* ボックス */

#container {
	width: 899px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
	background:#F7ACAC url(../img/backimg.gif) repeat-y;
	padding-right: 30px;
	padding-left: 25px;
}

#containerMos {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
	background:#FFF;
	padding-right: 0px;
	padding-left: 0px;
}


#header {
	position:relative;
	width: 879px;
	height: 142px;
	background:#FFF url(../img/header_logo.gif) no-repeat 110px top;
	border-bottom: 1px solid #333333;
	padding-left: 20px;
}

#header .logo {
	float:left;
	position: absolute;
	left: -25px;
	top: 0px;
}

#header .card {
	position: absolute;
	right: 0px;
	top: 0px;
}

#header h1 {
	position:absolute;
	width:400px;
	top: 60px;
	font-size:0.8em;
	left: 170px;
}

#header h2 {
	position:absolute;
	width:770px;
	top: 121px;
	font-size:0.7em;
	left: 118px;
}

#header .appeal2 {
	position:absolute;
	width:520px;
	right:6px;
	top: 35px;
	text-align:left;
	font-size:0.7em;
}

#header .supTel {
	position:absolute;
	width:520px;
	right:5px;
	top: 0px;
	text-align:right;
	font-size:0.7em;
}

.footer, .push {
	height: 35px; /* .push must be the same height as .footer */
}

.footer {
	width: 905px;
	height: 35px; /* .push must be the same height as .footer */
	background:url(../img/footer.gif) no-repeat;
	text-align:center;
	font-size:0.7em;
	clear:both;
	color:#E60000;
	margin-right: auto;
	margin-left: auto;
}

#mainBox {
	float:right;
	width: 699px;
	text-align:left;

}

#leftBox {
	float:left;
	margin: 0; 
	padding: 0px;
	width: 200px;

}


#leftBox .new {
	COLOR: #FFFFFF;
	background: #FF0000;
	font-size: 10px;
	padding: 2px;
	margin-left: 4px;
	border: 1px solid #CCCCCC;
	height: 15px;
}



.txtBox {
	margin: 0px; 
	padding: 10px;

}

.linkBox {
	float:left;
	padding: 0px 0px 0px 10px;
	margin:0px;
	width: 190px;
	font-size:10px;
	height:90px;
	line-height:90%;
}

.linkBoxCl {
	float:left;
	clear:both;
	padding: 0px 0px 0px 0px;
	margin:0px;
	width: 190px;
	font-size:10px;
	height:90px;
	line-height:90%;
}

.clubImg {
	text-align:center;
	padding:10px;
}

.clubImg img {
	padding:3px;
	border:#999999 1px solid;
}

.sle20081 {
	width: 324px;
	float: left;
	background: #DDDDFF;
}

.sle20082 {
	width: 324px;
	float: right;
	background: #DDDDFF;
}

.sle20083 {
	width: 670px;
	clear:both;
	background: url(../img/2008sle1_r5_c1.gif) no-repeat;
	height: 297px;
}

.sle20083Txt {
	width: 300px;
	padding-left:10px;
	padding-top: 100px;
}

.paddbox {
	padding:15px;
}

.paddbox10 {
	padding:10px;
}

.repeaterbox {
	padding:0px 25px;
	text-align:left;
}


.bookmark {
	padding: 0px 5px 5px;
	text-align: right;
}

#MovieBOX {
	border-bottom:#000000 solid 1px;
}

.boxrightPink {
	padding:15px;
	margin-right:15px;
	background: #FFF7F0;
	margin-left: 20px;
	border: 1px solid #FF8888;
}




/********************************************************************/
/* ナビゲーション */

/* ムービーナビゲーション */
#MovieNavigation {
	clear:both;
	width: 247px;
	height: 254px;
	float:left;
	background: #FFFFFF;
}

#Movie {
	width: 650px;
	height: 254px;
	float:right;
}

#MovieNavigation li{
	list-style-type:none;
	width:247px;
	height:127px;
	margin: 0; /* the bottom margin is the negative value of the footer's height */
	padding: 0px;
}


#MovieNavigation li.trylessonBtn{
	background:url(../img/trylesson_f2.jpg);
}
#MovieNavigation li.chalengeexamBtn{
	background:url(../img/chalengeexam_f2.jpg);
}
#MovieNavigation li a{
	display:block;
	width:247px;
	height:127px;
}
#MovieNavigation li a:hover {
	background-color:transparent;
}
#MovieNavigation li a:hover img{
	visibility:hidden;
}



/* グローバルナビゲーション */
#globalNavigation {
	clear:both;
	width: 789px;
	height: 32px;
	margin-left: 91px;
	padding-top: 88px;
}


#globalNavigation li{
	list-style-type:none;
	width:151px;
	height:32px;
	float:left;
}
#globalNavigation li.leftBtn{
	width:33px;
}

#globalNavigation li.homeBtn{
	background:url(../img/home_f2.jpg);
}
#globalNavigation li.firstBtn{
	background:url(../img/info_f2.jpg);
}
#globalNavigation li.payBtn{
	background:url(../img/exam_f2.jpg);
}
#globalNavigation li.soryoBtn{
	background:url(../img/try_f2.jpg);
}
#globalNavigation li.myacaBtn{
	background:url(../img/myacaunt_f2.jpg);
}
#globalNavigation li.cartBtn{
	background:url(../img/access_f2.jpg);
}
#globalNavigation li a{
	display:block;
	width:151px;
	height:32px;
}
#globalNavigation li a:hover {
}
#globalNavigation li a:hover img{
	visibility:hidden;
}


/********************************************************************/
/* ローカルナビゲーション */

.localNavigation {
	clear:both;
	float:left;
	margin: 0; /* the bottom margin is the negative value of the footer's height */
	padding: 0px;
	width: 200px;
}

.localNavigation h2 {
	padding: 0px;
	margin: 0px;
	background:url(../img/sale_f2.gif);
}
.localNavigation h2 a {
	color: #990000;
	text-decoration: none;
}

.localNavigation h2 a:hover {
	background-color:transparent;
}

.localNavigation h2 a:hover img {
	visibility:hidden;
}

.localNavigation ul {
}

.localNavigation ul li {
	background: url(../img/localnavi.jpg) no-repeat;
	font-size: 12px;
	line-height:250%;
	list-style-type: none;
}

.localNavigation ul li.noimg {
	background: url(none);
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 0px;
	height:18px;
}

.localNavigation ul li a {
	display:block;
	width:193px;
	height:36px;
	padding-left: 7px;
	color: #000000;
	text-decoration: none;
}

.localNavigation ul li a:hover {
	background: url(../img/localnavi_f2.jpg) no-repeat;
	color: #000000;
	text-decoration: none;
}

.localNavigation ul li.nomark {
	background: url(../../menu/mark2.gif) no-repeat 0px 6px;
}


.localNavigation ul li ol li {
	background: url(../../menu/mark3.gif) no-repeat  0px 0px;
}

.localNavigation ul li.grad {
	text-indent:7px;
}

.localNavigation ul li ul li ul li {
	background: url(../../menu/mark4.gif) no-repeat  0px 0px;
}

.localNavigation ul li ul li ul li.end {
	background: url(../../menu/mark3.gif) no-repeat  0px 0px;
}



/********************************************************************/
/* MOSナビゲーション */

.moslNavigation {
	clear:both;
	float:left;
	margin: 0; /* the bottom margin is the negative value of the footer's height */
	padding: 0px;
	width: 200px;
}

.moslNavigation h2 {
	padding: 0px;
	margin: 0px;
	background:url(../img/sale_f2.gif);
}
.moslNavigation h2 a {
	color: #990000;
	text-decoration: none;
}

.moslNavigation h2 a:hover {
	background-color:transparent;
}

.moslNavigation h2 a:hover img {
	visibility:hidden;
}

.moslNavigation ul {
}

.moslNavigation ul li {
	background: url(../img/mos_button.jpg) no-repeat;
	font-size: 12px;
	line-height:250%;
	list-style-type: none;
}

.moslNavigation ul li.noimg {
	background: url(none);
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 0px;
	height:18px;
}

.moslNavigation ul li a {
	display:block;
	width:193px;
	height:36px;
	padding-left: 7px;
	color: #000000;
	text-decoration: none;
}

.moslNavigation ul li a:hover {
	background: url(../img/mos_button_f2.jpg) no-repeat;
	color: #000000;
	text-decoration: none;
}

.moslNavigation ul li.nomark {
	background: url(../../menu/mark2.gif) no-repeat 0px 6px;
}


.moslNavigation ul li ol li {
	background: url(../img/local_libg2.gif) no-repeat;
	font-size: 12px;
	line-height:250%;
	list-style-type: none;

}

.moslNavigation ul li ol li a {
	padding-left:23px;
	width:177px;
}

.moslNavigation ul li ol li a:hover {
	background: url(../img/local_libg2_f2.gif) no-repeat;
}
.moslNavigation ul li ol li.end {
	background: url(../img/local_libg2_f3.gif) no-repeat;
}
.moslNavigation ul li ol li.end a:hover {
	background: url(../img/local_libg2_f4.gif) no-repeat;
}



/********************************************************************/
/* ナビゲーション第２階層 */

ul li ol {
	margin: 0px;
	padding: 0px;
}




.stealITEM {
	padding:15px;
	width:666px;
	clear:both;
	}

.stealIMG {
	float:left;
	clear:both;
	width:205px;
	}

.stealTXTbox {
	float:left;
	width:461px;
	height:212px;
	background:url(../img/stealcorner_r6_c3.jpg) no-repeat;
	}

.stealTXT {
	padding:20px;
	}
	
.stealTXT p {
	margin:7px 0px;
	font-size:12px;
	line-height:20px;
	}
/********************************************************************/
/* レディースナビゲーション */

.ladiesNavigation {
	float:left;
	margin: 0; /* the bottom margin is the negative value of the footer's height */
	padding: 0px;
	width: 200px;
}

.ladiesNavigation h2 {
	padding: 0px;
	margin: 0px;
	background:url(../img/ladiescorner_f2.jpg);
}
.ladiesNavigation h2 a {
	color: #990000;
	text-decoration: none;
}

.ladiesNavigation h2 a:hover {
	background-color:transparent;
}

.ladiesNavigation h2 a:hover img {
	visibility:hidden;
}

.ladiesNavigation ul {
}

.ladiesNavigation ul li {
	background: url(../img/localnavi_l.jpg) no-repeat;
	font-size: 12px;
	line-height:250%;
	list-style-type: none;
}

.ladiesNavigation ul li .shaft {
	font-size: 9px;
}

.ladiesNavigation ul li a {
	display:block;
	width:193px;
	height:36px;
	padding-left: 7px;
	color: #000000;
	text-decoration: none;
}

.ladiesNavigation ul li a:hover {
	background: url(../img/localnavi_l_f2.jpg) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.ladiesNavigation ul li.nomark {
	background: url(../../menu/mark2.gif) no-repeat 0px 6px;
}


.ladiesNavigation ul li ol li {
	background: url(../../menu/mark3.gif) no-repeat  0px 0px;
}

.ladiesNavigation ul li.grad {
	text-indent:7px;
}

.ladiesNavigation ul li ul li ul li {
	background: url(../../menu/mark4.gif) no-repeat  0px 0px;
}

.ladiesNavigation ul li ul li ul li.end {
	background: url(../../menu/mark3.gif) no-repeat  0px 0px;
}
/********************************************************************/
/* ブログバナー */
.blog {
	padding: 5px;
	width: 190px;
	clear: both;
}




/* サブナビゲーション */

.subNavigation {
	padding: 5px;
	width: 190px;
	clear: both;
}


.subNavigation ul {
}

.subNavigation ul li {
	background: url(../img/subnavi.gif) no-repeat;
	font-size: 12px;
	line-height:200%;
	list-style-type: none;
	margin: 0px;
	height: 23px;
}

.subNavigation ul li a {
	display:block;
	width:175px;
	height:23px;
	padding-left: 15px;
	color: #000000;
	text-decoration: none;
}

.subNavigation ul li a:hover {
	background: url(../img/subnavi_f2.gif) no-repeat;
}

.subNavigation ul li.nomark {
	background: url(../../menu/mark2.gif) no-repeat 0px 6px;
}


.subNavigation ul li ol li {
	background: url(../../menu/mark3.gif) no-repeat  0px 0px;
}

.subNavigation ul li.grad {
	text-indent:7px;
}

.subNavigation ul li ul li ul li {
	background: url(../../menu/mark4.gif) no-repeat  0px 0px;
}

.subNavigation ul li ul li ul li.end {
	background: url(../../menu/mark3.gif) no-repeat  0px 0px;
}


/********************************************************************/
/* ホームナビゲーション */


.homenavi {
	margin: 0px;
	padding: 15px 0px;
	clear:both;
}

.homenavi ul {
	margin: 0px;
	padding: 0px;
}

.homenavi ul li {
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	background:url(../img/button1.gif) no-repeat;
	float:left;
	list-style:none;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.homenavi ul li a {
	width:83px;
	height:34px;
	padding-top:7px;
	text-indent:10px;
	display:block;
	color:#FFF;
	text-decoration:none;
}

.homenavi ul li a:visited {
	text-decoration:none;
}

.homenavi ul li a:hover {
	background:url(../img/button1_f2.gif) no-repeat;
	color:#FFF;
	text-decoration:none;
}


/********************************************************************/
/* トップナビゲーション */


.topnavi {
	margin: 0px;
	padding: 5px 0px;
	clear:both;
}

.topnavi ul {
	margin: 0px;
	padding: 0px;
}

.topnavi ul li {
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	background:url(../img/button1.gif) no-repeat;
	float:right;
	list-style:none;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.topnavi ul li a {
	width:83px;
	height:34px;
	padding-top:7px;
	text-indent:10px;
	display:block;
	color:#FFF;
	text-decoration:none;
	list-style: none;
}

.topnavi ul li a:visited {
	text-decoration:none;
}

.topnavi ul li a:hover {
	background:url(../img/button1_f2.gif) no-repeat;
	color:#FFF;
	text-decoration:none;
}


/********************************************************************/
/* ご購入ナビ */


.cartnavi {
	margin: 0px auto;
	width:276px;
	padding: 0px;
	clear:both;
}

.cartnavi ul {
	margin: 0px;
	padding: 0px;
	background:none;
}

.cartnavi ul li {
	margin: 0px;
	padding: 0px;
	line-height: 180%;
	font-size:16px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(http://www.ayagolf.com/img/button2.gif) no-repeat;
}

.cartnavi ul li a {
	width:276px;
	height:46px;
	padding-top:7px;
	text-align:center;
	display:block;
	color:#FFF;
	text-decoration:none;
}

.cartnavi ul li a:visited {
	text-decoration:none;
	color:#FFF;
}

.cartnavi ul li a:hover {
	background:url(http://www.ayagolf.com/img/button2_f2.gif) no-repeat;
	color:#FFF;
	text-decoration:none;
}

/********************************************************************/
/* お届けの目安 */

.tomorrow {
	background: #FF6633;
	text-align:center;
}
.tomorrowAM {
	background: #CC9966;
	text-align:center;
}
.tomorrow14 {
	background: #66CC99;
	text-align:center;
}
.tomorrow18 {
	background: #FFFF99;
	text-align:center;
}
.dayaftomorrow {
	background: #CCFFFF;
	text-align:center;
}



/********************************************************************/

.bottomNavigation {
	text-align:center;
	font-size:0.7em;
	clear: both;
}

.bottomcartNavi {
	text-align:center;
	font-size:0.7em;
	clear: both;
}

.bottomcartNavi img {
	margin:0px 5px;
}

/********************************************************************/
/* ページナンバー */
.pagenum {
	margin: 0px;
	padding: 10px;
}


.pagenum ul {
	margin: 1px 0px 0px 1px;
	padding: 2px 0px 0px 0px;
	font-size:90%;
}

.pagenum ul li {
	display:inline;
	float: left;
	width:20px;
	height:20px;
	margin-right:7px;
	background:url(../img/numberback1.gif) no-repeat;
	line-height: 150%;
	text-align:center;
	border: 1px solid #CCCCCC;
}

.pagenum ul li.prev {
	width:55px;
	background:url(../img/numberback_pre1.gif) no-repeat;
}

.pagenum ul li.prev {
	width:55px;
	background:url(../img/numberback_pre1.gif) no-repeat;
}

.pagenum ul li.prev a:hover {
	width:55px;
	background:url(../img/numberback_pre2.gif) no-repeat;
}

.pagenum ul li.next {
	width:55px;
	background:url(../img/numberback_next1.gif) no-repeat;
}

.pagenum ul li.next a:hover {
	width:55px;
	background:url(../img/numberback_next2.gif) no-repeat;
}

.pagenum ul li a {
	display:block;
	width:100%;
	height:20px;
}

.pagenum ul li a:hover {
	background:url(../img/numberback2.gif) no-repeat;
	color:#FFFFFF;
}


/********************************************************************/
/* その他 */

.bgWhiteF11 {
	background:#FFFFFF;
	color:#000000;
	font-size:11px;
}

.bgWhite {
	background:#FFFFFF;
	color:#000000;
}

.goods {
	width:180px;
}

#melmaga {
	width:190px;
	clear:both;
	margin:5px;
}

#melmaga h2 {
	margin:0px;
}

#melmaga .cont {
	margin:0px;
	padding:0px 5px;
	background:#E3E3AE;
	font-size:0.8em;
}

#melmaga .bottom {
	width:190px;
	margin:0px;
	background:url(../img/melmaga_bottom.gif) no-repeat;
}

#mb {
	width:190px;
	clear:both;
	margin:5px;
}

#mb h2 {
	margin:0px;
}

#mb .cont {
	margin:0px;
	padding:0px 5px;
	background:#E3E3AE;
	font-size:0.8em;
}

#mb .bottom {
	width:190px;
	margin:0px;
	background:url(../img/mb_bottom.gif) no-repeat;
}

#calender {
	width:160px;
	height:185px;
	margin:0px;
	padding:20px;
	font-size:9pt;
}

.holiday {
	background:#CCCCCC;
	color:#FFFFFF;
	text-align:center;
}

.saturday {
	background:#CCCCCC;
	color:#009966;
	text-align:center;
}

.today {
	border:solid 1px #CC0000;
	text-align:center;
}

#open {
	width:190px;
	margin:0px;
	padding:5px;
	font-size:12px;
}

#exam {
	width:200px;
	margin:0px;
	padding:0px;
	font-size:11px;
}

#banner {
	text-align:center;
	font-size:10px;
}

#schoolinfo {
	font-size:13px;
	line-height:100%;
	padding:10px;
}

#movie {
	float:left;
	width:500px;
	padding-left:5px;
}

.movieCont {
	width:630px;
	padding-left:5px;
}

#movieNotice {
	float:left;
	width:130px;
}

.firstCont {
	width:645px;
	padding:0px;
}

.firstCont h4 {
	background:url(../img/h_back2.jpg) no-repeat;
	padding-left:50px;
	height:44px;
	line-height:55px;
	font-weight:bold;
	color:#990000;
	font-size:1.2em;
}

.firstCont p {
	width:630px;
	padding:0px;
	margin:5px;
	padding:0px 10px;
}

.QandACont {
	width:625px;
	padding:10px;
}

.QandACont H3 {
	background:#339966;
	text-indent:10px;
	color:#FFFFFF;
	font-size: 120%;
}

.AnswerCont H3 {
	text-indent:10px;
	color:#006633;
	border-bottom: 1px solid #006633;
	font-size: 140%;
	font-weight: bold;
}


.tback1 {
	background-image: url(../total_image/t_back1.jpg);
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	color:#FFFFFF;
	height:20px;
}
.tback2 {
	background-color: #F7F7F7;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.tback3 {
	background-color: #F7F7F7;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}

.tback1_3 {
	background-image: url(../img/t_back1.jpg);
	color:#4F4F00;
}

.tback1_4 {
	background-color: #D2D8DD;
}

.tborder1_3 {
	background-color: #808040;
}

.tbackWhite {
	background-color: #FFFFFF;
}

.tbackWhiteC {
	background-color: #FFFFFF;
	text-align:center;
}

.tbackWhiteL {
	background-color: #FFFFFF;
	text-align:left;
}

/********************************************************************/
/* MOS試験日程テーブル */


.mosWeekDay {
	background-color: #FBFBF9;
	text-align:center;
	color:#4D4D00;
}

.mosWeekEnd {
	background-color: #F3F1F1;
	text-align:center;
	color: #735F5F;
}

.mosHoliday {
	background-color: #FFE6F2;
	text-align:center;
	color: #990000;
}

.tbackWhiteL {
	background-color: #FFFFFF;
	text-align:left;
}


.iventtet {
	color: #FF6600;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
iframe {
	border-style: none;
}

.photoCaption {
	font-size:0.8em;
	color:#990000;
	line-height: 130%;
}

.halfbox{
	width:320px;
}

.halfboxleft{
	width:320px;
	float:left;
	padding-left: 10px;
}

.halfboxright{
	width:300px;
	float:right;
}

.halfboxleftNoP{
	width:320px;
	float:left;
}


.lessontittle {
	background-image: url(../curriculum/lessontittle.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 650px;
}

.systembox1{
	width:280px;
	float:left;
	height: 310px;
	background-image: url(../img/price_r1_c1.gif);
	background-repeat: no-repeat;
	padding-top: 64px;
	padding-right: 20px;
	padding-left: 30px;
	background-position: 10px 0px;
}

.systembox2{
	width:280px;
	float:left;
	height: 120px;
	background-image: url(../img/price_r1_c4.gif);
	background-repeat: no-repeat;
	padding-top: 65px;
	padding-right: 20px;
	padding-left: 20px;
}

.systembox3{
	width:280px;
	float:left;
	height: 124px;
	background-image: url(../img/price_r2_c4.gif);
	background-repeat: no-repeat;
	padding-top: 65px;
	padding-right: 15px;
	padding-left: 15px;
}

.photobox200{
	width:206px;
	float:left;
	height: 220px;
	padding-right: 8px;
	padding-left: 8px;
	text-align:center;
	line-height: 140%;
}

.photobox200 img{
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.photobox120{
	width:124px;
	float:left;
	height: 170px;
	padding-right: 3px;
	padding-left: 3px;
	text-align:center;
	line-height: 140%;
}

.photobox120 img{
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.examname {
	line-height: 100%;
}
.intra {
	width:650px;
	clear:both;
	margin-left: 0px;
	background-color: #FFE8E8;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.intra h2 {
	margin:0px;
}

.intra p {
	padding:0px 10px;
	margin:8px 0px 18px;
}
.coment {
	width:400px;
	float: right;
	background-color: #FFFFFF;
	padding: 5px;
}
.comenttittle {
	background-image: url(../intra/tittle_back1.gif);
	padding-left: 35px;
	color: #333333;
	height: 32px;
	padding-top: 13px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	background-color: #FFFFFF;
	line-height: 15px;
}

.copyright {
	line-height: 100%;
	text-align:left;
	font-size: 9px;
	border-bottom: 1px dotted #999999;
}

.campaign {
	padding-left: 17px;
	list-style: none;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../image2/mark1.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
.campaignbox {
	width:220px;
	padding: 10px;
	float: left;
}
.campaignbox2 {
	width:380px;
	padding: 10px;
	float: left;
}
