/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

.clear {
         clear: both;
}

img, map {
         border-width: 0;
}

/* ++++++ ３段組の横幅設定 ++++++ */

/* ブログの横幅設定 */
#two #container {
		width: 980px;
		}

/* サイドバーの横幅 */
#two #right {
		width: 240px;
		}


#two #center	{
		width: 724px;
		}

/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
        background-color: #ffffff;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#main {
        background-color: #ffffff;
        height:100%;
	}

#center {
	float: left;
        background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 40px;
	}

#right {
	margin-top: 28px;
        background-color: #ffffff;
	float: right;
	}

/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

body	{
	margin: 0;
	padding:0;
	}

/*サイドバーの左右の余白 */

#right div {
		margin-top: 16px;
		margin-left: 0px;
		margin-right: 0px;
		}

/* ++++++ フッター部分のデザイン ++++++ */

#footer	{
        clear: both;
        color: #333333;
        background-color: #ffffff;
        text-align: left;      
        padding: 4px 0 4px 0;
        font-size: 0.7em;
}

