@charaset "Shift_JIS";
/*
-----------------
究曲旧ページ基本CSS
更新日：2008.4.18
-----------------*/


/*基本構造
-----------------*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
	width: 742px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	color: #444;
	background-color: #fff;
}

#sidebar {
	width: 185px;
}

#footer {
	width: 740px;
	height: 57px;
	background-image: url(../image/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}


/*基本クラス設定
-----------------*/
img {
	border: 0;
	font-size: 10px;
}

.clearBoth {
	clear: both;
}

.linkArrow {
	background-image: url(../image/navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 12px;
	padding-right: 1em;
}

.linkArrow2 {
	background-image: url(../image/navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 12px;
}

.paragraph {
	margin-bottom: 1em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.red {
	color:#FF0000;
}


/*基本リンク設定
-----------------*/
a:link {
	color: #3893cd;
	text-decoration: none;
}
a:visited {
	color: #3893cd;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}


/*サイドバー
-----------------*/
#sidebar p {
	padding: 0;
	margin: 0;
}

#sidebar .naviBanner {
	padding: 0 0 7px 0;
	margin: 0;
	background-color: #fff;
	background-image: none;
}

#sidebar .naviBanner li img {
	padding: 0 0 2px 0;
	margin: 0;
}

#sidebar ul {
	margin: 0;
	padding: 9px 0 0 0;
}

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

#sidebar .productList ul {
	padding-left: 7px;
}

#sidebar .productList li {
	background-image: url(../image/navi_arrow.gif);
	background-position: left center;
	padding: 0 0 0 12px;
	margin: 0 0 3px 0;
	background-repeat: no-repeat;
}

#sidebar .productList .subCtg {
	border-bottom: 1px dotted #bebebe;
}

#sidebar .productList .subCtgTitle {
	padding-left: 0;
	font-weight: bold;
	color: #9d0000;
	background-image: none;
}

#sidebar .productList li a:link {
	text-decoration: none;
	color: #444;
}

#sidebar .productList li a:visited {
	text-decoration: none;
	color: #444;
}

#sidebar .productList li a:hover {
	text-decoration: underline;
	color: #3893cd;
	background-color: #fff;
}

#sidebar a {
	display: block;
}

#sidebar #staffblog ul {
	width:185px;
	height:33px;
	padding:0;
	margin-top:0;
	margin-right:0;
	margin-left:0;
	margin-bottom:5px;
}
#sidebar #staffblog ul li a{
	display: inline;
	padding:0;
}
#sidebar #staffblog ul li {
	display: inline;
	list-style-type: none;
	line-height:0;
	margin:0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 5px;
}


#sidebar .listMargin {
	margin-bottom: 7px;
}


/*フッター
-----------------*/
#footerWrapper {
	width: 740px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer ul {
	float: right;
	padding-top: 5px;
}

#footer ul li {
	display: inline;
	background-image: url(../image/navi_arrow.gif);
	background-position: 5px 50%;
	padding-left: 18px;
	padding-right: 5px;
	background-repeat: no-repeat;
}

#footer p {
	font-size: 12px;
	float: left;
	padding-left: 10px;
}

#footer a {
	color: #444;
}


/*fontサイズ
-----------------*/
/*
.s1 {
	font-size: 75%;
	line-height: 1.6;
}
.s2 {
	font-size: 85%;
	line-height: 1.6;
}
.s3 , .sfix3 {
	font-size: 100%;
	line-height: 1.6;
}
.s4 , .words {
	font-size: 110%;
	line-height: 1.6;
}
.s5 {
	font-size: 115%;
	line-height: 1.4;
}
.s6 {
	font-size: 140%;
	line-height: 1.4;
}

.s1b {
	font-size: 75%;
	line-height: 1.6;
	font-weight: bold;
}
.s2b {
	font-size: 85%;
	line-height: 1.6;
	font-weight: bold;
}
.s3b {
	font-size: 100%;
	line-height: 1.6;
	font-weight: bold;
}
.s4b {
	font-size: 110%;
	line-height: 1.6;
	font-weight: bold;
}
.s5b {
	font-size: 115%;
	line-height: 1.4;
	font-weight: bold;
}
.s6b {
	font-size: 140%;
	line-height: 1.4;
	font-weight: bold;
}

.s4br {
	font-size: 110%;
	line-height: 1.6;
	font-weight: bold;
	color: #f00;
}



.s3w {
	font-size: 100%;
	color: #fff;
	line-height: 1.6;
}

.s3r {
	font-size: 100%;
	color:#bc4c4c;
	line-height: 1.6;
}

.s3rb { 
	font-size: 100%;
	line-height: 1.6; 
	font-weight: bold; 
	color: #bc4c4c;
}

.s4r {
	font-size: 110%;
	color: #bc4c4c;
	line-height: 1.6;
}

.s4rb { 
	font-size: 110%;
	font-weight: bold;
	color: #bc4c4c;
	line-height: 1.6;
}

.s5r {
	font-size: 140%;
	font-weight: bold;
	color: #bc4c4c;
	line-height: 1.6;
}

.s5rb {
	font-size: 140%;
	font-weight: bold;
	color: #bc4c4c;
	line-height: 1.6;
}

.ranking {
	font-size: 100%;
	color:#006100;
	line-height: 1.6;
	font-weight: bold;
}

.course {
	font-size: 100%;
	line-height: 1.6;
}

.courseb{
	font-size: 100%;
	font-weight: bold;
	color: #bc4c4c;
	line-height: 1.6;
}

course_midashi{
	font-size: 110%;
	font-weight: bold;
	line-height: 1.6;
}

.menu_10 {
	font-size: 85%; 
	line-height: 135%;
	padding-left: 5px;
	white-space: nowrap;
}

.menu_12 {
	font-size: 100%;
	line-height: 135%;
	padding-left: 5px;
	white-space: nowrap;
}

.sfix3 {
	color: #444;
	font-size: 12px;
	line-height: 1.6;
}

.sfix3b {
	color: #444;
	font-size: 12px;
	line-height: 1.6;
	font-weight: bold;
}

.k_menu {
	color: #444;
	font-size: 100%;
	line-height: 1.6;
	white-space: nowrap;
	padding: 7px 0;}

.sfix4 {
	font-size: 10px;
	line-height: 1.6;
	padding: 7px;
}

.arrow{
	padding: 7px;
}

.arrow2{
	padding-left: 10px;
}

.arrow3{
	padding-top: 5px 0;
}

.copy {
color: #444;
font-size: 85%;
}
*/