@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 12px;
	height:100%;
}

body {
	text-align: left;
	color: #666666;
	/*font-family: Myriad Pro, Arial, Helvetica, sans-serif;*/
	height:100%;
}
img {
	padding:0;
	margin:0;
}
/*
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:1px;
}*/
ul,li {
	list-style: none;
	margin:0;
	padding:0;
}

img,img a,a img{
	margin:0px;
	border:none;
	border-style:none;
	text-decoration:none;
}
a{
	text-decoration:none;
}

a:hover{
	
}
a:focus{
	outline:none;
	-moz-outline-style: none;
}
p{
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
	text-align:left;
}
div {
	border-collapse:collapse;
}
input {
	padding:0;
	margin:0;
	vertical-align:middle;
}
.clear {
	clear: both;
}
.clearfix:after {content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;}  
.clearfix {display: inline-block;}  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */ 



/*
----------------------------------------------------------------------
	. =Common
----------------------------------------------------------------------
*/

.right{float:right;}
.left{float:left;}

a:hover,a:link,a:active,a:visited{color:#666666;}

/*
----------------------------------------------------------------------
	. =Layout
----------------------------------------------------------------------
*/
#wrapper {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

#container {
	float:left;
	width:505px;
}

#content {
	width:460px;
}

#sidebar{
	float:left;
	width:195px;
}

/*
----------------------------------------------------------------------
	. =Header Global Navigation
----------------------------------------------------------------------
*/

#header{
	width:700px;
	height:138px;
}
#header .gnav {
	margin-left:35px;
	padding-top:50px;
}

.gnav h1 {
	float: left;
	width: 115px;
	font-size: 1px;
}

.gnav .menu {
	float: left;
	margin-top: 5px;
	height: 11px;
}

.gnav .menu li {
	display: inline;
	height: 11px;
	font-size: 1px;
}
.gnav .menu li img{
	vertical-align:top;
}
	
.gnav .menu li.menu-01 {margin-right: 49px;}
.gnav .menu li.menu-02 {margin-right: 51px;}
.gnav .menu li.menu-03 {margin-right: 57px;}
.gnav .menu li.menu-04 {margin-right: 65px;}
.gnav .menu li.menu-05 {}


/*
----------------------------------------------------------------------
	. =Blog Layout
----------------------------------------------------------------------
*/



.entry-title{
	width:460px;
	color:#494949;
}
.entry-title a{
	text-decoration:underline;
}

.entry-date-cat{
	width:460px;
	height:40px;
	margin-top:25px;
}
.entry-date-cat a{
	text-decoration:underline;
}

#content p{
	clear:both;
	line-height:1.5em;
	margin-bottom:1em;
}

#content p.line {
	height:2px;
	font-size:2px;
	background-image:url(images/fig_dotline.gif);
	background-repeat:repeat-x;
	line-height:1em;
	margin:34px 0 34px 0;
}
#sidebar p.line {
	height:2px;
	font-size:2px;
	background-image:url(images/fig_dotline.gif);
	background-repeat:repeat-x;
	line-height:1em;
	margin:14px 0 20px 0;
}

#sidebar li{
	margin:0 0 0 3px;
	line-height:2.8em;
}
#sidebar li a{
	text-decoration:underline;	
}

#sidebar .about{
	width:193px;
	margin:0 0 20px 0;
}

#sidebar .about .description{
	width:193px;
}
#sidebar .about .description td.head{
	width:193px;
	height:47px;
	background-image:url(images/fig_blog_set_head.gif);
	background-repeat:no-repeat;
}
#sidebar .about .description td.head p{
	margin:5px 18px 0 0;
	padding:0;
}
#sidebar .about .description td.head p a{
	text-decoration:underline;
	font-size:1.3em;
}
#sidebar .about .description td.main{
	width:193px;
	padding:0 20px 15px 20px;
	text-align:justify;
	background-image:url(images/fig_blog_set_main.gif);
	background-repeat:repeat-y;
}
#sidebar .about .description td.bottom{
	width:193px;
	height:5px;
	font-size:1px;
	background-image:url(images/fig_blog_set_bottom.gif);
	background-repeat:no-repeat;
}

