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

/* 全体 */

* {
	margin: 0;
	padding: 0;
}

html {
	background-color:#A3E0FF;
	text-align:center;
}

body {
    margin: 0;
    padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 80%;
	color:#333;
}

/* IE6*/
* html body {
	font-size:100%;
}

/*IE7*/
:first-child+html body (font-size:100%;)


h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, dl, address {
    margin: 0;
    padding: 0;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:link.white {
	color: #FFFFFF;
	text-decoration: none;
	}

a:visited {
	color:#3366CC;
	text-decoration: none;
}

a:visited.white {
	color: #FFFFFF;
	text-decoration: none;
	}

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

img {
	border:none;
}

a.titlelink {
	color: #CC0000;
	text-decoration: none;
}

a:hover.titlelink {
	text-decoration: underline;
}

/*全体レイアウト関連*/
#wrapper {
	width:100%;
	margin:0px auto;
	text-align:center;
}

#container {
	width:800px;
	margin:0px auto;
	text-align:center;
	background-color:#FFFFFF;
}

/*container内の回り込みを解除*/
div#container:after {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#container1 {
	width:800px;
	margin:0px auto;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url("img/bg_bottom1.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
}

/*container1内の回り込みを解除*/
div#container1:after {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}

/*ヘッダー*/
#header {	
	width:800px;
	height:153px;
	background-image:url("img/header_bg1.jpg");
	background-repeat:no-repeat;
}

#header2 {	
	width:800px;
	height:153px;
	background-image:url("img/header_bg2.jpg");
	background-repeat:no-repeat;
}

#header3 {	
	width:800px;
	height:370px;
	background-image:url("img/header_bg3.jpg");
	background-repeat:no-repeat;
}

#headerblock {
	width:800px;
	height:123px;
	}
	
#headerblock1 {
	width:800px;
	height:340px;
	}

/*headerblock内の回り込みを解除*/
div#headerblock:after {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}


#headerleft {
	width:400px;
	float:left;
	}
	
#headerright {
	width:395px;
	_width:400px;
	float: right;
	text-align:right;
	font-size:10px;
	line-height:18px;
	color:#FFF;
	padding-top:5px;
	padding-right:5px;
	}

#headerrightblock {
	text-align:center;
	margin-right:0;
	margin-left:auto;
	}

/*ナビゲーション*/
#gnavi {
	width:760px;
	height:25px;
	margin:3px 20px 0 20px;
	text-align:left;
}

#gnavi ul {
	list-style:none;
	text-align:left;
}

li.home
   {
    width:51px;             /* 項目の幅 */
    height:25px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }
   
li.yoga
   {
    width:62px;             /* 項目の幅 */
    height:25px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }
   
  li.teach
   {
    width:157px;             /* 項目の幅 */
    height:25px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }
   
li.ayur
   {
    width:121px;             /* 項目の幅 */
    height:25px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }
   
li.event
   {
    width:152px;             /* 項目の幅 */
    height:25px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }

li.qa
   {
    width:115px;             /* 項目の幅 */
    height:25px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }
   
li.consult
   {
    width:102px;             /* 項目の幅 */
    height:25px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }


/* リンク部分 */

.home a
   {
    display:block;            /* リンク範囲をブロックに変換 */
    width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("img/gmenu3.jpg");   /* リンク範囲の背景画像設定 */
    background-position:0px 0px;
                     /* ★↑背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
    }
	
.home a:hover
   {
    background-image:url("img/gmenu3.jpg");    /* マウスが上に来た時の背景画像設定 */
    background-position:0px -25px;
                     /* ★↑背景画像の（0px -24px）に移動★ */
   }

.yoga a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("img/gmenu3.jpg");/* リンク範囲の背景画像設定 */
    background-position:-51px 0px;
                     /* ★↑背景画像の（-140px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
   
.yoga a:hover
   {
    background-image:url("img/gmenu3.jpg"); /* マウスが上に来た時の背景画像設定 */
    background-position:-51px -50px;
                     /* ★↑背景画像の（-140px -24px）に移動★ */
   }
   
.teach a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("img/gmenu3.jpg");/* リンク範囲の背景画像設定 */
    background-position:-113px 0px;
                     /* ★↑背景画像の（-140px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
   
.teach a:hover
   {
    background-image:url("img/gmenu3.jpg"); /* マウスが上に来た時の背景画像設定 */
    background-position:-113px -50px;
                     /* ★↑背景画像の（-140px -24px）に移動★ */
   }

.ayur a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("img/gmenu3.jpg");/* リンク範囲の背景画像設定 */
    background-position:-270px 0px;
                     /* ★↑背景画像の（-279px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.ayur a:hover
   {
    background-image:url("img/gmenu3.jpg"); /* マウスが上に来た時の背景画像設定 */
    background-position:-270px -50px;
                     /* ★↑背景画像の（-279px -24px）に移動★ */
    }

.event a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("img/gmenu3.jpg");/* リンク範囲の背景画像設定 */
    background-position:-391px 0px;
                     /* ★↑背景画像の（-279px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.event a:hover
   {
    background-image:url("img/gmenu3.jpg"); /* マウスが上に来た時の背景画像設定 */
    background-position:-391px -50px;
                     /* ★↑背景画像の（-279px -24px）に移動★ */
    }

.qa a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("img/gmenu3.jpg");/* リンク範囲の背景画像設定 */
    background-position:-543px 0px;
                     /* ★↑背景画像の（-279px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.qa a:hover
   {
    background-image:url("img/gmenu3.jpg"); /* マウスが上に来た時の背景画像設定 */
    background-position:-543px -50px;
                     /* ★↑背景画像の（-279px -24px）に移動★ */
    }

.consult a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url("img/gmenu3.jpg");/* リンク範囲の背景画像設定 */
    background-position:-657px 0px;
                     /* ★↑背景画像の（-279px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.consult a:hover
   {
    background-image:url("img/gmenu3.jpg"); /* マウスが上に来た時の背景画像設定 */
    background-position:-657px -50px;
                     /* ★↑背景画像の（-279px -24px）に移動★ */
    }
/*サブメニュー*/
.submenu {
	width:200px;
	overflow:hidden;
	border: 1px solid #CCCCCC;
	margin-top:2px;
	background-color:#EEEEEE;
	visibility:hidden;
	position:absolute;
	z-index: 3;
}

.submenu li a {
	display:block;
	font-size:11px;
	line-height:1em;
	text-align:left;
	text-indent:0;
	text-decoration:none;
	padding:5px 5px 5px 16px;
	background-color:#EEE;
	background-image:url("img/sub_arrow.gif");
	background-repeat:no-repeat;
	background-position:5px 5px;
	color:#000000;
}

.submenu li a:hover {
	display:block;
	background:#CCCCCC;
	color:#000000;
	text-decoration:none;
	background-image:url("img/sub_arrow.gif");
	background-repeat:no-repeat;
	background-position:5px 5px;
}

/*本文ブロック*/

#main {
	width:800px;
	text-align:left;
min-height:400px;
	background-image:url("img/left_bg1.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	}

/*main内の回り込みを解除*/
div#main:after {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#mainleft {
	width:200px;
	text-align:left;
	float:left;
	padding-bottom:20px;
	}
	
#leftmenu {
	width:160px;
	padding-top:20px;
	padding-left:10px;
	padding-right:20px;
	}
	
#leftmenutop {
	width:160px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	}

#leftmenu p {
	font-size:1em;
	line-height:1.2em;
	padding-bottom:10px;
	}
	
#leftmenu ul.topcate {
	list-style:none;
	margin-bottom:10px;
	}
	
#leftmenu ul.topcate li {
	font-size:1em;
	line-height:1.2em;
	background-image:url("img/icon_arrow5.gif");
	background-repeat:no-repeat;
	padding-left:15px;
	}
	
#leftmenu ul {
	list-style:none;
	}

#leftmenu ul li h4 {
	display:block;
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
	border-left:solid 3px #1AACDB;
	padding:5px;
	}
	
#leftmenu ul li.nocategory {
	margin-top:10px;
	}

#leftmenu ul li.nocategory h4 {
	display:block;
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
	border-left:solid 3px #1AACDB;
	padding:5px;
	}

#leftmenu ul ul {
	list-style:none;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	}	
	
#leftmenu ul li ul li {
	font-size:1em;
	line-height:1.5em;
	background-image:url("img/icon_arrow4.gif");
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:10px;
	}
	
#mainright {
	width:600px;
	float:right;
	padding-bottom:20px;
	}	
	
/*mainright内の回り込みを解除*/
div#main:mainright {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#contentmain {
	width:450px;
	float:left;
	}

#contentmainbox {
	margin:10px 20px 15px 0;
	}

#contentmainbox h2 {
	margin-bottom:10px;
	}
	
#contentmainbox ul {
	margin-left:1em;
	list-style:none;
	}	
	
#contentmainbox ul li {
	font-size:12px;
	line-height:1.5em;
	background-image:url("img/top_whatsnewarrow.jpg");
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:1.5em;
	}	
	
#contentsub {
	width:150px;
	float:right;
	}
	
#contentsubbox {
	margin:10px 20px 0 0;
	}
	
#content {
	width:580px;
	margin-right:20px;
	margin-top:20px;
	text-align:left;
}

#contentyoga {
	width:600px;
	margin-top:20px;
	text-align:left;
}

#footer {
	width:800px;
	height:30px;
	margin:0px auto;
	padding-top:10px;
	background-image:url("img/footer_bg2.jpg");
	background-repeat:no-repeat;
	font-size:10px;
	line-height:1em;
	color:#fff;
}

/*お悩み*/
.consultfl {
	width:180px;
	height:220px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	}

.consultfl2 {
	width:180px;
	height:220px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	background-image:url("img/binder.jpg");
	background-repeat:no-repeat;
	}

.consultdetail {
	width:140px;
	_width:180px;
	height:178px;
	overflow:hidden;
	border-left:solid 1px #06c;
	border-right:solid 1px #06c;
	padding-left:19px;
	padding-right:19px;
	text-align:left;
	}
	
.consultdetail2 {
	width:140px;
	_width:180px;
	height:178px;
	overflow:hidden;
	padding:30px 20px 5px 20px;
	text-align:left;
	}

.consultdetail p.consultbody {
	text-align:left;
	font-size:0.85em;
	line-height:1.5em;
        height:145px;
	}
	
.consultdetail2 p.consultbody2 {
	text-align:left;
	font-size:0.85em;
	line-height:1.5em;
    height:145px;
	}

.consultdetail p.consultbody:first-letter {
	font-size:2em;
    line-height:1em;
	text-align:left;
	float:left;
	}
	
.consultdetail2 p.consultbody2:first-letter {
	font-size:2em;
    line-height:1em;
	text-align:left;
	float:left;
	}

.consultdetail p.cap {
	text-align:right;
	font-size:9px;
	line-height:1.2em;
	margin-top:5px;
	width:140px;
	}
	
.consultdetail2 p.cap {
	text-align:right;
	font-size:9px;
	line-height:1.2em;
	width:140px;
	}

/*index_consult*/
.consulttop {
	width:130px;
	margin-top:15px;
	}

.consulttop2 {
	width:130px;
	height:170px;
	margin-top:15px;
	background-image:url("img/topbinder.jpg");
	background-repeat:no-repeat;
	}
	
.consultdetailtop {
	width:110px;
	_width:130px;
	padding:3px 9px;
	border-left:solid 1px #06c;
	border-right:solid 1px #06c;
	}
	
.consultdetailtop2 {
	width:110px;
	_width:130px;
	padding:40px 10px 5px 10px;
	}

.consultdetailtop p.detailtop {
        text-align:left;
	font-size:0.75em;
	line-height:1.5em;
}

.consultdetailtop2 p.detailtop {
    text-align:left;
	font-size:0.75em;
	line-height:1.5em;
}

.consultdetailtop p.detailtop:first-letter {
        font-size:2em;
        line-height:1em;
	text-align:left;
	float:left;
}

.consultdetailtop2 p.detailtop:first-letter {
        font-size:2em;
        line-height:1em;
	text-align:left;
	float:left;
}

.consultdetailtop p.cap {
	text-align:right;
	font-size:0.65em;
	line-height:1.2em;
	margin-top:5px;
	}
	
.consultdetailtop2 p.cap {
	text-align:right;
	font-size:0.65em;
	line-height:1.2em;
	margin-top:5px;
	}


/*Posefinderインデックス用*/
.pfdetailfl {
	width:130px;
	height:180px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	}

.pfdetailtop {
	width:130px;
	margin-bottom:20px;
	}

.pfdetail {
	width:118px;
	_width: 130px;
	height:166px;
	overflow:hidden;
	border-left:solid 1px #09f;
	border-right:solid 1px #09f;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	}
	
.pfdetail p.cap {
	text-align:right;
	font-size:9px;
	line-height:1.2em;
	margin-top:5px;
	width:118px;
	}

.pfdetail1 {
	width:118px;
	_width: 130px;
	overflow:hidden;
	border-left:solid 1px #09f;
	border-right:solid 1px #09f;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	}
	
.pfdetail1 p.cap {
	text-align:right;
	font-size:9px;
	line-height:1.2em;
	margin-top:5px;
	width:118px;
	}	
	
.pfdetail h3 {
	font-size:12px;
	line-height:1.2em;
	text-decoration:none;
	}
	
.pfdetail h4 {
	font-size:10px;
	line-height:1.2em;
	text-decoration:none;
	margin-bottom:5px;
	}

.pfdetail1 h3 {
	font-size:12px;
	line-height:1.2em;
	text-decoration:none;
        margin-top:10px;
	}
	
.pfdetail1 h4 {
	font-size:10px;
	line-height:1.2em;
	text-decoration:none;
	margin-bottom:5px;
	}
/*About Yoga/Ayurvedaインデックス用*/
.aboutdetail {
	width:555px;
	_width:580px;
	padding-left:25px;
	padding-bottom:15px;
        text-align:left;
	}

/*aboutdetail内の回り込みを解除*/
div.aboutdetail:after {
	visibility: hidden;
	content : "";
	display : block;
	height : 0;
	clear : both;
}

.aboutdetail h3 {
	font-size:14px;
	line-height:25px;
	text-align:left;
	font-weight:normal;
	background-image:url("img/bg_entrytitle1.jpg");
	background-repeat:no-repeat;
	padding-left:10px;
	margin-bottom:15px;
	color:#B8860B;
	}
	
.aboutdetail h3 img {
	float:right;
	}	
	
.aboutdetail img {
	float:left;
	padding-left:10px;
	}
	
.aboutdetail div {
	font-size:12px;
	line-height:1.5em;
	text-align:left;
	}	
	
.aboutdetail p.cap {
	text-align:right;
	font-size:9px;
	line-height:1.2em;
	margin-top:5px;
	width:118px;
	}

/*エントリーブロック用*/
.entrybody {
	width:555px;
	_width:580px;
	padding-left:25px;
	}
	
.entrybody h3 {
	font-size:14px;
	line-height:25px;
	text-align:left;
	font-weight:normal;
	background-image:url("img/bg_entrytitle1.jpg");
	background-repeat:no-repeat;
	padding-left:10px;
	margin-bottom:15px;
	color:#666;
	}
	
.entrybody div {
	font-size:12px;
	line-height:1.5em;
	text-align:left;
	}
	
.leftlogo {
	float:left;
	width:112px;
	}
	
	
.rightlogo {
	float:right;
	width:288px;
	margin-top:50px;
	text-align:left;
	}
	
/*見出し*/

h1 {
	padding-top:20px;
	padding-left:20px;
	text-align:left;
}

#headerblock1 h1 {
	text-align:left;
	padding:0;
}

h2.pagetitle {
	margin-bottom:10px;
}

h2.yoga {
	display:block;
	height:21px;
	margin-bottom:10px;
	font-size:16px;
	line-height:21px;
	font-weight:normal;
	text-align:left;
	color:#B8860B;
	border-left:3px solid #B8860B;
	padding-left:10px;
}

h2.catetitle {
	text-align:left;
	color:#FFF;
	font-size:16px;
	line-height:1.1em;
	font-weight:normal;
}

h2.toptitle {
	font-size:13px;
	line-height:120%;
	font-weight:normal;
	text-align:left;
	color:#6699FF;
	margin-bottom:2px;
}

h3.title {
	font-size:13px;
	line-height:120%;
	font-weight:normal;
	text-align:left;
	color:#6699FF;
	margin-bottom:3px;
}

h3.title1 {
	font-size:13px;
	line-height:120%;
	font-weight:normal;
	text-align:left;
	color:#6699FF;
	margin-bottom:3px;
	background-image:url("img/icon_art_1.gif");
	background-repeat:no-repeat;
	background-position:center right;
}

h3.title2 {
	font-size:13px;
	line-height:120%;
	font-weight:normal;
	text-align:left;
	color:#6699FF;
	margin-bottom:3px;
	background-image:url("img/icon_art_3.gif");
	background-repeat:no-repeat;
	background-position:center right;
}

h3.title3 {
	display:block;
	font-size:13px;
	line-height:120%;
	font-weight:normal;
	text-align:left;
	color:#6699FF;
	margin-bottom:3px;
	float:left;
}

h3.travellist {
	text-align:left;
	font-size:12px;
	line-height:120%;
	font-weight:normal;
	background-image:url("img/icon_list.gif");
	background-repeat:no-repeat;
	padding-left:1.5em;
	margin-bottom:5px;
}

h4.area {
	font-size:13px;
	line-height:130%;
	font-weight:normal;
	color:#996633;
	margin-bottom:5px;
}

h4.other {
	height:12px;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	background-image:url("img/h4_other.gif");
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:26px;
	padding-top:1px;
}

h4.localcatch {
	font-size:14px;
	line-height:130%;
	font-weight:normal;
	color:#996633;
	margin-bottom:5px;
}

#content h4 {
	display:block;
	font-size:14px;
	height:20px;
	line-height:20px;
	font-weight:normal;
	color:#09F;
	background-image:url("img/q.jpg");
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:5px;
	}

.answer {
	font-size:11px;
	line-height:1.2em;
	background-image:url("img/a.jpg");
	background-repeat:no-repeat;
	padding-left:20px;
	}

/*ボーダー*/
hr {
	height:1px;
	margin:10px 0;
} 


/*トピックパス*/

.topicpath ul {
	font-size:10px;
	text-align:left;
	margin-bottom:10px;
}

.topicpath ul li {
	display:inline;  
	line-height:110%;  
	list-style-type:none;
}

.topicpath ul li a {
	padding-right:10px;  
	background:url("img/mark1.gif") no-repeat right center; 
}

/*ボタン*/
a.topbtn { 
	float: right; 
	padding-right:15px; /* ボタン内　右側余白*/ 
    line-height: 18px;   /* ボタン高さ */ 
	background: url("img/btn_base.jpg") right top no-repeat;  
	cursor: pointer; 
	margin-right: 5px;   /* ボタン外　右側余白*/ 
	outline: none;       /* FireFox:点線を非表示 */ 
	color:#000;
} 
a.topbtn span { 
 	display: block; 
	padding-left:15px;  /* ボタン内　左側余白*/   
	background: url("img/btn_base.jpg") left top no-repeat; 
	background-color: #2DABE9; /* 透過部分の背景色 */ 
	text-align:right;
	 } 

/*フォーム*/
.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}

/*トップページ*/
.toplink {
　　　　clear:both;
	margin:10px 6px 10px 0;
	}

.toplink ul {
   list-style:none;
   margin:0;
   padding:0;
}

.toplink ul li {
   float:left;
   line-height:110%;
   padding-right:10px;
   padding-bottom:10px;
}

/*bilingual*/
.bilingual {
  font-size:1em; 
  line-height:1.2em; 
  text-align:right; 
  padding-right:10px; 
  padding-top:5px; 
  _padding-top:0; 
  clear:both;
}

/*ページ分割*/
.pageblock {
	text-align:right;
	font-size:0.9em;
	line-height:1em;
	}