@charset "utf-8";

/* ----- ----- 基本 ----- ----- */
body{
	background-color:#FFFFFF;
	color:#000000;
	font-size:10pt;
	}
textarea{font-size:10pt;}



/* ----- ----- コンテナ ----- ----- */
div#container{
	width:640px;
	background-image:none;
	}



/* ----- ----- ヘッダー ----- ----- */

/* ----- headerLeft ----- */
div#header h2{font-size:8pt;}

/* ----- headerRight ----- */
div.headerRight{width:441px;}

/* ----- ul ----- */
div#header ul{
	padding-right:0;
	width:441px;
	}
div#header ul li{margin-right:0;}

/* ----- form ----- */
div#header form{
	padding-right:0;
	width:441px;
	font-size:8pt;
	}
div#header input{font-size:8pt;}
div#header input#userID{width:80px;}
div#header input#userPass{width:40px;}



/* ----- ----- お問い合わせ ----- ----- */
div.inquiryAddress small{font-size:8pt;}



/* ----- ----- ナビゲーション ----- ----- */
div.navigation{font-size:8pt;}



/* ----- ----- エントリー ----- ----- */
div#main div.entry h3{font-size:12pt;}
div.entryBody dl dt{font-size:12pt;}



/* ----- ----- このページの先頭へ ----- ----- */
div.pageTop{font-size:8pt;}



/* ----- ----- サイド ----- ----- */
div#side{
	width:120px;
	overflow:hidden;
	}



/* ----- ----- Google ----- ----- */
div.googleSearch input{font-size:8pt;}



/* ----- ----- メニュー ----- ----- */
div.menu ul li a{width:101px;}

/* ----- メニュー：sub ----- */
div.menu ul li.sub a{width:86px;}



/* ----- ----- ログインメニュー ----- ----- */
div.loginMenu ul li a{width:101px;}



/* ----- ----- エディターメニュー ----- ----- */
div.editorsMenu ul li a{width:101px;}





/* ----- ----- ----- ie7上書き ----- ----- ----- */

/* ----- ----- 基本 ----- ----- */
*:first-child+html body{font-size:small;}



/* ----- ----- コンテナ ----- ----- */
*:first-child+html div#container{width:730px;}



/* ----- ----- ヘッダー ----- ----- */

/* ----- headerLeft ----- */
*:first-child+html div#header h2{font-size:x-small;}

/* ----- headerRight ----- */
*:first-child+html div.headerRight{width:531px;}

/* ----- ul ----- */
*:first-child+html div#header ul{
	padding-right:5px;
	width:505px;
	}
*:first-child+html div#header ul li{margin-right:5px;}

/* ----- form ----- */
*:first-child+html div#header form{
	padding-right:2px;
	width:515px;
	font-size:x-small;
	}
*:first-child+html div#header input{font-size:x-small;}
*:first-child+html div#header input#userID{width:155px;}
*:first-child+html div#header input#userPass{width:65px;}



/* ----- ----- お問い合わせ ----- ----- */
*:first-child+html div.inquiryAddress small{font-size:x-small;}



/* ----- ----- ナビゲーション ----- ----- */
*:first-child+html div.navigation{font-size:x-small;}



/* ----- ----- エントリー ----- ----- */
*:first-child+html div#main div.entry h3{font-size:medium;}
*:first-child+html div.entryBody dl dt{font-size:medium;}



/* ----- ----- このページの先頭へ ----- ----- */
*:first-child+html div.pageTop{font-size:x-small;}



/* ----- ----- サイド ----- ----- */
*:first-child+html div#side{
	width:200px;
	overflow:visible;
	}



/* ----- ----- Google ----- ----- */
*:first-child+html div.googleSearch input{font-size:x-small;}



/* ----- ----- メニュー ----- ----- */
*:first-child+html div.menu ul li a{width:181px;}

/* ----- メニュー：sub ----- */
*:first-child+html div.menu ul li.sub a{width:166px;}



/* ----- ----- ログインメニュー ----- ----- */
*:first-child+html div.loginMenu ul li a{width:181px;}



/* ----- ----- エディターメニュー ----- ----- */
*:first-child+html div.editorsMenu ul li a{width:181px;}

