body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}


a	{color: #cc0000}

/* コンテナ */
div#container	{width: 759px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #666666;
	padding: 8px 20px 8px}

div#header h1	{color: #ffffff;
	font-size: 1.75em;
	margin: 0}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* メニュー */
ul#menu	{font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #999999}

ul#menu li	{list-style-type: none;
	float: left}

ul#menu li a	{display: block;
	width: 94px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #999999;
	border-right: solid 1px #ffffff}

ul#menu li a:hover	{background-color: #cccccc;
        color: #cc0000}

ul#menu li a:active     {background-color: #cc0000;
        color: #ffffff}

ul#menu li a:visited    {background-color: #cc0000;
        color: #ffffff}

ul#menu li.menulast a	{border-right: none}

/* コンテンツ */
div#content	{width: 564px;
        float: left;
	margin-left: auto;
	margin-right: auto;
        margin-bottom: 25px}

div#content h2	{background-color: #ffffff;
	font-size: 1em;
	color: #000000;
	line-height: 25px;
	padding-left: 12px;
        margin-top: 10px;
	margin-bottom: 0}

div#content h3	{background-color: #cccccc;
	font-size: 0.875em;
	line-height: 22px;
	padding-left: 12px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 12px}

div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px}

/* サイドバー */
div#sidebar  {width: 165px;
        float: right;
        margin-bottom: 25px}

ul.sidemenu  {font-size: 0.75em;
        margin-top: 0;
        margin-left: 0;
        padding-left: 0;
        line-height: 0}

ul.sidemenu li  {list-style-type: none}

ul.sidemenu li a  {display: block;
       line-height: 30px;
       text-decoration: none;
       color: #000000;
       background-color: #cccccc;
       border-bottom: solid 1px #ffffff;
       padding-left: 10px}

ul.sidemenu li a:hover  {text-decoration: none;
       color: #cc0000;
       background-color: #ffffff}

/* サブメニュー */

ul.submenu  {font-size: 0.75em;
        margin-top: 0;
        margin-left: 0;
        padding-left: 0;
        line-height: 0}

ul.submenu li  {list-style-type: none}

ul.submenu li a  {display: block;
       line-height: 30px;
       text-decoration: none;
       color: #ffffff;
       background-color: #3300ff;
       border-bottom: solid 1px #ffffff;
       padding-left: 10px}

ul.submenu li a:hover  {text-decoration: none;
       color: #cc0000;
       background-color: #ffffff}

/* フッター */
div#footer	{color: #ffffff;
	background-color: #666666;
        width: 759px;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
        clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}

