@charset "UTF-8";
body
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	font-size:small;
	line-height:140%;
	background-image:url("../images/body_bg.gif");
	/*font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;*/
}

/*a			{text-decoration: none;}*/
/*a:link		{color: #0000ff;}
a:visited	{color: #cc00ff;}
a:active	{color: #0000ff;}*/
a:hover		{color: #ff0000;}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color:#333333;
}

p,li,dt,dd,table,td,th
{
	font-size:1em;
	color:#333333;
}
strong
{
	color:#cc6699;
}

textarea ,input
{
}

img{
	border:none;
	margin:0px;
}

hr
{
	height:0px;
	width:auto;
	border-bottom:1px dotted #ccccee;
	text-align:center;
}

/* container -------------------------------------------- */
#container
{
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	text-align: left;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	border:none;
	font-size:12px;
	background-image:url("../images/container_bg.gif");
	background-repeat:repeat-y;
}

/* header ----------------------------------------------- */
#header
{
	width :750px;
	height:250px;
	text-align:left;
}
#header a
{
text-decoration: none;
}

#header h1
{
	font-size:12px;
	padding:0px;
	margin:0px;
}
#header h1 img
{
	border:none;
}

/* document --------------------------------------------- */
#document
{
	width:590px;
	text-align:left;
	float:right;
	font-size:1em;
	color:#666666;
	padding:0em 1em 2em 0em;
}

#document h1
{
	font-size:1.8em;
	color:#333333;
	margin:0.2em;
	margin-top:1em;
	padding:5px 0px 0px 30px;
	height:30px;
	background-image:url("../images/document_h1_bg.gif");
	background-repeat:no-repeat;
}

#document h2
{
	font-size:1.4em;
	color:#333333;
	margin:0.2em;
	padding:0px 0px 0px 25px;
	height:25px;
	background-image:url("../images/document_h2_bg.gif");
	background-repeat:no-repeat;
}
#document h3
{
	font-size:1.2em;
	color:#333333:
	margin:0.2em;
	padding:0px 0px 0px 25px;
	font-weight:bold;
}

#document p
{
	margin:0.2em 3em 0.2em 4em;
}

/* document index_main ------*/
#document h2.entry-title
{
	margin-left:0em;
	position:relative;
	left:-10px;
}
#document div.entry-asset{
	border-bottom:1px dotted #666;
	padding-bottom:1em;
}
#document div.sset-footer{
	clear:both;
}

/* document index_archive ----*/
#document h2.archive-header
{
	margin-left:1em;

}

/* document sys_search --*/
#document .content-nav
{
	display:none;
}
#document .hidden
{
	display:none;
}

/* menu ------------------------------------------------- */
#menu
{
	font-size:12px;
	padding:0.5em;
	width:140px;
/*	border-right:1px dotted #cccccc;*/
	background-color:#dddddd;
	background-image:url("../images/menu_bg.gif");
	background-repeat:no-repeat;
	padding-top:200px;
}
#menu h3
{
	font-size:1em;
	color:#000000;
	font-weight:bold;
	margin:0.2em;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:5px;
	background-image:url("../images/menu_h3_bg.gif");
	background-repeat:no-repeat;
	background-position:0px 7px;
	position:relative;
	left:0px;
	/*border-top:1px dotted #000000;*/
}
#menu p
{
	font-size:1em;
	margin:0.2em;
	padding-left:1em;
}
#menu .widget-content ul{
	margin:0em;
	padding-left:2em;
	list-style-type:none;
}

#menu .widget-content li
{
	font-size:0.8em;
}
#menu div.widget-search input.ti
{
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	width:135px;
}
/* footer ------------------------------------------------ */
#footer
{
	clear:both;
	width:750px;
	height:70px;
	font-size:12px;
	background-image:url("../images/footer_bg.gif");
	background-repeat:no-repeat;
/*	padding:30px 20px 10px 20px;*/
}
#footer a			{text-decoration: none;}
#footer a:link		{color: #ffffff;}
#footer a:visited	{color: #ffffff;}
#footer a:active	{color: #ffffff;}
#footer a:hover		{color: #ff0000;}

#footer h3
{
	padding-top:10px;
	padding-right:12px;
	font-size:12px;
	float:right;
}
#footer p
{
	width:440px;
	clear:both;
	float:right;
	margin-top:30px;
	position:relative;
	top:-8px;
	color:#cc66cc;
}
#footer p span.desc
{
	margin-left:0.5em;
	position:relative;
	top:-12px;
}
/* link -------------------------------------------------- */
.link
{
	padding-left:12px;
	background-image:url("../images/link_bg.gif");
	background-repeat:no-repeat;
}
