@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：DRESSCAMP BLOG
作成日：2010.05.21
修正日：2010.05.21
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット
 * ------------------------------------ */
@import "reset.css";


/* ------------------------------------
 * BLOG - 共通設定・デフォルト値の再定義
 * ------------------------------------ */
 
 body {
	height: 100%;
	color: #666;
	background-color: #fff;
	font: 12px/1.5 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	text-align: center;
}

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

hr {
	display: none;
}

td,li {
	word-break: break-all;
}
		

/* ------------------------------------
 * リンク
 * ------------------------------------ */
 
a {
	cursor: pointer;
	outline: none;
}

a img {
	border: 0;
}

a:link { /*リンク色*/
	color: #bc9331;
	text-decoration: underline;
}

a:visited { /*訪問済みリンク*/
	color: #bc9331;
	text-decoration: underline;
}

a:hover { /*ロールオーバーリンク*/
	color: #d9c47d;
	text-decoration: underline;
}

a:active { /*アクティブリンク*/
	color: #d9c47d;
	text-decoration: underline;
}


/* ------------------------------------
 * ベーシックレイアウト
 * ------------------------------------ */
		
#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 950px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
}

#header {
	padding-bottom: 15px;
}
		
#content {
	padding-bottom: 80px;
	width: 950px;
}

.sectionMain {
	float: left;
	width: 745px;
}
		
.unitBlog {
	margin-left: 25px;
	float: right;
	width: 540px;
}

.sectionSide {
	float: right;
	width: 180px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
 	width: 950px;
	height: 25px;
	color: #fff;
	background-color: #000;
	font-size: 85%;
}



/* ------------------------------------
 * ブロックごとの設定
 * ------------------------------------ */


/*--- ヘッダ ------------------*/

h1 {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}



/*--- 中央（ブログ本文） ------------------*/

.unitBlog .box {
	padding-bottom: 40px;
}

.unitBlog .box .titlebox {
	margin-bottom: 15px;
	padding: 10px;
	color: #fff;
	background-color: #000;
	font-weight: bold;
}

.unitBlog .box h2 {
	float:left;
}

.unitBlog .box p.date {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
	line-height: 1;
	font-size: 93%;
}

.unitBlog .box img {
	margin: 0 5px 5px 0;
}

.unitBlog .box img.photoLeft {
	margin: 0 15px 15px 0;
	float: left;
}

.unitBlog .box img.photoRight {
	margin: 0 0 15px 15px;
	float: right;
}

.unitBlog p.paging {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: solid 1px #ccc;
	clear: both;
	text-align: center;
}

.unitBlog p.toTop {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: solid 1px #ccc;
	clear: both;
	text-align: right;
	font-size: 93%;
}

.unitBlog p.toTop a {
	color: #000;
}
a.titleauther {
	float:right;
	display:inline;
	text-decoration:none;
	line-height:120%;
}

/*--- サイド共通 ------------------*/

.sectionSide h3 {
	width: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;
	font: 85%/23px Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}


/*--- 左サイド ------------------*/

.sectionSide dl.blogList {
	margin-bottom: 20px;
}

.sectionSide dl.blogList dt {
	margin-top: 5px;
}

.sectionSide dl.blogList dt a {
	padding: 1px 3px;
	display: block;
	color: #000;
	text-decoration: none;
}

.sectionSide dl.blogList dt a:hover {
	color: #000;
	background: url(../img/arrow.gif) 165px 6px no-repeat #dcdcdc;
	text-decoration: none;
}

.sectionSide dl.blogList dt.locator a {
	background-color: #dcdcdc;
}

.sectionSide dl.blogList dt.locator a:hover {
	background: url(../img/arrow.gif) 162px 6px no-repeat #dcdcdc;
}

.sectionSide dl.blogList dd {
	text-align: right;
	font-size: 93%;
}

.sectionSide ul.category {
	margin: 5px 0 20px 0;
}

.sectionSide ul.category li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: block;
	background: url(../img/lineGrey.jpg) left bottom repeat-x;
}

.sectionSide .mobile {
	margin: 5px 0 20px 0;
	color: #bc9331;
	text-align: center;
}

.sectionSide .mobile img {
	margin: 0 auto 2px auto;
	display: block;
}


/*--- 右サイド ------------------*/

.sectionSide table.calendar {
	margin-bottom: 20px;
	border: none;
	border-collapse: collapse;
	width: 100%;
	font: 93%/1 Arial, Helvetica, sans-serif;
	empty-cells: show;
}

.sectionSide table.calendar th,
.sectionSide table.calendar td {
	padding: 5px 2px;
	border: solid 2px #fff;
	text-align: center;
}

.sectionSide table.calendar th {
	color: #fff;
	background-color: #000;
}

.sectionSide table.calendar td.today {
	background-color: #eee;
}

.sectionSide dl.recentBlog {
	margin: 5px 0 20px 0;
}

.sectionSide dl.recentBlog dt {
	display: block;
	font:85%/1.2 Arial, Helvetica, sans-serif;
}

.sectionSide dl.recentBlog dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: block;
	background: url(../img/lineGrey.jpg) left bottom repeat-x;
}

.sectionSide ul.bnr li {
	margin-top: 0;
	display: block;
	text-align:center;
}

.sectionSide ul.bnr a {
	text-decoration:none;
}

/*--- フッタ ------------------*/

#footer p {
	position: relative;
	display: inline;
	top: 5px;
	left: 10px;
	line-height: 1.231;
}

#footer address {
	position: relative;
	float: right;
	top: 5px;
	right: 10px;
	text-align: right;
}


/*--- その他共通 ------------------*/

img.new {
	vertical-align: middle;
}


/*--- フォントサイズ ------------------*/

.text9 {
	font-size: 77%;
}

.text10 {
	font-size: 85%;
}

.text11 {
	font-size: 93%;
}

.text12 {
	font-size: 100%;
}

.text13 {
	font-size: 108%;
}

.text14 {
	font-size: 116%;
}

.text15 {
	font-size: 123.1%;
}

.text16 {
	font-size: 131%;
}

.text17 {
	font-size: 138.5%;
}

.text18 {
	font-size: 146.5%;
}

.text19 {
	font-size: 153.9%;
}

.text20 {
	font-size: 161.6%;
}

.text21 {
	font-size: 167%;
}

.text22 {
	font-size: 174%;
}

.text23 {
	font-size: 182%;
}

.text24 {
	font-size: 189%;
}

.text25 {
	font-size: 197%;
}
