/*
*	共通
*/

	* {
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		font-size: 12px;
		line-height: 1.4em;
		padding: 0px;
		margin: 0px;
	}
	
	body {
	
	}
	
	table {
		
		font-size: 85%;
		margin-bottom: 5px;
		border-collapse: collapse;
		
	}
	
	th, td {
	
		height: 1em;
		padding: 0px;
		text-align: left;
		border: none;
		vertical-align: top;
		
	}
	
	a {
	
		text-decoration: none;
		color: #0000FF;
		
	}
	
	a:hover {
	
		text-decoration: underline;
	
	}
	
	form {
	
		margin: 0px;
	
	}
	
	div {
	
		text-align: left;
	
	}
	
	input {
	
		line-height: 1.2em;
		
	}
	
	img {
	
		border: none;
	
	}
	
/*
*	個別
*/

	.header_title {
	
            margin-top: 10px;
            width: 850px;
	
	}
	
	.header_title td {
	
            vertical-align: middle;
	
	}
	
	.header_title h1 {
	
            color: #E21502;
	
	}
	
	.search_form {
	
            background: url(../img/search_background.gif);
            height: 45px;
	
	}
	
	.menu_bar {
	
            width: 850px;
	
	}
	
	.menu_bar td {
	
            text-align: left;
	
	}
	
	.v_rule {
	
            width: 1px;
	
	}
	
	.category_link_table {
	
            width: 670px;
	
	}
	
	.category_link_table td {
	
            width: 25%;
            padding-top: 2px;
            padding-bottom: 2px;
	
	}
	
	.category_link_table img {
	
            margin-right: 3px;
            margin-left: 3px;
	
	}

        .div_topic {

            width: 150px !important;
            height: 20px !important;
            background-image: url(../img/topic_sprite.gif) !important;
            background-repeat: no-repeat !important;
            padding: 0px !important;
            margin: 0px !important;

        }

        .div_icons {

            background-image: url(../img/css_sprite_image/icons_sprite.gif) !important;
            background-repeat: no-repeat !important;
            padding: 0px !important;
            margin: 0px !important;

        }