@charset "utf-8";
html {
	height: 100%;
}
* * {
	margin: 0;
	padding: 0;
}
body {
	font: 12px verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #1D1D1D;
	background: #FFF;
}
img {
	border: 0;
	border-radius: 13px;
}

a, a:hover {
	background: transparent;
	outline: none;
	text-decoration: none;
	color: #E4003F;
}
a:hover {
	text-decoration: underline;
	/* color: #C700E1; */
}
ul {
	margin: 0px 0 22px 0px;
}
ul li {
	margin: 2px 0 15px 17px;
}
#main, #header, #banner, #menubar, #site_content, #footer, #contact, #footer_content, #banner_image {
	margin-left: auto;
	margin-right: auto;
}
#site_content {
	width: 960px;
	overflow: hidden;
	margin-top: 20px;
	padding: 20px 0 0 20px;
	background: #FFF;
	border: 1px solid #DDD;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}
#site_heading {
	/* height: 85px; */
	width: 495px;
	float: left;
}
#site_heading H1 {
	letter-spacing: -2px;
	font-size: 120%;
}
#site_heading H1 a{
	line-height: 62px;
	color: #fff;
	padding: 0px -5px;
	text-shadow:none;
	text-decoration:none;	
	text-align: center;
	font-size: 119%;
	letter-spacing: -1px;
}
#site_heading H2 {
	width: 920px;
	font: normal 130% 'Paprika', cursive;
	color: #1d1d1d;
	text-shadow: 1px 1px #BBB;
	letter-spacing: -1px;
}
#header {
	height: 57px;
	background-color: rgb(112, 29, 55);
	/* margin-bottom: 4px; */
	TEXT-ALIGN: CENTER;
	border-radius: 20px;
	padding: 2px 224px;
}
#menubar {
	width: 455px;
	height: 35px;
	padding-top: 25px;
	text-align: center;
	float: right;
	margin: 0 auto;
	margin-right: 10px;
	text-align: right;
}
ul#menu {
	margin: 0;
}
ul#menu li {
	padding: 0 0 0 0px;
	list-style: none;
	margin: 2px 0 0 0;
	display: inline;
	background: transparent;
}
ul#menu li a {
	letter-spacing: -1px;
	height: 35px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.57);
	border-radius: 3px;
	border: 1px solid transparent;
}
ul#menu li a:hover, ul#menu li:first-child a {
	color: #259EDA;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#content {
	text-align: left;
	width: 680px;
	margin: 5px 0 20px 0;
	padding: 20px 20px 0 0;
	float: left;
}
.content_item {
	width: 680px;
	clear:both;
}
.content_item h2{
    color: #BA003A;
		
    letter-spacing: -1px;
    font-size: 18px;
    padding: 10px 0;
}
.content_item h3{
    letter-spacing: -1px;
	
    padding: 10px 0;
    color: #701D37;
    margin-bottom: -5px;
    margin-top: 10px;
}

#banner_image {
	width: 680px;
	height: 300px;
	margin: 0 0 15px 0px;
	float: left;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px
}
#banner_image img{
	border-radius:2px;	
}

.sidebar_container {
	float: left;
	width: 245px;
	margin: 20px 0 20px 0;
	padding: 0 10px 0 0;
}
.sidebar {
	float: right;
	/* padding-left: 10px; */
	margin-bottom: 10px;
	margin-top: 3px;
	width: 104%;
}
.sidebar_item {
	padding: 0 15px 0 0;
	width: 99%;
}

#footer {
	clear:both;
	font-size: 100%;
	letter-spacing: -1px;
	padding: 25px 20px 0 20px;
	margin: 0 auto;
	width: 940px;
	height: 90px;
	text-align: center;
	color: #1d1d1d;
	line-height:23px;
}
#footer a{
	color: #E4335F;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	/* color: #C700E1; */
}
.social{
	margin-left:32%;
	margin-bottom:10px;	
}

/*css customized*/

div.topContentBlock {
	border: 1px solid #CCC;
	width: 100%;
	float: left;
	font-size: 12px;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 17px;
	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.topContentBlock img {
	width: 48%;
	float: left;
	border-radius: 3px;
	margin-left: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 0px;
	margin-right: 15px;
}
div.topContentBlock h2 {
	height: 20px;

	line-height: 20px;
	text-align: left !important;
	color: #FFFFFF !important;
	background-color: #701D37 !important;
	padding: 7px !important;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
	border: 1px solid #BDBDBD;
	border-radius: 20px;
}

div.secondContentBox {
	border: 1px solid #CCC;
	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;
	background:#FFF;
}
div.secondContentBox img {
	width: 94%;
	float: left;
	border-radius: 3px;
	margin-left: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 0px;
	margin-right: 15px;
}
div.secondContentBox h2 {
	height: 20px;
	line-height: 20px;
	text-align: center !important;
	color: #FFFFFF !important;
	background-color: #701D37 !important;
	padding: 7px !important;
	margin-top: 0;
	font-size: 14px;
	border: 1px solid #BDBDBD;
	margin-bottom: 10px;
	border-radius: 20px;
}


div.bottomBoxes {
	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:#FFF;
}
div.bottomBoxes img {
	width: 94%;
	float: left;
	border-radius: 3px;
	margin-left: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 0px;
	margin-right: 15px;
}
div.bottomBoxes h2 {
	height: 20px;
	line-height: 20px;
	text-align: center !important;
	color: #FFFFFF !important;
	background-color: #701D37 !important;
	padding: 7px !important;
	margin-top: 0;
	font-size: 14px;
	border: 1px solid #BDBDBD;
	margin-bottom: 10px;
	border-radius: 20px;
}
div.bottomBoxes:nth-child(even){
	float:right;
	margin-right:0;
}


/*sidebar menu*/

ul.NavSidebar {
	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.NavSidebar li {
	margin: 0;
}
ul.NavSidebar li {
	border-bottom: 1px solid #B89898;
}
ul.NavSidebar li:last-child {
	border-bottom: none;
}
ul.NavSidebar li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-color: rgb(112, 29, 55);
	padding: 16px 10px;
	border-radius: 20px;
}
ul.NavSidebar li a:hover {
	color: #FEFEFF;
	text-decoration: none;
	background-color: rgba(186, 129, 26, 1);
}

p.more {
	margin: 10px 10px;
	float: right;
}
p.more a {
	text-decoration: none;
	padding: 5px;
	border-radius: 0px;
	color: rgb(255, 250, 250) !important;
	font-size: 11px;
	border: 1px solid #CCC;
	background-color: #701D37;
	border-radius: 15px;
}
p.more a:hover {
	color: rgb(228, 228, 228) !important;
	border: 1px solid;
	background-color: #701D37;
	text-decoration: underline;
}

	/*recommended links*/
.PRLinks{
	clear:both;	
	padding:10px;
	line-height:25px;
	margin-bottom:10px;
	border-radius: 10px;

	margin-top:10px;
	background-color: #FFF;
	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;	
}

.PRLinks h2{
	border-bottom:1px solid #CCC;
	height: 30px;
	line-height: 25px;	
	background-color: rgb(112, 29, 55);
	font-size: 17px;
	color: rgb(255, 255, 255);
	margin-left: -10px;
	margin-bottom: 5px;
	text-indent: 10px;
	border-radius: 20px;
}
.PRLinks ul{
	padding:0;
	margin:0;
	list-style:none;	
}
.PRLinks ul li{
	border-bottom: 1px solid #C9C9C9;
	line-height:25px;	
}
.PRLinks ul li:last-child{
	border-bottom:none;	
}
#site_heading H1 a:hover {
  text-decoration: underline;
}
