@charset "utf-8";

/*
---------------------------------------------------------------------
	Modify YUI Reset CSS, YUI Fonts CSS
	
	*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.html
---------------------------------------------------------------------
*/

/* --HTML-- */
html {
	color:#666666;
	overflow-y:scroll;
}

/* --BODY-- */
body {
	margin:0;
	background-color: #c6c8c9;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-family: 'メイリオ',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}
	/* for IE7 */  
	*+html body {  
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';  
	font-size:75%;  
	}

	/* for IE6 */  
	* html body {  
	font-family:'ＭＳ Ｐゴシック';  
	font-size:75%;  
	}  

/* --OTHER TAGS-- */
a img, fieldset, img { 
border:0;
}

blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%;
	}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

input, select, textarea {
font-size:100%;
font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
}

	/* for IE7 */
	*+html input, select, textarea {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse:collapse;
border-spacing:0;
font-size:107%;
}

* html table {
font-size:114%;
}

*:first-child+html table {
font-size:114%;
}

@charset "utf-8";

/*
---------------------------------------------------------------------
	Modify YUI Base CSS
	
	*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.html
---------------------------------------------------------------------
*/

/* --A-- */
a {
color:#5e667b;
cursor:pointer;
overflow:hidden;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/* --HEADLINE-- */
h1, h2, h3, h4, h5, h6 {
font-weight:bold; 
}

/* --LIST-- */
ol, ul {
	margin:0em;
}

dl {
margin:1em 1em 1em 1em;
}

dl dd {
margin-left:1em;
}

ol li {
list-style:decimal outside;	
margin-bottom:0.25em;
}

ul li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* --TABLE-- */
table {
margin-bottom:1em;
}

td, th {
	padding:0.5em;
}

th {
font-weight:bold;
text-align:center;
}

/* --OTHER TAGS-- */
abbr, acronym {
border-bottom:1px dotted #000;
cursor:help;
}

blockquote {
margin:1em;
}

caption {
margin-bottom:0.5em;
text-align:center;
}

em, strong {
font-weight:bold;
}

fieldset {
margin-bottom:1em;
}

	/* --for Safari-- */
	body:first-of-type fieldset {
	padding-top:1px;
	}
	
input {
padding:2px 1px 0 1px;
}

option, select {
padding:0 1px;
}

textarea {
overflow:auto;
}

	/* for FireFox & IE7 */
	input[type=checkbox],
	input[type=radio] {
	vertical-align:middle;
	}

	/* for IE7 */
	*+html input[type=text],
	*+html input[type=password],
	*+html textarea {
	border:solid 1px #7f9db9;
	}

	/* for Safari */
	body:first-of-type input, select {
	vertical-align:baseline;
	}
	
p {
margin:0 0 1em 0;
/*
text-align:justify;
text-justify:inter-ideograph;
*/
}
/* --.clearfix-- */
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.push {
	clear: both;
}
.design {
	display: none;
}
li.design_a a {
	display: block;
	float: left;
}
li.design_a {
	display: inline;
}
.conversation_title h4 {
	font-size: 22px;
	display: block;
	float: left;
	width: 400px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c9c9ca;
	padding-left: 10px;
}
