/* 楓デザイン事務所がCSSを作成しました。 */
/* http://kokaede.com */

/* リセット */

:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    /* border-spacing:0; */
}



fieldset,img,abbr,acronym {
   /* border:0; */
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style:normal; */
    /* font-weight:normal; */
}

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}



q:before,q:after {
    content:'';
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}

a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: underline;
	color: #FF3333;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* テキストスタイル */

.text1{
	font-size: 14px;
	line-height: 20px;
}

.text2{
	background-color: #FFFF99;
	width: 370px;
	line-height: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	letter-spacing: 0.1em;
}


/* ここから装飾を開始 */


body{
	background:#e8e8e8;
	text-align: center;
}

/* 全体の基本指定 */

#wrapper {
	background-color: #FFF;
	width:750px;
	padding: 0px 0px;
	margin: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	word-spacing: 0.1em;
}

/* ヘッダー */

#header{
	width:750px;
}

/* コンテンツ */

#content{
	width:750px;
	height:3000px;
}

/* 左サイドバー */

#sideL{
	width:180px;
	margin-left:5px;
	float:left;
	margin-right: 5px;
}

#menu{
	width:170px;
	margin:5px 0 10px 5px;
}
.menu_btn{
	margin-bottom:2px;
}

#suisen{
	width:150px;
	margin-left:15px;
}
#sensei{
	width:118px;
	margin:5px 15px 10px 15px;
}
#suisen_waku{
	width:148px;
	border:1px solid #0033CC;
	background-color:#EFEFEF;
	text-align:center;
}
	
#books{
	width:148px;
	border:1px solid #0033CC;
	background-color:#EFEFEF;
	text-align:center;
}

/* メインコンテンツ */

#main{
	width:540px;
	float:left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10;
}

#pen {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/* フッター */

#footer{
	width:750px;
}
#foot_navi{
	line-height: 20px;
	letter-spacing: 0.1em;
	text-align: center;
}

/*追加*/

#jixyuku{
margin:0;
padding:0;
background-color:#FFFFFF;
background-image:url(bg.gif);
}

.headimg{
width:750px;
height:150px;
vertical-align:top;
background-image:url(jidoukioku.gif);
margin:0;
padding:0;}

.headimg h1{
font-size:12px;
margin-top:0px;
margin-left:3px;
padding-top:1px;
color:#FFFFFF;
font-weight:normal;
}

