﻿@charset "utf-8";

/*------------------------------------------------------------------------------
BridgeSSL - CSS Modules Import
URL: http://bridge-ssl.jp/
Date: 2009-12-18
Copyright (C) Bridge Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/

body#Sec div#MainVisual {
	background: url(../img/blog/title_blog.png) center 0 no-repeat;
}

/* ----------------------------------------

ContentsStyle

---------------------------------------- */

body#Sec div#Content div#Main h3.EntryTtl {
	width: 730px;
	font-size: 215.4%;
	padding: 5px 0 5px 5px;
	margin-bottom: 5px;
	border-top: 4px solid #0067c6;
	background: #f7f7f7;
}

body#Sec div#Content div#Main p.EntryDay {
	color: #888;
	margin-bottom: 10px;
	padding-left: 5px;
}

body#Sec div#Content div#Main div.Entry {
	width: 715px;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
	padding: 20px 10px;
	font-size: 115.4%;
}

body#Sec div#Content div#Main div.Entry strong {
	font-weight: 700;
}

body#Sec div#Content div#Main div.Entry p {
	line-height: 1.8em;
	padding-bottom: 1em;
}

body#Sec div#Content div#Main div.Entry p.Keyword {
	line-height: 1.6em;
	padding-bottom: 0;
	margin-bottom: 0.5em;
	padding-left: 7px;
	color: #006dd2;
	font-weight: 700;
	border-left: 5px solid #006dd2;
}

body#Sec div#Content div#Main div.Entry ul {
	padding-bottom: 0.5em;
}

body#Sec div#Content div#Main div.Entry li {
	padding: 0;
	margin: 0;
	list-style-type: disc;
	line-height: 1.6em;
	list-style-position: inside;
}

body#Sec div#Content div#Main div.Entry pre {
	width: 705px;
	background-color: #e7ebff;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 1.4em;
}



/* ----------------------------------------

Content - Sub

---------------------------------------- */

div#Sub div#BlogEntry {
	width: 200px;
	background: url(../img/top/bg_side_01_footer.gif) 0 bottom no-repeat;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

div#Sub div#BlogEntry dl {
	width: 170px;
	padding: 0 15px 0;
	overflow: hidden;
	background: url(../img/top/bg_side_01_head.gif) 0 top no-repeat;
}

div#Sub div#BlogEntry dl dt {
	margin-top: 10px;
	background: url(../img/common/icon_link01.png) 0% 50% no-repeat;
	padding-left: 13px;
}

div#Sub div#BlogEntry dl dd {
	margin-bottom: -1px;
	padding-left: 13px;
	padding-bottom: 10px;
	background: url(../img/common/line_dot01.png) 1px bottom repeat-x;
}

div#Sub div#BlogEntry p {
	padding: 5px 0 5px 15px;
}