/*基本設定
--------------------------------------*/
*{ margin: 0px; padding: 0px; border: none; font-size: 12px;
color:#777777; line-height: 140%; letter-spacing: 1px;}

body{background-color: #ffffff;} 

#cr{clear: both;}


/*コンテンツ
--------------------------------------*/
#contents{width: 734px; margin: auto; padding:0px 0px 20px 0px;}

#left {
	float: left;
	width: 320px;
	padding:10px 25px 10px 20px;

}

#right {
	float: left;
	width: 320px;
	padding:10px 25px 10px 20px;

}

#contents h1{margin:25px 0px 5px 20px;
	background-image: url(img/head.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
	height: 27px;
	width: 303px;
}
h2{margin:0px 0px 15px 20px;
	font-size: 11px;
	font-weight: normal; text-align: right; margin:auto; width: 684px; letter-spacing: 1px; 
}

h2 a:link{list-style-type: none; text-decoration: none;}
h2 a:visited{ list-style-type: none;}
h2 a:hover{text-decoration: underline;}

p { margin:20px 0px 7px 0px; padding:2px 0px 2px 7px; font-size: 14px;
letter-spacing: 2px;}
p a:link{list-style-type: none; text-decoration: none;letter-spacing: 2px; font-size: 14px;}
p a:visited{ list-style-type: none;letter-spacing: 2px; font-size: 14px;}
p a:hover{text-decoration: underline;letter-spacing: 2px; font-size: 14px;}

.p2{
	background-image: url(img/p2.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;  padding:12px 0px 5px 30px; margin:0px 0px 0px -5px;
}

#contents ul{ padding:7px;
	border: 1px solid #999999;
}
#contents li{
	color: #777777;
	list-style-type: none;
	background-image: url(img/p.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin: 3px 0px 3px 4px ;
}

#contents li a:link{list-style-type: none; text-decoration: none;}
#contents li a:visited{  text-decoration: none;}
#contents li a:hover{text-decoration: underline;}

.red{
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ec4f02;

}
.purple{border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #9f84b6;

}
.blue{border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #3fb3e7;

}
.green{border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #c3d60b;

}
.green2{border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #31ae14;

}
.orange{border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #f19d03;

}
.pink{border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ff697d;

}

.pink2{border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ff8aad;
}





