/*==========================================================================================

	// reset.css

==========================================================================================*/
/*
YUI 3.6.0 (build 5521)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }


/*==========================================================================================

	// style.css

==========================================================================================*/

p,dd {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	vertical-align: bottom;
}

.logo {
	width: 990px;  /*サイト全体の最低幅*/
	height: 84px;
	margin: 0 auto;
}

.wrapper {
	background-color: #0080cb;
	min-width: 990px;　  /*サイト全体の最低幅*/
}

.container {
	height: 4233px;
	margin: 0 auto;
	background-image: url('../img/container_bg.png');
	background-position: 50% 0;
	background-repeat: no-repeat;
	min-width:990px;　 /*サイト全体の最低幅*/
}

h1 {
	width: 810px;
	height: 328px;
	margin: 0 auto;
	background-image: url('../img/ttl.png');
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

h2 {
	width: 810px;
	height: 64px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
h2.ttl_01 {
	background-image: url('../img/ttl_01.png');
}
h2.ttl_02 {
	background-image: url('../img/ttl_02.png');
}
h2.ttl_03 {
	background-image: url('../img/ttl_03.png');
}

.lead {
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 11px;
}
.lead_last {
	margin-bottom: 78px;
}
.lead_sub {
	margin: 48px 0 78px;
}

.column {
	text-align: center;
}

.box {
	position: relative;
	width: 726px;
	box-sizing: border-box;
	margin: 0 auto 67px;
	padding: 33px 25px 20px;
	background-color: #fff;
	border-radius: 6px;
}

.box_last {
	margin-bottom: 141px;
}

.box dt {
	line-height: 1.2;
}

.box dd {
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
}

.ribbon {
	position: absolute;
	top: -30px;
	left: -20px;
	width: 430px;
	height: 48px;
	box-sizing: border-box;
    padding: 8px 0 0 30px;
	background: #7c489d;
	color: white;
    font-size: 14px;
}

.name {
    font-size: 15px;
    font-weight: bold;
}

.ribbon:before {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #c49dd4 transparent transparent transparent;
    bottom: -15px;
}
.ribbon:before {
    left: 0;
    border-width: 15px 0 0 20px;
}

.ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 24px solid #7c489d;
}
.ribbon:after {
    right: -39px;
    border-right-width: 15px;
    border-right-color: transparent;
}

.box_president {
	position: relative;
	width: 726px;
	box-sizing: border-box;
	margin: 38px auto 0;
	padding: 20px 190px 13px 25px;
	background-color: #fff;
	border-radius: 6px;
}

.box_president p {
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
	margin-bottom: 11px;
}

.pic {
	position: absolute;
	top: 28px;
	right: 20px;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	background-image: url('../img/pic.png');
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.rib {
	position: absolute;
	bottom: -32px;
	right: -21px;
	width: 304px;
	height: 64px;
	margin: 0 auto;
	background-image: url('../img/ribbon.png');
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}