@charset "UTF-8"; 
* {
	margin: 0;
	padding: 0;
}
/* デフォルトの設定 */
body {
	background: #FFFFFF url(img/header.gif) repeat-x;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #666;
	letter-spacing:0.1em;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
a {
	text-decoration: none;
	color: #EA672E;
}
a:hover {
	text-decoration: underline;
	color: #12A6D4;
}
p {
	line-height: 1.5em;
}
h1,h2, h3 {
	font-weight: normal;
	font-size: 0.75em;
}
img {
	border: none;
}
/* ブックマーク */
#addClips{
	padding: .2em 0 0 0;
	font-size: 10px;
	color:#FFF;
	text-align:center;
	margin-bottom: 2em;
}
/* メニュー */
#menu {
	width: 700px;
	margin: 0 auto;
	font-size: 0.75em;
}
#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	padding: 2px 20px 0 20px;
	background: url(img/menu.gif) no-repeat;
}
/* コンテンツ */
#content {
	width: 700px;
	margin: 0 auto;
}
/* ロゴ */
#logo {
	clear: both;
	padding: .5em 0 0 0 ;
}
#logo h1{
	margin-bottom:1em;
}
/* トップ > うわさ投稿 */
#main .pull {
	font-size: 1.2em;
	padding: .2em .2em;
	border: 2px solid #CCCCCC;
	color: #666;
}
#main .inputtext1 {
	font-size: 1.2em;
	width: 110px;
	padding: .2em .2em;
	border: 2px solid #CCCCCC;
	color: #666;
}
#main .inputtext2 {
	font-size: 1.2em;
	width: 220px;
	padding: .2em .2em;
	border: 2px solid #CCCCCC;
	color: #666;
}
#main .parts-check{
	float: left;
	font-size: 0.75em;
}
#main .input1{
	float: right;
}
/* トップ > うわさ投稿 > 人物追加 submit */
#person {
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent url(img/person.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer;
}
/* トップ > うわさ投稿 > お知らせ */
#news{
	clear: both;
	float: left;
	margin-bottom:1em;
	width:65%;
	height:100px;
	background: #FFFFFF url(img/news_title.gif) repeat-x;
	border: 1px solid #CCC;
}
#news.box .newsTitle {
	letter-spacing:0.2em;
	font-size: 0.875em;
	color: #FFFFFF;
	height: 1.5em;
	padding: .5em 0 0 1em;
}
#news.box .sideContent {
	padding: .5em;
}
#news a{
	text-decoration: underline;
}
#news ul {
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 0 2em;
	list-style: square;
	font-size: 0.75em;
}
#uwasa-parts{
	float: left;
	width:34%;
	height:100px;
	background: #FFFFFF url(img/news_title.gif) repeat-x;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#uwasa-parts.box .uwasaTitle {
	letter-spacing:0.2em;
	font-size: 0.875em;
	color: #FFFFFF;
	height: 1.5em;
	padding: .5em 0 0 1em;
}
#uwasa-parts .sideContent {
	text-align:center;
	margin: .5em 0 .5em 0;
}
/* ユーザーの声 */
#voice{
	width:100%;
	margin-bottom:1em;
	background: #FFFFFF url(img/voice_title.gif) repeat-x;
	border: 1px solid #CCC;
}
#voice.box .voiceTitle {
	letter-spacing:0.2em;
	font-size: 0.875em;
	color: #FFFFFF;
	height: 1.5em;
	padding: .5em 0 0 1em;
}
#voice.box .sideContent {
	padding: .5em;
}
#voice a{
	text-decoration: underline;
}
#voice ul {
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 0 2em;
	list-style: square;
	font-size: 0.75em;
}
/* うわさの作成 */
#createGossip {
	letter-spacing:normal;
}
#createGossip h3.gossipPerson {
	float: left;
	clear: both;
	margin-top:1em;
	margin-left:0.5em;
	background: transparent url(img/gossip_person.gif) no-repeat center top;
	width:100px;
	height:120px;
}
#createGossip p.gossipText {
	float: left;
	width:500px;
	margin-top:1.5em;
	padding: .5em;
	border: 2px solid #CCCCCC;
	font-weight:bold;
	background: #FCE9E4;
}
#createGossip p.gossipUrl{
	text-align:center;
	font-size: 1.3em;
	color: #CC0000;
}
#createGossip input.gossipUrlForm{
	font-size: 1.3em;
	color: #CC0000;
	width: 98%;
	padding: .2em .2em;
	border: 2px solid #CCCCCC;
	font-weight:bold;
}
#createGossip h3.gossipPerson {
	float: left;
	clear: both;
	margin-top:1em;
	margin-left:0.5em;
	background: transparent url(img/gossip_person.gif) no-repeat center top;
	width:100px;
	height:120px;
}
#createGossip p.gossipTalk {
	float: left;
	width:500px;
	margin-top:1.5em;
	padding: .5em;
	border: 2px solid #CCCCCC;
	background: #EEF7E1;
}
.boxed {
	margin-bottom: 1em;
	background: #FFFFFF url(img/boxed_title.gif) repeat-x;
	border: 1px solid #CCC;
}
.boxed .title {
	height: 1.3em;
	padding: .1em 0 0 2em;
	background: url(img/boxed_talk.gif) no-repeat .5em 50%;
	color: #FFFFFF;
	font-size: 1.2em;
}
#createGossip h3.gossipInfo {
	color:#CC0000;
}
/* ブログパーツ*/
#tagArea {
	overflow:hidden;
	font-size: 0.75em;
	width: 400px;
	height:48px;
	padding: .2em .2em;
	border: 2px solid #CCCCCC;
	color: #666;
}
/* フッター */
#footer {
	clear: both;
	width: 100%;
	font-size: 0.75em;
}
#legal {
	text-align: center;
}