/*=========================================================


	Site Name   Sony mylo
	File Name   common.css


	Create Date 2008/01/18
	Update Date 2008/01/18


==========================================================*/

/*----------------------------------------------------------

	Global Reset

-----------------------------------------------------------*/

html {
	color: #000;
	background: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,embed {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #000;
}

/*----------------------------------------------------------

	Reset Default Browser Style

-----------------------------------------------------------*/

img,
embed {
	vertical-align: bottom;
}

hr {
	display: none;
}

body div#header00 img,
body div#footer img {
	vertical-align: baseline;
}

/*----------------------------------------------------------

	Structure Module

-----------------------------------------------------------*/

body {
	text-align: center;
	background: #fff;
}

body div#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

body div#container ul#topicPath {
	margin: 14px 0;
	font-size: 84%; /*10px*/
}

body div#container ul#topicPath li {
	display: inline;
}

body div#container ul#topicPath li a {
	margin: 0 8px 0 0;
	padding: 0 10px 0 0;
	background: transparent url(../Images/Second/topic_path_bg.gif) right center no-repeat;
}

body div#container h2 {
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	background: transparent url(../Images/Second/main_heading_bg.gif) left center no-repeat;
}

body div#container p.pageTop {
	margin: 30px 0;
	text-align: right;
}

/*----------------------------------------------------------

	Frame Header Module

-----------------------------------------------------------*/

body div#headerSection {
	width: 100%;
	background: #fff url(../Images/header_bg.gif) bottom left repeat-x;
}

body div#headerSection div#header {
	width: 760px;
	height: 55px;
	margin: 0 auto;
	text-align: left;
}

body div#headerSection div#header h1 {
	width: 80px;
	margin: 11px 0 0;
	float: left;
}

body div#headerSection div#header ul {
	width: 311px;
	margin: 13px 0 0;

	float: right;
	background: transparent url(../Images/Menu/global_menu_bg.gif) top left repeat-x;
}

body div#headerSection div#header ul li {
	margin: 0 0 0 1px;
	display: inline;
}

body div#localHeader {
	width: 760px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

	body div#localHeader ul#topicPath {
		padding: 14px 0;
		font-size: 84%; /*10px*/
	}

	body div#localHeader ul#topicPath li {
		display: inline;
	}

	body div#localHeader ul#topicPath li a {
		margin: 0 8px 0 0;
		padding: 0 10px 0 0;
		background: transparent url(../Images/Second/topic_path_bg.gif) right center no-repeat;
	}

	body div#localHeader h2 {
		padding: 0 0 0 12px;
		background: transparent url(../Images/Second/main_heading_bg.gif) left center no-repeat;
	}

	body div#localHeader ul#localMenu {
		position: absolute;
		top: 50px;
		right: 0;
	}

	body div#localHeader ul#localMenu li {
		margin: 0 0 0 15px;
		display: inline;
		font-size: 0;
		line-height: 0;
	}

	body div#localHeader ul#localMenu li img {
		vertical-align: top;
	}

	body div#localHeader p#triggerBtn {
		margin: 30px 31px 0;
		padding: 0 0 10px;
	}

/*----------------------------------------------------------

	Frame Footer Module

-----------------------------------------------------------*/

body div#container div#copyright {
	width: 100%;
	height: 21px;
	margin: 30px 0 0;
	position: relative;
}

	body div#container div#copyright ul {
		position: absolute;
		top: 5px;
		left: 350px;
	}

	body div#container div#copyright ul li {
		display: inline;
		font-size: 0;
		line-height: 0;
	}

	body div#container div#copyright ul li img {
		vertical-align: top;
	}

	body div#container div#copyright ul li.firstChild {
		margin: 0 10px 0 0;
	}

body div#footer {
	margin: 10px 0 0;
}

/*----------------------------------------------------------

	Hypertext Module

-----------------------------------------------------------*/

a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #838383;
	text-decoration: none;
}

/*----------------------------------------------------------

	Common Module

-----------------------------------------------------------*/

/*clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/*nonHeight*/

.nonHeight {
	line-height: 0;
	font-size: 0;

}