@charset "Shift_JIS";

/********************

Okumura Fashion Institute : main stylesheet

Copyright 2006, Katsumi Okumura. All Rights Reserved.

mail : ...@...

********************/

/***** Contents Start *****

1: universal reset 
2: html and body
3: typography
	: the side bar
	: linkypoos
	: general params
	: acronyms, abbreviations and del styles
	: tables
	: main content headings
	: lists
4: layout
5: images

/***** 1. universal reset *****/

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/***** 2. html and body *****/

html {
	min-width: 600px;
}

body {
             margin-left: 40px;
        color: #000000;
	font: 75%/150% Arial,Helvetica,sans-serif;
	padding: 0px 0 0 5px;
	text-align: left;  /* align ie5 center screen */
 scrollbar-3dlight-color:#ffffff;
 scrollbar-arrow-color:#000000;
 scrollbar-track-color:#ffffff;
 scrollbar-darkshadow-color:#ffffff;
 scrollbar-face-color:#c0c0c0;
 scrollbar-highlight-color:#ffffff;
 scrollbar-shadow-color:#ffffff; 

}

/***** 3. typography *****/

/***** 4. layout *****/

div#wrapper {
	background: #fff;;
	border: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 700px;
}

/* header */

#header {
	margin: 5px;
	width: 700px;
}

#header h1 {
	font-family: sans-serif; 
	font-size: 300%;
             font-weight:bolder;
             font-style:oblique;
	margin:20px 0 2px 2px;
             text-align:left;
}

#header a {
	color: #000;
	text-decoration: none;
}

#header p {
	margin: 10px 4px;
}

/* main */

#content {

	width: 700px;
}

#main {
	margin: 5px 0px 0px 0px;
	overflow: auto;
	width: 700px;
	
}

#main h2 {
	margin: 10px 0px 0px 0px;
	overflow: auto;
	width: 700px;
             text-align:left;
}

#main h3 {
	margin: 10px 5px 5px 5px;
	overflow: auto;
	width: 600px;
             text-align:left;
}

#main h5{	margin: 50px 50px 10px 50px;
	overflow: auto;
	width: 500px;
             text-align:left;
           

}


.bs1{border-style: dotted ; 
border-color:#000000 ; 
padding:40px; 
line-height: 120px; }



/* footer */

#footer {
	margin: 5px;
	width: 600px;
}

#footer h4{
	font-family: sans-serif; 
	font-size: 100%;
             font-weight:bolder;
             font-style:oblique;
	margin:20px 0 2px 2px;
             text-align:left;
}

address {
	color: #000000;
	font-size: 85%;
	margin: 20px 0;
	text-align: left;
}

address a {
	color: #888;
}

#copyright {
	color: #000000;
	font-size: 80%;
	text-align: left;
}


/***** 5. images *****/

