@charset "UTF-8";

/*-----------------------------------

CSS Information

Site URL:			http://www.hogehoge.com/
File name:			con2column.css (http://www.hogehoge.com/css/con2column.css)

-----------------------------------*/

/*-------------------------
__con2column_style
-------------------------*/

/*サイドメニューが右の場合こっち*/
#side {
width:200px;
}
#main {
width:765px;
margin-right:15px;
}


/*サイドメニューが左の場合こっち*/
/*#side {
width:200px;
margin-right:15px;
}
#main {
width:765px;
}*/