@charset "utf-8";

/*////////////////////////////////////////////////////////////

	[default.css]
	
	A. resert
	B. body
	C. text
	D. table
	E. form
	
	1. share
	2. header
		2-1. logo
		2-2. gnav
		2-3. pmenu
	3. footer
		3-1. copyright
		3-2. top of page
	4. body
		4-1. title
		4-2. sidebar
	5. text format
		5-1. anchor

////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------

	A. resert

------------------------------------------------------------*/
body, div,
h1, h2, h3, h3, h4, h5, h6,
p, blockquote, address, pre,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------

	B. body

------------------------------------------------------------*/
body {
	background: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 2;
	color: #333;
}

/*------------------------------------------------------------

	C. text

------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	line-height: 1.2;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p, li, dd, td {
	text-align: justify;
	text-justify: inter-ideograph;/*IE*/
}

em {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

hr {
	display: none;
}

img {
	border: none;
}

/* anchor */
a {
	color: #333;
}

a:visited {
	color: #666;
}

a:hover {
	color: #F30;
}


/*------------------------------------------------------------

	D. table

------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* html table {
	font-size: 100%;
}

th,
td {
	vertical-align: top;
	padding: 0.5em 1em;
	line-height: 1.5;
}

/*------------------------------------------------------------

	E. form

------------------------------------------------------------*/
select,
input,
textarea {
	font-size: 99%;
}

/*//////////////////////////////////////////////////////////*/

/*------------------------------------------------------------

	1. share

------------------------------------------------------------*/
body {
}
* html body {
	text-align: center;
}
* html div#container p,
* html div#container li,
* html div#container dd,
* html div#container td {
	text-align: justify;
	text-justify: inter-ideograph;/*IE*/
}

/*------------------------------------------------------------

	2. header

------------------------------------------------------------*/
div#header {
	position: abosolue;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
}
* html div#header {
	text-align: center;
}

div#header div.wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
* html div#header div.wrapper {
	text-align: left;
}

div#header img {
	display: block;
}

/*	2-1. logo
------------------------------------------------------------*/
div#header #logo {
	position: absolute;
	z-index: 2;
	left: 60px;
	top: 12px;
	margin: 0;
	padding: 0;
}

/*	2-2. gnav
------------------------------------------------------------*/
div#header ul#gnav {
	position: absolute;
	z-index: 2;
	right: 60px;
	top: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#header ul#gnav li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
* html div#header ul#gnav li {
	display: inline;
}

div#header ul#gnav img {
	display: block;
}

/*	2-3. pmenu
------------------------------------------------------------*/
div#header ul#pmenu {
	position: absolute;
	z-index: 2;
	right: 60px;
	top: 114px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#header ul#pmenu li {
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
}
* html div#header ul#pmenu li {
	display: inline;
}

div#header ul#pmenu img {
	display: block;
}

/*------------------------------------------------------------

	3. footer

------------------------------------------------------------*/
div#footer {
	clear: both;
	position: relative;
	background: url(../img/background/footer.gif) repeat-x;
}
* html div#footer {
	width: 100%;
	text-align: center;
}

div#footer div.wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
* html div#footer div.wrapper {
	text-align: left;
}

/* 3-1. copyright
------------------------------------------------------------*/
div#footer dl {
	width: 816px;
	margin: 0 auto;
	padding: 36px 72px;
	line-height: 1.5;
}
* html div#footer dl {
	width: 960px;
	text-align: left;
}

div#footer dt {
	font-weight: bold;
}

div#footer dd {
	float: left;
	margin: 0.25em 1em 0 0;
	font-size: 10px;
}

div#footer dd#copyright {
	clear: both;
	float: none;
}

/* 3-2. top of page
------------------------------------------------------------*/
div#footer p#top {
	position: absolute;
	top: -12px;
	right: 24px;
}

/*------------------------------------------------------------

	4. body

------------------------------------------------------------*/
* html div#body {
	text-align: left;
}

/* 4-1. title
------------------------------------------------------------*/
div#title {
	position: relative;
	padding: 0 0 60px;
}

/* topic path */
div#title p#path {
	position: absolute;
	left: 24px;
	top: 0;
	width: 636px;
	text-align: right;
	line-height: 1.2;
	font-size: 10px;
}
* html div#title p#path {
	left: 0;
}

div#title h1 {
	margin: 0 0 0 24px;
}

/* 4-2. sidebar
------------------------------------------------------------*/
/* archive */
div#sidebar dl.archive {
	clear: both;
	position: relative;
	margin: 24px 0 0 24px;
	padding: 40px 0 0;
	overflow: auto;
}
* html div#sidebar dl.archive {
	width: 100%;
}

div#sidebar dl.archive dt {
	position: absolute;
	left: 0;
	top: 0;
}

div#sidebar dl.archive dd {
	float: left;
	margin: 10px 14px 0 0;
}
* html div#sidebar dl.archive dd {
	display: inline;
}

/* other-entries */
div#sidebar p.other-entries {
	margin: 12px 24px 0;
}

/* archive */
div#sidebar dl.area {
	clear: both;
	position: relative;
	margin: 24px 0 0 24px;
	padding: 0;
	overflow: auto;
}

div#sidebar dl.area dd {
	margin: 6px 0 0;
}

/* top of page */
div#sidebar p#top {
	position: absolute;
	padding-top: 12px;
}


/*------------------------------------------------------------

	5. text format

------------------------------------------------------------*/

/* 5-1. anchor
------------------------------------------------------------*/
div#body div#main a:hover {
	color: #F60;
}

div#body div#main a:visited {
	color: #999;
}

a.external {
	margin-right: 2px;
	padding-right: 13px;
	background: url(../img/icon/external.gif) no-repeat right top;
}

