/* contents layout */

body {
	text-align:justify;
	vertical-align:bottom;
}

{
 margin:0;
 padding:0;
}

a{/*リンクされた文字*/
    color:ffffff;
    font-style:normal;
    text-decoration:underline;
}

img {
	border： 0;
}


/* コンテンツ枠 */
#container {
	width:780px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

/* タイトル部分 */
#head {
	width:780px;
	float:left;
}

/* メイン枠 */
#main {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 780px;
	float:left;
}

/* メニュー枠 */
#menue {
	width:230px;
	float:left;
	background-image: url(img/backgrd.png);
		background-repeat: repeat-ｙ;
}

/* 記事の枠 */
#sub {
	margin: 0px 0px 0px 10px;
	width:520px;
	float:left;
}

/* フッター */
#foot {
	width:100%;
	clear:left;
}

