@charset "shift_jis";

/* Table of Contents
======================================
	01. all
	02. outline
	03. header
	04. small menu
	05. menu
	06. main
	07. Sub & Extra
	08. footer
======================================
*/

/*======================================
01. all
======================================*/

body {
	color: #333;
	background: #fff url(../images/texstyle_background.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
}

.color1 {
	color: #990000;
}

.infobox {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 10px; OVERFLOW: auto; WIDTH: 248px; BORDER-TOP-STYLE: none; PADDING-TOP: 10px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 6em; text-align: left; BORDER-BOTTOM-STYLE: none
}

#main p, #sub p {
	margin: 0.5em 1em 1em;
}

a:link {
	color: #01b0f0;
}

a:visited {
	color: #bbb;
}

a:hover {
	color: #787878;
}



/*======================================
02. outline
======================================*/

#outline {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(../images/outline.gif) repeat-y center;
}



/*======================================
03. header
======================================*/
#header {
	position: relative;
	background: url(../images/header_main.gif) no-repeat;
}

#header h1 {
	font-size: 10px;
	color: #fafafa;
	line-height: 1.2;
	position: absolute;
	left: 20px;
	top: 3px;
}

#header img {
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 3px;
}

#header2 {
	position: relative;
	padding-bottom: 0px;
}

#header2 img {
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	height: px;
}

/*======================================
04. small menu
======================================*/

#headnavi {
	position: absolute;
	top: 60px;
	right: 4px;
	line-height: 26px;
	background: url(../images/header_menu.gif);
	padding-left: 50px;
	font-size: 11px;
}

#headnavi li {
	float: left;
	width: 10em;
	overflow: hidden;
	height: 21px;
}

#headnavi li a {
	color: #999996;
	text-decoration: none;
	background: url(../images/header_dot.gif) no-repeat left center;
	padding-left: 13px;
}

#headnavi a:hover {
	color: #a2b883;
}



/*======================================
05. menu
======================================*/

#menu li {
	display: inline;
}



/*======================================
06. main
======================================*/

#main {
	float: left;
	width: 546px;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 40px;
}

#main h2 {
	font-size: 14px;
}

#main h3 {
	font-size: 13px;
}

#macdoc {
	background: #e4edf8;
}

#dept {
	background: #defca4;
}

#dept2 {
	background: #DCDCDC;
}

/*======================================
06-2. department
======================================*/

#department {
	clear: both;
	width: 100%;
	line-height: 1.5em;
	text-align: left;
	background: #FFFFFF;
	padding: 3px 0px;
	border-top: 1px solid #CCCCCC;
}

#department h2 {
	font-size: 14px;
}

#department h3 {
	font-size: 13px;
}

#department macdoc {
	background: #e4edf8;
}


/*======================================
07. Sub & Extra
======================================*/

#sub {
	float: right;
	width: 264px;
	margin-top: 6px;
	padding-bottom: 6px;
}

#sub h3 {
	font-size: 100%;
	background: #EEEEEE;
	letter-spacing: 0.2em;
	text-align: left;
	padding-left: 20px;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}



/*======================================
08. footer
======================================*/

#footer {
	clear: both;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	background: #FFFFFF;
	padding: 3px 0px;
	border-top: 1px solid #CCCCCC;
}

#end {
	clear: both;
	width: 100%;
	line-height: 0.1em;
	text-align: center;
	font-size: 11px;
	background: #FFFFFF;
	border-top: 2px solid #CCCCCC;
}
