html{
    height:100%;
}

body {
	margin: 0px;
	background-color: #F0F0F0;
	text-align: center;
	height:100%;
}

a {
	text-decoration: underline;
}

a:link,
a:visited,
a:active {
	color: #4F4F4F;
}

a:hover {
	color: #999999;
	}

#banner {
	font-family: sans-serif;
	color: #FFF;
	background: #921D35 url("http://agilemedia.jp/img/amn/site_header_image.gif") top center no-repeat;
	height: 120px;
}

#banner a {
	color: #4F4F4F;
	text-decoration: none;
}

#banner h1 {
	font-size: large;
	text-align: left;
	text-indent: -999999px;
	margin: 0px;
	height: 120px;
}
#wrapper {
	background-color: #000;
}

#container {
	background: url("http://agilemedia.jp/img/amn/back_image.gif") #FFF top center repeat-y;
	/*background-color: #CCCAAE;*/
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	/*height: 100%;
    	min-height: 100%;*/
}

#site_navi {
	list-style: none;
	height: 20px;
	background-color: #000;
	font-size:14px;
	margin: 0px;
}
#site_navi li {
	float: left;
	width: 100px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

#site_navi .site_navi_english {
	float: right;
}

#site_navi a {
	color: #FFF;
	text-decoration: none;
	/*vertical-align: middle;*/
}
#site_navi a:hover  {
	color: #56AB29;
}

#center {
	float: left;
	width: 500px;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	/*overflow: visible;*/
}

#right {
	float: right;
	/*clear:both;*/
	width: 250px;
	height: 100%;
	min-height: 100%;
	background-color: #CCCAAE;
	margin: 0;
	padding: 0;
}

.content {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #666666;
	font-family: sans-serif;
	font-size: small;
}

.content h4 {
	padding: 0 20px;
	text-align: left;
}
.content p {
	color: #666;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	padding: 3px 20px;
}

.content img {
	border: 0px solid #666;
	margin: 8px;
}

.content .entry-footer{
        border-bottom: 1px dotted #CCC;
        padding-bottom: 20px;
}
.content blockquote {
	line-height: 150%;
	text-align: left;
}

.content li {
	padding: 3px 20px;
	line-height: 150%;
	text-align: left;
}

.content .eb{
	background-color: #EBEBE3;
}
.content dl {
	margin: 10px 20px;
}
.content dl dt {
	float: left;
	/*width: 60px;*/
	margin: 5px;
}
.content dl dt img {
	margin: 5px auto;
	border: 1px solid #CCC;
}

.content dl dd {
	margin-left: 80px;
	padding: 10px;
	text-align: left;
	border-left: 1px dotted #CCC;
}

.content dl dd h6 {
	margin: 0 0 5px 0;
}
.content dl dd h6 a {
	font-size: medium;
}
.content dl dd span {
	text-align: right;
	display: block;
}
.content dl dd span a{
	text-decoration: none;
}
.content dl dd span a img {
	border: none;
	vertical-align: middle;
}
.content .profile {
	border-bottom: 1px solid #96AAAD;
	padding-bottom: 20px;
}

.content .profile img{
	margin: 0 10px;
	padding: 0px;
	float: left;
}
.content .profile .text_block {
	margin-top: 15px;
	padding: 0 20px 0 120px;
	text-align: left;
}
.content .profile .text_block h6 {
	font-size: medium;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #FFF;
	/*color: #003333;*/
	font-size: medium;
	font-weight: normal;
	text-align: left;
	height: 50px;
	line-height: 50px;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0 0 0 20px;
}

h3.about {
	background-color: #939267;
}
h3.authors {
	background-color: #96AAAD;
}
/*h3.other {
	background-color: #64645A;
}*/

.link-note {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 5px;
}
.link-note h4 {
	border-bottom: 1px dotted #999;
	border-left: 16px solid #999;
	padding-left: 6px;
}
.contact_block {
	margin: 0;
	background-color: #EAF279;
	color: #003333;
	/*font-weight: bold;*/
}
.link-note ul {
	margin: 15px;
	padding:  0 0 0 10px;
}

#footer {
	background-color: #921D35;
	/*width: 100%;*/
	height: 30px;
	width: 750px;
	font-size: x-small;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.2em;
	/*border: 1px solid #CCC;*/
	margin: 0px auto;
}
#footer a:link,
#footer a:visited,
#footer a:active{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFF;
	text-decoration: underline;
}

.pkg:after {
	clear: both;
	content: " ";
	height: 1px;
	display: block;
	line-height: 0;

}

.pkg {
	display: block;
	min-height: 1%;
}

.media_category {
	font-size:x-small;
}

.fav_list {
	margin:1px;
	padding:1px;
}

.fav_list img {
	border:1px solid #CCCCCC;
}


/* TrackBacks */



.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 0;
    padding: 5px;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
}

.trackbacks-content {
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px;
    border-top: 1px dotted #CCC;
}

.trackback-content {
    margin-left: 8px;
    margin-right: 8px;
    border-top: 1px dotted #CCC;
	font-size: x-small;
}
