@charset "utf-8";
@import url(./default.css);

body#index {
	background-image:url(./img/back_2.png);
	background-position: 98% 20px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*----------------------------
	頻繁？
----------------------------*/
dl.line {
	width: auto;
	/*IE用にハックしてみるテス*/
	_width: 100%;
	padding: 0;
	background-color: #eee;
	border-left: 1px solid #018ad4;
	border-bottom: 1px solid #018ad4;
	border-right: 1px solid #018ad4;
	border-top: none;
	color: #333;
}
dl.line dt {
	background-image: none;
	font-weight: normal;
	margin: 0;
	padding: 0.3em 0 0.3em 1em;
	border-top: 1px solid #018ad4;
	width: 13em;
	float: left;
}
dl.line dd {
	background-color: #fff;
	margin: 0 0 0 13em;
	padding: 0.3em 1em 0.3em 1em;
	border-top: 1px solid #018ad4;
	border-left: 1px solid #018ad4;
}

ul.inline {
	margin: 0;
	padding: 0;
}
ul.inline li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left: 0;
}

ul#contentsMenu {
	margin-left: 1em;
}
#contentsMenu li {
	list-style-type: none;
	float: left;
	margin-left: 0;
}

#contentsMenu li a {
	color: #333;
	text-decoration: none;
	text-indent: 1em;
	border-top: 5px double #333;
	padding: 0.5em 0;
	display: block;
	width: 125px;
	margin: 0 0 1em 0;
}

#contentsMenu li a:hover {
	color: #000;
	background-color: #eee;
	border-top: 5px double #6495ed;
}

.subtitle {
	margin: 0;
	font-weight: bold;
	background-image:url(./img/subtitle_2.png);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: none;
}

span.strike {
	text-decoration: line-through;
}

/*----------------------------
	Layout
----------------------------*/
.clear {
	clear: both;
}
#header {
	margin: 1em;
	padding: 0;
}

#main {
	width: 100%;
}

#contents {
	float: left;
	width: 65%;
	margin: 0;
	padding: 0;
}
#side {
	margin: 0;
	padding: 0;
	float: right;
	width: 32%;
}

#footer {
	border-top: 2px solid #ccc;
	margin-top: 5em;
}

#footer * {
	margin: 0;
	text-align: right;
}

/*----------------------------
	Entry
----------------------------*/
.entry {
	padding-bottom: 10px;
	margin-bottom: 2em;
}

.entry-title a {
	display: block;
}

.entry-title a:link,
.entry-title a:visited,
.entry-title a:active {
	border-bottom: 4px double #018ad4;
}
.entry-title a:hover {
	background-image:url(./img/subtitle_2.png);
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	border-bottom: 4px double #80af00;
}

.entry-title {
	font-weight: bolder;
	background-image:url(./img/subtitle_1.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.entry-body * {
	line-height: 1.5;
}
.entry-body p,
.entry-body pre,
.entry-body address,
.entry-body cite,
.entry-body blockquote {
	margin: 0.8em 20px;
	font-size: 100%;
}
.entry-body p.img-r {
	float: right;
}
.entry-body p.img-l {
	float: left;
}
.entry-body dt {
	background-image: url(../img/tag_green.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 2em;
}
.entry-body dd {
	padding-left: 3em;
}

.entry-body h2 {
	background-image: url(./img/sidetitle_3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 2em;
	margin-top: 2em;
	margin-bottom: 1em;
}

div#more {
	margin-top: 1em;
}

.more a:link,
.more a:visited,
.more a:active {
	padding: 0.3em;
	border-bottom: 1px solid #018ad4;
}
.more a:hover {
	color: #000;
	border-bottom: 1px solid #333;
	text-decoration: none;
}


/*----------------------------
	TB
----------------------------*/
dl.logs dt {
	margin: 0;
	font-weight: bold;
	padding-left: 1em;
	background-image:url(../img/tag_blue.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}
dl.logs dd {
	padding-left: 2em;
}

/*----------------------------
	Side
----------------------------*/
#side dt,
#bottom dt {
	background-image:url(./img/sidetitle_2.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0.4em 0 0.4em 2.5em;
	font-weight: bold;
}

#side img,
#bottom img,
#side fieldset,
#bottom fieldset {
	border: 0;
}

#side legend,
#bottom legend {
	display: none;
}

#side li,
#bottom li {
	list-style-image: url(./img/list_1.png);
	list-style-position: outside;
}

input.button {
	background-image: url(../img/head.png);
	color: #eee;
}

/*----------------------------
	bottom
----------------------------*/
#bottom {
	margin: 2em 0 0 0;
	border-top: 2px dashed #666;
}

