

/* -----------------------------------------------------------

GLOBAL

------------------------------------------------------------ */

BODY {
	margin:0;
	padding:0;
	font-size:small;
	color:#010101;
	line-height:1.4em;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

IMG {
	border:none;
}

FORM {
	margin:0;
	padding:0;
}

A:link,
A:visited,
A:active {
	color:#010101;
}

	A:hover {
	color:#010101;
}

DIV.clear {
	clear:both;
}


/* -----------------------------------------------------------

HEADER

------------------------------------------------------------ */

#YINYOGA_HEADER {
	position:relative;
	width:900px;
	height:329px;
	background-image:url(../Images/hdr_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:left;
	margin:0 auto;
}

#YINYOGA_HEADER IMG.logo {
	position:absolute;
	top:11px;
	left:0;
}

#YINYOGA_HEADER DIV.txt {
	position:absolute;
	bottom:10px;
	right:25px;
	text-align:right;
	color:#999999;
}

#YINYOGA_HEADER DIV.txt2 {
	position:absolute;
	top:50px;
	right:75px;
	text-align:center;
	color:#999999;
}

#YINYOGA_HEADER DIV.txt SPAN {
	font-weight:bold;
}


/* -----------------------------------------------------------

FOOTER

------------------------------------------------------------ */

#YINYOGA_footer {
	width:900px;
	background-image:url(../Images/footer_bdr.gif);
	background-repeat:no-repeat;
	padding:12px 0 12px 0;
	text-align:center;
	margin:0 auto;
}

#YINYOGA_footer DIV.link {
	font-weight:bold;
	color:#417960;
}

#YINYOGA_footer DIV.copy {
	font-size:70%;
	color:#999999;
	margin:15px 0 0 0;
}



/* -----------------------------------------------------------

LEFT

------------------------------------------------------------ */

#YINYOGA_LEFT {
	width:200px;
	background-color:#D3D3D3;
}

#YINYOGA_LEFT DIV.top {
	width:200px;
	height:16px;
	background-image:url(../Images/left_top.gif);
	background-repeat:no-repeat;
}

#YINYOGA_LEFT DIV.btm {
	width:200px;
	height:6px;
	background-image:url(../Images/left_bottom.gif);
	background-color:#333333;
	background-repeat:no-repeat;
}

#YINYOGA_LEFT DIV.category {
}

#YINYOGA_LEFT DIV.category SPAN.title {
	display:block;
	width:200px;
	padding:4px 0 4px 0;
}

#YINYOGA_LEFT DIV.category A:link,
#YINYOGA_LEFT DIV.category A:visited,
#YINYOGA_LEFT DIV.category A:active,
#YINYOGA_LEFT DIV.category A:hover {
	display:block;
	width:182px;
	padding:8px 4px 6px 4px;
	margin:0 0 0 5px;
	color:#333333;
	font-weight:bold;
	background-image:url(../Images/left_bdr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-decoration:none;
}

#YINYOGA_LEFT DIV.category A:hover {
	text-decoration:underline;
}

#YINYOGA_LEFT DIV.archives {
	margin:10px 0 8px 0;
}

#YINYOGA_LEFT DIV.archives SPAN.title {
	display:block;
	width:200px;
	padding:4px 0 4px 0;
}

#YINYOGA_LEFT DIV.archives A:link,
#YINYOGA_LEFT DIV.archives A:visited,
#YINYOGA_LEFT DIV.archives A:active,
#YINYOGA_LEFT DIV.archives A:hover {
	display:block;
	text-align:left;
	padding:12px 0 0 45px;
	text-decoration:none;
	color:#333333;
}

#YINYOGA_LEFT DIV.archives A:hover {
	text-decoration:underline;
}


#YINYOGA_LEFT DIV.bdr {
	width:190px;
	height:1px;
	line-height:1px;
	font-size:1px;
	background-image:url(../Images/left_bdr_dot.gif);
	background-repeat:repeat-x;
	margin:0 0 0 6px;
}

#YINYOGA_LEFT DIV.bnr {
	text-align:center;
	padding:12px 0 75px 0;
}


/* -----------------------------------------------------------

RIGHT

------------------------------------------------------------ */


#YINYOGA_RIGHT {
	width:161px;
	background-image:url(../Images/right_bg.gif);
	background-repeat:repeat-y;
}

#YINYOGA_RIGHT DIV.top {
	width:161px;
	height:13px;
	background-image:url(../Images/right_top.gif);
	background-repeat:no-repeat;
}

#YINYOGA_RIGHT DIV.btm {
	width:161px;
	height:6px;
	background-image:url(../Images/right_bottom.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

#YINYOGA_RIGHT DIV.code {
	width:150px;
	margin:3px auto 3px auto;
	padding:15px 0 15px 0;
	background-color:#FFFFFF;
	text-align:center;
	border:#CCCCCC 1px solid;
}

#YINYOGA_RIGHT DIV.code A:link,
#YINYOGA_RIGHT DIV.code A:visited,
#YINYOGA_RIGHT DIV.code A:active {
	text-decoration:none;
}

#YINYOGA_RIGHT DIV.code A:hover {
	text-decoration:underline;
}

#YINYOGA_RIGHT DIV.menu SPAN {
	display:block;
	font-size:70%;
	color:#333333;
	line-height:1.4em;
	font-weight:bold;
	padding:15px 10px 8px 8px;
}

#YINYOGA_RIGHT DIV.menu A:link,
#YINYOGA_RIGHT DIV.menu A:visited,
#YINYOGA_RIGHT DIV.menu A:active {
	display:block;
	font-size:70%;
	line-height:1.4em;
	padding:0 12px 6px 23px;
	background-image:url(../Images/right_mrk_link.gif);
	background-position:10px 2px;
	background-repeat:no-repeat;
	text-decoration:none;
}

#YINYOGA_RIGHT DIV.menu A:hover {
	text-decoration:underline;
}


/* -----------------------------------------------------------

CENTER

------------------------------------------------------------ */

#YINYOGA_CENTER {
	width:500px;
	margin:0 auto;
	padding:15px 20px 0 19px;
}

#YINYOGA_CENTER DIV.link {
	width:500px;
}

#YINYOGA_CENTER DIV.link A:link,
#YINYOGA_CENTER DIV.link A:visited,
#YINYOGA_CENTER DIV.link A:active,
#YINYOGA_CENTER DIV.link A:hover {
	float:left;
	display:block;
	background-image:url(../Images/center_btn_bg.gif);
	background-repeat:no-repeat;
	width:222px;
	height:30px;
	padding:14px 0 0 22px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

#YINYOGA_CENTER DIV.mailform {
	width:474px;
	border:#CCCCC 1px solid;
	background-color:#D3D3D3;
	margin:9px 0 0 0;
	padding:8px 10px 6px 10px;
	font-size:75%;
}

#YINYOGA_CENTER DIV.mailform DIV.title {
	font-weight:bold;
	color:#010101;
	margin:0 0 5px 0;
}

#YINYOGA_CENTER DIV.mailform SPAN.txt {
	color:#010101;
	line-height:1.4em;
}

#YINYOGA_CENTER DIV.mailform DIV.form_input {
	margin:8px 0 0 0;
}

#YINYOGA_CENTER DIV.mailform DIV.form_input INPUT.field {
	width:174px;
	height:19px;
}

#YINYOGA_CENTER DIV.sttl {
	margin:37px 0 0 0;
}

#YINYOGA_CENTER DIV.center_link {
	width:452px;
	padding:0 24px 0 24px;
	margin:13px 0 0 0;
	font-size:75%;
	line-height:2.3em;
}

#YINYOGA_CENTER DIV.center_link A {
	font-weight:bold;
	font-size:130%;
	line-height:2em;
	background-image:url(../Images/right_mrk_link.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding:0 0 0 12px;
}

