@charset "UTF-8";

/*
  Summary: HOME(TOP page)
  Target Pages
  	/index.html
  
  Site URL: http://pirkar.ashikunep.org/
  File name: /css/style.css
  Author: Garyu @ CGFM LLC.  
*/

/* @group HOME */

#container{
}
	#mainImage{
		height: 400px;
		text-align: center;
		background:url(../img/bg_home_main.png) repeat-x;
	}
	#contents{
		width: auto;
		text-align: center;
	}
		#contents #mainContents{
			display: block;
			float: none;
			margin: 0 auto;
			width:900px;
			text-align: left;
		}
		
		#contents #subContents{
			float: none;
			clear: both;
			display:block;
			margin: 0;
			width: auto;
			color:#333333;
			background: #E8E8E8;			
		}
			#subContents .wrap{
				position: relative;
				margin: 0 auto; padding: 20px 0;
				width:900px;
				background: url(../_common/img/pirkar_icon.png) no-repeat;
				text-align: left;
			}

/* @group mainImage */
#mainImage h2{
	margin: 0; padding: 0;
	border: 0;
}


/* @end */



/* @group mainContents */

/* clearfix */
#mainContents:after {
	content:"";
	display:block;
	clear:both;
}
	/* for IE6 */
	* html #mainContents {
	display:inline-block;
	}
	
	/* for IE7 */
	*+html #mainContents {
	display:inline-block;
	}

/* @group section */

.section{
	float: left;
	display: inline;
	margin:0 20px 20px 0;
	width: 280px;
}
	#mainContents ul.shadowboxList{
		margin:10px 0 0 0; padding:0;
		height:95px;
	}
		.section ul.shadowboxList li{
			display:inline;
		}
			.section ul.shadowboxList li a.first{
				margin-right:10px;
			}

	div.section p{
		clear:both;
		margin:0.5em 0.3em;
	}
	
.section_right{
	margin-right:0;
}

#mainContents h3{
	margin:0 0 4px 0; padding:0;
	border:none;
	font-size: 1em;
	font-weight: normal;
	background:none;
}
div.copyrightBrowser{
	clear: both;
	padding: 0.5em 0;
	width:100%;
}
	div.copyrightBrowser ul li{
		font-size: 0.8em;
		list-style: none;
		color: #777;
		background-position: left center;
	}

.section a.shadowbox{
	float:left;
	display:inline;
	position: relative;
	width:135px; height:90px;
}

/* @end */

/* @end */

/* @group subContents */
/* clearfix */
#subContents .wrap {
	content:"";
	display:block;
	clear:both;
}
	/* for IE6 */
	* html #subContents .wrap {
	display:inline-block;
	}
	
	/* for IE7 */
	*+html #subContents .wrap {
	display:inline-block;
	}
	
	
#subContents .wrap{
}

.mailinglist{
	display: inline;
	float: right;
	margin-left: 20px;
	width: 184px;
}

#subContents h2{
	margin:10px 0 10px 104px; padding:0;
	border:none;
	font-size: 1em;
	font-weight: normal;
}

#subContents dl{
	margin: 0 0 0 104px;
	width: 588px;
	border: 0;
	line-height: 1;
	background: none;
}
	#subContents dl dt{
		margin: 0; padding:7px 0 5px 0;
		width: 6.5em; height: auto;
		text-align: justify;
		font-family: 'ＭＳ Ｐゴシック', sans-serif;;
		color: #FF5B88;
		background:#E8E8E8 url(../_common/img/icon_list1.png) no-repeat 0 50%;
	}
		#subContents dl dt strong{
			padding-left: 16px;
			font-weight: bold;
		}
	#subContents dl dd{
		margin:-1.8em 0 0 0; padding: 7px 0 10px 7em;
		line-height: 1.2em;
		border-bottom: 1px solid #ccc;
	}
	
	
/* @end */

/* @end */



