@charset "utf-8";
/* -----------------------------------------------
CSS file Pocket Video 2009.
FileName: common.css
by TAK(DESTNET)
----------------------------------------------- */

body {
background-color:#ffffff;
}

div#header {
width:100%; height:70px;
background-color:#d9d9d9;
}

div#logo {
width:282px; height:51px;
float:left; margin:10px;
}

div#navigation {
width:118px; height:32px;
float:right; margin:22px 10px 0 0;
}


div.container {
width:1000px; height:auto;
text-align:center; margin:auto;
border:1px solid #fff;
}

div#main_left_column {
width:260px;
float:left;
text-align:left;
margin:40px 0 0 70px;
}

div#main_column {
width:500px; height:auto;
float:left;
text-align:left;
margin:40px 0 0 110px;
}

*html div#main_column {
width:500px; height:auto;
float:left;
margin:40px 0 0 98px;
}

div#main_column h3 {
font-size:18px;
color:#8ec31f;
font-weight:bold;
}

div#footer {
border-top:1px dotted #3b3b3b; width:100%; height:70px; margin-top:30px;
padding-top:2px;
background-color:#d9d9d9;
}

div#footer_inner {
padding-top:10px;
text-align:center; margin:auto;
}


.member_photo {
margin:0 10px 10px 0;
float:left;
}
