/* ---------------------------------------------------------------------------- ヘッダ */
/*
	
	BitterSweets website Style Sheet Ver 3.14
	
	Last Update 07/10/16
	
*/
/* -------------------------------------------------------------------------- 直接設定 */

* {
	margin: 0;
	
	padding: 0;
}

BODY {
	color: #202020;
	background-color: #f0f0f0;
	
	width: 860px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	text-align: left;
	line-height: 16px;
}

#Container {
	margin:0 auto;
	
	width: 860px;
	
	text-align: center;
}

#Header {
	background-color: #ffffff;
	
	background-image: url(Images/Title.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	
	width: 860px;
	height: 150px;
	padding: 0px;
}

#Sidebar1 {
	float: left;
	
	background-image: url(Images/BackImage_1.gif);
	background-position: center top;
	background-repeat: no-repeat;
	
	width: 202px;
	padding: 4px;
	padding-bottom: 0;
}

#Sidebar2 {
	float: left;
	
	width: 202px;
	padding: 4px;
	padding-top: 0;
}

#Body {
	float: right;
	
	background-color: #ffffff;
	
	background-image: url(Images/BackImage_2.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	
	width: 642px;
	padding: 4px;
}

#Footer {
	clear: right;
	
	width: 852px;
	padding: 4px;
}

#Header P {
	margin: 0;
}

.SideArticle {
	margin-bottom: 12px;
	
	width: 200px;
}

.Article {
	margin-bottom: 12px;
	
	width: 640px;
}

.Small {
	font-size: 11px;
	
	line-height: 14px;
}

P {
	margin: 0.9em 0px;
}

H2 {
	color: #c06060;
	background-color: #f0f0f0;
	
	background-image: url(Images/Heading_2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
	margin: 0;
	
	width: 640px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	font-size: 17px;
	
	border-color: #a0a0a0;
	border-width: 1px;
	border-style: solid;
}

H3 {
	color: #606060;
	background-color: #ffffff;
	
	background-image: url(Images/Heading_3.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
	margin: 0;
	
	width: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	font-size: 17px;
	
	border-color: #a0a0a0;
	border-width: 1px;
	border-style: solid;
}

H6 {
	display: none;
}

A {
	color: #a02020;
	text-decoration: none;
}

A:visited {
	color: #808080;
	text-decoration: none;
}

A:active {
	color: #ff4040;
	text-decoration: none;
}

A:hover {
	color: #ff4040;
	text-decoration: none;
}

INPUT {
	font-size: 13px;
	
	color: #a02020;
	background-color: #ffffff;
	
	border-color: #202020;
	border-width: 1px;
	border-style: solid;
}

IMG {
	border-width: 0px;
}

/* -----------------------------------------------------------------------------フッタ */
/*
	
	Copyright (C) 2007 Haya. all rights reserved.
	
	E-Mail	:	haya@bittersweets.info
	Webpage	:	http://bittersweets.info/
	
*/

