@charset "UTF-8";

/*
information{
	file name : /tamaki/css/style.css;
	infomation : This CSS file define [default property] styles.;
	site name : HMCA Human Creative Academy;
	copyrihgt : Copyright (C) HMCA Human Creative Academy;
}
*/

/* contents [propertyReset]
--------------------------------------------------------------------------
1. Hn
2. Paragraph
3. Image
4. list items
5. form items
6. other items
--------------------------------------------------------------------------
*/

/* 1. Hn
-----------------------------------------------	*/
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 100%;
	font-weight: normal;
}

/* 2. Paragraph
-----------------------------------------------	*/
p {
	margin: 0;
	padding: 0;
}

/* 3. Image
-----------------------------------------------	*/
img {
	border: 0;
}

/* 4. list items
-----------------------------------------------	*/
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 100%;
}

/* 5. form items
-----------------------------------------------	*/
form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
}

button {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color : #FFFFFF;
	text-shadow: none;
}

/* 6. other items
-----------------------------------------------	*/
em, address, cite {
	font-style: normal;
}





/* contents [commonTools]
--------------------------------------------------------------------------
1. float crear <br class="clear">
2. hidden hrline <hr class="hidden">
3. hidden h1 <h1 class="hidden">
4. hidden h2 <h2 class="hidden">
--------------------------------------------------------------------------
*/


/* 1. float crear <br class="clear">
-----------------------------------------------	*/

br.clear {
	font-size: 1px;
	line-height: 0;
	clear: both;
}

/* 2. hidden hrline <hr class="hidden">
-----------------------------------------------	*/
hr.hidden {
	display: none;
}


/* 3. hidden h1 <h1 class="hidden">
-----------------------------------------------	*/
h1.hidden {
	display: none;
}

/* 4. hidden h2 <h2 class="hidden">
-----------------------------------------------	*/
h2.hidden {
	display: none;
}


/* contents [layout]
--------------------------------------------------------------------------
1. body

--------------------------------------------------------------------------
*/


/* 1. body
-----------------------------------------------	*/
body {
	margin: 0;
	padding: 0 10px;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",verdana,arial, sans-serif;
	color: #333333;
	font-size: 80%;
}

/* 2. div.whole
-----------------------------------------------	*/
 div.whole {
	width: 850px;
	margin: 0 auto;
	padding: 0;
}

/* 2. div.headSection
-----------------------------------------------	*/
div.headSection {
	margin-bottom: 4px;
	padding-bottom: 24px;
	background-image: url("/tamaki/img_common/body_background.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 100%;
}


/* 2. div.bodySection
-----------------------------------------------	*/
div.bodySection {
	width: 811px;
	min-height: 1%;
	margin: auto;
}

/* -- Hack WinIE & MacIE --*/
* html div.bodySection  {
	/* Hides from IE5-Mac ¥*/ 
	height: 1%;
	/*end  Hides from IE5-Mac */
}
/* -- Hack WinIE & MacIE  end--*/



/* 2. div.sideArea
-----------------------------------------------	*/
div.sideArea {
	float: left;
	width: 237px;
}

div.sideArea div.cornerWrap {
	margin-bottom: 25px;
	padding: 1px 2px 2px 1px;
	background-color: #D6D6D6;
}

div.sideArea div.intro {
	padding: 12px 8px 5px 8px;
	background-color: #FFFFFF;
}

div.sideArea div p {
	margin-bottom: 15px;
}

div.sideArea div.calender table {
	width: 227px;
	margin: 0px 5px 10px 5px;
	font-weight: bold;
}

div.sideArea div.calender table caption {
	color: #660000;
	text-align: left;
}

div.sideArea div.calender table th {
	width: 14.28%;
	padding: 2px;
	text-align: center;
}

div.sideArea div.calender table td {
	width: 14.28%;
	padding: 2px;
	text-align: center;
	font-size: 90%;
}

div.sideArea div.calender table .sun {
	color: #CC0000;
}

div.sideArea div.calender table .sat {
	color: #003399;
}

div.sideArea div.archives {
	 margin-bottom: 10px;
}

div.sideArea div.archives ul {
	padding-bottom: 15px;
}

div.sideArea div.archives ul li {
	margin-bottom: 5px;
}


/* 2. div.mainContents
-----------------------------------------------	*/

div.mainContents {
	float: right;
	width: 557px;
}

div.mainContents div.cornerWrap {
	margin-bottom: 25px;
	padding: 1px;
	background-color: #D6D6D6;
}

div.mainContents div.articleBlock {
	padding: 20px 20px 5px 20px;
	background-image: url("/tamaki/img_common/boxheader_background.gif");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
}






/* 2. div.footSection
-----------------------------------------------	*/
div.footSection {
	
}

div.footSection div.copyright {
	padding: 10px 11px 15px 3px;
	border-top: 2px solid #0066CC;
	text-align: right;
}




/* 2. [A] link
-----------------------------------------------	*/

div.pageNavi {
	text-align: right;
}

/* 2. [A] link
-----------------------------------------------	*/
a:link {
	color: #0066CC;
	text-decoration: underline;
}

a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:active {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #80B3E6;
	text-decoration: underline;
}



/* 1. [Paragraph] text style
-----------------------------------------------	*/
p {
	margin-bottom: 1em;
	line-height: 150%;
}

p.nobr {
	margin: 0;
}





/* 1. align
-----------------------------------------------	*/
.alignc {
	text-align: center;
}

.alignr {
	text-align: right;
}

.alignl {
	text-align: left;
}


/* 1. float
-----------------------------------------------	*/
div.mainContents .floatR {
	float: right;
}

div.mainContents img.floatR {
	float: right;
	margin: 0 0 15px 15px;
}

div.mainContents .floatL {
	float: left;
}

div.mainContents img.floatL {
	float: left;
	margin: 0 15px 15px 0;
}


/* 1. font size
-----------------------------------------------	*/
.small {
	font-size: 90%;
}

/* 1. color
-----------------------------------------------	*/

div.mainContents .color {
	color: #009966;
}

/* contents [modules]
--------------------------------------------------------------------------
1. bodySection
--------------------------------------------------------------------------
*/

/* 1. div.articleBlock modules
-----------------------------------------------	*/
div.mainContents div.articleBlock h2 {
	margin-bottom: 5px;
	padding: 0 5px;
	font-size: 140%;
	font-weight: bold;
	color: #003399;
}

div.mainContents div.articleBlock p.date {
	margin-bottom: 10px;
	padding: 5px;
	border-top: 1px solid #B5CDEC;
	border-bottom: 1px solid #B5CDEC;
	font-size: 80%;
}


div.mainContents div.articleBlock p.authorDetailes {
	margin-bottom: 10px;
	font-size: 80%;
	text-align: right;
}

div.mainContents div.articleBlock p.authorDetailes span.link {
	margin-left: 0.5em;
	padding-left: 0.5em;
	border-left: 1px solid #666666;
}


div.mainContents div.articleBlock p.postmetadata {
	padding: 5px 0;
	border-top: 1px solid #B5CDEC;
	border-bottom: 1px solid #B5CDEC;
}

div.mainContents div.articleBlock h3 {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #003399;
}

div.mainContents div.articleBlock div.mainText img {
	float: left;
	margin: 0 15px 15px 0;	
}

div.mainContents div.articleBlock textarea {
	width: 515px;
}



/* 1. other modules
-----------------------------------------------	*/

div.mainContents div.pageNavi {
	width: 557px;
}

div.mainContents div.pageNavi div.prev {
	float: left;
	width: 270px;
	margin-bottom: 20px;
}


div.mainContents div.pageNavi div.next {
	float: right;
	width: 270px;
	margin-bottom: 20px;
	text-align: right;
}