@charset "UTF-8";
div#wrapper {
    background-image: url(../images/wrapper_back.png);
    background-repeat: repeat-y;
}

/* ブランディングエリア */
div#branding {
	border-bottom-width: 1px;
	border-bottom-color: silver;
	border-bottom-style: solid;
	background-repeat: no-repeat;
	background-position: 200px;
	background-image: url(../images/top_branding_back.png);
}

div#branding blockquote,
div#branding h1 {
	display: none;
}

/* ナビゲーションエリア */
div#nav_main {
    
	border-bottom-color: silver;
    
	border-bottom-width: 1px;
    
	border-bottom-style: solid;
    
}
div#nav_main h2 {
    display: none;
}
div#nav_main ul {
    margin: 0;
}
ul#menu_main li a {
    display: block;
    width: 150px;
    height: 40px;
    margin-left: 40px;
    margin-bottom: 10px;
}
li#news_list a {
    background-image: url(../images/news_releases_d.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

li#news_list a:hover {
    background-image: url(../images/news_releases.png);
}
li#profile a {
    background-image: url(../images/profile_d.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
li#profile a:hover {
    background-image: url(../images/profile.png);
}
li#service a {
    background-image: url(../images/service_d.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
li#service a:hover {
    background-image: url(../images/service.png);
}
li#link a {
    background-image: url(../images/link_d.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
li#link a:hover {
    background-image: url(../images/link.png);
}


/* コンテンツエリア */
div#content {
}
/* メインコンテンツ */
div#content_main {
    
	border-bottom-color: silver;
    
	border-bottom-width: 1px;
    
	border-bottom-style: solid;
    
}
div#content_main ul {
    margin: 0;
}
div#content_main h2 {
    display: none;
}

/* サブコンテンツ */

div#content_sub {
}

#content_sub h3 {
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content_sub ul li {
	border-bottom: 1px dotted silver;
	margin-bottom: 5px;
}

#content_sub ul li h4 a {
	font-size: 14px;
}

#content_sub ul li span {
	display: block;
	text-align: right;
	margin-top: -10px;
	font-size: 9px;
	font-style: italic;
	color: white;
}

/* サイトインフォエリア */
div#site_info {
}

ul#blobal_menu {
	border-bottom: 1px solid silver;
	margin: 0;
	padding-left: 10px;
}

#blobal_menu li {
	display: inline;
}

#blobal_menu li a {
	color: white;
	font-size: 12px;
}

#site_info h5 {
	font-size: 12px;
	color: white;
	margin-left: 10px;
}

#site_info p {
	font-size: 12px;
	color: white;
	margin: 0;
}

p#adress {
	margin-left: 20px;
}

p#copyright {
	text-align: right;
	padding-right: 45px;
	font-size: 10px;
}


