﻿/*=======================

Config.css for Sutemi 3.0

=======================*/
@charset "utf-8";
*{
	margin:0;
	padding:0;
	border:0;
	text-indent:0;
	text-decoration:none;
	font:15px/25px "Hiragino Kaku Gothic Pro", Arial, Verdana, sans-serif, "Lucida Grande";
	color:#BDD4FA;
}
/*=======================
	RAYOUT
=======================*/
body{
	display:block;
	text-align:center;
	background:url(imgs/bg_h1.gif) repeat-x top left #C2D2E8;
}
#header{
	height:120px;
	background:url(imgs/simbolmark.gif) no-repeat left top;
	position:relative;
}
#header,#framework,#footer p{
	width:900px;
	margin:0 auto;
	position:relative;
}
#globalnav{
	width:160px;
	float:left;
}
#main{
	width:720px;
	float:right;
}
#contents{
	background:url(imgs/bg_contents.gif) repeat-y center top;
}
.centering{
	text-align:center;
}
.left-aligned{
	text-align:left;
}
.right-aligned{
	text-align:right;
}
/*=======================
	#HEADER
=======================*/
#header h1{
	width:720px;
	position:absolute;
	top:0;
	right:0;
}
/*=======================
	#GLOBALNAV
=======================*/
#globalnav li{
	display:inline;
	list-style-type:none;
}
/*=======================
	#CONTENTS
=======================*/
#contents_spacer{
	padding:10px 25px;
}
td,th{
	padding:5px 4px;
}
th,dt,a,h3,h4{
	color:#005FFD;
}
a:hover{
	text-decoration:underline;
}
dd{
	padding-left:2em;
}
/*===<h*> Font Prefer====*/
h3{
	font-size:36px;
	line-height:40px;
	font-weight:bold;
	clear:both;
	padding-top:10px;
	border-bottom:1px solid #5c5c5c;
}
h4{
	padding-top:1em;
	font-weight:bold;
}
/*===Strong Hierarchy====*/
strong{
	color:orange;
}
strong.very{
	color:orange;
	font-weight:bold;
}
strong.est{
	color:orange;
	font-weight:bold;
	font-size:120%;
}
/*=======================
	#FOOTNAV
=======================*/
#foot_nav{
	margin:10px auto 0px auto;
	width:620px;
	height:40px;
	clear:both;
}
#foot_nav li{
	list-style-type:none;
	display:inline;
}
/*=======================
	#FOOTER
=======================*/
#footer{
	width:100%;
	height:50px;
	background:url(imgs/bg_footer.gif) repeat-x;
	clear:both;
	position:relative;
}
#footer p{
	height:50px;
}
#footer p img{
	position:absolute;
	bottom:0;
	right:5px;
}

