/* common ------------------------------------ */

/* CSS Hack */
.fix:after {
	content:".";           /*!IE*/
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.fix{
	display:inline-block; /*IE7 MacIE5*/
}
/*IE \*/
*html .fix{height:1%;}
.fix{display:block;}
/*IE*/

body {
	background :#fff;
	margin     :0;
	padding    :0 10px;
	text-align :center;
	font-size  :13px;
	overflow-y :scroll;
}

* {margin: 0px; padding:0px; line-height:1.4em; color:#505050;}

ol, ul { list-style-type: none; }



/* リンク設定 */
a:link    { color: #505050; text-decoration: underline;}
a:active  { color: #505050; text-decoration: none;}
a:visited { color: #666666; text-decoration: underline;}
a:hover   { color: #888888; text-decoration: none;}
hr  { visibility:hidden; height:20px}
img { border :0px; }
h1,h2,h3,p,small,td{font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;}
h1{
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:normal;
}
h2{
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:normal;
}
h3{
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	border-left:4px solid #888;
}
p{
	margin:0 0 10px 0;
}

small {font-size:8px}
#content {width:800px;margin:0 auto; text-align:left}

@media screen and (max-width: 820px) {#content {width:540px} }
@media screen and (max-width: 540px) {#content {width:270px} }


.col1{
	margin-right:10px;
	}


#header {}

table {
	border:1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
td {
	padding:2px 0 2px 5px;
	border-bottom:1px solid #ccc;
}
tr.smart_extend {background:#eee}
.grid {
	background:url(../img/grid.png);
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

code {font-size:12px;line-height:1em;}
#demo {
	width:264px;
	height:120px;
	background:url(../img/smartjs.gif);
}
#copyright {margin:20px 0}

.menu {
	float:left;
	width:266px;
	margin-bottom:20px;
}

#social{
	margin-top:20px;
	margin-bottom:20px;
}

#toggle{
	cursor:pointer;
	text-decoration:underline;
}
