@charset "UTF-8";
/* CSS Document */
/*学生家庭教師会*/

/*------------------------
　ボディー
------------------------*/

body {
	margin:0px 10px;
	padding:0px;

	font-size:14px;
	font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;
	line-height:140%;
	text-align:left;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
}


/*上部に小さく表記 SEO対策*/
h1 {
	margin:0px 0px;
	padding:0;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	color: #626289;
	width: 500px;
}

/*見出し２ ロゴ用*/
h2 {
	font-size:0px;
	font-weight:bold;
	float: none;
	margin-right: auto;
	margin-left: auto;
}


/*ページの影*/
.kage {
     width:830px;
	 background: url(../img/kage.png);
     background-repeat: repeat-y;
	 background-position: center;
     }




/*------------------------
　ラッパー (全体を囲む) ex,<div id="wrapper"></div>
------------------------*/

/*#wrapper {
	width:780px;
	margin: 0px auto;
	padding: 0px 3px 1px;
	line-height: 125%;
	height: auto;
}
*/


/*------------------------
　フォント指定
　特別なものは個々に指定
------------------------*/

.mainsize {
	font-size: 90%;
	line-height:1.6em;
}

.size80 {
	font-size: 80%;
	line-height:1.4em;
}
.size85 {
	font-size: 85%;
	line-height:1.4em;
	text-align: left;
}
.size95 {
	font-size: 95%;
	line-height:1.4em;
	text-align: left;
}
.size100 {
	font-size: 100%;
	line-height:1.6em;
}
.size110 {
	font-size: 110%;
	line-height:1.6em;
}
.size120 {
	font-size: 120%;
	line-height:1.6em;
}

.size-copy {
	font-size: 10px;
	color: #FEFEFE;
}

.sizeshiten {/*支店情報のフォントサイズ*/
	font-size: 11px;
	line-height:1.4em;
}

.glay {
	color: #666666;
}

.red {
	color: #F00;
}

.line-gessha {
	line-height:1.8em;
}



/*------------------------
　その他基本要素
------------------------*/

a{/*リンクされた文字*/
	color:#039;
    font-style:normal;
    text-decoration:underline;
　　}
a:link {/*未訪問のリンク*/
    color:#039;
    font-style:normal;
    text-decoration:underline;
　　}
a:visited {/*訪問後のリンク*/
	color:#039;
    text-decoration:none;
　　}
a:hover {/*マウスをのせたとき*/
    color:#ff6600;
    text-decoration:underline;
　　}
a:active {/*クリック中*/
    text-decoration:none;
　　}



/*テーブルについて*/
.ta {
	background-color:#FFFDFA;
}

.ta1 {
	background-color:#FFFFFF;
}
.ta2 {
	background-color:#FFFDFA;
	padding:0px 100px;
	font-size: 95%;
	line-height:1.4em;
	text-align: left;
	color:#333;
}



/*========================
　使わなかったら消す！！
==========================


------------------------
　ヘッダー 
------------------------

#header {
	width:780px;
	height: 82px;
	background-repeat: no-repeat;
	background-position: top;
}




------------------------
　メイン 
------------------------

#main {
	width:780px;
	background-image: url(../common_img/header_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}






------------------------
　フッター 
------------------------

#footer {
	clear:both;
	vertical-align:top;
	background-image: url(../common_img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 60px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}



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