@charset "utf-8";
* {
	margin: 0;
	margin: 0;
}
body {
	background: #FFF url(../images/pattern.png) repeat;
	color: #000;
	font: 12px verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
p {
	padding: 0 0 16px 0;
	line-height: 1.9em;
}
img {
	box-shadow:0px 2px 1px 2px #999999;
}
a, a:hover {
	outline: none;
	text-decoration: none;
	color: #FE89B4;
}
a:hover {
	text-decoration: none;
	color: rgb(248, 22, 22);
}
.containerTop {
	width: 100%;
	
}
.container {
	width: 900px;
	margin: 0 auto;
	padding: 5px 0;
}
h1.sitetitle, h1 a {
  text-align: center;
  color: #F2A8C3;
  line-height:60px;
}
h1.sitetitle a:hover{
	color: rgb(251, 103, 117);
	text-decoration:none;	
}

.container h3 {
	font-size: 15px;
	color: #000;
	margin: 0px 0;
	padding: 0;
}
#headerMenu {
	height: 60px;
	background: #F2A8C3;
}
#headerMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#headerMenu ul li {
	float: left;
	line-height: 40px;
}
#headerMenu ul li a {
	display: block;
	width:219px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	border-bottom:5px solid #FFF;
	margin-left:5px;
	text-align:center;
	margin-top:5px;
	line-height:45px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
#headerMenu ul li a:hover {
  color: #fff;
  background: #FE89B4;
}
/*container*/
#leftCon {
	width: 880px;
	float: left;
	box-shadow:0px 2px 1px 2px #CCCCCC;
	margin-bottom:5px;
	margin-top:5px;
	padding: 10px;
}
#leftCon img {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#leftCon1 {
	width: 880px;
	float: left;
	box-shadow:0px 2px 1px 2px #999999;
	padding: 10px;
}
#leftCon1 img {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#rightCon {
	width: 340px;
	float: right;
}
div#topContent {
  clear: both;
}
/*footer*/
#footer{
	clear:both;
	padding:10px 0;
	text-align:center;
	background: #FE89B4;
	margin-top:10px;	
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}
.social{
	margin-left: 31%;
	margin-bottom:7px;	
}

/*sub menu*/
ul.sidebarmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #959595;
	width: 100%;
	margin-bottom: 5px;
	-webkit-border: 7px 7px 7px 7px;    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
}
ul.sidebarmenu li {
	margin: 0;
}
ul.sidebarmenu li {
	border-bottom: 1px solid #B89898;
}
ul.sidebarmenu li:last-child {
	border-bottom: none;
}
ul.sidebarmenu li a {
	color: #010101;
	display: block;
	text-decoration: none;
	padding: 10px 10px;
}
ul.sidebarmenu li a:hover {
	color: #78bbe6;
	text-decoration: none;
	background-color: #2F434A;
}
/*blocks*/
div.topboxes {
	border: 1px solid #CCC;
	width: 49%;
	float: left;
	font-size: 12px;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	line-height: 23px;
	color: #050101;
	box-sizing: border-box;
	background: linear-gradient(rgb(250, 250, 250), rgb(227, 227, 227));
	background: -moz-linear-gradient(rgb(250, 250, 250), rgb(227, 227, 227));
	background: -ms-linear-gradient(rgb(250, 250, 250), rgb(227, 227, 227));
	background: -webkit-linear-gradient(rgb(250, 250, 250), rgb(227, 227, 227));
}
div.topboxes img {
	width: 95%;
	border-radius: 3px;
	margin-left: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-top: 5px;
}
div.topboxes h2 {
	height: 20px;
	line-height: 20px;
	text-align: center !important;
	color: #000000 !important;
	background-color: #DDE1EF !important;
	padding: 7px;
	margin-top: 0;
	font-size: 14px;
	border: 1px solid #BDBDBD;
}
div.topboxes:nth-child(even) {
	float: right;
	margin-right: 0;
}
/*bottom template block*/
div.bottomboxes {
	border: 1px solid #CCC;
	width: 100%;
	float: left;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	line-height: 23px;
	color: #050101;
	box-sizing: border-box;
	
}
div.bottomboxes img {
	width: 45%;
	float: left;
	border-radius: 3px;
	margin-left: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 0px;
	margin-right: 15px;
}

/*started block styles*/
div.contentSidebarBoxes {
	width: 100%;
	float: left;
	font-size: 12px;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	line-height: 23px;
	color: #050101;
	box-sizing: border-box;
	-webkit-border: 7px 7px 7px 7px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
}
div.contentSidebarBoxes img {
	width: 96%;
	border-radius: 3px;
	margin-left: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 0px;
	margin-right: 15px;
}
h2 {
	
	text-align: center;
	color: #000;
	
	padding: 10px;
	margin-top: 0px;
	font-size: 17px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #FE89B4;
	border-left: 15px solid #FE89B4;
}
p.more {
	margin: 10px 10px;
	float: right;
}
p.more a {
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 0px;
	color: rgb(255, 255, 255) !important;
	font-size: 13px;
	border: 1px solid;
	background-color: #FE89B4;
}
p.more a:hover {
	color: rgb(255, 255, 255) !important;
	border: 1px solid;
	background-color: #FF5291;
}


	/*recommended links*/
.BottomPRLinks{
	clear:both;	
	padding:10px;
	line-height:25px;
	margin-bottom:10px;
	width: 97.5%;
	border-radius: 10px;
	margin-top:10px;
	color: #130D0D;
	-webkit-border: 7px 7px 7px 7px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;	
}


.BottomPRLinks ul{
	padding:0;
	margin:0;
	list-style:none;	
}
.BottomPRLinks ul li{
	border-bottom: 1px solid #C9C9C9;
	line-height:25px;	
}
.BottomPRLinks ul li:last-child{
	border-bottom:none;	
}
