@charset "utf-8";

/*
-----------------------------------------------------
ameblo CSS Skin Layout Settings
FileName:   type_c.css
$Date:$ By $Authors$
$Revisions$   
Skin for:	神コレblog JJスキン [girlsblog_kobe_jj] ：カスタム情報
-----------------------------------------------------
*/


div#frame:after,
div#wrap:after {
	content: ""; 
	height: 1px;
	clear: both;
	display: block;   
	overflow: hidden;
}

/* --- For Mac IE --- */

/*\*/
* html #frame;
* html {
    height: 1em;
    overflow: visible;
}
/**/

/* ------ レイアウト・幅調整------ */

/* --- 全体̂̕ --- */

div#frame {
	width: 800px;
}

div#subFrame {
}

div#wrap {
	width: 100%;
	background: url(../img/wrap_bg.gif) repeat-y 0 0;
}


/* --- main --- */

div#main {
	overflow: hidden;
	float: left;
	width: 430px;
}

div#sub_main {
	overflow: hidden;
	margin: 0 15px 0 14px;
}


/* --- sub_a --- */

div#sub_a {
	width: 185px;
	padding-top: 15px;
	float: left;
	overflow: hidden;
	z-index: 1;
}

/* --- sub_b --- */

div#sub_b {
	width: 185px;
	padding-top: 15px;
	float: right;
	overflow: hidden;
	z-index: 10;
}