/***************************************************
	      minimalist by marija zaric
	      template distributed by
        http: //freehtml5templates.com
***************************************************
***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
   margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a img {
   border: none
}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}

/***************************************************
			      Global styles
***************************************************/

html {
	width: 100%;
	height: 100%;
}

body {
    font-family: Garamond,
                "MS 明朝",
                "ヒラギノ明朝 ProN W6",
                "HiraMinProN-W6",
                "HG明朝E",
                "ＭＳ Ｐ明朝",
                "MS PMincho",
                sans-serif, Arial, Helvetica;

font-size: 12px;
	background-color: #ffcc00;
	color: #000000;
	margin: 0 0 1px; height: 100%; 
	line-height: 1.7;
	border-top: 20px solid #ffcc00;
}

.bg {
	background-image: url(../images/bg.png); 
	background-position: left top;
	background-repeat: repeat;
}

p {
	margin-top: 3px;
}
	
a, p a {
	/*text-decoration: underline;//*/
	color: #000000;
}
	
a: hover {
   color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	position: relative;
}

h1 {
	font-size: 42px;
	line-height: 0.9;
	color: #666666;
	text-align: left;
	margin-bottom: 13px;
	padding-bottom: 15px;
}

 h1 span {
	font-size: 25px;
	line-height: 12px;
	color: #666666;
	margin-left: 10px;
}
	
h2 {
	font-size: 15px;
	line-height: 1.8;
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #A3A3A3;
	margin-bottom: 7px;
	padding-bottom: 12px;
}
	
h3 {
	font-size: 12px;
	line-height: 0.9;
	color: #000000;
	text-align: left;
    margin-left: 20px;
}

h4 {
	font-size: 14px;
	line-height: 0.9;
	color: #CC3333;
	text-align: left;
	margin-bottom: 8px;
	padding-top: 3px;
}

/***************************************************
			    Main containers
***************************************************/

#container, #container_left, #container_right {
	position: relative;
	width: 100%;
}
	
#container {
	position: relative;
	width: 1040px;
	margin: 0 auto;
	background-color: transparent;
	min-height: 100%;
}
.work_content iframe{
    position: absolute;
    z-index: 99999;
}

.group1 {
	float: left;
	width: 320px;
    height: 180px;
    position: relative;
    background: transparent;
	padding: 0px;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}
	
.group2 {
	float: left;
	width: 320px;
    height: 180px;
	position: relative;
	background: transparent;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
	
.group3 {
	float: right;
    width: 320px;
    height: 180px;
    position: relative;
    background: transparent;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
	}

.group5 {
    float: left;
    width: 490px;
    //position: relative;
    background: transparent;
    margin-left: 20px;
    margin-right: 10px;
}

.group6 {
    float: left;
    width: 490px;
    position: relative;
    background: transparent;
    margin-left: 10px;
    margin-right: 20px;
}
	
header {
	position: relative;
	float: left;
	width: 100%;
	height: 90px;
}

/***************************************************
				   HOLDERS
***************************************************/	

.work_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 0px;
    margin-bottom: 40px;
	padding-top: 0px;
}
	
.work_content_separator{
	margin-bottom: 20px;
}

.profile_content {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 80px;
    padding-top: 0px;
}
	
/***************************************************
			        GALLERY
***************************************************/
	 	 
a.photo_hover3 {
	position: relative;
	float: left;
	margin: 16px 13px 8px 0;
	padding: 8px;
   background-color: white;
	border: 1px solid #D6D6D6;
}

a.photo_hover3: hover {
	border: 1px solid #D6D6D6;
	background-color: transparent;
	opacity: 0.9;
	z-index: 1000;
}
	
a.photo_hover2 {
	position: relative;
	float: right;
	margin: 5px 13px 8px 0;
	padding: 8px;
   background-color: white;
	border: 1px solid #E1E1E1;
}

a.photo_hover2: hover {
	border: 1px dotted #66CCFF;
	background-color: #C7EDFF;
	opacity: 0.9;
	z-index: 1000;
}


/***************************************************
			        FOOTER
***************************************************/

footer {
	position: relative;
	height: 90px;
	clear: both;
	width: 100%;
	background-image: url(../images/footer.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin-bottom: 18px;
    background-color: #ffcc00;
}

#FooterOne, #FooterTwo, #FooterTree {
	position: absolute;	
}

#FooterTwo {
	position: absolute;
	right: 225px;
	top: 26px;
	color: white;
}

#FooterTree {
	position: absolute;
	left: 225px;
	top: 26px;
	color: white;
}

.container {
   width: 1040px;
   margin: 0 auto;
	background-color: #ffcc00;
}

/***************************************************
				       MENU
***************************************************/

nav {
	position: absolute;
	width: 100px;
	top: 0px;
	left: 970px;
	background: transparent;
}

nav ul li {
	float: left;
	margin-left: 0px;
	line-height: normal;
}

nav ul li a {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	display: block;	/* IE6, IE7 line height fix */
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 6px;
   text-decoration: none;
}

nav ul li a: hover {
	color: #8c8c8c;
}

nav ul li a.current {
	color: #8c8c8c;
}

.content_menu {
	float: left;
	width: 274px;
	margin-top: -10px;
	margin-bottom: 15px;
}
	
.content_menu ul {	
	margin: 0px;
	padding: 0px;
	float: none;
}

.content_menu ul li {
	float: none;
	padding-bottom: 16px;
}


.content_menu ul li a {
	font-size: 14px;
	line-height: normal;
   color: #33CC99;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/circle.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
	
.content_menu ul li a: hover {
   color: #33CC99;
}

/***************************************************
				   SPECIFIC
***************************************************/

#logo {
	position: relative;
	left: 0px;
	height: 12px;
	top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow: hidden;
}
 	
.button {
	width: 66px;
	height: 13px;
	position: relative;
	margin-top: 12px;
	padding: 9px;
	background-color: black;
	display: inline-block;
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
}
	
.button: hover {
	background-color: #333333;
}

.button: active {
	position: relative;
	top: 1px;
}
