@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      import.css
 Author:         Your Name (admin)
 Style Info:     各CSSファイル読み込み用
----------------------------------------------------------- */

/* default Style - デフォルトのスタイル調整 基本リンクカラー設定
----------------------------------------------------------- */


/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;

}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
/*	margin-bottom: 1em;*/
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	color: #000;
	font-size: 80%;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5em;
	text-align: center;
	background: #E7E7E7;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}
#wrap {
	background: #FFFFFF url(/prx/000/http/semooh.jp/jquery/sample/img/share/bg_footer.gif) repeat-x left bottom;
}



/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	color: #009999;
}

a:visited {
	color: #B70FFF;

}

a:hover {

}

a:active {

}



/* header,navigation Style
----------------------------------------------------------- */

/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	height: 80px;
	width: 940px;
	margin: 0 auto 10px;
	padding: 10px 0;
}



/* contents Style
----------------------------------------------------------- */


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#navSkip (Navigation Skip)
----------------------------------------------------*/

span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	text-align: left;
	width: 100%;
	background: url(/prx/000/http/semooh.jp/jquery/sample/img/share/bg_header.png) repeat-x;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 940px;
	margin: 0 auto;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	float: right;
	width: 694px;
    overflow: hidden;
}


/*----------------------------------------------------
	#sub
----------------------------------------------------*/

#sub {
	float: left;
	width: 220px;
	background: #000000;
	padding: 10px;
}
#sub iframe {
	width: 220px;
	margin: 0px;
	height: 563px;
	border: 1px solid #2B2B2B;
}
#main iframe {
	width: 690px;
	height: 600px;
	border: 1px solid #ccc;
	margin: 0;
}
.root {
	clear: both;
}

#contents .root ul {
	margin: 10px;
}

#contents .root li {
	float: left;
	margin: 10px 5px 10px 0;
}

#contents .header {
	background: #0E0F10 url(/prx/000/http/semooh.jp/jquery/sample/img/share/bg_contents_header.gif) repeat-x;
	margin: 0 0 10px;
	padding: 10px;
	color: #fff;
}
#contents .header .outline li {
	float: left;
	margin: 5px;
}
#contents .header .outline li.author {
	width: 910px;
	text-align: right;
}
#contents .header .outline h1 {
	font-size: 150%;
}

/*--clearfix--*/
#contents .header:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
#contents .header {display:inline-block;}
#topPage .columnArea {
	clear: both;
}

#topPage .columnBox ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#topPage .columnBox {
	float: left;
	width: 280px;
	margin: 0 10px 30px 10px;
}
#topPage .columnArea .columnBox h2 {
	font-size: 110%;
	border-left: 5px solid #000000;
	padding-left: 10px;
}
#topPage #hello {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin: 10px 10px 20px;
}


/* Hides from IE-mac \*/
* html #contents .header {height:1%;}
#contents .header {display:block;}
/* End hide from IE-mac */

#main .link {
	text-align: right;
}



/* footer Style
----------------------------------------------------------- */

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	height: 35px;
	background-color: #E7E7E7;
	text-align: right;

}

