@charset "UTF-8";

/* === layout === */

body {
 margin: 30px 0;
 background-color: #fbfbfb;
}

#container {
 width: 800px;
 padding: 50px 50px 0;
 margin: 0 auto;
 background-color: #fff;
 
 box-shadow:  0 0 5px rgba(0,0,0,0.35);
 -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
 -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 border-radius: 5px;
 behavior: url(http://www.staffwork.co.jp/takenouchi/wp-content/themes/sw/css/PIE.htc);
}

#header {
 border-bottom: 1px solid #ddd;
 margin-bottom: 30px;
}

#main {
 width: 600px;
 overflow: hidden; /*for IE6*/
}

.box {
 margin-bottom: 50px;
 border-bottom: 1px solid #ddd;
}

#side {
 width: 150px;
 padding-left: 50px;
}

#side li {
 font-size: 12px;
 line-height: 1em;
 margin-bottom: 10px;
}

#footer { padding: 50px 0 30px;}



/* === font === */

p {
 font-size: 13px;
 line-height: 1.8em;
 margin-bottom: 20px;
}

.fs10 { font-size: 10px !important;}
.fs11 { font-size: 11px !important;}
.fs12 { font-size: 12px !important;}
.fs13 { font-size: 13px !important;}
.fs14 { font-size: 14px !important;}
.fs16 { font-size: 16px !important;}
.fs24 { font-size: 24px !important;}
.fs36 { font-size: 36px !important;}

.en { font-family: Arial, Helvetica, sans-serif;}


.line { border-bottom: 1px solid #ddd;}


/* === link === */

a { color: #000;}
a:hover { color: #666;}