@charset "UTF-8";
/* ------------------------------------------------------

2009.04.23

name:           common.css

description:    base module definition

--------------------------------------------------------- */

/*==================================================================
//
//  --  YUI
//
================================================================== */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



/*==================================================================
//
//  --  base style
//
================================================================== */
img{
	vertical-align:bottom;
	border:none;
}

/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

a {
	color: #323232;
	text-decoration: none;
}

a:hover {
	color: #9ed335!important;
}



/* Base Theme ============================================================= */

/* Utilities -------------------------------------------------------------- */

.clearfix:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}


.clearfix{
    zoom: 1;
}


.inline { display: inline; }
.hidden { display: none; }




/* Content ---------------------------------------------------------------- */
html { 
	height: 100%;
}

body{
	font-family: helvetica, arial, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	height:100%;
	color: #323232;
	background: #fff;
}

#container {
	position: relative;
	height: auto!important;
	height:100%;
	width: 800px;
	min-height: 100%;
  margin: 0px auto;	text-align:left;
	font-size: 77%;
	letter-spacing: 1px;
	border-left: 1px #ececec solid;
	border-right: 1px #ececec solid;
}

#container-inner {
	padding: 32px 20px 60px;
}

#header {
	margin-bottom: 32px;
}

#header-name {
	font-size: 100%;
	line-height: 1;
}

#header-name a{
	color: #323232;
	text-decoration: none;
}

.asset-header h2,
.data-wrp h2 {
	font-size: 200%;
	color: #a29869;
	margin-bottom: 20px;
	line-height: 1;
}

#page-title {
	margin-bottom: 27px;
}

.asset-header,
.data-wrp {
	margin-bottom: 64px;
}

/* attention */
#attention {
	padding: 15px;
	border: 5px solid #9ED335;
}

#attention h1 {
	font-size: 140%;
	color:#323232;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

#attention h2 {
	font-size: 200%;
	color: #FF0000;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

#attention p {
	line-height: 1.6;
	margin-bottom: 1em;
}

#attention a {
	border-bottom: 1px dotted #323232;
}

#attention .appendix {
	margin-bottom: 0px;
	line-height: 1;
}

#attention .appendix a {
	border: none;
}


/* content */

#content {
	margin-top: 20px;
}

#content h3 {
	font-size: 140%;
	color: #a29869;
	line-height: 1;
}

#menu {
	margin: 10px 0px 0px 10px;
} 

#menu dt{
	margin-bottom: 5px;
}
#menu dd{
	margin-bottom: 10px;
	margin-left: 5px;
}

/*  beat */
#beta {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px dotted #a29869;
}

.widget-header {
	color: #a29869;
	line-height: 1;
	margin-bottom: 14px;
}

.widget-header a {
	color: #a29869;
}

.widget-recent-entries {
	margin-bottom: 27px;
}

.widget-content li {
	margin-bottom: 5px;
}


/*  gamma */
#gamma {
	margin-top: 27px;
	padding-top: 32px;
	border-top: 1px dotted #a29869;
}


/* footer */
#footer {
	position: absolute;
	bottom: 0px;
	padding: 10px 0px;
}


@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

