/*
Theme Name: ugNews.net
Theme URI: 
Description: 外はカリカリ、中はホクホクなugNews.netのテーマ
Version: 0.5
Author: にみにみ
Author URI: http://www.twitter.com/richa1837/
*/
A {text-decoration: none;}
A:link {color: #D2691E;}
A:visited {color: #9999FF;}
A:hover {text-decoration:underline;}
A:active {color: #84863c;}

p {
 margin: 0px;
 padding: 0px;

}
.space {
	margin-top: 20px;
}

div {
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
	color: #c0c0c0
}

body {
	font-family: "メイリオ";
	color: #c0c0c0;
	background-color: #003366;

	/* IE用センタリング */
	text-align: center;

}

/* 親ボックス */
#wrapper {
	width: 870px;
	margin: 10px auto 0px auto;

	/* background-color: #000080; */

	background-image: url("back.png");
	background-repeat: repeat-y;

	border-bottom: 1px solid #000060;
	text-align: left;

	
}

/* 左側（メイン）ボックス */
#leftside {
	float: left;
	width: 720px;

	/* ボックスの高さを揃える記述 
	padding-bottom: 32768px;
	margin-bottom: -32768px;*/

	/* background-color: #000000; */
}

/* タイトル画像 */
#ttitle { }

/* 記事を囲む枠 */
#maincontent {
	font-size: 14px
}

/* 日付・タイトルのバー */
.daytitle {
	margin:5px 5px 10px 5px;
	padding: 20px 0 15px 25px;
	font-size: 26px;
	font-family: 'メイリオ';
	font-weight: bold;
	background-image: url(http://ugnews.net/image/wp_background19.jpg); /* https://www.flickr.com/photos/ugnews/9997265744/in/dateposted-public/ */
	overflow: hidden;
	/* color: #87CEEB; 20160219 不要 */ 
}

/* 記事本文 */
.article {
	margin: 0px 15px 10px 10px;

	line-height: 130%;

}

/* コメント数表示 */
.icomment {
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
	margin-bottom:40px;
}

/* 下のリンク集・BBS */
#subcontents {
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 120%;

}

#link {
	padding: 0px 50px 0px 50px;
	text-align: left; 
}

#caution {
	margin: 15px 0px 15px 0px;
}

#rightside {
	width: 130px;
	margin: 10px 12px 15px 0px;
	float: right;
	/*padding-bottom: 32768px;
	margin-bottom: -32768px;*/


	font-size: 12px;
	line-height: 120%;


}

#r_head {
	width: 100%;
	padding: 5px 0px 0px 0px;
	color: #FF0000;
	text-align: center;
}

#r_body {
	
	margin: 5px 1px 5px 1px;
	padding: 10px 5px 10px 5px;
	background-color: #000000;

	text-align: left;
}

#footer {
	clear: both;
	width: 870px;
	background-color: #000000;
	margin: 0px auto 10px auto;
	padding: 15px 0 10px 0;
	text-align: center;
	font-size: 12px;
}

.u_link {
	text-decoration: underline;
	color: 9999FF;
}

.addcomment {
	font-size: 14px;
}
