@charset "utf-8";
/* CSS Document */


/**********************************************************************//**********************************************************************/
/**************************** DEFAULTS ********************************//**************************** DEFAULTS ********************************/
/**********************************************************************//**********************************************************************/


/********* resets *************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
b {
	font-weight:bold;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
	text-decoration:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
	line-height:1.4em;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}


/****** fix containers 100% ******/

.mainContainer {
	width:100%;
	position:relative; 
	min-height:100%; 
	background:url(../../../images/pattern.png);
	overflow:hidden;
	width:100%;
}
.headWrap,
.bodyWrap,
.footWrap
{
	width:100%;
}
.footContainer {
	position:absolute;
	bottom:0;
}


/***** width containers, width is declared ex.980px *******/

.mainContainer .contentWrap, .footer
{
	width:960px;
	margin:0 auto;
}


/****** contents ******//****** contents ******//****** contents ******/

html,
body {
	font-size:100%;
	/*font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;*/
	font-family:MS-PMincho, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3";
	background:url(../../../images/bg.jpg) center top no-repeat #a3324d;
	height:100%;
}
.contentWrap {
/*	background:#FFF;*/
	min-height:500px;
	padding-bottom:40px;
	position: relative;
}
.headWrap {
	position:relative;
	height:156px;
}
.bodyWrap {
	background:#FFF;
	min-height:910px;
	position:relative;
}
.footWrap {
	position:absolute;
	bottom:0;
	left:0;
	height:40px;
/*	background:#000;*/
}
.logo { /* div or a */
	display:block;
	width:220px; /* width of actual image */
	height:100px; /* height of actual image */
}
img, blockquote {
/*	padding:10px;
	margin:10px;*/
}
p, .profile-desc, .support-desc, .media-files {
	font-size:0.92em;
	line-height:1.4em;
}

.breadcrumb {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	background:url(../../../images/grad1.png) top repeat-x #9a1939;
	padding:6px;
	font-size:0.64em;
	color:#FFF;
}


.footer {
	text-align:center;
	font-size:0.8em;
	color:#ecb0be;
	background:#9b1a3a;
	line-height:40px;
}



/* custom theme *//* custom theme *//* custom theme *//* custom theme *//* custom theme *//* custom theme *//* custom theme *//* custom theme */

html,
body {
	color:#414141;
}
img {
	/*border-color:#333;*/
}
blockquote {
	background-color:#EEE;
}
a {
	color:#a02341;
	font-weight:bold;

}
a:hover {
	color:#232323;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	border-bottom:1px solid #EEE;
}
h2 {
	font-size: 1.2em;
}
input, textarea {
	border:1px solid #ddd;
	background: #f1f1f1;
	padding:10px 3%;
	margin:5px 10px;
	color:#888;
    border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:0.86em;
	font-weight:bold;
	width:90%;
}
textarea {
	min-height:100px;
}

/* elements *//* elements *//* elements *//* elements *//* elements *//* elements *//* elements *//* elements *//* elements *//* elements */

.pthumb {
	position:absolute;
	left:0;
	bottom:0;
}
.ptitle {
	position:absolute;
	left:170px;
	top:30px;
}
.headWrap img {
	float:left;
}
.sidebar {
	width:240px; 
	min-height:200px; 
/*	background:orange; */
	float:left;
	/*background:url(../../../images/shadow.png) right bottom no-repeat;*/
}
.content {
	width:720px; min-height:200px; float:right;
}
.menuWrap {
	width:100%;
}
.menuWrap a {
	float:left;
	width:100%;
}
.menuWrap-img {
	width:100%;
}
.whatsnew li {
	padding:10px;
	background:#f5f5f5;
	margin-bottom:1px;
}
.profile-list li {
	/*padding:10px;*/
}
.date, .news {
	float: left;
}
.year {
	padding:5px; color:#FFF; background:#888; text-align:center; font-weight:bold;
}
.date {
	width:12%;
	font-size:0.8em;
	color:#a1a1a1;
	line-height:1.4em;
}
.news {
	width:88%;
}
.profile-desc {
	border-left:2px solid #888; padding:5px; padding-bottom:20px;
}
.profile-desc span, .support-desc span {
	color:#a02341;
}
.padder img {
	padding:2%;
	width:46%;
	height:auto;
}
.nav-single {
	margin-bottom: 10px;
	padding-top: 20px;
}
.nav-previous {
	float:left; /*To New post*/
}
.nav-next {
	float:right; /*To Old post*/
}
.menu {
	position:relative;
}
.menu-selected {

}
.indicator {
	position:absolute; z-index:99; top:0; right:0; height:100%;
}
.belief_cat h2,
.media_cat h2 {
	background: #e6e6e6;
	padding: 5px;
	font-weight: nomal;
}
.belief_cat h3,
.media_cat h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	border-left: solid 3px #ccc;
	border-bottom: dotted 1px #ccc;
	text-indent: 6px;
}
.belief_cat .cts,
.media_cat .cts {
	margin-left: 15px;
}
.cts_date {
	margin-top: 10px;
	text-align: right;
	font-size: 85%;
}
.belief_cat .cts_date {
	margin-top: 0;
	margin-bottom: 10px;
}
.media_cat .cts_date {
	margin-top: 0;
	margin-bottom: 5px;
}
.pagetop {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: dotted 1px #ccc;
}
.media-wrap {
	background:#f6f6f6; border:1px solid #CCC; padding:10px; margin-bottom:10px; position:relative;
}
.media-left {
	width:25%; max-width:179px; float:left;
}
.media-left img {
	width:100%;
}
.media-right {
	width:75%; float:right;
}
.media-content {
	background:#e6e6e6; padding:8px; margin-bottom:8px; position:relative;
}
.media-content h2 {
	float:left;
	font-weight: bold;
}
.belief-wrap {
	background:#f6f6f6; border:1px solid #CCC; padding:10px; margin-bottom:10px; position:relative;
}
.belief-content {
	background:#e6e6e6; padding:8px; margin-bottom:8px; position:relative;
}
.belief-content h2 {
	float:left;
}
.latest {
	font-size:0.74em;
	line-height:2em;
	color:#808080;
}
.media-files {
	padding-left:10px;
}
.viewall {
	text-align:center;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size:0.68em;
	padding:4px 8px;
	background:#404042;
    border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:right;
	color:#AAA;
}
a.viewall:hover {
	color:#FFF;
	background:#242424;
}
.submit {
	float:right; margin:2%;
	border:none;
	background:none;
	width:auto;
	margin:0;
}
.required {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size:0.64em;
	color:#888;
	padding:4px;
	float:left;
}
.menuRes {
	/*position:absolute;
	left:0;
	bottom:0;
	display:none;*/
	float:right;
	display:none;
	width:100%;
}
.headerWrap {
	position:relative;
}
.support-img {
	margin-bottom:10px;
}
.img-pthumb {
	position:absolute;
	bottom:0;
	left:0;
}
.indent2 {
	padding:6px 10px;
}
.col1 {
	float:left;width:42%;
}
.col2 {
	float:left;width:54%; padding-left:2%;
}
.sub2 {
	padding-left:28px; color:#888;
}
.breadcrumb a {
	color:#efced6;
}
.breadcrumb a:hover {
	color:#FFF;
}
.resizer {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:0.64em;
	width:181px;
	height:30px;
	position:absolute;
	right:0;
	bottom:0;
	background:url(../../../images/resize.png);
}
.resizer a, .resizer span {
	float:right;
    border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.resizer span { padding:12px 10px 0 0; }
.resize {
	font-size:1.2em;
	padding:6px;
	background:#FFF;
	margin:4px 4px 0 0;
	cursor:pointer;
}
a.resize:hover {
	background:#EEE;
}
.current-size {
	background:#6e0f27;
	color:#EEE;
}

a.current-size:hover {
	color:#FFF;
	background:#681026;
}
.focus-input {
	background:#FFF;
	color:#333;
	
}
.filled-input {
	background:#DDD;
	color:#AAA;
}

/* siteseal */

#siteseal{
	width: 130px;
	height: 66px;
	position: absolute;
}


/* tables *//* tables *//* tables *//* tables *//* tables *//* tables *//* tables *//* tables *//* tables *//* tables *//* tables *//* tables */


/* forms *//* forms *//* forms *//* forms *//* forms *//* forms *//* forms *//* forms *//* forms *//* forms *//* forms *//* forms *//* forms */




/* common *//* common *//* common *//* common *//* common *//* common *//* common *//* common *//* common *//* common *//* common *//* common */

.footContainer {
	height:100px;
}
.bodyContainer {
	padding-bottom:100px; /* footContainer height */
}
.logo img {
	width:100%;
	border:0;
	padding:0;
	margin:0;
}
.clear {
	clear:both;
}
.noPadding {
	padding:0;
}
.noMargin {
	margin:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.hasReadMore {
	padding-bottom:40px;
	position:relative;
}
.imgRight {
	float:right;
	margin:10px 0 10px 10px;
}
.imgLeft {
	float:left;
	margin:10px 10px 10px 0;
}
.pad5 {
	padding:5px;
}
.vspace {
	padding-left:10px;
}
.padder {
	padding:14px; 
}
.bulleted {
   list-style: url(../../../images/bullet.png);
   margin-left: 0;
   padding-left: 26px;
   text-indent: 0;
}
.pdf {
   list-style: url(../../../images/pdf.png);
}
.youtube {
	list-style: url(../../../images/youtube.png);
}

.margin15 {
	margin-left:15px;
}
#videolink { display:none; }
#videoembed {
	float:right;
	width:240px;
	height:200px;
}

.padder div {
	line-height:1.4em;
}

/***********************************************************************//***********************************************************************/
/*************************** MEDIA QUERIES *****************************//*************************** MEDIA QUERIES *****************************/
/***********************************************************************//***********************************************************************/

@media only screen and (min-width: 768px){
	#siteseal{
		top: 10px;
		right: 0;
	}
}


/**** 768px ****/

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.mainContainer .contentWrap, .footer{
		width:100%;
	}
	.sidebar {
		width:26%; max-width: 240px;
	}
	.content {
		width:74%;
	}
	h1 {
		font-size: 1.4em;
		border-bottom:1px solid #EEE;
	}
	.date {
		width:15%;
	}
	.news {
		width:85%;
	}
	.support-img { width:40%; max-width:309px; }
	#videoembed { max-width: 100%; }
	#siteseal{
		top: 10px;
		right: 0;
	}
}


 /**MOBILE MOBILE**/
 
/**** 640px ****/

@media only screen and (min-width: 640px) and (max-width: 767px) {
	.mainContainer .contentWrap{
		padding-bottom: 140px;
		background-color: #FFFFFF;
	}
	.mainContainer .contentWrap, .footer{
		width:100%;
	}
	.sidebar {
		width:220px;
		position:absolute;left:-174px;top:0;
	}
	h1 {
		font-size: 1.4em;
		border-bottom:1px solid #EEE;
	}
	.content {
		width:100%;
	}
	.menuRes { display:block }
	.padder { padding-left:60px; }
	#videolink { display:block; }
	#videoembed { display:none; }
	#siteseal{
		bottom: 60px;
		z-index: 1;
		right: 14px;
	}
}


/**** 480px ****/ 

@media only screen and (min-width: 480px) and (max-width: 639px) {
	.mainContainer .contentWrap{
		padding-bottom: 140px;
		background-color: #FFFFFF;
	}
	.mainContainer .contentWrap, .footer{
		width:100%;
	}
	.sidebar {
		width:220px;
		position:absolute;left:-174px;top:0;
	}
	h1 {
		font-size: 1.4em;
		border-bottom:1px solid #EEE;
	}
	.content {
		width:100%;
	}
	.menuRes { display:block }
	.img-pthumb { display:none; }
	.headWrap { height:127px; background:url(../../../images/grad2.png) #FFFFFF left bottom repeat-x; }
	.ptitle { left:14px; top:13px; }
	.map, .date, .news, .col1, .col2 { width:100%; }
	.profile-desc { border:1px solid #888; margin-bottom:10px; }
	.media-left { display: none; }
	.media-right { width:100%; }
	.padder { padding-left:60px; }
	.col2 { padding-left:17px; }
	#videolink { display:block; }
	#videoembed { display:none; }
	#siteseal{
		bottom: 60px;
		z-index: 1;
		right: 14px;
	}
}


/**** 320px ****/

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.mainContainer .contentWrap{
		padding-bottom: 140px;
		background-color: #FFFFFF;
	}
	.mainContainer .contentWrap, .footer
	{
		width:100%;
	}
	.img-pthumb {
		display:none;
	}
	.sidebar {
		width:220px;
		position:absolute;left:-174px;top:0;
	}
	h1 {
		font-size: 1.2em;
		border-bottom:1px solid #EEE;
	}
	h2, h3 {
		font-size: 0.9em;
	}
	.content {
		width:100%;
	}
	.menuRes { display:block }
	.img-pthumb { display:none; }
	.headWrap { height:127px; background:url(../../../images/grad2.png) #FFFFFF left bottom repeat-x; }
	.ptitle { left:10px; top:13px; width:300px; }
	.resizer {
		/*width:100%;
		background: url(../../../images/resize2.png);*/
	}
	.media-left { display: none; }
	.media-right { width:100%; }
	.vspace { padding-left:0; }
	.map, .date, .news, .col1, .col2 { width:100%; }
	.profile-desc { border:1px solid #888; margin-bottom:10px; }
	.support-img { width:100%; }
	.padder { padding-left:60px; }
	.col2 { padding-left:17px; }
	#videolink { display:block; }
	#videoembed { display:none; }
	.nav-single, .pagetop { font-size: 85%;}
	.viewall {
		font-size:0.5em;
		padding:3px 8px;
	}
	.belief_cat h3, .media_cat h3 {
		margin-top: 0:
		margin-bottom: 10px:
	}
	#siteseal{
		bottom: 60px;
		z-index: 1;
		right: 14px;
	}
}







/**** 240px ****/ /*** low-end smartphone ***/

@media only screen and (max-width: 319px) {
	.mainContainer .contentWrap{
		padding-bottom: 140px;
		background-color: #FFFFFF;
	}
	.mainContainer .contentWrap, .footer
	{
		width:100%;
	}
	.img-pthumb {
		display:none;
	}
	.sidebar {
		width:220px;
		position:absolute;left:-174px;top:0;
	}
	h1 {
		font-size: 1.2em;
		border-bottom:1px solid #EEE;
	}
	h2, h3 {
		font-size: 0.9em;
	}
	.content {
		width:100%;
	}
	.menuRes { display:block }
	.img-pthumb { display:none; }
	.headWrap { height:127px; background:url(../../../images/grad2.png) #FFFFFF left bottom repeat-x; }
	.ptitle { left:10px; top:13px; width:300px; }
	.resizer {
		/*width:100%;
		background: url(../../../images/resize2.png);*/
	}
	.media-left { display: none; }
	.media-right { width:100%; }
	.vspace { padding-left:0; }
	.map, .date, .news, .col1, .col2 { width:100%; }
	.profile-desc { border:1px solid #888; margin-bottom:10px; }
	.support-img { width:100%; }
	.padder { padding-left:60px; }
	.col2 { padding-left:17px; }
	
	.footer { font-size: 0.68em; }
	#videolink { display:block; }
	#videoembed { display:none; }
	.nav-single, .pagetop { font-size: 85%;}
	.viewall {
		font-size:0.5em;
		padding:3px 8px;
	}
	.belief_cat h3, .media_cat h3 {
		margin-top: 0:
		margin-bottom: 10px:
	}
	#siteseal{
		bottom: 60px;
		z-index: 1;
		right: 14px;
	}
}