﻿body {
	margin: 15px auto;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: smaller;	
	line-height: 1.5em;	
	color: #666666;
	}

/*//////////////////////////////////////*/	
/*                                      */
/*   幅760pxの用紙として設定　　　　　　*/
/*                                      */
/*//////////////////////////////////////*/

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	text-align: left;
	}



/*//////////////////////////////////////*/	
/*                                      */
/*   ロゴgif用の#header           　　　*/
/*                                      */
/*//////////////////////////////////////*/
	
#header {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 44px;
	}


/*//////////////////////////////////////*/	
/*                                      */
/*   角丸枠に包まれて見える設定 　      */
/*                                      */
/*//////////////////////////////////////*/


/* 角丸枠全体を包むための設定 */	
#main {
	margin: 0px;
	padding: 0px;
	width: 760px;
	}
	
/* 角丸枠上部の部分が直接HTML上で画像として入っている */	
#waku-header {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 13px;
	}
	
/* 角丸枠下部の部分が直接HTML上で画像として入っている */
#waku-footer {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 13px;
	}
	
/* 角丸枠横の部分を背景として指定。これによって文字サイズをユーザーが変更してもそれに合わせて枠も伸縮する */
#waku-content {
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-image: url(../img/waku-side.gif);
	background-repeat: repeat-y;
	}
	

/*//////////////////////////////////////*/	
/*                                      */
/*   角丸枠内部での設定         　      */
/*                                      */
/*//////////////////////////////////////*/

/* 枠の中の編集領域を括るためのDIV */


/* 角丸の左右から20px内側に文字等が入るように指定 */
.content {
	margin: 0px 20px 0px 20px;
	}
	
/* 見出し文字の指定 */
h3 {	
	margin: 0px 20px 0px 20px;
	font-size: 1.15em;
	}
	
/* 見出しから見て、インデントが入っているように見せる指定 */	
.indent40-right {
	margin: 5px 20px 0px 40px;
	}

/* 切り取り線の為の指定 */	
.kiritori {
	/*clear: both;*/
	margin: 0px;
	padding: 0px;
	width: 720px;
	background-image: url(../img/kiritori-sen.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	text-align: center;
	}

/* 「「小さな仕事」について」部分への指定 */

#about-little-moo {
	text-align: right;
	}


/*//////////////////////////////////////*/	
/*                                      */
/*   copyrightに関する部分の指定　      */
/*                                      */
/*//////////////////////////////////////*/

#copyright {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}



/*//////////////////////////////////////*/	
/*                                      */
/*   リンクに対する指定         　      */
/*                                      */
/*//////////////////////////////////////*/

a { text-decoration: none;}
a:link {color: #666666;}
a:visited {color:#666666;}
a:hover {color:#FF9900;}


